Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ListDiffEntry |
Diffs.createListDiffEntry(int position,
boolean isAddition,
Object element) |
Modifier and Type | Method and Description |
---|---|
static ListDiff |
Diffs.createListDiff(ListDiffEntry difference) |
static ListDiff |
Diffs.createListDiff(ListDiffEntry[] differences) |
static ListDiff |
Diffs.createListDiff(ListDiffEntry difference1,
ListDiffEntry difference2) |
Modifier and Type | Method and Description |
---|---|
abstract ListDiffEntry[] |
ListDiff.getDifferences()
Returns a ListDiffEntry array representing the differences in the list,
in the order they are to be processed.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.