edu.washington.cs.pl_if.gui
Class SelectHostsWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by edu.washington.cs.pl_if.gui.SelectHostsWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard

public class SelectHostsWizard
extends org.eclipse.jface.wizard.Wizard


Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
SelectHostsWizard(Integer[] allHosts, String description)
           
 
Method Summary
 void dispose()
           
 String[] getSelectedHosts()
           
 boolean isVisible()
           
 boolean performFinish()
           
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, addPages, canFinish, createPageControls, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectHostsWizard

public SelectHostsWizard(Integer[] allHosts,
                         String description)
Method Detail

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.jface.wizard.IWizard
Overrides:
dispose in class org.eclipse.jface.wizard.Wizard

getSelectedHosts

public String[] getSelectedHosts()

isVisible

public boolean isVisible()

performFinish

public boolean performFinish()
Specified by:
performFinish in interface org.eclipse.jface.wizard.IWizard
Specified by:
performFinish in class org.eclipse.jface.wizard.Wizard