Package | Description |
---|---|
org.eclipse.core.databinding |
Provides classes for binding observable objects, for example UI widgets and model objects.
|
org.eclipse.core.databinding.observable |
Provides the core APIs for observing changes in objects.
|
org.eclipse.core.databinding.observable.list |
Provides classes for observing changes in lists.
|
org.eclipse.core.databinding.observable.set |
Provides classes that can be used to observe changes in sets.
|
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.
|
Constructor and Description |
---|
AggregateValidationStatus(IObservableCollection validationStatusProviders,
int strategy) |
AggregateValidationStatus(Realm realm,
IObservableCollection validationStatusProviders,
int strategy) |
Modifier and Type | Class and Description |
---|---|
class |
DecoratingObservableCollection
An observable collection which decorates another observable collection
|
Constructor and Description |
---|
DecoratingObservableCollection(IObservableCollection decorated,
boolean disposeDecoratedOnDispose) |
Modifier and Type | Interface and Description |
---|---|
interface |
IObservableList
A list whose changes can be tracked by list change listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractObservableList
Subclasses should override at least get(int index) and size().
|
class |
ComputedList
A lazily calculated list that automatically computes and registers listeners
on its dependencies as long as all of its dependencies are
IObservable objects. |
class |
DecoratingObservableList
An observable list which decorates another observable list.
|
class |
MultiList
An observable list backed by an array of observable lists.
|
class |
ObservableList
Abstract implementation of
IObservableList , based on an underlying
regular list. |
class |
WritableList
Mutable observable list backed by an ArrayList.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IObservableSet
A set whose changes can be tracked by set change listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractObservableSet
Abstract implementation of
IObservableSet . |
class |
ComputedSet
A lazily calculated set that automatically computes and registers listeners
on its dependencies as long as all of its dependencies are
IObservable objects. |
class |
DecoratingObservableSet
An observable set which decorates another observable set.
|
class |
ListToSetAdapter
Observable set backed by an observable list.
|
class |
MappedSet
Deprecated.
This class is deprecated.
|
class |
ObservableSet
Abstract implementation of
IObservableSet . |
class |
UnionSet
Represents a set consisting of the union of elements from one or more other
sets.
|
class |
WritableSet
Mutable (writable) implementation of
IObservableSet . |
Modifier and Type | Interface and Description |
---|---|
interface |
ISWTObservableList
IObservableList observing an SWT widget. |
Modifier and Type | Interface and Description |
---|---|
interface |
IViewerObservableList
IObservableList observing a JFace Viewer. |
interface |
IViewerObservableSet
IObservableSet observing a JFace Viewer. |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.