|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.odell.glazedlists.TreeList.Node<E>
public static final class TreeList.Node<E>
A node in the display tree.
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
List<TreeList.Node<E>> |
getChildren()
List all children of this node. |
E |
getElement()
Get the List element at the end of this path. |
int |
hashCode()
|
boolean |
isLeaf()
|
boolean |
isVisible()
|
List<E> |
path()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public E getElement()
public List<E> path()
public String toString()
toString in class Objectpublic boolean isVisible()
true if this node shows up in the output
EventList, or false if it's a descendent of a
collapsed node.public boolean isLeaf()
true if this node has at least one child node,
according to our structure cache.public List<TreeList.Node<E>> getChildren()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||