See: Description
| Class | Description |
|---|---|
| AbstractTreeTableAction |
An abstract action implementation that is specialized on performing
operations on a tree table.
|
| ClearSelectionAction |
An action that will clear the current selection inside the tree table.
|
| CollapseNodeAction |
An action that will ensure that all tree nodes currently selected in the tree
table will be closed.
|
| DeleteNodeAction |
An action that can be used in the context of the
TreeTable to delete
tree nodes. |
| ExpandNodeAction |
An action that will ensure that all tree nodes currently selected in the tree
table will be expanded / open.
|
| IndentNodeAction |
An action that can be used to indent the currently selected tree table nodes.
|
| InsertNodeAction |
An action that can be used to insert a new node into the tree table.
|
| OutdentNodeAction |
An action that can be used to outdent the currently selected tree table
nodes.
|
| SelectAllNodesAction |
An action that will select all nodes in the hierarchy tree.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.