g-Eclipse
Release 1.0.0

eu.geclipse.ui.simpleTest
Class DNSLookUpDialog

java.lang.Object
  extended by Dialog
      extended by eu.geclipse.ui.dialogs.AbstractSimpleTestDialog
          extended by eu.geclipse.ui.simpleTest.DNSLookUpDialog

public class DNSLookUpDialog
extends AbstractSimpleTestDialog

A dialog that allows the user to lookup the IP of selected resources.


Constructor Summary
DNSLookUpDialog(java.util.List<IGridResource> resources, Shell parentShell)
          Construct a new dialog from the specified test.
 
Method Summary
 boolean close()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNSLookUpDialog

public DNSLookUpDialog(java.util.List<IGridResource> resources,
                       Shell parentShell)
Construct a new dialog from the specified test.

Parameters:
resources - The resources that this test should be applied to.
parentShell - The parent shell of this dialog.
Method Detail

close

public boolean close()

g-Eclipse
Release 1.0.0