Package de.tu_berlin.cs.tfs.muvitorkit.gef.editparts

Class Summary
AdapterConnectionEditPart<T extends EObject> This edit part is a convenience implementation with the following frequently used features for EObjects: On activation of this edit part, an EMF adapter is being installed on a this edit parts' model, listening for model changes and passing the notifications to AdapterConnectionEditPart.notifyChanged(Notification) and to the MuvitorNotifierService.
AdapterGraphicalEditPart<T extends EObject> This edit part is a convenience implementation with the following frequently used features for EObjects: On activation of this edit part, an EMF adapter is being installed on a this edit parts' model, listening for model changes and passing the notifications to AdapterGraphicalEditPart.notifyChanged(Notification) and to the MuvitorNotifierService.
AdapterTreeEditPart<T extends EObject> This edit part is a convenience implementation with the following frequently used features for EObjects: On activation of this edit part, an EMF adapter is being installed on a this edit parts' model, listening for model changes and passing the notifications to AdapterTreeEditPart.notifyChanged(Notification) and to the MuvitorNotifierService.