g-Eclipse
Release 1.0.0

eu.geclipse.ui
Class AbstractSimpleTestUIFactory

java.lang.Object
  extended by eu.geclipse.ui.AbstractSimpleTestUIFactory
All Implemented Interfaces:
ISimpleTestUIFactory
Direct Known Subclasses:
DNSLookUpUIFactory, PortScanUIFactory, ReachabilityTestUIFactory

public abstract class AbstractSimpleTestUIFactory
extends java.lang.Object
implements ISimpleTestUIFactory

Abstract implementation of the ISimpleTestUIFactory that provides methods for finding extensions of the simpleTest ui factory mechanism.


Constructor Summary
AbstractSimpleTestUIFactory()
           
 
Method Summary
static ISimpleTestUIFactory findFactory(ISimpleTest test)
          Find an ISimpleTestUIFactory that is able to provide UI elements for the specified simple test.
static ISimpleTestUIFactory findFactory(ISimpleTestDescription description)
          Find an ISimpleTestUIFactory that is able to provide UI elements for tests described by the specified simple test description.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface eu.geclipse.ui.ISimpleTestUIFactory
getSimpleTestDialog, getSupportedDescription
 

Constructor Detail

AbstractSimpleTestUIFactory

public AbstractSimpleTestUIFactory()
Method Detail

findFactory

public static ISimpleTestUIFactory findFactory(ISimpleTest test)
Find an ISimpleTestUIFactory that is able to provide UI elements for the specified simple test.

Parameters:
test - The test to provide UI elements for.
Returns:
An simple test manager that is capable to provide UI elements for the specified test.

findFactory

public static ISimpleTestUIFactory findFactory(ISimpleTestDescription description)
Find an ISimpleTestUIFactory that is able to provide UI elements for tests described by the specified simple test description.

Parameters:
description - The simple test description that describes tests to provide UI elements for.
Returns:
An simple test manager that is capable to provide UI elements for test describes by the the specified test description.

g-Eclipse
Release 1.0.0