Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.core.databinding.observable.list.ListDiffEntry

Packages that use ListDiffEntry
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 ListDiffEntry in org.eclipse.core.databinding.observable
 

Methods in org.eclipse.core.databinding.observable that return ListDiffEntry
static  ListDiffEntry Diffs. createListDiffEntry (int position, boolean isAddition, Object element)
           
 

Methods in org.eclipse.core.databinding.observable with parameters of type ListDiffEntry
static  ListDiff Diffs. createListDiff ( ListDiffEntry difference)
           
static  ListDiff Diffs. createListDiff ( ListDiffEntry[] differences)
           
static  ListDiff Diffs. createListDiff ( ListDiffEntry difference1, ListDiffEntry difference2)
           
 

Uses of ListDiffEntry in org.eclipse.core.databinding.observable.list
 

Methods in org.eclipse.core.databinding.observable.list that return ListDiffEntry
abstract   ListDiffEntry[] ListDiff. getDifferences ()
          Returns a ListDiffEntry array representing the differences in the list, in the order they are to be processed.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire