public class TreeNode<T> extends net.thevpc.common.props.impl.WritableIndexedNodeImpl<T> implements AppTreeNode<T>
| Modifier and Type | Method and Description |
|---|---|
AppTreeNode<T>[] |
computeNodePath() |
T[] |
computeObjectPath() |
boolean |
equals(Object o) |
net.thevpc.common.props.WritableBoolean |
expanded() |
int |
hashCode() |
net.thevpc.common.props.WritableValue<AppTreeNode<T>> |
parent() |
String |
toString() |
AppTree<T> |
tree() |
children, createReadOnly, findChildren, isWritable, readOnlyadjusters, currentPath, get, model, set, vetoscreateListeners, events, fullPropertyName, parentProperty, propagateEvents, propertyName, propertyType, userObjectsclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindChild, findChildren, readOnlybind, bind, bind, bind, bindSource, bindTo, getOrCompute, set, setAndBind, setAndBindConvert, setUsing, setUsingNonNullbindConvert, bindTarget, doNonNull, get, getOr, getOrDefault, getRequired, isNotNull, isNull, mapBooleanValue, mapDoubleValue, mapEqualsValue, mapFloatValue, mapIntValue, mapLongValue, mapNotEqualsValue, mapStringValue, mapValue, mapValue, unbind, withValueevents, getChildProperty, isWritable, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, withpublic AppTree<T> tree()
tree in interface AppTreeNode<T>public net.thevpc.common.props.WritableValue<AppTreeNode<T>> parent()
parent in interface AppTreeNode<T>public net.thevpc.common.props.WritableBoolean expanded()
expanded in interface AppTreeNode<T>public boolean equals(Object o)
equals in class net.thevpc.common.props.impl.WritableIndexedNodeImpl<T>public int hashCode()
hashCode in class net.thevpc.common.props.impl.WritableIndexedNodeImpl<T>public T[] computeObjectPath()
public AppTreeNode<T>[] computeNodePath()
Copyright © 2021 vpc open source initiative. All rights reserved.