Interface EditorManager
-
- All Known Implementing Classes:
DefaultEditorManager
public interface EditorManager
Factory class for getting the current editor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Editor
getCurrentEditor()
Returns the active editor.String
getCurrentEditorVersion()
Returns the version of the plugin that contains the active editor.
-