Uses of Interface
org.eclipse.core.databinding.property.map.IMapProperty
Packages that use 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
Subinterfaces of IMapProperty in org.eclipse.core.databinding.beansModifier 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
Methods in org.eclipse.core.databinding.property that return IMapProperty -
Uses of IMapProperty in org.eclipse.core.databinding.property.map
Classes in org.eclipse.core.databinding.property.map that implement IMapPropertyModifier and TypeClassDescriptionclass
DelegatingMapProperty<S,
K, V> class
MapProperty<S,
K, V> Abstract implementation of IMapPropertyclass
SimpleMapProperty<S,
K, V> Simplified abstract implementation of IMapProperty.Methods in org.eclipse.core.databinding.property.map that return IMapPropertyModifier 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
Methods in org.eclipse.core.databinding.property.set that return IMapPropertyModifier 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
Methods in org.eclipse.core.databinding.property.value that return IMapPropertyModifier 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) Methods in org.eclipse.core.databinding.property.value with parameters of type IMapPropertyModifier 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)