Oxygen XML Editor, Version ${standalone-version-number}

ro.sync.exml.editor
Interface EditorTemplate


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
 String getDescription()
          Return the template description.
 String getExtension()
          Return the template extension.
 String getSource()
           
 int getTemplateType()
           
 

Field Detail

EDITOR_TEMPLATE

static final int EDITOR_TEMPLATE
The new editor template type.

See Also:
Constant Field Values

FILE_TEMPLATE

static final int FILE_TEMPLATE
The classic type of template represented by a file on HDD.

See Also:
Constant Field Values

ARCHIVE_TEMPLATE

static final int ARCHIVE_TEMPLATE
The archive template type.

See Also:
Constant Field Values
Method Detail

getDescription

String getDescription()
Return the template description.

Returns:
The template description.

getExtension

String getExtension()
Return the template extension.

Returns:
The template extension.

getSource

String getSource()
Returns:
A description from where this template was loaded.

getTemplateType

int getTemplateType()
Returns:
The template type. Currently one of: EDITOR_TEMPLATE, FILE_TEMPLATE or ARCHIVE_TEMPLATE.

Oxygen XML Editor, Version ${standalone-version-number}

© Copyright Syncro Soft SRL 2002 - 2010.