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>
                        
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Object getBean()
      String getName()
      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