|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.infomancers.collections.tree.TreeModelAdapter
public final class TreeModelAdapter
An adapter wrapping Swing's TreeModel.
| Constructor Summary | |
|---|---|
TreeModelAdapter()
|
|
| Method Summary | |
|---|---|
java.lang.Iterable<java.lang.Object> |
getChildren(java.lang.Object node)
Retrieves the children of the node specified. |
java.lang.Object |
getRoot()
Retrieves the root of the tree. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeModelAdapter()
| Method Detail |
|---|
public java.lang.Iterable<java.lang.Object> getChildren(java.lang.Object node)
getChildren in interface TreeAdapternode - The node to retrieve the children for.
public java.lang.Object getRoot()
getRoot in interface TreeAdapter
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||