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 | Field and Description |
---|---|
IProperty |
SimplePropertyEvent.property
The property on which the event took place
|
Modifier and Type | Method and Description |
---|---|
IProperty |
IPropertyObservable.getProperty()
Returns the property being observed
|
Constructor and Description |
---|
NativePropertyListener(IProperty property,
ISimplePropertyListener listener)
Constructs a NativePropertyListener with the specified arguments
|
SimplePropertyEvent(int type,
Object source,
IProperty property,
IDiff diff)
Constructs a PropertyChangeEvent with the given attributes
|
Modifier and Type | Interface and Description |
---|---|
interface |
IListProperty
Interface for list-typed properties.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingListProperty |
class |
ListProperty
Abstract implementation of IListProperty.
|
class |
MultiListProperty
A list property for observing multiple list properties in sequence in a
combined list.
|
class |
SimpleListProperty
Simplified abstract implementation of IListProperty.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMapProperty
Interface for map-typed properties
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingMapProperty |
class |
MapProperty
Abstract implementation of IMapProperty
|
class |
SimpleMapProperty
Simplified abstract implementation of IMapProperty.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISetProperty
Interface for set-typed properties
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingSetProperty |
class |
SetProperty
Abstract implementation of ISetProperty
|
class |
SimpleSetProperty
Simplified abstract implementation of ISetProperty.
|
class |
UnionSetProperty
A set property for observing the union of multiple set properties a combined
set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IValueProperty
Interface for value-typed properties
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingValueProperty |
class |
SimpleValueProperty
Simplified abstract implementation of IValueProperty.
|
class |
ValueProperty
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, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.