g-Eclipse
Release 1.0.0

eu.geclipse.ui.dialogs
Class AbstractSimpleTestDialog

java.lang.Object
  extended by Dialog
      extended by eu.geclipse.ui.dialogs.AbstractSimpleTestDialog
Direct Known Subclasses:
DNSLookUpDialog, PortScanDialog, ReachabilityTestDialog

public abstract class AbstractSimpleTestDialog
extends Dialog

The abstract base class for the simple tests.


Constructor Summary
AbstractSimpleTestDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
          Construct a new dialog from the specified test.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSimpleTestDialog

public AbstractSimpleTestDialog(ISimpleTest test,
                                java.util.List<IGridResource> resources,
                                Shell parentShell)
Construct a new dialog from the specified test.

Parameters:
test - The ISimpleTest for which to create the dialog for.
resources - The resources that this test should be applied to.
parentShell - The parent shell of this dialog.

g-Eclipse
Release 1.0.0