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