Uses of Interface
org.eclipse.jface.databinding.viewers.IViewerObservableValue
Packages that use IViewerObservableValue
Package
Description
Provides classes that can be used to observe the JFace Viewer framework.
-
Uses of IViewerObservableValue in org.eclipse.jface.databinding.viewers
Methods in org.eclipse.jface.databinding.viewers that return IViewerObservableValueModifier and TypeMethodDescriptionReturns anIViewerObservableValueobserving this value property on the given viewerIViewerValueProperty.observeDelayed(int delay, Viewer viewer) Returns anIViewerObservableValueobserving this value property on the given viewer, which delays notification of value changes until at leastdelaymilliseconds have elapsed since that last change event, or until a FocusOut event is received from the viewer's control (whichever happens first).ViewerValueProperty.observeDelayed(int delay, Viewer viewer) static <T> IViewerObservableValue<T>ViewersObservables.observeDelayedValue(int delay, IViewerObservableValue<T> observable) Deprecated.Returns an observable which delays notification of value change events fromobservableuntildelaymilliseconds have passed since the last change event, or until a FocusOut event is received from the underlying viewer control (whichever happens earlier).static IViewerObservableValueViewersObservables.observeSinglePostSelection(StructuredViewer viewer) Deprecated.Returns an observable value that tracks the current post selection of the given structured viewer.static IViewerObservableValueViewersObservables.observeSingleSelection(Viewer viewer) Deprecated.Returns an observable value that tracks the current selection of the given viewer.Methods in org.eclipse.jface.databinding.viewers with parameters of type IViewerObservableValueModifier and TypeMethodDescriptionstatic <T> IViewerObservableValue<T>ViewersObservables.observeDelayedValue(int delay, IViewerObservableValue<T> observable) Deprecated.Returns an observable which delays notification of value change events fromobservableuntildelaymilliseconds have passed since the last change event, or until a FocusOut event is received from the underlying viewer control (whichever happens earlier).