|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
edu.princeton.wordnet.browser.tree.LazyDefaultMutableTreeNode
edu.princeton.wordnet.pojos.tree.LinksTreeNode
public class LinksTreeNode
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.princeton.wordnet.browser.tree.LazyDefaultMutableTreeNode |
---|
LazyDefaultMutableTreeNode.CancelWorkersAction |
Field Summary | |
---|---|
private static long |
serialVersionUID
|
static Filter |
theFilter
Filter |
private edu.princeton.wordnet.pojos.Synset |
theSynset
Synset |
Fields inherited from class edu.princeton.wordnet.browser.tree.LazyDefaultMutableTreeNode |
---|
suicide |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
LinksTreeNode(edu.princeton.wordnet.pojos.Synset thisSynset)
Constructor |
Method Summary | |
---|---|
java.lang.Object |
get()
Get object |
javax.swing.tree.MutableTreeNode[] |
loadChildren(javax.swing.JTree thisTree)
This method will be executed in a background thread. |
void |
set(java.lang.Object thisObject)
Set object |
java.lang.String |
toString()
|
Methods inherited from class edu.princeton.wordnet.browser.tree.LazyDefaultMutableTreeNode |
---|
areChildrenLoaded, createLoadingNode, createSwingWorker, isLeaf, load, registerSwingWorkerForCancel, reset, setChildren, setSiblings, unRegisterSwingWorkerForCancel |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, 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 |
Field Detail |
---|
private static final long serialVersionUID
public static Filter theFilter
private edu.princeton.wordnet.pojos.Synset theSynset
Constructor Detail |
---|
public LinksTreeNode(edu.princeton.wordnet.pojos.Synset thisSynset)
thisSynset
- synset user objectMethod Detail |
---|
public javax.swing.tree.MutableTreeNode[] loadChildren(javax.swing.JTree thisTree)
LazyDefaultMutableTreeNode
loadChildren
in class LazyDefaultMutableTreeNode
thisTree
- tree
public java.lang.String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode
public java.lang.Object get()
Reference
get
in interface Reference
public void set(java.lang.Object thisObject)
Reference
set
in interface Reference
thisObject
- object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |