| Package | Description |
|---|---|
| to.etc.domui.component.tree |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITreeEditModel<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeNodeModelBase<T extends ITreeNode<T>>
Concrete implementation of a tree node model using AbstractTreeNodeBase thingies.
|
| Modifier and Type | Method and Description |
|---|---|
ITreeModel<T> |
Tree.getModel()
Get the currently used model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.setModel(ITreeModel<T> model)
Set a new model for this table.
|
| Constructor and Description |
|---|
Tree(ITreeModel<T> model) |
TreeSelect(ITreeModel<T> model) |
TreeSelectionWindow(boolean modal,
String txt,
ITreeModel<T> model) |
TreeSelectMulti(ITreeModel<T> model) |
Copyright © 2017 etc.to. All rights reserved.