Package | Description |
---|---|
org.eclipse.core.databinding.observable.list |
Provides classes for observing changes in lists.
|
org.eclipse.core.databinding.observable.map |
Provides classes that can be used to observe changes in maps.
|
org.eclipse.core.databinding.observable.set |
Provides classes that can be used to observe changes in sets.
|
org.eclipse.core.databinding.observable.value |
Provides classes that can be used to observe changes in discrete values.
|
org.eclipse.core.databinding.property |
Interfaces and classes for representing and observing properties of objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ListDiff<E>
Object describing a diff between two lists.
|
Modifier and Type | Class and Description |
---|---|
class |
MapDiff<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
SetDiff<E>
Describes the difference between two sets
|
Modifier and Type | Class and Description |
---|---|
class |
ValueDiff<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
ISimplePropertyListener<S,D extends IDiff>
Listener for changes to properties on a particular source object
|
class |
NativePropertyListener<S,D extends IDiff>
Abstract INativePropertyListener implementation
|
class |
SimplePropertyEvent<S,D extends IDiff>
Event object events in the properties API
|
Modifier and Type | Field and Description |
---|---|
D |
SimplePropertyEvent.diff
If event == CHANGE, a diff object describing the change in state, or null
for an unknown change.
|
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.