org.eclipse.emf.databinding.edit.internal
Class EMFEditObservableMapDecorator
java.lang.Object
org.eclipse.core.databinding.observable.AbstractObservable
org.eclipse.core.databinding.observable.DecoratingObservable
org.eclipse.core.databinding.observable.map.DecoratingObservableMap
org.eclipse.emf.databinding.internal.EMFObservableMapDecorator
org.eclipse.emf.databinding.edit.internal.EMFEditObservableMapDecorator
- All Implemented Interfaces:
- java.util.Map, IDecoratingObservable, IObservable, IObserving, IObservableMap, IEMFEditObservable, IEMFObservable
public class EMFEditObservableMapDecorator
- extends EMFObservableMapDecorator
- implements IEMFEditObservable
IEMFEditObservable
decorator for an IObservableMap
.
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
- Since:
- 2.5
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Methods inherited from class org.eclipse.core.databinding.observable.map.DecoratingObservableMap |
addMapChangeListener, clear, containsKey, containsValue, entrySet, equals, fireChange, fireMapChange, firstListenerAdded, get, getKeyType, getValueType, handleMapChange, hashCode, isEmpty, keySet, lastListenerRemoved, put, putAll, remove, removeMapChangeListener, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
EMFEditObservableMapDecorator
public EMFEditObservableMapDecorator(EditingDomain editingDomain,
IObservableMap decorated,
EStructuralFeature eStructuralFeature)
- Parameters:
editingDomain
- decorated
- eStructuralFeature
-
getEditingDomain
public EditingDomain getEditingDomain()
- Specified by:
getEditingDomain
in interface IEMFEditObservable
- Returns:
- the editing domain to execute commands
addListener
protected void addListener(java.lang.Object arg0,
IObservablesListener arg1)
removeListener
protected void removeListener(java.lang.Object arg0,
IObservablesListener arg1)
hasListeners
protected boolean hasListeners()
fireEvent
protected void fireEvent(ObservableEvent arg0)
getRealm
public Realm getRealm()
clone
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException