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
Object describing a diff between two lists.
|
Modifier and Type | Class and Description |
---|---|
class |
MapDiff |
Modifier and Type | Class and Description |
---|---|
class |
SetDiff |
Modifier and Type | Class and Description |
---|---|
class |
ValueDiff |
Modifier and Type | Field and Description |
---|---|
IDiff |
SimplePropertyEvent.diff
If event == CHANGE, a diff object describing the change in state, or null
for an unknown change.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NativePropertyListener.fireChange(Object source,
IDiff diff)
Notifies the listener that a property change occured on the source
object.
|
Constructor and Description |
---|
SimplePropertyEvent(int type,
Object source,
IProperty property,
IDiff diff)
Constructs a PropertyChangeEvent with the given attributes
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.