Package de.flapdoodle.kfx.extensions
Class ChildsInParentBoundsExtension.ContainerlessBoundsInLocalProperty
-
- All Implemented Interfaces:
-
javafx.beans.Observable,javafx.beans.property.ReadOnlyProperty,javafx.beans.value.ObservableObjectValue,javafx.beans.value.ObservableValue
public final class ChildsInParentBoundsExtension.ContainerlessBoundsInLocalProperty extends LazyProperty<Bounds>
-
-
Field Summary
Fields Modifier and Type Field Description private final Nodeparent
-
Constructor Summary
Constructors Constructor Description ChildsInParentBoundsExtension.ContainerlessBoundsInLocalProperty(Node parent)
-
Method Summary
-
Methods inherited from class de.flapdoodle.kfx.bindings.LazyProperty
addListener, addListener, get, invalidate, removeListener, removeListener -
Methods inherited from class javafx.beans.property.ReadOnlyObjectProperty
toString -
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 javafx.beans.binding.ObjectExpression
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-