Class HierarchicalTreeExpandCollapseAction
java.lang.Object
org.eclipse.nebula.widgets.nattable.hierarchical.action.HierarchicalTreeExpandCollapseAction
- All Implemented Interfaces:
IMouseAction
IMouseAction that triggers a
HierarchicalTreeExpandCollapseCommand for the clicked cell position
to the specified level. By default registered on click on the tree
expand/collapse icon.- Since:
- 1.6
-
Constructor Summary
ConstructorsConstructorDescriptionCreates theHierarchicalTreeExpandCollapseActionthat only expand/collapse the node at the coordinate where the action was triggered.HierarchicalTreeExpandCollapseAction(int toLevel) Creates aHierarchicalTreeExpandCollapseActionthat expand/collapse a node to the given level. -
Method Summary
-
Constructor Details
-
HierarchicalTreeExpandCollapseAction
public HierarchicalTreeExpandCollapseAction()Creates theHierarchicalTreeExpandCollapseActionthat only expand/collapse the node at the coordinate where the action was triggered. -
HierarchicalTreeExpandCollapseAction
public HierarchicalTreeExpandCollapseAction(int toLevel) Creates aHierarchicalTreeExpandCollapseActionthat expand/collapse a node to the given level.- Parameters:
toLevel- The level to which a node should be expanded.
-
-
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.
-