Interface EditorPageConstants

  • All Known Subinterfaces:
    WSEditor

    @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public interface EditorPageConstants
    Define editor page IDs.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String HIGHLIGHT_CLASS_DEBUGGER_CONTEXT
      Class of highlights used for highlight the current debugger context.
      static java.lang.String PAGE_AUTHOR
      Editor author page.
      static java.lang.String PAGE_DESIGN
      Editor Design page.
      static java.lang.String PAGE_DITA_MAP
      Editor DITA MAP page.
      static java.lang.String PAGE_GRID
      Editor grid page.
      static java.lang.String PAGE_TEXT
      Editor text page.
      static java.lang.String PAGE_UNKNOWN
      Editor page is unknown.
    • Field Detail

      • PAGE_AUTHOR

        static final java.lang.String PAGE_AUTHOR
        Editor author page.
        See Also:
        Constant Field Values
      • PAGE_UNKNOWN

        static final java.lang.String PAGE_UNKNOWN
        Editor page is unknown.
        See Also:
        Constant Field Values
      • PAGE_DITA_MAP

        static final java.lang.String PAGE_DITA_MAP
        Editor DITA MAP page.
        See Also:
        Constant Field Values
      • PAGE_DESIGN

        static final java.lang.String PAGE_DESIGN
        Editor Design page.
        See Also:
        Constant Field Values
      • HIGHLIGHT_CLASS_DEBUGGER_CONTEXT

        static final java.lang.String HIGHLIGHT_CLASS_DEBUGGER_CONTEXT
        Class of highlights used for highlight the current debugger context.
        See Also:
        Constant Field Values