Package com.iizigo.link
Interface ILinkWizardPage
- All Superinterfaces:
- IDialogPage,- IWizardPage
- All Known Implementing Classes:
- ButtonBuilderSubOp,- ComboBoxBuilderSubOp,- MenuItemBuilderSubOp,- TextAreaBuilderSubOp,- TextBuilderSubOp,- UIBuilderSubOperation,- VSActionBuilderSubOp,- VSFieldBuilderSubOp
The link wizard page.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescriptionReturns the link operation for the page.- Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage- createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible- Methods inherited from interface org.eclipse.jface.wizard.IWizardPage- canFlipToNextPage, getName, getNextPage, getPreviousPage, getWizard, isPageComplete, setPreviousPage, setWizard
- Method Details- getLinkOperationILinkOperation getLinkOperation()Returns the link operation for the page. Several pages may be present for an operation.- Returns:
- The link operation of the page.