Class OpenPreferencesAction

All Implemented Interfaces:
IAction, ActionFactory.IWorkbenchAction

public class OpenPreferencesAction extends Action implements ActionFactory.IWorkbenchAction
Open the preferences dialog
  • Constructor Details

    • OpenPreferencesAction

      public OpenPreferencesAction()
      Create a new OpenPreferenceAction This default constructor allows the the action to be called from the welcome page.
    • OpenPreferencesAction

      public OpenPreferencesAction(IWorkbenchWindow window)
      Create a new OpenPreferenceAction and initialize it from the given resource bundle.
  • Method Details