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 sourceMultisetto 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 sourceSetMultimapto the given targetObservableSetMultimap.
- bindContent(ObservableMultiset<E>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMultisetProperty
- 
Creates a unidirectional content binding between theObservableMultiset, 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 theObservableSetMultimap, 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 theObservableMultiset, 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 givenObservableMultisets.
- bindContentBidirectional(ObservableSetMultimap<K, V>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapProperty
- 
Creates a bidirectional content binding of theObservableSetMultimap, 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 givenObservableSetMultimaps.
- 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