Package ro.sync.exml
Interface UIPerspectives
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface UIPerspectives
Defines constants for each UI perspective in oXygen.
- Since:
- 22
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The database perspective.static final String
The DITA perspective.static final String
The generic XML editing perspective.static final String
The generic JSON editing perspective.static final String
The XQuery debugger perspective.static final String
The XSLT debugger perspective.
-
Field Details
-
EDITOR_PERSPECTIVE
The generic XML editing perspective.- See Also:
-
JSON_EDITOR_PERSPECTIVE
The generic JSON editing perspective.- See Also:
-
DITA_PERSPECTIVE
The DITA perspective. It is meant to offer a productive editing environment for those who work with DITA projects. It provides a default set of side-views and toolbar actions specifically designed for editing DITA content.- See Also:
-
XSLT_DEBUGGER_PERSPECTIVE
The XSLT debugger perspective. It provides a default set of side-views and toolbar actions specifically designed for debugging XSLT transformations.- See Also:
-
XQUERY_DEBUGGER_PERSPECTIVE
The XQuery debugger perspective. It provides a default set of side-views and toolbar actions specifically designed for debugging XQuery transformations.- See Also:
-
DATABASE_PERSPECTIVE
The database perspective. It is meant to be helpful for operations such as browsing tables or collections from databases, executing XQuery or SQL queries, inspecting or modifying data, and specifying XML Schemas for the XML fields and collections.- See Also:
-