Uses of Interface
org.eclipse.jface.databinding.viewers.IViewerListProperty
Package
Description
Provides classes that can be used to observe the JFace Viewer framework.
-
Uses of IViewerListProperty in org.eclipse.jface.databinding.viewers
Modifier and TypeClassDescriptionclass
ViewerListProperty<S,
E> Abstract list property implementation forViewer
properties. -
Uses of IViewerListProperty in org.eclipse.jface.databinding.viewers.typed
Modifier 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.