|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDiff | |
---|---|
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. |
Uses of IDiff in org.eclipse.core.databinding.observable.list |
---|
Classes in org.eclipse.core.databinding.observable.list that implement IDiff | |
---|---|
class |
ListDiff
Object describing a diff between two lists. |
Uses of IDiff in org.eclipse.core.databinding.observable.map |
---|
Classes in org.eclipse.core.databinding.observable.map that implement IDiff | |
---|---|
class |
MapDiff
|
Uses of IDiff in org.eclipse.core.databinding.observable.set |
---|
Classes in org.eclipse.core.databinding.observable.set that implement IDiff | |
---|---|
class |
SetDiff
|
Uses of IDiff in org.eclipse.core.databinding.observable.value |
---|
Classes in org.eclipse.core.databinding.observable.value that implement IDiff | |
---|---|
class |
ValueDiff
|
Uses of IDiff in org.eclipse.core.databinding.property |
---|
Fields in org.eclipse.core.databinding.property declared as IDiff | |
---|---|
IDiff |
SimplePropertyEvent.diff
If event == CHANGE, a diff object describing the change in state, or null for an unknown change. |
Methods in org.eclipse.core.databinding.property with parameters of type IDiff | |
---|---|
protected void |
NativePropertyListener.fireChange(Object source,
IDiff diff)
Notifies the listener that a property change occured on the source object. |
Constructors in org.eclipse.core.databinding.property with parameters of type IDiff | |
---|---|
SimplePropertyEvent(int type,
Object source,
IProperty property,
IDiff diff)
Constructs a PropertyChangeEvent with the given attributes |
|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.