roneditor.ruleview.edit.parts
Class MappingEditPart.MappingAdapter
java.lang.Object
roneditor.ruleview.edit.parts.MappingEditPart.MappingAdapter
- All Implemented Interfaces:
- org.eclipse.emf.common.notify.Adapter
- Enclosing class:
- MappingEditPart
private class MappingEditPart.MappingAdapter
- extends java.lang.Object
- implements org.eclipse.emf.common.notify.Adapter
This local class is needed because ConnectionEditParts already define a
getTarget() method which returns an EditPart.
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter |
org.eclipse.emf.common.notify.Adapter.Internal |
Method Summary |
org.eclipse.emf.common.notify.Notifier |
getTarget()
|
boolean |
isAdapterForType(java.lang.Object type)
|
void |
notifyChanged(org.eclipse.emf.common.notify.Notification notification)
|
void |
setTarget(org.eclipse.emf.common.notify.Notifier newTarget)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappingEditPart.MappingAdapter
private MappingEditPart.MappingAdapter()
notifyChanged
public void notifyChanged(org.eclipse.emf.common.notify.Notification notification)
- Specified by:
notifyChanged
in interface org.eclipse.emf.common.notify.Adapter
- See Also:
Adapter.notifyChanged(org.eclipse.emf.common.notify.Notification)
getTarget
public org.eclipse.emf.common.notify.Notifier getTarget()
- Specified by:
getTarget
in interface org.eclipse.emf.common.notify.Adapter
- See Also:
Adapter.getTarget()
isAdapterForType
public boolean isAdapterForType(java.lang.Object type)
- Specified by:
isAdapterForType
in interface org.eclipse.emf.common.notify.Adapter
- See Also:
org.eclipse.emf.common.notify.Adapter#isAdapterFor(java.lang.Object)
setTarget
public void setTarget(org.eclipse.emf.common.notify.Notifier newTarget)
- Specified by:
setTarget
in interface org.eclipse.emf.common.notify.Adapter
- See Also:
Adapter.setTarget(org.eclipse.emf.common.notify.Notifier)