|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListDiff | |
---|---|
org.eclipse.core.databinding.observable | Provides the core APIs for observing changes in objects. |
org.eclipse.core.databinding.observable.list | Provides classes for observing changes in lists. |
Uses of ListDiff in org.eclipse.core.databinding.observable |
---|
Methods in org.eclipse.core.databinding.observable that return ListDiff | |
static ListDiff |
Diffs.computeListDiff(List oldList,
List newList)
|
static ListDiff |
Diffs.createListDiff(ListDiffEntry difference)
|
static ListDiff |
Diffs.createListDiff(ListDiffEntry difference1,
ListDiffEntry difference2)
|
static ListDiff |
Diffs.createListDiff(ListDiffEntry[] differences)
|
Uses of ListDiff in org.eclipse.core.databinding.observable.list |
---|
Fields in org.eclipse.core.databinding.observable.list declared as ListDiff | |
ListDiff |
ListChangeEvent.diff
Description of the change to the source observable list. |
Methods in org.eclipse.core.databinding.observable.list with parameters of type ListDiff | |
protected void |
ObservableList.fireListChange(ListDiff diff)
|
protected void |
AbstractObservableList.fireListChange(ListDiff diff)
|
Constructors in org.eclipse.core.databinding.observable.list with parameters of type ListDiff | |
ListChangeEvent(IObservableList source,
ListDiff diff)
Creates a new list 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.