Class CollapseAllAction

All Implemented Interfaces:
IAction

public class CollapseAllAction extends PartAction
The collapse all action.
Author:
Christopher Mindus
  • Constructor Details

    • CollapseAllAction

      public CollapseAllAction(IDisposedPart part)
      Constructor without tree or runnable.
    • CollapseAllAction

      public CollapseAllAction(IDisposedPart part, TreeViewer treeViewer)
      Constructor with tree.
    • CollapseAllAction

      public CollapseAllAction(IDisposedPart part, Runnable runnable)
      Constructor with tree.
  • Method Details

    • setTreeViewer

      public void setTreeViewer(TreeViewer treeViewer)
      Assigns a tree viewer.
    • run

      public void run()
      Called to collapse all.
      Specified by:
      run in interface IAction
      Overrides:
      run in class PartAction