Uses of Interface
org.eclipse.core.databinding.beans.IBeanListProperty
Package
Description
Provides classes for observing JavaBeans(tm) objects.
-
Uses of IBeanListProperty in org.eclipse.core.databinding.beans
Modifier 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.Modifier 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. -
Uses of IBeanListProperty in org.eclipse.core.databinding.beans.typed
Modifier and TypeMethodDescriptionstatic <S,
E> IBeanListProperty<S, E> Returns a list property for the given property name of the given bean class.static <S,
E> IBeanListProperty<S, E> Returns a list property for the given property name of the given bean class.static <S,
E> IBeanListProperty<S, E> Returns a list property for the given property name of an arbitrary bean class.static <S,
E> IBeanListProperty<S, E> Returns a list property for the given property name of an arbitrary bean class.static <S,
E> IBeanListProperty<S, E> Returns a list property for the given property name of the given bean class.static <S,
E> IBeanListProperty<S, E> Returns a list property for the given property name of the given bean class.static <S,
E> IBeanListProperty<S, E> Returns a list property for the given property name of an arbitrary bean class.static <S,
E> IBeanListProperty<S, E> Returns a list property for the given property name of an arbitrary bean class.