Class SetMultimapProperty<K,​V>

    • Constructor Detail

      • SetMultimapProperty

        public SetMultimapProperty()
    • Method Detail

      • bindBidirectional

        public void bindBidirectional​(javafx.beans.property.Property<ObservableSetMultimap<K,​V>> other)
        Specified by:
        bindBidirectional in interface javafx.beans.property.Property<K>
      • setValue

        public void setValue​(ObservableSetMultimap<K,​V> v)
        Specified by:
        setValue in interface javafx.beans.value.WritableValue<K>
      • unbindBidirectional

        public void unbindBidirectional​(javafx.beans.property.Property<ObservableSetMultimap<K,​V>> other)
        Specified by:
        unbindBidirectional in interface javafx.beans.property.Property<K>