Package | Description |
---|---|
org.eclipse.core.databinding.observable |
Provides the core APIs for observing changes in objects.
|
org.eclipse.core.databinding.observable.set |
Provides classes that can be used to observe changes in sets.
|
org.eclipse.core.databinding.property.set |
Modifier and Type | Method and Description |
---|---|
static SetDiff |
Diffs.computeLazySetDiff(Set oldSet,
Set newSet)
Returns a lazily computed
SetDiff describing the change between
the specified old and new set states. |
static SetDiff |
Diffs.computeSetDiff(Set oldSet,
Set newSet)
Returns a
SetDiff describing the change between the specified old
and new set states. |
static SetDiff |
Diffs.createSetDiff(Set additions,
Set removals) |
Modifier and Type | Field and Description |
---|---|
SetDiff |
SetChangeEvent.diff
Description of the change to the source observable set.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ObservableSet.fireSetChange(SetDiff diff) |
protected void |
AbstractObservableSet.fireSetChange(SetDiff diff) |
protected void |
DecoratingObservableSet.fireSetChange(SetDiff diff) |
Constructor and Description |
---|
SetChangeEvent(IObservableSet source,
SetDiff diff)
Creates a new set change event.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
SimpleSetProperty.doSetSet(Object source,
Set set,
SetDiff diff)
Updates the property on the source with the specified change.
|
protected void |
UnionSetProperty.doUpdateSet(Object source,
SetDiff diff) |
protected void |
SimpleSetProperty.doUpdateSet(Object source,
SetDiff diff) |
protected void |
DelegatingSetProperty.doUpdateSet(Object source,
SetDiff diff) |
protected void |
SetProperty.doUpdateSet(Object source,
SetDiff diff)
Updates the property on the source with the specified change.
|
void |
SimpleSetProperty.setSet(Object source,
Set set,
SetDiff diff)
Updates the property on the source with the specified change.
|
void |
ISetProperty.updateSet(Object source,
SetDiff diff)
Updates the property on the source with the specified change.
|
void |
SetProperty.updateSet(Object source,
SetDiff diff) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.