BBjTree::setTreeEditable
Description
Specifies whether nodes in the BBjTree control are editable.
Syntax
| Return Value | Method |
|---|---|
|
void |
setTreeEditable(boolean editable) |
Parameters
| Parameter | Description |
|---|---|
|
editable |
Sets whether or not a tree is editable. true (1) = Editable false (0) = Not Editable |
Return Value
None.
Remarks
Tree nodes are not editable by default. If this method is used to set tree nodes to be editable generally, then node descriptions can be changed by using a triple-click or a click-hold-click on editable nodes to go into edit mode.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.