public interface AppTreeMutator<T>
| Modifier and Type | Method and Description |
|---|---|
AppTreeNode<T> |
addChild(AppTreeNode<T> parent,
Object child,
int index,
AppTreeCallBack<T> callback) |
AppTreeNode<T> |
copy(AppTreeNode<T> node) |
AppTreeNode<T> |
removeChild(AppTreeNode<T> parent,
int childIndex,
AppTreeCallBack<T> callBack) |
void |
updateChild(AppTreeNode<T> parent,
int index,
AppTreeCallBack<T> callback) |
void updateChild(AppTreeNode<T> parent, int index, AppTreeCallBack<T> callback)
AppTreeNode<T> addChild(AppTreeNode<T> parent, Object child, int index, AppTreeCallBack<T> callback)
AppTreeNode<T> removeChild(AppTreeNode<T> parent, int childIndex, AppTreeCallBack<T> callBack)
AppTreeNode<T> copy(AppTreeNode<T> node)
Copyright © 2021 vpc open source initiative. All rights reserved.