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


Public Member Functions | |
| PlatformTreeNode (AdminController c, String title) | |
| void | refresh (DefaultTreeModel treeModel) |
| String | getDescription () |
| JPopupMenu | getContextMenu () |
| ImageIcon | getImageIcon () |
| String | toString () |
Definition at line 31 of file PlatformTreeNode.java.
| void org.objectweb.joram.client.tools.admin.PlatformTreeNode.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 PlatformTreeNode.java.
| String org.objectweb.joram.client.tools.admin.PlatformTreeNode.getDescription | ( | ) |
Returns descriptive text about the node.
Implements org.objectweb.joram.client.tools.admin.AdminTreeNode.
Definition at line 48 of file PlatformTreeNode.java.
| JPopupMenu org.objectweb.joram.client.tools.admin.PlatformTreeNode.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 55 of file PlatformTreeNode.java.
References org.objectweb.joram.client.tools.admin.AdminController.isAdminConnected().
Here is the call graph for this function:

| ImageIcon org.objectweb.joram.client.tools.admin.PlatformTreeNode.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 68 of file PlatformTreeNode.java.
1.5.0