org.eclipse.core.databinding.observable.list
Class ListDiffEntry
java.lang.Object
org.eclipse.core.databinding.observable.list.ListDiffEntry
- public abstract class ListDiffEntry
- extends Object
A single addition of an element to a list or removal of an element from a list.
- Since:
- 1.0
ListDiffEntry
public ListDiffEntry()
getPosition
public abstract int getPosition()
- Returns:
- the 0-based position of the addition or removal
isAddition
public abstract boolean isAddition()
- Returns:
- true if this represents an addition, false if this represents a removal
getElement
public abstract Object getElement()
- Returns:
- the element that was added or removed
toString
public String toString()
- See Also:
Object.toString()
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.