Class TreeExpandAllCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.tree.command.TreeExpandAllCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<TreeExpandAllCommand>
public class TreeExpandAllCommandHandler
extends Object
implements ILayerCommandHandler<TreeExpandAllCommand>
Command handler for the TreeExpandAllCommand.
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
Modifier and TypeMethodDescriptionbooleandoCommand(ILayer targetLayer, TreeExpandAllCommand command)
-
Constructor Details
-
TreeExpandAllCommandHandler
- Parameters:
treeLayer- The TreeLayer to which this command handler should be connected.
-
-
Method Details
-
doCommand
- Specified by:
doCommandin interfaceILayerCommandHandler<TreeExpandAllCommand>- Parameters:
targetLayer- the target layercommand- the command- Returns:
- true if the command has been handled, false otherwise
-
getCommandClass
- Specified by:
getCommandClassin interfaceILayerCommandHandler<TreeExpandAllCommand>
-