Package | Description |
---|---|
org.eclipse.jface.databinding.viewers |
Provides classes that can be used to observe the JFace Viewer framework.
|
Modifier and Type | Method and Description |
---|---|
IViewerObservableValue |
ViewerValueProperty.observe(Viewer viewer) |
IViewerObservableValue |
IViewerValueProperty.observe(Viewer viewer)
Returns an
IViewerObservableValue observing this value property
on the given viewer |
IViewerObservableValue |
ViewerValueProperty.observeDelayed(int delay,
Viewer viewer) |
IViewerObservableValue |
IViewerValueProperty.observeDelayed(int delay,
Viewer viewer)
Returns an
IViewerObservableValue observing this value property
on the given viewer, which delays notification of value changes until at
least delay milliseconds have elapsed since that last change
event, or until a FocusOut event is received from the viewer's control
(whichever happens first). |
static IViewerObservableValue |
ViewersObservables.observeDelayedValue(int delay,
IViewerObservableValue observable)
Returns an observable which delays notification of value change events
from
observable until delay milliseconds have
passed since the last change event, or until a FocusOut event is received
from the underlying viewer control (whichever happens earlier). |
static IViewerObservableValue |
ViewersObservables.observeSinglePostSelection(StructuredViewer viewer)
Returns an observable value that tracks the current post selection
of the given structured viewer.
|
static IViewerObservableValue |
ViewersObservables.observeSingleSelection(Viewer viewer)
Returns an observable value that tracks the current selection of the
given viewer.
|
Modifier and Type | Method and Description |
---|---|
static IViewerObservableValue |
ViewersObservables.observeDelayedValue(int delay,
IViewerObservableValue observable)
Returns an observable which delays notification of value change events
from
observable until delay milliseconds have
passed since the last change event, or until a FocusOut event is received
from the underlying viewer control (whichever happens earlier). |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.