g-Eclipse
Release 1.0.0

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

Packages that use ISimpleTestDescription
eu.geclipse.core.simpleTest   
eu.geclipse.ui   
eu.geclipse.ui.simpleTest   
 

Uses of ISimpleTestDescription in eu.geclipse.core.simpleTest
 

Classes in eu.geclipse.core.simpleTest that implement ISimpleTestDescription
 class ReachabilityTestDescription
          A simple test description that is dedicated to ping.
 

Methods in eu.geclipse.core.simpleTest that return ISimpleTestDescription
 ISimpleTestDescription AbstractSimpleTest.getDescription()
           
 ISimpleTestDescription ISimpleTest.getDescription()
          Get the simple test description that was used to create this test.
 

Methods in eu.geclipse.core.simpleTest with parameters of type ISimpleTestDescription
 boolean ReachabilityTestDescription.matches(ISimpleTestDescription otherTest)
          Returns whether the argument test matches this test.
 boolean ISimpleTestDescription.matches(ISimpleTestDescription otherTest)
          Returns whether the argument test matches this test.
 

Constructors in eu.geclipse.core.simpleTest with parameters of type ISimpleTestDescription
AbstractSimpleTest(ISimpleTestDescription description)
          Construct a new AbstractSimpleTest from the specified ISimpleTestDescription.
ReachabilityTest(ISimpleTestDescription description)
          Create a new PingTest from the specified ISimpleTestDescription.
 

Uses of ISimpleTestDescription in eu.geclipse.ui
 

Methods in eu.geclipse.ui that return ISimpleTestDescription
 ISimpleTestDescription ISimpleTestUIFactory.getSupportedDescription()
          Get an ISimpleTestDescription that represents the tests and descriptions that are supported by this factory.
 

Methods in eu.geclipse.ui with parameters of type ISimpleTestDescription
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.
 

Uses of ISimpleTestDescription in eu.geclipse.ui.simpleTest
 

Classes in eu.geclipse.ui.simpleTest that implement ISimpleTestDescription
 class DNSLookUpDescription
          A simple test description that is dedicated to dnslookup test.
 class PortScanDescription
          A simple test description that is dedicated to port scan test.
 

Methods in eu.geclipse.ui.simpleTest that return ISimpleTestDescription
 ISimpleTestDescription DNSLookUpUIFactory.getSupportedDescription()
           
 ISimpleTestDescription ReachabilityTestUIFactory.getSupportedDescription()
           
 ISimpleTestDescription PortScanUIFactory.getSupportedDescription()
           
 

Methods in eu.geclipse.ui.simpleTest with parameters of type ISimpleTestDescription
 boolean PortScanDescription.matches(ISimpleTestDescription otherTest)
          Returns whether the argument test matches this test.
 boolean DNSLookUpDescription.matches(ISimpleTestDescription otherTest)
          Returns whether the argument test matches this test.
 


g-Eclipse
Release 1.0.0