Modifier and Type | Interface and Description |
---|---|
interface |
ReorderableTreeModel
Data model for tree that supports reordering
of child nodes.
|
Modifier and Type | Class and Description |
---|---|
static class |
Models.CompoundModel
This model encapsulates all currently supported models.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
TreeModelFilter.getChildren(TreeModel original,
Object parent,
int from,
int to)
Returns filtered children for given parent on given indexes.
|
int |
TreeModelFilter.getChildrenCount(TreeModel original,
Object node)
Returns number of filterred children for given node.
|
Object |
TreeModelFilter.getRoot(TreeModel original)
Returns filtered root of hierarchy.
|
boolean |
TreeModelFilter.isLeaf(TreeModel original,
Object node)
Returns true if node is leaf.
|
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.