Uses of Interface
org.eclipse.jface.databinding.viewers.IViewerSetProperty
-
Packages that use IViewerSetProperty Package Description org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework. -
-
Uses of IViewerSetProperty in org.eclipse.jface.databinding.viewers
Classes in org.eclipse.jface.databinding.viewers that implement IViewerSetProperty Modifier and Type Class Description class
ViewerSetProperty<S,E>
Abstract set property implementation forViewer
properties.Methods in org.eclipse.jface.databinding.viewers that return IViewerSetProperty Modifier and Type Method Description static IViewerSetProperty
ViewerProperties. checkedElements(Object elementType)
Deprecated.Returns a set property for observing the checked elements of aCheckboxTableViewer
,CheckboxTreeViewer
orICheckable
.static IViewerSetProperty
ViewerProperties. filters()
Deprecated.Returns a value property for observing the input of aStructuredViewer
.
-