Interface ILinkWizardPage

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      ILinkOperationgetLinkOperation()
      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 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.