public class ReadOnlyPIndexedNode<T> extends DelegateProperty implements IndexedNode<T>
base, listeners, vetos| Constructor and Description |
|---|
ReadOnlyPIndexedNode(IndexedNode<T> base) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(WritableValue<T> other) |
<T2> void |
bindConvert(WritableValue<T2> other,
Function<T,T2> map) |
ObservableList<IndexedNode<T>> |
children() |
List<WritableIndexedNode<T>> |
findChildren(Predicate<WritableIndexedNode<T>> filter,
boolean deep) |
T |
get() |
IndexedNode<T> |
getBase() |
boolean |
isWritable() |
IndexedNode<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 ReadOnlyPIndexedNode(IndexedNode<T> base)
public 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 IndexedNode<T> getBase()
getBase in class DelegatePropertypublic boolean isWritable()
isWritable in interface PropertyisWritable in class DelegatePropertypublic T get()
get in interface ObservableValue<T>public List<WritableIndexedNode<T>> findChildren(Predicate<WritableIndexedNode<T>> filter, boolean deep)
findChildren in interface IndexedNode<T>public ObservableList<IndexedNode<T>> children()
children in interface IndexedNode<T>public IndexedNode<T> readOnly()
readOnly in interface IndexedNode<T>readOnly in interface ObservableValue<T>readOnly in interface PropertyCopyright © 2021 vpc open source initiative. All rights reserved.