Package | Description |
---|---|
org.eclipse.jface.databinding.fieldassist |
Provides classes that bridge between data binding and the JFace Fieldassist framework.
|
Modifier and Type | Method and Description |
---|---|
static ControlDecorationSupport |
ControlDecorationSupport.create(IObservableValue<IStatus> validationStatus,
int position,
Composite composite,
ControlDecorationUpdater updater,
IObservable... targetsToBeDecorated)
Creates a ControlDecorationSupport which observes the validation status
and displays a
ControlDecoration over the underlying SWT control
of all target observables that implement ISWTObservable or
IViewerObservable . |
static ControlDecorationSupport |
ControlDecorationSupport.create(IObservableValue<IStatus> validationStatus,
int position,
Composite composite,
ControlDecorationUpdater updater,
IObservableList<IObservable> targetsToBeDecorated)
Creates a ControlDecorationSupport which observes the validation status
and displays a
ControlDecoration over the underlying SWT control
of all target observables that implement ISWTObservable or
IViewerObservable . |
static ControlDecorationSupport |
ControlDecorationSupport.create(IObservableValue<IStatus> validationStatus,
int position,
Composite composite,
IObservable... targetsToBeDecorated)
Creates a ControlDecorationSupport which observes the validation status
and displays a
ControlDecoration over the underlying SWT control
of all target observables that implement ISWTObservable or
IViewerObservable . |
static ControlDecorationSupport |
ControlDecorationSupport.create(IObservableValue<IStatus> validationStatus,
int position,
Composite composite,
IObservableList<IObservable> targetsToBeDecorated)
Creates a ControlDecorationSupport which observes the validation status
and displays a
ControlDecoration over the underlying SWT control
of all target observables that implement ISWTObservable or
IViewerObservable . |
static ControlDecorationSupport |
ControlDecorationSupport.create(IObservableValue<IStatus> validationStatus,
int position,
IObservable... targetsToBeDecorated)
Creates a ControlDecorationSupport which observes the given validation
status and displays a
ControlDecoration over the underlying SWT
control of all target observables that implement ISWTObservable
or IViewerObservable . |
static ControlDecorationSupport |
ControlDecorationSupport.create(IObservableValue<IStatus> validationStatus,
int position,
IObservableList<IObservable> targetsToBeDecorated)
Creates a ControlDecorationSupport which observes the given validation
status and displays a
ControlDecoration over the underlying SWT
control of all target observables that implement ISWTObservable
or IViewerObservable . |
static ControlDecorationSupport |
ControlDecorationSupport.create(ValidationStatusProvider validationStatusProvider,
int position)
Creates a ControlDecorationSupport which observes the validation status
of the specified
ValidationStatusProvider , and displays a
ControlDecoration over the underlying SWT control of all target
observables that implement ISWTObservable or
IViewerObservable . |
static ControlDecorationSupport |
ControlDecorationSupport.create(ValidationStatusProvider validationStatusProvider,
int position,
Composite composite)
Creates a ControlDecorationSupport which observes the validation status
of the specified
ValidationStatusProvider , and displays a
ControlDecoration over the underlying SWT control of all target
observables that implement ISWTObservable or
IViewerObservable . |
static ControlDecorationSupport |
ControlDecorationSupport.create(ValidationStatusProvider validationStatusProvider,
int position,
Composite composite,
ControlDecorationUpdater updater)
Creates a ControlDecorationSupport which observes the validation status
of the specified
ValidationStatusProvider , and displays a
ControlDecoration over the underlying SWT control of all target
observables that implement ISWTObservable or
IViewerObservable . |
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.