g-Eclipse
Release 1.0.0

eu.geclipse.ui.simpleTest
Class DNSLookUpUIFactory

java.lang.Object
  extended by eu.geclipse.ui.AbstractSimpleTestUIFactory
      extended by 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.


Constructor Summary
DNSLookUpUIFactory()
           
 
Method Summary
 AbstractSimpleTestDialog 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.
 ISimpleTestDescription getSupportedDescription()
          Get an ISimpleTestDescription that represents the tests and descriptions that are supported by this factory.
 
Methods inherited from class eu.geclipse.ui.AbstractSimpleTestUIFactory
findFactory, findFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNSLookUpUIFactory

public DNSLookUpUIFactory()
Method Detail

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.

g-Eclipse
Release 1.0.0