Interface ILinkWizardPage

All Superinterfaces:
IDialogPage, IWizardPage
All Known Implementing Classes:
ButtonBuilderSubOp, ComboBoxBuilderSubOp, MenuItemBuilderSubOp, TextAreaBuilderSubOp, TextBuilderSubOp, UIBuilderSubOperation, VSActionBuilderSubOp, VSFieldBuilderSubOp

public interface ILinkWizardPage extends IWizardPage
The link wizard page.
Author:
Christopher Mindus
  • Method Details

    • 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.