Uses of Interface
org.eclipse.jface.databinding.viewers.IViewerListProperty
Packages that use IViewerListProperty
Package
Description
Provides classes that can be used to observe the JFace Viewer framework.
-
Uses of IViewerListProperty in org.eclipse.jface.databinding.viewers
Classes in org.eclipse.jface.databinding.viewers that implement IViewerListPropertyModifier and TypeClassDescriptionclassViewerListProperty<S,E> Abstract list property implementation forViewerproperties. -
Uses of IViewerListProperty in org.eclipse.jface.databinding.viewers.typed
Methods in org.eclipse.jface.databinding.viewers.typed that return IViewerListPropertyModifier and TypeMethodDescriptionstatic <S extends ISelectionProvider,E>
IViewerListProperty<S, E> ViewerProperties.multiplePostSelection()Returns a list property for observing the multiple post selection of anIPostSelectionProvider.static <S extends ISelectionProvider,T>
IViewerListProperty<S, T> ViewerProperties.multiplePostSelection(Class<T> elementType) An alternative version ofViewerProperties.multiplePostSelection()which casts the property to the argument element type.static <S extends ISelectionProvider,E>
IViewerListProperty<S, E> ViewerProperties.multipleSelection()Returns a list property for observing the multiple selection of anISelectionProvider.static <S extends ISelectionProvider,T>
IViewerListProperty<S, T> ViewerProperties.multipleSelection(Class<T> elementType) An alternative version ofViewerProperties.multipleSelection()which casts the property to the argument element type.