Class TreeExpandCollapseKeyAction

java.lang.Object
org.eclipse.nebula.widgets.nattable.tree.action.TreeExpandCollapseKeyAction
All Implemented Interfaces:
IKeyAction

public class TreeExpandCollapseKeyAction extends Object implements IKeyAction
This action toggles the state of a tree node (expanded <-> collapsed) located at the current selection anchor position. It has the same effect as TreeExpandCollapseAction.
  • Field Details

  • Constructor Details

  • Method Details

    • run

      public void run(NatTable natTable, org.eclipse.swt.events.KeyEvent event)
      Specified by:
      run in interface IKeyAction