Package ro.sync.exml.editor
Interface EditorPageConstants
- All Known Subinterfaces:
WSEditor
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface EditorPageConstants
Define editor page IDs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringClass of highlights used for highlight the current debugger context.static final StringEditor author page.static final StringEditor Design page.static final StringEditor DITA MAP page.static final StringEditor grid page.static final StringEditor text page.static final StringEditor page is unknown.
-
Field Details
-
PAGE_GRID
Editor grid page.- See Also:
-
PAGE_TEXT
Editor text page.- See Also:
-
PAGE_AUTHOR
Editor author page.- See Also:
-
PAGE_UNKNOWN
Editor page is unknown.- See Also:
-
PAGE_DITA_MAP
Editor DITA MAP page.- See Also:
-
PAGE_DESIGN
Editor Design page.- See Also:
-
HIGHLIGHT_CLASS_DEBUGGER_CONTEXT
Class of highlights used for highlight the current debugger context.- See Also:
-