|
||||||||
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.OpenJMSQueue
Extends the OpenJMSDestination node and defines a queue specific node
OpenJMSObject
,
AdminMgr
, 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 | |
OpenJMSQueue(java.lang.String name,
javax.swing.JTree tree)
Construct a node with the specified queue name and the a reference to the parent node in the tree. |
Method Summary | |
protected void |
createCommands()
Create the menu for all queue and set up the Action events for each menu item. |
void |
update()
No operation |
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 OpenJMSQueue(java.lang.String name, javax.swing.JTree tree)
name
- This queue nametree
- The parent tree that this node will belong tooMethod Detail |
protected void createCommands()
createCommands
in class OpenJMSObject
public void update()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |