g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.ui.wizards.wizardselection.IWizardSelectionNode

Packages that use IWizardSelectionNode
eu.geclipse.servicejob.ui.interfaces   
eu.geclipse.servicejob.ui.wizard   
eu.geclipse.ui.wizards.wizardselection   
 

Uses of IWizardSelectionNode in eu.geclipse.servicejob.ui.interfaces
 

Subinterfaces of IWizardSelectionNode in eu.geclipse.servicejob.ui.interfaces
 interface IServiceJobWizardNode
          Plug-ins contributing to structural service job wizard should provide wizard's content through this interface.
 

Uses of IWizardSelectionNode in eu.geclipse.servicejob.ui.wizard
 

Classes in eu.geclipse.servicejob.ui.wizard that implement IWizardSelectionNode
 class AbstractServiceJobWizardNode
          Abstract class of the IServiceJobWizardNode.
 

Uses of IWizardSelectionNode in eu.geclipse.ui.wizards.wizardselection
 

Methods in eu.geclipse.ui.wizards.wizardselection that return IWizardSelectionNode
 IWizardSelectionNode[] WizardSelectionListPage.getNodes()
           
 

Methods in eu.geclipse.ui.wizards.wizardselection with parameters of type IWizardSelectionNode
 void WizardSelectionListPage.removeSelectionNode(IWizardSelectionNode nodeToRemove)
           
 

Constructors in eu.geclipse.ui.wizards.wizardselection with parameters of type IWizardSelectionNode
WizardSelectionListPage(java.lang.String pageName, IWizardSelectionNode[] wizardSelectionNodes, java.lang.String title, java.lang.String desc, java.lang.String emptyListErrMsg)
          Creates a wizard page which allows to select a wizard for the next steps.
WizardSelectionListPage(java.lang.String pageName, IWizardSelectionNode[] wizardSelectionNodes, java.lang.String title, java.lang.String desc, java.lang.String emptyListErrMsg, boolean quickSelection)
          Creates a wizard page which allows to select a wizard for the next steps.
 


g-Eclipse
Release 1.0.0