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
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()
Returns a list property for observing the multiple post selection of anIPostSelectionProvider
.static IViewerListProperty
ViewerProperties. multipleSelection()
Returns a list property for observing the multiple selection of anISelectionProvider
.
-