eu.geclipse.ui.simpleTest
Class DNSLookUpUIFactory
java.lang.Object
eu.geclipse.ui.AbstractSimpleTestUIFactory
eu.geclipse.ui.simpleTest.DNSLookUpUIFactory
- All Implemented Interfaces:
- ISimpleTestUIFactory
public class DNSLookUpUIFactory
- extends AbstractSimpleTestUIFactory
This UI factory is dedicated to lookup test and provides the ui elements
that are dealing with this test.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DNSLookUpUIFactory
public DNSLookUpUIFactory()
getSimpleTestDialog
public AbstractSimpleTestDialog getSimpleTestDialog(ISimpleTest test,
java.util.List<IGridResource> resources,
Shell parentShell)
- Description copied from interface:
ISimpleTestUIFactory
- Get an dialog that is used to present the user with how to
perform the simple test.
- Parameters:
test - The test from which to show the dialog.resources - The resources that this test should be applied to.parentShell - The parent shell for the dialog.
- Returns:
- An
AbstractSimpleTestDialog that is dedicated
to a certain type of test.
getSupportedDescription
public ISimpleTestDescription getSupportedDescription()
- Description copied from interface:
ISimpleTestUIFactory
- Get an
ISimpleTestDescription that represents the tests
and descriptions that are supported by this factory.
- Returns:
- An simple test description describing the supported tests.