public class ReadOnlyPNamedNode<T> extends DelegateProperty implements NamedNode<T>
base, listeners, vetos| Constructor and Description |
|---|
ReadOnlyPNamedNode(NamedNode<T> base) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(WritableValue<T> other) |
<T2> void |
bindConvert(WritableValue<T2> other,
Function<T,T2> map) |
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() |
<T2> void |
unbind(WritableValue<T2> other) |
listeners, name, type, userObjects, vetosclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitname, type, userObjects, vetoslistenerspublic void bind(WritableValue<T> other)
bind in interface ObservableValue<T>public <T2> void bindConvert(WritableValue<T2> other, Function<T,T2> map)
bindConvert in interface ObservableValue<T>public <T2> void unbind(WritableValue<T2> other)
unbind in interface ObservableValue<T>public NamedNode<T> getBase()
getBase in class DelegatePropertypublic boolean isWritable()
isWritable in interface PropertyisWritable in class DelegatePropertypublic T get()
get in interface ObservableValue<T>public Map<String,WritableNamedNode<T>> findChildren(Predicate<WritableNamedNode<T>> filter, boolean deep)
findChildren in interface NamedNode<T>Copyright © 2021 vpc open source initiative. All rights reserved.