Class TreeExpandToLevelCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<TreeExpandToLevelCommand>
org.eclipse.nebula.widgets.nattable.tree.command.TreeExpandToLevelCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<TreeExpandToLevelCommand>
public class TreeExpandToLevelCommandHandler
extends AbstractLayerCommandHandler<TreeExpandToLevelCommand>
Command handler for the TreeExpandLevelCommand.
Will search over the whole tree structure in the associated TreeLayer to identify expandable nodes and expand them one after the other.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
TreeExpandToLevelCommandHandler
- Parameters:
treeLayer- The TreeLayer to which this command handler should be connected.
-
-
Method Details
-
doCommand
- Specified by:
doCommandin classAbstractLayerCommandHandler<TreeExpandToLevelCommand>
-
getCommandClass
-