Modifier and Type | Interface and Description |
---|---|
interface |
ReorderableTreeModel
Data model for tree that supports reordering
of child nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedChildrenTreeModel
A TreeModel, which caches children objects and allow seamless update of children objects.
|
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 filtered 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 June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.