Uses of Interface
org.xwiki.edit.Editor
Packages that use Editor
-
Uses of Editor in org.xwiki.edit
Classes in org.xwiki.edit that implement EditorModifier and TypeClassDescriptionclassBase class for editors that take their input from theScriptContext.classBase class for editors that are based on a template.Methods in org.xwiki.edit that return EditorModifier and TypeMethodDescription<D> Editor<D>EditorManager.getDefaultEditor(Type dataType) <D> Editor<D>EditorManager.getDefaultEditor(Type dataType, String category) <D> Editor<D>Methods in org.xwiki.edit that return types with arguments of type EditorModifier and TypeMethodDescriptionEditorManager.getEditors(Type dataType) EditorManager.getEditors(Type dataType, String category) -
Uses of Editor in org.xwiki.edit.script
Methods in org.xwiki.edit.script that return EditorModifier and TypeMethodDescriptionAbstractTypedEditScriptService.getDefaultEditor()AbstractTypedEditScriptService.getDefaultEditor(String category) <D> Editor<D>EditScriptService.getDefaultEditor(Type dataType) <D> Editor<D>EditScriptService.getDefaultEditor(Type dataType, String category) Editor<org.xwiki.rendering.syntax.SyntaxContent>SyntaxContentEditScriptService.getDefaultTextEditor()Editor<org.xwiki.rendering.block.XDOM>XDOMEditScriptService.getDefaultTextEditor()Editor<org.xwiki.rendering.syntax.SyntaxContent>SyntaxContentEditScriptService.getDefaultWysiwygEditor()Editor<org.xwiki.rendering.block.XDOM>XDOMEditScriptService.getDefaultWysiwygEditor()<D> Editor<D>Methods in org.xwiki.edit.script that return types with arguments of type EditorModifier and TypeMethodDescriptionAbstractTypedEditScriptService.getEditors()AbstractTypedEditScriptService.getEditors(String category) EditScriptService.getEditors(Type dataType) EditScriptService.getEditors(Type dataType, String category)