@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public interface EditorTemplate
| Modifier and Type | Field and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
static final int EDITOR_TEMPLATE
static final int FILE_TEMPLATE
static final int ARCHIVE_TEMPLATE
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()
© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.