Inherited by TreeBox.TextFolder.
Public Member Functions | |
| char[] | toString () |
| Returns the class name. | |
| bit | open () |
| Return whether the folder is open. | |
| void | open (bit value) |
| Assign whether the folder is open. | |
| int | rowCount () |
| Return the number of child rows in this folder. | |
| Row | row (int index) |
| Return the indexed child row. | |
| void | add (Row row) |
| Add a row to the folder. | |
| void | sort () |
| Sort the contents of the row. | |
| void | addText (char[] a) |
| Create a text row with a single column and add it to the folder. | |
| TextFolder | addTextFolder (char[] a) |
| Create a text folder with a single column and add it to the folder. | |
| void | removeChildren () |
| Remove all children for the row from the linear list. | |
| void | insertChildren () |
| Add all children for the row to the linear list. | |
| void | rowRemove (Row row) |
| Delete the individual row from the folder. | |
| void | rowFilter (bit(*func)(Row row)) |
| Delete any row that func returns false from. | |
|
|
Assign whether the folder is open. If the value is changed, this requires redrawing the folder and everything after it. |
1.3.2