| |
|
| java.lang.Object COM.rl.util.TreeControl
TreeControl | public class TreeControl implements ActionListener,ItemListener(Code) | | A tree control which maintains its state simultaneously in one or more
List UI elements.
author: Mark Welsh |
actionPerformed | public void actionPerformed(ActionEvent e)(Code) | | Sole action is to open or close the selected list item.
|
add | public void add(TreeEntry entry)(Code) | | Add an element to the root of the tree.
|
itemStateChanged | public void itemStateChanged(ItemEvent e)(Code) | | Synchronize the lists when a selection is made in one of them.
|
removeAll | public void removeAll()(Code) | | Remove all elements from the tree.
|
|
|
|