public class ReadOnlyPNamedNode<T> extends PropertyDelegate implements NamedNode<T>
base, listeners, parentProperty| Constructor and Description |
|---|
ReadOnlyPNamedNode(NamedNode<T> base) |
| Modifier and Type | Method and Description |
|---|---|
ObservableMap<String,NamedNode<T>> |
children() |
Map<String,WritableNamedNode<T>> |
findChildren(Predicate<WritableNamedNode<T>> filter,
boolean deep) |
T |
get() |
NamedNode<T> |
getBase() |
boolean |
isWritable() |
NamedNode<T> |
readOnly() |
events, propertyName, propertyType, userObjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbindConvert, bindTarget, doNonNull, getOr, getOrDefault, getRequired, isNotNull, isNull, mapBooleanValue, mapDoubleValue, mapEqualsValue, mapFloatValue, mapIntValue, mapLongValue, mapNotEqualsValue, mapStringValue, mapValue, mapValue, propertyClass, unbind, withValueevents, getChildProperty, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, withpublic NamedNode<T> getBase()
getBase in class PropertyDelegatepublic boolean isWritable()
isWritable in interface PropertyisWritable in class PropertyDelegatepublic T get()
get in interface GetValueModel<T>get in interface ObservableValue<T>public Map<String,WritableNamedNode<T>> findChildren(Predicate<WritableNamedNode<T>> filter, boolean deep)
findChildren in interface NamedNode<T>Copyright © 2022 vpc open source initiative. All rights reserved.