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