Eclipse Platform
Release 3.3

org.eclipse.core.databinding.observable.list
Class ListDiff

java.lang.Object
  extended byorg.eclipse.core.databinding.observable.list.ListDiff

public abstract class ListDiff
extends Object

Object describing a diff between two lists.

Since:
1.0

Constructor Summary
ListDiff()
           
 
Method Summary
abstract  ListDiffEntry[] getDifferences()
          Returns a list of ListDiffEntry
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListDiff

public ListDiff()
Method Detail

getDifferences

public abstract ListDiffEntry[] getDifferences()
Returns a list of ListDiffEntry

Returns:
a list of ListDiffEntry

toString

public String toString()
See Also:
Object.toString()

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.