Modifier and Type | Class and Description |
---|---|
static class |
Models.CompoundModel
This model encapsulates all currently supported models.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ReorderableTreeModelFilter.canReorder(ReorderableTreeModel original,
Object parent)
Provide if this filter implementation can reorder children nodes.
|
void |
ReorderableTreeModelFilter.reorder(ReorderableTreeModel original,
Object parent,
int[] perm)
Reorder children nodes with a given permutation.
|