Package com.iizigo.link
Interface ILinkWizardPage
-
- All Superinterfaces:
org.eclipse.jface.dialogs.IDialogPage
,org.eclipse.jface.wizard.IWizardPage
- All Known Implementing Classes:
ButtonBuilderSubOp
,ComboBoxBuilderSubOp
,MenuItemBuilderSubOp
,TextAreaBuilderSubOp
,TextBuilderSubOp
,UIBuilderSubOperation
,VSActionBuilderSubOp
,VSFieldBuilderSubOp
public interface ILinkWizardPage extends org.eclipse.jface.wizard.IWizardPage
The link wizard page.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILinkOperation
getLinkOperation()
Returns the link operation for the page.
-
-
-
Method Detail
-
getLinkOperation
ILinkOperation getLinkOperation()
Returns the link operation for the page. Several pages may be present for an operation.- Returns:
- The link operation of the page.
-
-