Uses of Class
org.xwiki.user.Editor
-
Packages that use Editor Package Description org.xwiki.user -
-
Uses of Editor in org.xwiki.user
Methods in org.xwiki.user that return Editor Modifier and Type Method Description static Editor
Editor. fromString(String editorAsString)
Editor
UserProperties. getEditor()
static Editor
Editor. valueOf(String name)
Returns the enum constant of this type with the specified name.static Editor[]
Editor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.user with parameters of type Editor Modifier and Type Method Description void
UserProperties. setEditor(Editor editor)
-