Class ExpandAllAction

All Implemented Interfaces:
IAction

public class ExpandAllAction extends PartAction
The expand all action.
Author:
Christopher Mindus
  • Constructor Details

    • ExpandAllAction

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

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

      public ExpandAllAction(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 expand all.
      Specified by:
      run in interface IAction
      Overrides:
      run in class PartAction