|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.databinding.observable.map.MapDiff
Constructor Summary | |
---|---|
MapDiff()
|
Method Summary | |
---|---|
abstract Set |
getAddedKeys()
|
abstract Set |
getChangedKeys()
|
abstract Object |
getNewValue(Object key)
Returns the new value for the given key, which must be an element of getChangedKeys() or getAddedKeys() . |
abstract Object |
getOldValue(Object key)
Returns the old value for the given key, which must be an element of getRemovedKeys() or getChangedKeys() . |
abstract Set |
getRemovedKeys()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapDiff()
Method Detail |
public abstract Set getAddedKeys()
public abstract Set getRemovedKeys()
public abstract Set getChangedKeys()
public abstract Object getOldValue(Object key)
getRemovedKeys()
or getChangedKeys()
.
key
-
public abstract Object getNewValue(Object key)
getChangedKeys()
or getAddedKeys()
.
key
-
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.