Package de.flapdoodle.kfx.bindings
Class NodeContainerProperty
-
- All Implemented Interfaces:
-
javafx.beans.Observable,javafx.beans.property.Property,javafx.beans.property.ReadOnlyProperty,javafx.beans.value.ObservableObjectValue,javafx.beans.value.ObservableValue,javafx.beans.value.WritableObjectValue,javafx.beans.value.WritableValue
public abstract class NodeContainerProperty<T extends Node> extends ObjectPropertyBase<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNodeContainerProperty.Companion
-
Field Summary
Fields Modifier and Type Field Description private Tvaluepublic final static NodeContainerProperty.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description NodeContainerProperty(String name)
-
Method Summary
Modifier and Type Method Description ObjectgetBean()StringgetName()abstract ObservableList<Node>getChildren()-
Methods inherited from class javafx.beans.binding.ObjectExpression
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull -
Methods inherited from class javafx.beans.property.ObjectProperty
bindBidirectional, setValue, unbindBidirectional -
Methods inherited from class javafx.beans.property.ObjectPropertyBase
addListener, addListener, bind, get, isBound, removeListener, removeListener, set, toString, unbind -
Methods inherited from class javafx.beans.value.ObservableValue
flatMap, map, orElse, subscribe, subscribe, when -
Methods inherited from class javafx.beans.Observable
subscribe -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-