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 String
Class of highlights used for highlight the current debugger context.static final String
Editor author page.static final String
Editor Design page.static final String
Editor DITA MAP page.static final String
Editor grid page.static final String
Editor text page.static final String
Editor 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:
-