|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mebigfatguy.mongobrowser.TreeUtils
public class TreeUtils
a collection of utility methods used in a static context
Method Summary | |
---|---|
static MongoTreeNode |
findCollectionNode(MongoTreeNode fromNode)
retrieves the collection node that owns the requested node |
static MongoTreeNode[] |
getSelectedNodes(javax.swing.JTree tree)
retrieves all the MongoTreeNodes from the current selection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MongoTreeNode findCollectionNode(MongoTreeNode fromNode)
fromNode
- the node to find the collection for
public static MongoTreeNode[] getSelectedNodes(javax.swing.JTree tree)
tree
- the tree to fetch the nodes from
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |