Class OpenNewInterfaceWizardAction

All Implemented Interfaces:
IAction

public class OpenNewInterfaceWizardAction extends AbstractOpenWizardAction

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

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

    • OpenNewInterfaceWizardAction

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