g-Eclipse
Release 1.0.0

eu.geclipse.ui.simpleTest
Class PortScanDialog

java.lang.Object
  extended by Dialog
      extended by eu.geclipse.ui.dialogs.AbstractSimpleTestDialog
          extended by eu.geclipse.ui.simpleTest.PortScanDialog

public class PortScanDialog
extends AbstractSimpleTestDialog

A dialog that allows the user to port scan selected resources


Constructor Summary
PortScanDialog(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

PortScanDialog

public PortScanDialog(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