Uses of Interface
org.eclipse.core.databinding.beans.IBeanValueProperty
Packages that use IBeanValueProperty
Package
Description
Provides classes for observing JavaBeans(tm) objects.
-
Uses of IBeanValueProperty in org.eclipse.core.databinding.beans
Methods in org.eclipse.core.databinding.beans that return IBeanValuePropertyModifier and TypeMethodDescription<T2> IBeanValueProperty<S,
T2> Returns a master-detail combination of this property and the specified value property.<T2> IBeanValueProperty<S,
T2> Returns a master-detail combination of this property and the specified value property.<T2> IBeanValueProperty<S,
T2> IBeanValueProperty.value
(IBeanValueProperty<? super T, T2> property) Returns a master-detail combination of this property and the specified value property.Methods in org.eclipse.core.databinding.beans with parameters of type IBeanValuePropertyModifier and TypeMethodDescription<T2> IBeanValueProperty<S,
T2> IBeanValueProperty.value
(IBeanValueProperty<? super T, T2> property) Returns a master-detail combination of this property and the specified value property.<E2> IBeanListProperty<S,
E2> IBeanListProperty.values
(IBeanValueProperty<? super E, E2> property) 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> IBeanSetProperty.values
(IBeanValueProperty<? super E, V> property) Returns a master-detail combination of this property and the specified value property.