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

    Modifier and Type
    Method
    Description
    Returns 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

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