Uses of Interface
org.eclipse.core.databinding.property.map.IMapProperty
Package
Description
Provides classes for observing JavaBeans(tm) objects.
Interfaces and classes for representing and observing properties of objects.
-
Uses of IMapProperty in org.eclipse.core.databinding.beans
Modifier and TypeInterfaceDescriptioninterface
IBeanMapProperty<S,
K, V> AnIMapProperty
extension interface with convenience methods for creating nested bean properties. -
Uses of IMapProperty in org.eclipse.core.databinding.property
-
Uses of IMapProperty in org.eclipse.core.databinding.property.map
Modifier and TypeClassDescriptionclass
DelegatingMapProperty<S,
K, V> class
MapProperty<S,
K, V> Abstract implementation of IMapPropertyclass
SimpleMapProperty<S,
K, V> Simplified abstract implementation of IMapProperty.Modifier and TypeMethodDescriptionprotected abstract IMapProperty<S,
K, V> DelegatingMapProperty.doGetDelegate
(S source) Returns the property to delegate to for the specified source object.final IMapProperty<S,
K, V> DelegatingMapProperty.getDelegate
(S source) Returns the property to delegate to for the specified source object.<T> IMapProperty<S,
K, T> IMapProperty.values
(IValueProperty<? super V, T> detailValues) Returns the nested combination of this property and the specified detail value property.final <T> IMapProperty<S,
K, T> MapProperty.values
(IValueProperty<? super V, T> detailValues) -
Uses of IMapProperty in org.eclipse.core.databinding.property.set
Modifier and TypeMethodDescription<T> IMapProperty<S,
E, T> ISetProperty.values
(IValueProperty<? super E, T> detailValues) Returns the nested combination of this property and the specified detail value property.final <T> IMapProperty<S,
E, T> SetProperty.values
(IValueProperty<? super E, T> detailValues) -
Uses of IMapProperty in org.eclipse.core.databinding.property.value
Modifier and TypeMethodDescription<K,
V> IMapProperty<S, K, V> IValueProperty.map
(IMapProperty<? super T, K, V> detailMap) Returns the nested combination of this property and the specified detail map property.final <K,
V> IMapProperty<S, K, V> ValueProperty.map
(IMapProperty<? super T, K, V> detailMap) Modifier and TypeMethodDescription<K,
V> IMapProperty<S, K, V> IValueProperty.map
(IMapProperty<? super T, K, V> detailMap) Returns the nested combination of this property and the specified detail map property.final <K,
V> IMapProperty<S, K, V> ValueProperty.map
(IMapProperty<? super T, K, V> detailMap)