| Package | Description |
|---|---|
| net.thevpc.echo | |
| net.thevpc.echo.api.components | |
| net.thevpc.echo.impl | |
| net.thevpc.echo.model |
| Modifier and Type | Method and Description |
|---|---|
AppTreeNode<T> |
TreeBase.addChild(AppTreeNode<T> parent,
Object child,
int index) |
AppTreeNode<T> |
TreeBase.copy(AppTreeNode<T> node) |
AppTreeNode<T> |
TreeBase.findNode(Object[] path) |
AppTreeNode<T> |
TreeBase.removeChild(AppTreeNode<T> parent,
int childIndex) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.props.WritableValue<AppTreeNode<T>> |
TreeBase.root() |
net.thevpc.common.props.WritableListSelection<AppTreeNode<T>> |
TreeBase.selection() |
| Modifier and Type | Method and Description |
|---|---|
AppTreeNode<T> |
TreeBase.addChild(AppTreeNode<T> parent,
Object child,
int index) |
AppTreeNode<T> |
TreeBase.copy(AppTreeNode<T> node) |
AppTreeNode<T> |
TreeBase.removeChild(AppTreeNode<T> parent,
int childIndex) |
void |
TreeBase.updateChild(AppTreeNode<T> parent,
int index) |
| Modifier and Type | Method and Description |
|---|---|
AppTreeNode<T> |
AppTree.addChild(AppTreeNode<T> parent,
Object child,
int index) |
AppTreeNode<T> |
AppTreeIndexedChild.child() |
AppTreeNode<T> |
AppTree.copy(AppTreeNode<T> node) |
AppTreeNode<T> |
AppTree.findNode(Object[] path) |
AppTreeNode<T> |
AppTreeItemContext.getNode() |
AppTreeNode<T> |
AppTree.nodeOf(T value) |
AppTreeNode<T> |
AppTree.nodeOf(T value,
TreeNodeFactory<T> nf,
TreeNodeChildrenFactory<T> cf) |
AppTreeNode<T> |
AppTree.removeChild(AppTreeNode<T> parent,
int childIndex) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.props.WritableValue<AppTreeNode<T>> |
AppTreeNode.parent() |
net.thevpc.common.props.WritableValue<AppTreeNode<T>> |
AppTree.root() |
net.thevpc.common.props.WritableListSelection<AppTreeNode<T>> |
AppTree.selection() |
| Modifier and Type | Method and Description |
|---|---|
AppTreeNode<T> |
AppTree.addChild(AppTreeNode<T> parent,
Object child,
int index) |
AppTreeNode<T> |
AppTree.copy(AppTreeNode<T> node) |
void |
AppTreeCallBack.nodesWereDeleted(AppTreeNode<T> parent,
AppTreeIndexedChild<T>... children) |
void |
AppTreeCallBack.nodesWereInserted(AppTreeNode<T> parent,
AppTreeIndexedChild<T>... children) |
void |
AppTreeCallBack.nodesWereUpdated(AppTreeNode<T> parent,
AppTreeIndexedChild<T>... children) |
AppTreeNode<T> |
AppTree.removeChild(AppTreeNode<T> parent,
int childIndex) |
void |
AppTree.updateChild(AppTreeNode<T> parent,
int index) |
| Constructor and Description |
|---|
AppTreeIndexedChild(AppTreeNode<T> child,
int index) |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeNode<T> |
| Modifier and Type | Method and Description |
|---|---|
AppTreeNode<T>[] |
TreeNode.computeNodePath() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.props.WritableValue<AppTreeNode<T>> |
TreeNode.parent() |
| Modifier and Type | Method and Description |
|---|---|
AppTreeNode<T> |
AppTreeMutator.addChild(AppTreeNode<T> parent,
Object child,
int index,
AppTreeCallBack<T> callback) |
AppTreeNode<T> |
AppTreeMutator.copy(AppTreeNode<T> node) |
AppTreeNode<T> |
AppTreeMutator.removeChild(AppTreeNode<T> parent,
int childIndex,
AppTreeCallBack<T> callBack) |
| Modifier and Type | Method and Description |
|---|---|
AppTreeNode<T> |
AppTreeMutator.addChild(AppTreeNode<T> parent,
Object child,
int index,
AppTreeCallBack<T> callback) |
AppTreeNode<T> |
AppTreeMutator.copy(AppTreeNode<T> node) |
AppTreeNode<T> |
AppTreeMutator.removeChild(AppTreeNode<T> parent,
int childIndex,
AppTreeCallBack<T> callBack) |
void |
AppTreeMutator.updateChild(AppTreeNode<T> parent,
int index,
AppTreeCallBack<T> callback) |
Copyright © 2021 vpc open source initiative. All rights reserved.