Uses of Interface
org.eclipse.jface.databinding.viewers.IViewerValueProperty
Packages that use IViewerValueProperty
Package
Description
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 IViewerValuePropertyModifier and TypeClassDescriptionclassViewerValueProperty<S,T> Abstract value property implementation forViewerproperties. -
Uses of IViewerValueProperty in org.eclipse.jface.databinding.viewers.typed
Methods in org.eclipse.jface.databinding.viewers.typed that return IViewerValuePropertyModifier and TypeMethodDescriptionstatic <S extends Viewer,E>
IViewerValueProperty<S, E> ViewerProperties.input()Returns a value property for observing the input of aViewer.static <S extends Viewer,T>
IViewerValueProperty<S, T> An alternative version ofViewerProperties.input()which casts the property to the argument element type.static <S extends ISelectionProvider,E>
IViewerValueProperty<S, E> ViewerProperties.singlePostSelection()Returns a value property for observing the single post selection of aIPostSelectionProvider.static <S extends ISelectionProvider,T>
IViewerValueProperty<S, T> ViewerProperties.singlePostSelection(Class<T> elementType) An alternative version ofViewerProperties.singlePostSelection()which casts the property to the argument element type.static <S extends ISelectionProvider,E>
IViewerValueProperty<S, E> ViewerProperties.singleSelection()Returns a value property for observing the single selection of aISelectionProvider.static <S extends ISelectionProvider,T>
IViewerValueProperty<S, T> ViewerProperties.singleSelection(Class<T> elementType) An alternative version ofViewerProperties.singleSelection()which casts the property to the argument element type.