Package | Description |
---|---|
org.eclipse.core.databinding.beans |
Provides classes for observing JavaBeans(tm) objects.
|
org.eclipse.core.databinding.property |
Interfaces and classes for representing and observing properties of objects.
|
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.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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBeanListProperty
An
IListProperty extension interface with convenience methods for
creating nested bean properties. |
interface |
IBeanMapProperty
An
IMapProperty extension interface with convenience methods for
creating nested bean properties. |
interface |
IBeanProperty
An IProperty extension interface providing access to details of bean
properties.
|
interface |
IBeanSetProperty
An
ISetProperty extension interface with convenience methods for
creating nested bean properties. |
interface |
IBeanValueProperty
An
IValueProperty extension interface with convenience methods for
creating nested bean properties. |
Modifier and Type | Interface and Description |
---|---|
interface |
IPropertyObservable<P extends IProperty>
Provides access to the details of property observables
|
Modifier and Type | Field and Description |
---|---|
IProperty |
SimplePropertyEvent.property
The property on which the event took place
|
Constructor and Description |
---|
NativePropertyListener(IProperty property,
ISimplePropertyListener<S,D> listener)
Constructs a NativePropertyListener with the specified arguments
|
SimplePropertyEvent(int type,
S source,
IProperty property,
D diff)
Constructs a PropertyChangeEvent with the given attributes
|
Modifier and Type | Interface and Description |
---|---|
interface |
IListProperty<S,E>
Interface for list-typed properties.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingListProperty<S,E> |
class |
ListProperty<S,E>
Abstract implementation of IListProperty.
|
class |
MultiListProperty<S,E>
A list property for observing multiple list properties in sequence in a
combined list.
|
class |
SimpleListProperty<S,E>
Simplified abstract implementation of IListProperty.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMapProperty<S,K,V>
Interface for map-typed properties
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingMapProperty<S,K,V> |
class |
MapProperty<S,K,V>
Abstract implementation of IMapProperty
|
class |
SimpleMapProperty<S,K,V>
Simplified abstract implementation of IMapProperty.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISetProperty<S,E>
Interface for set-typed properties
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingSetProperty<S,E> |
class |
SetProperty<S,E>
Abstract implementation of ISetProperty
|
class |
SimpleSetProperty<S,E>
Simplified abstract implementation of ISetProperty.
|
class |
UnionSetProperty<S,E>
A set property for observing the union of multiple set properties a combined
set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IValueProperty<S,T>
Interface for value-typed properties
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingValueProperty<S,T> |
class |
SimpleValueProperty<S,T>
Simplified abstract implementation of IValueProperty.
|
class |
ValueProperty<S,T>
Abstract implementation of IValueProperty
|
Modifier and Type | Interface and Description |
---|---|
interface |
IWidgetListProperty
IListProperty for observing an SWT Widget |
interface |
IWidgetValueProperty
IValueProperty for observing an SWT Widget |
Modifier and Type | Class and Description |
---|---|
class |
WidgetListProperty
Abstract list property implementation for
Widget properties. |
class |
WidgetValueProperty
Abstract value property implementation for
Widget properties. |
Modifier and Type | Interface and Description |
---|---|
interface |
IViewerListProperty
IListProperty for observing a JFace viewer |
interface |
IViewerSetProperty
ISetProperty for observing a JFace viewer |
interface |
IViewerValueProperty
IValueProperty for observing a JFace viewer |
Modifier and Type | Class and Description |
---|---|
class |
ViewerListProperty
Abstract list property implementation for
Viewer properties. |
class |
ViewerSetProperty
Abstract set property implementation for
Viewer properties. |
class |
ViewerValueProperty
Abstract value property implementation for
Viewer properties. |
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.