Inheritance diagram for org.objectweb.joram.client.tools.admin.SubscriberRootTreeNode:


Public Member Functions | |
| SubscriberRootTreeNode () | |
| String | getDescription () |
| JPopupMenu | getContextMenu () |
| ImageIcon | getImageIcon () |
| void | refresh (DefaultTreeModel treeModel) |
Definition at line 6 of file SubscriberRootTreeNode.java.
| String org.objectweb.joram.client.tools.admin.SubscriberRootTreeNode.getDescription | ( | ) |
Returns descriptive text about the node.
Implements org.objectweb.joram.client.tools.admin.AdminTreeNode.
Definition at line 21 of file SubscriberRootTreeNode.java.
| JPopupMenu org.objectweb.joram.client.tools.admin.SubscriberRootTreeNode.getContextMenu | ( | ) |
Returns a context menu for the node, or null if no context menu should be created.
Implements org.objectweb.joram.client.tools.admin.AdminTreeNode.
Definition at line 29 of file SubscriberRootTreeNode.java.
| ImageIcon org.objectweb.joram.client.tools.admin.SubscriberRootTreeNode.getImageIcon | ( | ) |
Gets the image icon for this node, or null to use the default.
Implements org.objectweb.joram.client.tools.admin.AdminTreeNode.
Definition at line 37 of file SubscriberRootTreeNode.java.
| void org.objectweb.joram.client.tools.admin.SubscriberRootTreeNode.refresh | ( | DefaultTreeModel | treeModel | ) |
Refreshes the node.
| treeModel | the model that the node is contained in. |
Implements org.objectweb.joram.client.tools.admin.AdminTreeNode.
Definition at line 45 of file SubscriberRootTreeNode.java.
1.5.0