Index
All Classes and Interfaces|All Packages|Constant Field Values
B
- bind(Observable...) - Method in class org.eclipse.gef.common.beans.binding.MultisetBinding
-
Start observing the given dependencies for changes.
- bind(Observable...) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapBinding
-
Start observing the given dependencies for changes.
- bind(ObservableValue<? extends ObservableMultiset<E>>) - Method in class org.eclipse.gef.common.beans.property.MultisetPropertyBase
- bind(ObservableValue<? extends ObservableSetMultimap<K, V>>) - Method in class org.eclipse.gef.common.beans.property.SetMultimapPropertyBase
- bindBidirectional(Property<ObservableMultiset<E>>) - Method in class org.eclipse.gef.common.beans.property.MultisetProperty
- bindBidirectional(Property<ObservableSetMultimap<K, V>>) - Method in class org.eclipse.gef.common.beans.property.SetMultimapProperty
- bindContent(Multiset<E>, ObservableMultiset<? extends E>) - Static method in class org.eclipse.gef.common.beans.binding.BindingUtils
-
Creates a unidirectional content binding from the given source
Multiset
to the given targetObservableMultiset
. - bindContent(SetMultimap<K, V>, ObservableSetMultimap<? extends K, ? extends V>) - Static method in class org.eclipse.gef.common.beans.binding.BindingUtils
-
Creates a unidirectional content binding from the given source
SetMultimap
to the given targetObservableSetMultimap
. - bindContent(ObservableMultiset<E>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMultisetProperty
-
Creates a unidirectional content binding between the
ObservableMultiset
, that is wrapped in thisReadOnlyMultisetProperty
, and the givenObservableMultiset
. - bindContent(ObservableSetMultimap<K, V>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapProperty
-
Creates a unidirectional content binding between the
ObservableSetMultimap
, that is wrapped in thisReadOnlySetMultimapProperty
, and the givenObservableSetMultimap
. - bindContentBidirectional(ObservableMultiset<E>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMultisetProperty
-
Creates a bidirectional content binding of the
ObservableMultiset
, that is wrapped in thisReadOnlyMultisetProperty
, and the givenObservableMultiset
. - bindContentBidirectional(ObservableMultiset<E>, ObservableMultiset<E>) - Static method in class org.eclipse.gef.common.beans.binding.BindingUtils
-
Creates a bidirectional content binding between the given
ObservableMultisets
. - bindContentBidirectional(ObservableSetMultimap<K, V>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapProperty
-
Creates a bidirectional content binding of the
ObservableSetMultimap
, that is wrapped in thisReadOnlySetMultimapProperty
, and the givenObservableSetMultimap
. - bindContentBidirectional(ObservableSetMultimap<K, V>, ObservableSetMultimap<K, V>) - Static method in class org.eclipse.gef.common.beans.binding.BindingUtils
-
Creates a unidirectional content binding between the given
ObservableSetMultimaps
. - BindingUtils - Class in org.eclipse.gef.common.beans.binding
- BindingUtils() - Constructor for class org.eclipse.gef.common.beans.binding.BindingUtils
All Classes and Interfaces|All Packages|Constant Field Values