|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.tree.DefaultMutableTreeNode | +--org.exolab.jms.tools.admin.OpenJMSObject | +--org.exolab.jms.tools.admin.OpenJMSTopic
Extends the OpenJMSDestination node and defines a topic specific node
OpenJMSObject
, Serialized FormFields inherited from class org.exolab.jms.tools.admin.OpenJMSObject |
_commands, _commandsCreated, _dateFormat, _isExplored, _isLeaf, _name, _tree |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
OpenJMSTopic(java.lang.String topic,
javax.swing.JTree tree)
Construct a node with the specified topic name and the a reference to the parent node in the tree. |
Method Summary | |
protected void |
createCommands()
Create the menu for all objects and set up the Action events for each menu item. |
void |
update()
As a performance enhancement, no consumer is added to a topic node until a request is made to expand the node, or a new consumer is to be added to the node. |
Methods inherited from class org.exolab.jms.tools.admin.OpenJMSObject |
displayCommands, getAllowsChildren, getInstanceSelected, isLeaf, refresh, toString |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OpenJMSTopic(java.lang.String topic, javax.swing.JTree tree)
name
- This topic nametree
- The parent tree that this node will belong tooMethod Detail |
protected void createCommands()
OpenJMSObject
createCommands
in class OpenJMSObject
public void update()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |