Class SuspendableVarWrapper<T>

    • Field Detail

      • delegate

        private final Var<T> delegate
    • Constructor Detail

      • SuspendableVarWrapper

        protected SuspendableVarWrapper​(Var<T> p)
    • Method Detail

      • bind

        public void bind​(javafx.beans.value.ObservableValue<? extends T> other)
        Specified by:
        bind in interface javafx.beans.property.Property<T>
      • isBound

        public boolean isBound()
        Specified by:
        isBound in interface javafx.beans.property.Property<T>
      • unbind

        public void unbind()
        Specified by:
        unbind in interface javafx.beans.property.Property<T>
      • setValue

        public void setValue​(T value)
        Specified by:
        setValue in interface javafx.beans.value.WritableValue<T>