|
Eclipse Platform Release 3.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetDiff | |
---|---|
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. |
Uses of SetDiff in org.eclipse.core.databinding.observable |
---|
Methods in org.eclipse.core.databinding.observable that return SetDiff | |
---|---|
static SetDiff |
Diffs.computeSetDiff(java.util.Set oldSet,
java.util.Set newSet)
|
static SetDiff |
Diffs.createSetDiff(java.util.Set additions,
java.util.Set removals)
|
Uses of SetDiff in org.eclipse.core.databinding.observable.set |
---|
Fields in org.eclipse.core.databinding.observable.set declared as SetDiff | |
---|---|
SetDiff |
SetChangeEvent.diff
Description of the change to the source observable set. |
Methods in org.eclipse.core.databinding.observable.set with parameters of type SetDiff | |
---|---|
protected void |
ObservableSet.fireSetChange(SetDiff diff)
|
protected void |
AbstractObservableSet.fireSetChange(SetDiff diff)
|
Constructors in org.eclipse.core.databinding.observable.set with parameters of type SetDiff | |
---|---|
SetChangeEvent(IObservableSet source,
SetDiff diff)
Creates a new set 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.