Class SelectAllAction

All Implemented Interfaces:
IAction

public class SelectAllAction extends Action
An action which selects all edit parts in the active workbench part.
  • Constructor Details

    • SelectAllAction

      public SelectAllAction(IWorkbenchPart part)
      Constructs a SelectAllAction and associates it with the given part.
      Parameters:
      part - The workbench part associated with this SelectAllAction
  • Method Details

    • run

      public void run()
      Selects all edit parts in the active workbench part.
      Specified by:
      run in interface IAction
      Overrides:
      run in class Action