Package | Description |
---|---|
org.eclipse.core.databinding |
Provides classes for binding observable objects, for example UI widgets and model objects.
|
org.eclipse.core.databinding.beans |
Provides classes for observing JavaBeans(tm) objects.
|
org.eclipse.core.databinding.observable |
Provides the core APIs for observing changes in objects.
|
org.eclipse.core.databinding.observable.masterdetail |
Provides classes that can be used to observe a detail of a master object.
|
org.eclipse.core.databinding.observable.value |
Provides classes that can be used to observe changes in discrete values.
|
org.eclipse.core.databinding.property.list | |
org.eclipse.core.databinding.property.map | |
org.eclipse.core.databinding.property.set | |
org.eclipse.core.databinding.property.value | |
org.eclipse.core.databinding.validation |
Provides the core APIs for validation.
|
org.eclipse.jface.databinding.swt |
Provides classes that can be used to observe changes in SWT widgets.
|
org.eclipse.jface.databinding.viewers |
Provides classes that can be used to observe the JFace Viewer framework.
|
org.eclipse.ui.databinding |
APIs for Workbench properties and observables for use with data binding
Package Specification
This package provides APIs that provide access to properties of Workbench objects for
use with the data binding framework.
|
Class and Description |
---|
AbstractObservableValue
This class is thread safe.
|
ComputedValue
A Lazily calculated value that automatically computes and registers listeners
on its dependencies as long as all of its dependencies are
IObservable objects. |
IObservableValue
A value whose changes can be tracked by value change listeners.
|
Class and Description |
---|
IObservableValue
A value whose changes can be tracked by value change listeners.
|
Class and Description |
---|
IObservableValue
A value whose changes can be tracked by value change listeners.
|
ValueDiff |
Class and Description |
---|
IObservableValue
A value whose changes can be tracked by value change listeners.
|
Class and Description |
---|
AbstractObservableValue
This class is thread safe.
|
DecoratingObservableValue
An observable value which decorates another observable value.
|
DuplexingObservableValue |
IObservableValue
A value whose changes can be tracked by value change listeners.
|
IValueChangeListener
Listener for changes to observable values.
|
IValueChangingListener
Listener for pre-change events for observable values.
|
IVetoableValue
An observable value whose changes can be vetoed by listeners.
|
ValueChangeEvent
Value change event describing a change of an
IObservableValue
object's current value. |
ValueChangingEvent
Value changing event describing a pending change of an
IObservableValue object's current value. |
ValueDiff |
WritableValue
Mutable (writable) implementation of
IObservableValue that will maintain a value and fire
change events when the value changes. |
Class and Description |
---|
IObservableValue
A value whose changes can be tracked by value change listeners.
|
Class and Description |
---|
IObservableValue
A value whose changes can be tracked by value change listeners.
|
Class and Description |
---|
IObservableValue
A value whose changes can be tracked by value change listeners.
|
Class and Description |
---|
IObservableValue
A value whose changes can be tracked by value change listeners.
|
Class and Description |
---|
IObservableValue
A value whose changes can be tracked by value change listeners.
|
Class and Description |
---|
IObservableValue
A value whose changes can be tracked by value change listeners.
|
Class and Description |
---|
IObservableValue
A value whose changes can be tracked by value change listeners.
|
Class and Description |
---|
IObservableValue
A value whose changes can be tracked by value change listeners.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.