|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeList.Node | |
---|---|
ca.odell.glazedlists |
Uses of TreeList.Node in ca.odell.glazedlists |
---|
Methods in ca.odell.glazedlists that return TreeList.Node | |
---|---|
TreeList.Node<E> |
TreeList.getTreeNode(int visibleIndex)
|
Methods in ca.odell.glazedlists that return types with arguments of type TreeList.Node | |
---|---|
List<TreeList.Node<E>> |
TreeList.Node.getChildren()
List all children of this node. |
EventList<TreeList.Node<E>> |
TreeList.getNodesList()
|
List<TreeList.Node<E>> |
TreeList.getRoots()
Get a List containing all TreeList.Node s with no parents in the
tree. |
Method parameters in ca.odell.glazedlists with type arguments of type TreeList.Node | |
---|---|
void |
TreeList.listChanged(ListEvent<TreeList.Node<E>> listChanges)
When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |