Package | Description |
---|---|
org.eclipse.paho.mqtt.ui.core | |
org.eclipse.paho.mqtt.ui.support.fieldassist |
Constructor and Description |
---|
DecoratedBinding(org.eclipse.core.databinding.Binding binding,
ControlDecorationSupport decorationSupport) |
Modifier and Type | Method and Description |
---|---|
static ControlDecorationSupport |
ControlDecorationSupport.create(org.eclipse.core.databinding.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(org.eclipse.core.databinding.ValidationStatusProvider validationStatusProvider,
int position,
org.eclipse.swt.widgets.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(org.eclipse.core.databinding.ValidationStatusProvider validationStatusProvider,
int position,
org.eclipse.swt.widgets.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 © 2017 Eclipse Paho. All rights reserved.