
Public Member Functions | |
| AlarmTree () | |
| DefaultMutableTreeNode | add (Alarm al, DefaultMutableTreeNode parent) |
| void | clear (Alarm al) |
Private Attributes | |
| DefaultMutableTreeNode | rootNode = new DefaultMutableTreeNode() |
| AlarmTreeModel | model |
|
|
Constructor |
|
||||||||||||
|
Add a child to the parent. The content of the child is given by the passed alarm.
|
|
|
Clear the tree setting the passed alarm as root
|
|
|
The model of the tree |
|
|
The root node |
1.3.8