|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.plugin.editor.DefaultEditorManager
public class DefaultEditorManager
The active editor is the first editor found in the plugin system. It might change from call to call if you have multiple editors active. Don't do that.
| Constructor Summary | |
|---|---|
DefaultEditorManager()
|
|
| Method Summary | |
|---|---|
Editor |
getCurrentEditor()
Returns the active editor. |
java.lang.String |
getCurrentEditorVersion()
Returns the version of the plugin that contains the active editor. |
void |
setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultEditorManager()
| Method Detail |
|---|
public Editor getCurrentEditor()
EditorManager
getCurrentEditor in interface EditorManagerpublic java.lang.String getCurrentEditorVersion()
EditorManager
getCurrentEditorVersion in interface EditorManagerpublic void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||