|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWizardSelectionNode
Interface to be implemented by nodes to be displayed in a WizardSelectionListPage.
| Method Summary | |
|---|---|
Image |
getIcon()
Returns the icon to be displayed in the WizardSelectionListPage. |
java.lang.String |
getName()
Returns the name displayed in the WizardSelectionListPage. |
IWizard |
getTempWizard()
This method is for accessing reference to wizard that will be returned by IWizardNode#getWizard() method. |
| Method Detail |
|---|
java.lang.String getName()
Image getIcon()
IWizard getTempWizard()
IWizardNode#getWizard() method. The difference and reason for
introducing this method is that calling getWizard() may result in changing
node's state, while this method will only return instance of node's wizard,
but won't change any node's fields (e.g. won't set wizard or isCreated
fields).
IWizardNode#getWizard() would
return
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||