Package org.eclipse.core.databinding.property.list
-
Interface Summary Interface Description IListProperty<S,E> Interface for list-typed properties. -
Class Summary Class Description DelegatingListProperty<S,E> ListProperty<S,E> Abstract implementation of IListProperty.MultiListProperty<S,E> A list property for observing multiple list properties in sequence in a combined list.SimpleListProperty<S,E> Simplified abstract implementation of IListProperty.