Class QuickStartAction

All Implemented Interfaces:
IAction, ActionFactory.IWorkbenchAction

@Deprecated public class QuickStartAction extends Action implements ActionFactory.IWorkbenchAction
Deprecated.
the IDE now uses the new intro mechanism
The quick start (Welcome...) action.
  • Constructor Details

    • QuickStartAction

      public QuickStartAction()
      Deprecated.
      Create an instance of this class.

      This constructor added to support calling the action from the welcome page.

    • QuickStartAction

      public QuickStartAction(IWorkbenchWindow window)
      Deprecated.
      Creates an instance of this action, for use in the given window.
      Parameters:
      window - the window
  • Method Details