Class SimpleSetMultimapProperty<K,V>

Type Parameters:
K - The key type of the ObservableSetMultimap.
V - The value type of the ObservableSetMultimap.
All Implemented Interfaces:
Multimap<K,V>, SetMultimap<K,V>, Observable, Property<ObservableSetMultimap<K,V>>, ReadOnlyProperty<ObservableSetMultimap<K,V>>, ObservableObjectValue<ObservableSetMultimap<K,V>>, ObservableValue<ObservableSetMultimap<K,V>>, WritableObjectValue<ObservableSetMultimap<K,V>>, WritableValue<ObservableSetMultimap<K,V>>, ObservableSetMultimapValue<K,V>, WritableSetMultimapValue<K,V>, ObservableSetMultimap<K,V>
Direct Known Subclasses:
ReadOnlySetMultimapWrapper

public class SimpleSetMultimapProperty<K,V> extends SetMultimapPropertyBase<K,V>
A concrete implementation of a Property wrapping an ObservableSetMultimap.
  • Constructor Details

    • SimpleSetMultimapProperty

      public SimpleSetMultimapProperty()
      Constructs a new unnamed SimpleSetMultimapProperty.
    • SimpleSetMultimapProperty

      public SimpleSetMultimapProperty(Object bean, 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(Object bean, 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 Details

    • getBean

      public Object getBean()
    • getName

      public String getName()