Package org.xwiki.edit
Interface EditorDescriptor
-
- All Known Subinterfaces:
EditorDescriptorBuilder
public interface EditorDescriptor
Describes anEditor
.- Since:
- 8.2RC1
- Version:
- $Id: 833990187b2af8346d52ebf287a738aebda66341 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCategory()
String
getDescription()
String
getIcon()
String
getId()
String
getName()
-
-
-
Method Detail
-
getId
String getId()
- Returns:
- the editor identifier (normally the editor component hint)
-
getName
String getName()
- Returns:
- the editor name
-
getDescription
String getDescription()
- Returns:
- the editor description
-
getIcon
String getIcon()
- Returns:
- the editor icon
-
getCategory
String getCategory()
- Returns:
- the editor category
-
-