Uses of Interface
org.eclipse.jface.databinding.viewers.IViewerListProperty
-
Packages that use IViewerListProperty Package Description org.eclipse.jface.databinding.viewers 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 IViewerListProperty Modifier and Type Class Description class
ViewerListProperty<S,E>
Abstract list property implementation forViewer
properties.Methods in org.eclipse.jface.databinding.viewers that return IViewerListProperty Modifier and Type Method Description static IViewerListProperty
ViewerProperties. multiplePostSelection()
Deprecated.Returns a list property for observing the multiple post selection of anIPostSelectionProvider
.static IViewerListProperty
ViewerProperties. multipleSelection()
Deprecated.Returns a list property for observing the multiple selection of anISelectionProvider
.
-