Class MultisetProperty<E>

    • Constructor Detail

      • MultisetProperty

        public MultisetProperty()
    • Method Detail

      • bindBidirectional

        public void bindBidirectional​(javafx.beans.property.Property<ObservableMultiset<E>> other)
        Specified by:
        bindBidirectional in interface javafx.beans.property.Property<E>
      • setValue

        public void setValue​(ObservableMultiset<E> v)
        Specified by:
        setValue in interface javafx.beans.value.WritableValue<E>
      • unbindBidirectional

        public void unbindBidirectional​(javafx.beans.property.Property<ObservableMultiset<E>> other)
        Specified by:
        unbindBidirectional in interface javafx.beans.property.Property<E>