Uses of Interface
org.eclipse.jface.databinding.viewers.IViewerSetProperty
Packages that use IViewerSetProperty
Package
Description
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 IViewerSetPropertyModifier and TypeClassDescriptionclassViewerSetProperty<S,E> Abstract set property implementation forViewerproperties. -
Uses of IViewerSetProperty in org.eclipse.jface.databinding.viewers.typed
Methods in org.eclipse.jface.databinding.viewers.typed that return IViewerSetPropertyModifier and TypeMethodDescriptionstatic <S extends ICheckable,T>
IViewerSetProperty<S, T> ViewerProperties.checkedElements(Class<T> elementType) A version ofViewerProperties.checkedElements(Object)which casts the property to the argument element type.static <S extends ICheckable,E>
IViewerSetProperty<S, E> ViewerProperties.checkedElements(Object elementType) Returns a set property for observing the checked elements of aCheckboxTableViewer,CheckboxTreeViewerorICheckable.static <S extends StructuredViewer>
IViewerSetProperty<S, ViewerFilter> ViewerProperties.filters()Returns a value property for observing the filters of aStructuredViewer.