|
Oxygen XML Editor 15.0 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface EditorTemplate
Used to create a new editor for a given extension. It also has a description
Field Summary | |
---|---|
static int |
ARCHIVE_TEMPLATE
The archive template type. |
static int |
EDITOR_TEMPLATE
The new editor template type. |
static int |
FILE_TEMPLATE
The classic type of template represented by a file on HDD. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone this editor template. |
java.lang.String |
getAdditionalInformation()
Return additional information about this template (e.g. |
int |
getCaretPosition()
|
java.lang.String |
getCustomizePageID()
Get the ID representing the page used for customizing the template. |
java.lang.String |
getDescription()
Return the template description. |
java.lang.String |
getExtension()
Return the template extension. |
java.lang.String |
getLongDescription()
Return the template's description which will be shown as a tooltip. |
java.lang.String |
getName()
Return the template name. |
java.lang.String |
getSource()
|
int |
getTemplateType()
|
boolean |
isCustomizable()
|
Field Detail |
---|
static final int EDITOR_TEMPLATE
static final int FILE_TEMPLATE
static final int ARCHIVE_TEMPLATE
Method Detail |
---|
java.lang.String getDescription()
java.lang.String getExtension()
java.lang.String getSource()
int getTemplateType()
java.lang.Object clone()
java.lang.String getName()
java.lang.String getAdditionalInformation()
boolean isCustomizable()
true
if the template can be customized.java.lang.String getCustomizePageID()
int getCaretPosition()
java.lang.String getLongDescription()
|
Oxygen XML Editor 15.0 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |