g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.ui.ISimpleTestUIFactory

Packages that use ISimpleTestUIFactory
eu.geclipse.ui   
eu.geclipse.ui.simpleTest   
 

Uses of ISimpleTestUIFactory in eu.geclipse.ui
 

Classes in eu.geclipse.ui that implement ISimpleTestUIFactory
 class AbstractSimpleTestUIFactory
          Abstract implementation of the ISimpleTestUIFactory that provides methods for finding extensions of the simpleTest ui factory mechanism.
 

Methods in eu.geclipse.ui that return ISimpleTestUIFactory
static ISimpleTestUIFactory AbstractSimpleTestUIFactory.findFactory(ISimpleTest test)
          Find an ISimpleTestUIFactory that is able to provide UI elements for the specified simple test.
static ISimpleTestUIFactory AbstractSimpleTestUIFactory.findFactory(ISimpleTestDescription description)
          Find an ISimpleTestUIFactory that is able to provide UI elements for tests described by the specified simple test description.
 

Methods in eu.geclipse.ui that return types with arguments of type ISimpleTestUIFactory
static java.util.List<ISimpleTestUIFactory> Extensions.getRegisteredSimpleTestUIFactories()
          Get a list of all currently registered simple test ui factories.
 

Uses of ISimpleTestUIFactory in eu.geclipse.ui.simpleTest
 

Classes in eu.geclipse.ui.simpleTest that implement ISimpleTestUIFactory
 class DNSLookUpUIFactory
          This UI factory is dedicated to lookup test and provides the ui elements that are dealing with this test.
 class PortScanUIFactory
          This UI factory is dedicated to port scan and provides the ui elements that are dealing with this test.
 class ReachabilityTestUIFactory
          This UI factory is dedicated to ping test and provides the ui elements that are dealing with this test.
 


g-Eclipse
Release 1.0.0