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 Detail

      • EDITOR_PERSPECTIVE

        static final java.lang.String EDITOR_PERSPECTIVE
        The generic XML editing perspective.
        See Also:
        Constant Field Values
      • JSON_EDITOR_PERSPECTIVE

        static final java.lang.String JSON_EDITOR_PERSPECTIVE
        The generic JSON editing perspective.
        See Also:
        Constant Field Values
      • DITA_PERSPECTIVE

        static final java.lang.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:
        Constant Field Values
      • XSLT_DEBUGGER_PERSPECTIVE

        static final java.lang.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:
        Constant Field Values
      • XQUERY_DEBUGGER_PERSPECTIVE

        static final java.lang.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:
        Constant Field Values
      • DATABASE_PERSPECTIVE

        static final java.lang.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:
        Constant Field Values