|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFacetWizardPage
This interface is implemented by the wizard pages associated with project facet actions.
Method Summary | |
---|---|
void |
setConfig(Object config)
The framework will call this method in order to provide the action config object that the wizard page should save user selection into. |
void |
setWizardContext(IWizardContext context)
The framework will call this method in order to provide the wizard context to the wizard page. |
void |
transferStateToConfig()
This method is called after the user has pressed the Finish
button. |
Methods inherited from interface org.eclipse.jface.wizard.IWizardPage |
---|
canFlipToNextPage, getName, getNextPage, getPreviousPage, getWizard, isPageComplete, setPreviousPage, setWizard |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
---|
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible |
Method Detail |
---|
void setWizardContext(IWizardContext context)
context
- the wizard contextvoid setConfig(Object config)
config
- the action config objectvoid transferStateToConfig()
Finish
button. It allows the wizard page to transfer user selection into the
config object. Alternative, instead of using this method, the wizard
page could update the model on the fly as the user is making changes.
|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |