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