| Package | Description |
|---|---|
| ca.odell.glazedlists |
| Modifier and Type | Method and Description |
|---|---|
TreeList.Node<E> |
TreeList.getTreeNode(int visibleIndex) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TreeList.Node<E>> |
TreeList.Node.getChildren()
List all children of this node.
|
EventList<TreeList.Node<E>> |
TreeList.getNodesList() |
java.util.List<TreeList.Node<E>> |
TreeList.getRoots()
Get a
List containing all TreeList.Nodes with no parents in the
tree. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2017-07-26 15:03