Class TreeExpandCollapseAction
java.lang.Object
org.eclipse.nebula.widgets.nattable.tree.action.TreeExpandCollapseAction
- All Implemented Interfaces:
IMouseAction
IMouseAction that triggers a TreeExpandCollapseCommand for
the clicked cell position. By default registered on click on the tree
expand/collapse icon.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TreeExpandCollapseAction
public TreeExpandCollapseAction()
-
-
Method Details
-
run
Description copied from interface:IMouseActionTranslates the SWT MouseEvent to a NatTable command and executes that command accordingly.- Specified by:
runin interfaceIMouseAction- Parameters:
natTable- The NatTable instance on which the MouseEvent was fired and on which the command should be executed.event- The received MouseEvent.
-