Uses of Interface
org.eclipse.core.databinding.beans.IBeanMapProperty
Package
Description
Provides classes for observing JavaBeans(tm) objects.
-
Uses of IBeanMapProperty in org.eclipse.core.databinding.beans
Modifier and TypeMethodDescription<K,
V> IBeanMapProperty<S, K, V> Returns a master-detail combination of this property and the specified map property.<K,
V> IBeanMapProperty<S, K, V> Returns a master-detail combination of this property and the specified map property.<K,
V> IBeanMapProperty<S, K, V> IBeanValueProperty.map
(IBeanMapProperty<? super T, K, V> property) Returns a master-detail combination of this property and the specified map property.<V2> IBeanMapProperty<S,
K, V2> Returns a master-detail combination of this property and the specified value property.<V2> IBeanMapProperty<S,
K, V2> Returns a master-detail combination of this property and the specified value property.<V2> IBeanMapProperty<S,
K, V2> IBeanMapProperty.values
(IBeanValueProperty<? super V, V2> property) Returns a master-detail combination of this property and the specified value property.<V> IBeanMapProperty<S,
E, V> Returns a master-detail combination of this property and the specified value property.<V> IBeanMapProperty<S,
E, V> Returns a master-detail combination of this property and the specified value property.<V> IBeanMapProperty<S,
E, V> IBeanSetProperty.values
(IBeanValueProperty<? super E, V> property) Returns a master-detail combination of this property and the specified value property.Modifier and TypeMethodDescription<K,
V> IBeanMapProperty<S, K, V> IBeanValueProperty.map
(IBeanMapProperty<? super T, K, V> property) Returns a master-detail combination of this property and the specified map property. -
Uses of IBeanMapProperty in org.eclipse.core.databinding.beans.typed
Modifier and TypeMethodDescriptionstatic <S,
K, V> IBeanMapProperty<S, K, V> Returns a map property for the given property name of the given bean class.static <S,
K, V> IBeanMapProperty<S, K, V> Returns a map property for the given property name of the given bean class.static <S,
K, V> IBeanMapProperty<S, K, V> Returns a map property for the given property name of an arbitrary bean class.static <S,
K, V> IBeanMapProperty<S, K, V> Returns a map property for the given property name of an arbitrary bean class.static <S,
K, V> IBeanMapProperty<S, K, V> Returns a map property for the given property name of the given bean class.static <S,
K, V> IBeanMapProperty<S, K, V> Returns a map property for the given property name of the given bean class.static <S,
K, V> IBeanMapProperty<S, K, V> Returns a map property for the given property name of an arbitrary bean class.static <S,
K, V> IBeanMapProperty<S, K, V> Returns a map property for the given property name of an arbitrary bean class.