Class ViewPreferencesAction

All Implemented Interfaces:
IAction

public abstract class ViewPreferencesAction extends Action
The ViewPreferencesAction is the action for opening a view preferences dialog on a class.
Since:
3.1
  • Constructor Details

    • ViewPreferencesAction

      public ViewPreferencesAction()
      Create a new instance of the receiver.
  • Method Details

    • run

      public void run()
      Description copied from class: Action
      The default implementation of this IAction method does nothing. Subclasses should override this method if they do not need information from the triggering event, or override runWithEvent(Event) if they do.
      Specified by:
      run in interface IAction
      Overrides:
      run in class Action
      See Also:
    • openViewPreferencesDialog

      public abstract void openViewPreferencesDialog()
      Open a view preferences dialog for the receiver.