g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.simpleTest.ISimpleTest

Packages that use ISimpleTest
eu.geclipse.core.simpleTest   
eu.geclipse.ui   
eu.geclipse.ui.dialogs   
eu.geclipse.ui.simpleTest   
 

Uses of ISimpleTest in eu.geclipse.core.simpleTest
 

Classes in eu.geclipse.core.simpleTest that implement ISimpleTest
 class AbstractSimpleTest
          Abstract implementation of the ISimpleTest interface.
 class ReachabilityTest
           
 

Methods in eu.geclipse.core.simpleTest that return ISimpleTest
 ISimpleTest ReachabilityTestDescription.createSimpleTest()
           
 ISimpleTest ISimpleTestDescription.createSimpleTest()
          Create a simple test from this ISimpleTestDescription.
 

Uses of ISimpleTest in eu.geclipse.ui
 

Methods in eu.geclipse.ui with parameters of type ISimpleTest
static ISimpleTestUIFactory AbstractSimpleTestUIFactory.findFactory(ISimpleTest test)
          Find an ISimpleTestUIFactory that is able to provide UI elements for the specified simple test.
 AbstractSimpleTestDialog ISimpleTestUIFactory.getSimpleTestDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
          Get an dialog that is used to present the user with how to perform the simple test.
 

Uses of ISimpleTest in eu.geclipse.ui.dialogs
 

Constructors in eu.geclipse.ui.dialogs with parameters of type ISimpleTest
AbstractSimpleTestDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
          Construct a new dialog from the specified test.
 

Uses of ISimpleTest in eu.geclipse.ui.simpleTest
 

Methods in eu.geclipse.ui.simpleTest that return ISimpleTest
 ISimpleTest PortScanDescription.createSimpleTest()
           
 ISimpleTest DNSLookUpDescription.createSimpleTest()
           
 

Methods in eu.geclipse.ui.simpleTest with parameters of type ISimpleTest
 AbstractSimpleTestDialog DNSLookUpUIFactory.getSimpleTestDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
           
 AbstractSimpleTestDialog ReachabilityTestUIFactory.getSimpleTestDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
           
 AbstractSimpleTestDialog PortScanUIFactory.getSimpleTestDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
           
 

Constructors in eu.geclipse.ui.simpleTest with parameters of type ISimpleTest
PortScanDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
          Construct a new dialog from the specified test.
ReachabilityTestDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
          Construct a new dialog from the specified test.
 


g-Eclipse
Release 1.0.0