Package de.tu_berlin.cs.tfs.muvitorkit.ui.utils

Interface Summary
MuvitorNotifierService.IChangeListener Listeners implementing this interface will be notified about all occurring notifications.
MuvitorNotifierService.IChangeListenerJob This interface is equivalent to MuvitorNotifierService.IChangeListener unless listening jobs will be notified after all other IMuvitorListener so that possible reactions to a notification have completed before.
 

Class Summary
EMFModelManager Manager for persistence operations on an EMF model.
GenericUtils  
IconUtilTemplate This class is a template, showing how a static IconUtil class can be built.
KeyCodeSWTSnippet  
MuvitorNotifierService In MuvitorKit editors, this purely static service can be used to listen to and process EMF notifications fired by almost all EObject instances even without being registered to these models.
PartListenerAdapter  
PerspectiveTemplate This the default definition of the perspective for the RON editor.
SelectionProviderIntermediate IPostSelectionProvider implementation that delegates to another ISelectionProvider or IPostSelectionProvider.
SWTResourceManager Class to manage SWT resources (Font, Color, Image and Cursor) There are no restrictions on the use of this code.
ZoomManagerDelegate This class implements a ZoomManager that delegates method calls to another ZoomManager which can be replaced.