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.map.MapDiff

Packages that use MapDiff
org.eclipse.core.databinding.observable Provides the core APIs for observing changes in objects. 
org.eclipse.core.databinding.observable.map Provides classes that can be used to observe changes in maps. 
 

Uses of MapDiff in org.eclipse.core.databinding.observable
 

Methods in org.eclipse.core.databinding.observable that return MapDiff
static  MapDiff Diffs. computeMapDiff ( Map oldMap, Map newMap)
          Computes the difference between two maps.
static  MapDiff Diffs. createMapDiff ( Set addedKeys, Set removedKeys, Set changedKeys, Map oldValues, Map newValues)
           
static  MapDiff Diffs. createMapDiffRemoveAll ( Map copyOfOldMap)
           
static  MapDiff Diffs. createMapDiffSingleAdd ( Object addedKey, Object newValue)
           
static  MapDiff Diffs. createMapDiffSingleChange ( Object existingKey, Object oldValue, Object newValue)
           
static  MapDiff Diffs. createMapDiffSingleRemove ( Object removedKey, Object oldValue)
           
 

Uses of MapDiff in org.eclipse.core.databinding.observable.map
 

Fields in org.eclipse.core.databinding.observable.map declared as MapDiff
  MapDiff MapChangeEvent. diff
          Description of the change to the source observable map.
 

Methods in org.eclipse.core.databinding.observable.map with parameters of type MapDiff
protected  void DecoratingObservableMap. fireMapChange ( MapDiff diff)
           
protected  void AbstractObservableMap. fireMapChange ( MapDiff diff)
          Fires map change events.
protected  void ObservableMap. fireMapChange ( MapDiff diff)
           
 

Constructors in org.eclipse.core.databinding.observable.map with parameters of type MapDiff
MapChangeEvent ( IObservableMap source, MapDiff diff)
          Creates a new map change event
 


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