|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultTreeModel
org.crosswire.bibledesktop.passage.KeyTreeModel
public class KeyTreeModel
A TreeModel that helps with working with Keys.
for license details.
The copyright to this program is held by it's authors.
,
Serialized FormField Summary | |
---|---|
private org.crosswire.jsword.passage.Key |
key
The key that this tree is displaying. |
private static long |
serialVersionUID
Serialization ID |
Fields inherited from class javax.swing.tree.DefaultTreeModel |
---|
asksAllowsChildren, listenerList, root |
Constructor Summary | |
---|---|
KeyTreeModel(org.crosswire.jsword.passage.Key key)
Simple ctor |
Method Summary | |
---|---|
org.crosswire.jsword.passage.Key |
getKey()
What key is this tree editing |
void |
setKey(org.crosswire.jsword.passage.Key key)
Sets the key is this tree editing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.crosswire.jsword.passage.Key key
private static final long serialVersionUID
Constructor Detail |
---|
public KeyTreeModel(org.crosswire.jsword.passage.Key key)
key
- The root TreeNodeMethod Detail |
---|
public org.crosswire.jsword.passage.Key getKey()
public void setKey(org.crosswire.jsword.passage.Key key)
|
Copyright ยจ 2003-2013 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |