|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueDiff | |
---|---|
org.eclipse.core.databinding.observable | Provides the core APIs for observing changes in objects. |
org.eclipse.core.databinding.observable.value | Provides classes that can be used to observe changes in discrete values. |
Uses of ValueDiff in org.eclipse.core.databinding.observable |
---|
Methods in org.eclipse.core.databinding.observable that return ValueDiff | |
static ValueDiff |
Diffs.createValueDiff(Object oldValue,
Object newValue)
|
Uses of ValueDiff in org.eclipse.core.databinding.observable.value |
---|
Fields in org.eclipse.core.databinding.observable.value declared as ValueDiff | |
ValueDiff |
ValueChangingEvent.diff
Description of the change to the source observable value. |
ValueDiff |
ValueChangeEvent.diff
Description of the change to the source observable value. |
Methods in org.eclipse.core.databinding.observable.value with parameters of type ValueDiff | |
protected boolean |
AbstractVetoableValue.fireValueChanging(ValueDiff diff)
Notifies listeners about a pending change, and returns true if no listener vetoed the change. |
protected void |
AbstractObservableValue.fireValueChange(ValueDiff diff)
|
Constructors in org.eclipse.core.databinding.observable.value with parameters of type ValueDiff | |
ValueChangingEvent(IObservableValue source,
ValueDiff diff)
Creates a new value changing event. |
|
ValueChangeEvent(IObservableValue source,
ValueDiff diff)
Creates a new value change event. |
|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.