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 Details

    • EDITOR_PERSPECTIVE

      static final String EDITOR_PERSPECTIVE
      The generic XML editing perspective.
      See Also:
    • JSON_EDITOR_PERSPECTIVE

      static final String JSON_EDITOR_PERSPECTIVE
      The generic JSON editing perspective.
      See Also:
    • DITA_PERSPECTIVE

      static final String 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

      static final String 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

      static final String 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

      static final String 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: