|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectWizardSelectionPage
eu.geclipse.ui.wizards.wizardselection.WizardSelectionListPage
public class WizardSelectionListPage
Wizard page for providing a list of other wizards which can be used for the next steps in the wizard.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
void |
createControl(Composite parent)
|
void |
dispose()
|
java.lang.String |
getDescription()
|
IWizardPage |
getNextPage()
|
IWizardSelectionNode[] |
getNodes()
|
java.lang.String |
getTitle()
|
void |
pageChanged(PageChangedEvent event)
|
void |
removeSelectionNode(IWizardSelectionNode nodeToRemove)
|
void |
resetNodesVisibility()
|
void |
setCheatSheetManager(ICheatSheetManager cheatSheetManager)
Sets the cheat sheet manager. |
void |
setInitData(java.lang.Object initData)
Sets the data to initialize a selected wizard with in case the wizard implements IInitializableWizard. |
void |
setPreselectedNode(IWizardNode node,
boolean hidePrevPage)
Sets the node of the wizard which should be preselected. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WizardSelectionListPage(java.lang.String pageName,
IWizardSelectionNode[] wizardSelectionNodes,
java.lang.String title,
java.lang.String desc,
java.lang.String emptyListErrMsg)
pageName - Name of the wizard page.wizardSelectionNodes - list of the IWizardSelectionNodes to be
displayed in the WizardSelectionListPage.title - Title of the page.desc - Description text of the page.emptyListErrMsg - error message that should be displayed if the list
is empty
public WizardSelectionListPage(java.lang.String pageName,
IWizardSelectionNode[] wizardSelectionNodes,
java.lang.String title,
java.lang.String desc,
java.lang.String emptyListErrMsg,
boolean quickSelection)
pageName - Name of the wizard page.wizardSelectionNodes - list of the IWizardSelectionNodes to be
displayed in the WizardSelectionListPage.title - Title of the page.desc - Description text of the page.emptyListErrMsg - error message that should be displayed if the list
is emptyquickSelection - flag to define wizard behavior in case there is only
one wizard to select. If true wizard should skip this
(wizard selection) page. If false wizard should stop
on this page (the normal wizard behavior).| Method Detail |
|---|
public void setInitData(java.lang.Object initData)
IInitializableWizard.
initData - the data to initialize the wizard with.
public void setPreselectedNode(IWizardNode node,
boolean hidePrevPage)
node - IWizardNode representing the wizard to be preselected.hidePrevPage - true if it should not be possible to go back to the
WizardSelectionListPage to select another wizard, false otherwise.public void dispose()
public java.lang.String getTitle()
public java.lang.String getDescription()
public void createControl(Composite parent)
public IWizardPage getNextPage()
public void pageChanged(PageChangedEvent event)
public void setCheatSheetManager(ICheatSheetManager cheatSheetManager)
cheatSheetManager - the cheat sheet manager.public IWizardSelectionNode[] getNodes()
public void removeSelectionNode(IWizardSelectionNode nodeToRemove)
public void resetNodesVisibility()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||