Class OpenNewAnnotationWizardAction

All Implemented Interfaces:
IAction

public class OpenNewAnnotationWizardAction extends AbstractOpenWizardAction

Action that opens the new annotation wizard.The action initialized the wizard with either the selection as configured by AbstractOpenWizardAction.setSelection(IStructuredSelection) or takes a preconfigured new annotation wizard page, see setConfiguredWizardPage(NewAnnotationWizardPage).

This class may be instantiated; it is not intended to be subclassed.

Since:
3.2
Restriction:
This class is not intended to be subclassed by clients.
  • Constructor Details

    • OpenNewAnnotationWizardAction

      public OpenNewAnnotationWizardAction()
      Creates an instance of the OpenNewAnnotationWizardAction.
  • Method Details