Uses of Class
de.tu_berlin.cs.tfs.muvitorkit.ui.MuvitorTreeEditor

Packages that use MuvitorTreeEditor
de.tu_berlin.cs.tfs.muvitorkit.actions   
de.tu_berlin.cs.tfs.muvitorkit.ui   
de.tu_berlin.cs.tfs.muvitorkit.ui.utils   
 

Uses of MuvitorTreeEditor in de.tu_berlin.cs.tfs.muvitorkit.actions
 

Constructors in de.tu_berlin.cs.tfs.muvitorkit.actions with parameters of type MuvitorTreeEditor
RevertAction(MuvitorTreeEditor part)
          Constructor
 

Uses of MuvitorTreeEditor in de.tu_berlin.cs.tfs.muvitorkit.ui
 

Methods in de.tu_berlin.cs.tfs.muvitorkit.ui that return MuvitorTreeEditor
 MuvitorTreeEditor MuvitorPage.getEditor()
           
 MuvitorTreeEditor MuvitorTreeEditor.EditorTreeViewer.getEditor()
           
static MuvitorTreeEditor IDUtil.getHostEditor(EObject model)
          Method for getting the editor that hosts an EObject model (or rather its root container).
 

Methods in de.tu_berlin.cs.tfs.muvitorkit.ui with parameters of type MuvitorTreeEditor
static ArrayList<EObject> MuvitorTreeEditor.closeViews(MuvitorTreeEditor editor)
          Similar to closeViewShowing(EObject) this method closes all views showing an EObject that belongs to the specified editor, according to IDUtil.getHostEditor(EObject).
 

Uses of MuvitorTreeEditor in de.tu_berlin.cs.tfs.muvitorkit.ui.utils
 

Methods in de.tu_berlin.cs.tfs.muvitorkit.ui.utils with parameters of type MuvitorTreeEditor
static void MuvitorNotifierService.addListener(de.tu_berlin.cs.tfs.muvitorkit.ui.utils.MuvitorNotifierService.IMuvitorListener listener, MuvitorTreeEditor editor)
          Adds a listener to the MuvitorNotifierService.
static void MuvitorNotifierService.clear(MuvitorTreeEditor editor)
          Unregisters all listeners from the MuvitorNotifierService of a specific editor context.