Uses of Interface
org.eclipse.core.databinding.property.list.IListProperty
Packages that use IListProperty
Package
Description
Provides classes for binding observable objects, for example UI widgets and model objects.
Provides classes for observing JavaBeans(tm) objects.
Interfaces and classes for representing and observing properties of objects.
Provides classes that can be used to observe changes in SWT widgets.
Provides classes that can be used to observe the JFace Viewer framework.
-
Uses of IListProperty in org.eclipse.core.databinding
Methods in org.eclipse.core.databinding that return IListPropertyModifier and TypeMethodDescriptionstatic IListProperty<DataBindingContext, Binding> BindingProperties.bindings()Returns anIListPropertyfor observing the bindings of aDataBindingContext.BindingProperties.models()Returns anIListPropertyfor observing the models of aValidationStatusProvider.BindingProperties.targets()Returns anIListPropertyfor observing the targets of aValidationStatusProvider.BindingProperties.validationStatusProviders()Returns anIListPropertyfor observing the validation status providers of aDataBindingContext. -
Uses of IListProperty in org.eclipse.core.databinding.beans
Subinterfaces of IListProperty in org.eclipse.core.databinding.beansModifier and TypeInterfaceDescriptioninterfaceIBeanListProperty<S,E> AnIListPropertyextension interface with convenience methods for creating nested bean properties. -
Uses of IListProperty in org.eclipse.core.databinding.property
Methods in org.eclipse.core.databinding.property that return IListPropertyModifier and TypeMethodDescriptionstatic <E> IListProperty<List<E>, E> Returns a list property which takes the source object (aList) as the property list. -
Uses of IListProperty in org.eclipse.core.databinding.property.list
Classes in org.eclipse.core.databinding.property.list that implement IListPropertyModifier and TypeClassDescriptionclassclassListProperty<S,E> Abstract implementation of IListProperty.classMultiListProperty<S,E> A list property for observing multiple list properties in sequence in a combined list.classSimpleListProperty<S,E> Simplified abstract implementation of IListProperty.Methods in org.eclipse.core.databinding.property.list that return IListPropertyModifier and TypeMethodDescriptionprotected abstract IListProperty<S, E> DelegatingListProperty.doGetDelegate(S source) Returns the property to delegate to for the specified source object.final IListProperty<S, E> DelegatingListProperty.getDelegate(S source) Returns the property to delegate to for the specified source object.<T> IListProperty<S, T> IListProperty.values(IValueProperty<? super E, T> detailValue) Returns the nested combination of this property and the specified detail value property.final <T> IListProperty<S, T> ListProperty.values(IValueProperty<? super E, T> detailValue) Constructors in org.eclipse.core.databinding.property.list with parameters of type IListPropertyModifierConstructorDescriptionMultiListProperty(IListProperty<S, E>... properties) Constructs a MultiListProperty for observing the specified list properties in sequenceMultiListProperty(IListProperty<S, E>[] properties, Object elementType) Constructs a MultiListProperty for observing the specified list properties in sequence. -
Uses of IListProperty in org.eclipse.core.databinding.property.value
Methods in org.eclipse.core.databinding.property.value that return IListPropertyModifier and TypeMethodDescription<E> IListProperty<S, E> IValueProperty.list(IListProperty<? super T, E> detailList) Returns the nested combination of this property and the specified detail list property.final <E> IListProperty<S, E> ValueProperty.list(IListProperty<? super T, E> detailList) Methods in org.eclipse.core.databinding.property.value with parameters of type IListPropertyModifier and TypeMethodDescription<E> IListProperty<S, E> IValueProperty.list(IListProperty<? super T, E> detailList) Returns the nested combination of this property and the specified detail list property.final <E> IListProperty<S, E> ValueProperty.list(IListProperty<? super T, E> detailList) -
Uses of IListProperty in org.eclipse.jface.databinding.swt
Subinterfaces of IListProperty in org.eclipse.jface.databinding.swtModifier and TypeInterfaceDescriptioninterfaceIWidgetListProperty<S extends Widget,E> IListPropertyfor observing an SWT WidgetClasses in org.eclipse.jface.databinding.swt that implement IListPropertyModifier and TypeClassDescriptionclassWidgetListProperty<S extends Widget,E> Abstract list property implementation forWidgetproperties. -
Uses of IListProperty in org.eclipse.jface.databinding.viewers
Subinterfaces of IListProperty in org.eclipse.jface.databinding.viewersModifier and TypeInterfaceDescriptioninterfaceIViewerListProperty<S,E> IListPropertyfor observing a JFace viewerClasses in org.eclipse.jface.databinding.viewers that implement IListPropertyModifier and TypeClassDescriptionclassViewerListProperty<S,E> Abstract list property implementation forViewerproperties.Methods in org.eclipse.jface.databinding.viewers with parameters of type IListPropertyModifier and TypeMethodDescriptionstatic <E> voidViewerSupport.bind(AbstractTreeViewer viewer, E input, IListProperty<? super E, ? extends E> childrenProperty, IValueProperty<? super E, ?> labelProperty) Binds the viewer to the specified input, using the specified children property to generate child nodes, and the specified label property to generate labels.static <E> voidViewerSupport.bind(AbstractTreeViewer viewer, E input, IListProperty<? super E, ? extends E> childrenProperty, IValueProperty<? super E, ?>... labelProperties) Binds the viewer to the specified input, using the specified children property to generate child nodes, and the specified label properties to generate labels. -
Uses of IListProperty in org.eclipse.ui.databinding.typed
Methods in org.eclipse.ui.databinding.typed that return IListPropertyModifier and TypeMethodDescriptionstatic <S extends ISelectionService,E>
IListProperty<S, E> WorkbenchProperties.multipleSelection()Returns a property for observing the elements of a structured selection as exposed byISelectionService.static <S extends ISelectionService,E>
IListProperty<S, E> WorkbenchProperties.multipleSelection(Class<E> elementType) Returns a property for observing the elements of a structured selection as exposed byISelectionService.static <S extends ISelectionService,E>
IListProperty<S, E> WorkbenchProperties.multipleSelection(String partId, boolean postSelection) Returns a property for observing the elements of a structured selection as exposed byISelectionService.static <S extends ISelectionService,E>
IListProperty<S, E> WorkbenchProperties.multipleSelection(String partId, boolean postSelection, Class<E> elementType) Returns a property for observing the elements of a structured selection as exposed byISelectionService.