Uses of Interface
org.xwiki.edit.Editor
-
Packages that use Editor Package Description org.xwiki.edit org.xwiki.edit.script -
-
Uses of Editor in org.xwiki.edit
Classes in org.xwiki.edit that implement Editor Modifier and Type Class Description class
AbstractEditor<D>
Base class for editors that take their input from theScriptContext
.class
AbstractTemplateEditor<D>
Base class for editors that are based on a template.Methods in org.xwiki.edit that return Editor Modifier and Type Method Description <D> Editor<D>
EditorManager. getDefaultEditor(Type dataType)
<D> Editor<D>
EditorManager. getDefaultEditor(Type dataType, String category)
<D> Editor<D>
EditorManager. getEditor(Type dataType, String hint)
Methods in org.xwiki.edit that return types with arguments of type Editor Modifier and Type Method Description <D> List<Editor<D>>
EditorManager. getEditors(Type dataType)
<D> List<Editor<D>>
EditorManager. getEditors(Type dataType, String category)
-
Uses of Editor in org.xwiki.edit.script
Methods in org.xwiki.edit.script that return Editor Modifier and Type Method Description Editor<D>
AbstractTypedEditScriptService. getDefaultEditor()
Editor<D>
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()
Editor<D>
AbstractTypedEditScriptService. getEditor(String hint)
<D> Editor<D>
EditScriptService. getEditor(Type dataType, String hint)
Methods in org.xwiki.edit.script that return types with arguments of type Editor Modifier and Type Method Description List<Editor<D>>
AbstractTypedEditScriptService. getEditors()
List<Editor<D>>
AbstractTypedEditScriptService. getEditors(String category)
<D> List<Editor<D>>
EditScriptService. getEditors(Type dataType)
<D> List<Editor<D>>
EditScriptService. getEditors(Type dataType, String category)
-