public class WritableIndexedNodeImpl<T> extends WritableValueBase<T> implements WritableIndexedNode<T>
adjusters, listeners, vetos| Constructor and Description |
|---|
WritableIndexedNodeImpl(String name,
PropertyType elementType) |
| Modifier and Type | Method and Description |
|---|---|
WritableList<WritableIndexedNode<T>> |
children() |
protected ObservableValue<T> |
createReadOnly() |
List<WritableIndexedNode<T>> |
findChildren(Predicate<WritableIndexedNode<T>> filter,
boolean deep) |
boolean |
isWritable() |
IndexedNode<T> |
readOnly() |
String |
toString() |
bind, bindConvert, get, set, setAndBindConvert, unbindadjusters, listeners, name, type, userObjects, vetosclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitset, setAndBind, setAndBindConvertbind, bindConvert, get, unbindname, type, userObjects, vetoslistenerspublic WritableIndexedNodeImpl(String name, PropertyType elementType)
public boolean isWritable()
isWritable in interface PropertyisWritable in class WritableValueBase<T>public List<WritableIndexedNode<T>> findChildren(Predicate<WritableIndexedNode<T>> filter, boolean deep)
findChildren in interface IndexedNode<T>public IndexedNode<T> readOnly()
readOnly in interface IndexedNode<T>readOnly in interface ObservableValue<T>readOnly in interface PropertyreadOnly in class WritableValueBase<T>protected ObservableValue<T> createReadOnly()
createReadOnly in class WritableValueBase<T>public WritableList<WritableIndexedNode<T>> children()
children in interface IndexedNode<T>children in interface WritableIndexedNode<T>public String toString()
toString in class WritableValueBase<T>Copyright © 2021 vpc open source initiative. All rights reserved.