Uses of Interface
org.eclipse.jface.databinding.viewers.IViewerValueProperty
-
Packages that use IViewerValueProperty Package Description org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework. -
-
Uses of IViewerValueProperty in org.eclipse.jface.databinding.viewers
Classes in org.eclipse.jface.databinding.viewers that implement IViewerValueProperty Modifier and Type Class Description class
ViewerValueProperty
Abstract value property implementation forViewer
properties.Methods in org.eclipse.jface.databinding.viewers that return IViewerValueProperty Modifier and Type Method Description static IViewerValueProperty
ViewerProperties. input()
Returns a value property for observing the input of aViewer
.static IViewerValueProperty
ViewerProperties. singlePostSelection()
Returns a value property for observing the single post selection of aIPostSelectionProvider
.static IViewerValueProperty
ViewerProperties. singleSelection()
Returns a value property for observing the single selection of aISelectionProvider
.
-