Class SimpleSetMultimapProperty<K,​V>

    • Constructor Detail

      • SimpleSetMultimapProperty

        public SimpleSetMultimapProperty​(java.lang.Object bean,
                                         java.lang.String name)
        Constructs a new SimpleSetMultimapProperty for the given bean and with the given name.
        Parameters:
        bean - The bean this property is related to.
        name - The name of the property.
      • SimpleSetMultimapProperty

        public SimpleSetMultimapProperty​(java.lang.Object bean,
                                         java.lang.String name,
                                         ObservableSetMultimap<K,​V> initialValue)
        Constructs a new SimpleSetMultimapProperty for the given bean and with the given name and initial value.
        Parameters:
        bean - The bean this property is related to.
        name - The name of the property.
        initialValue - The initial value of the property
      • SimpleSetMultimapProperty

        public SimpleSetMultimapProperty​(ObservableSetMultimap<K,​V> initialValue)
        Constructs a new unnamed SimpleSetMultimapProperty that is not related to a bean, with the given initial value.
        Parameters:
        initialValue - The initial value of the property
    • Method Detail

      • getBean

        public java.lang.Object getBean()
      • getName

        public java.lang.String getName()