Class HierarchicalTreeExpandAllCommandHandler

java.lang.Object
org.eclipse.nebula.widgets.nattable.hierarchical.command.HierarchicalTreeExpandAllCommandHandler
All Implemented Interfaces:
ILayerCommandHandler<TreeExpandAllCommand>

public class HierarchicalTreeExpandAllCommandHandler 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.

Since:
1.6
See Also: