Class EditorAreaConfigWithOverviewTab


  • public class EditorAreaConfigWithOverviewTab
    extends EditorArea
    Editor area configuration wrapper which hides essentials section in tabs and puts it into overview tab.
    • Field Detail

      • LABEL_EDITORAREA_TAB_OVERVIEW_TOOLTIP

        public static final java.lang.String LABEL_EDITORAREA_TAB_OVERVIEW_TOOLTIP
        See Also:
        Constant Field Values
      • LABEL_EDITORAREA_TAB_OVERVIEW_TITLE

        public static final java.lang.String LABEL_EDITORAREA_TAB_OVERVIEW_TITLE
        See Also:
        Constant Field Values
    • Constructor Detail

      • EditorAreaConfigWithOverviewTab

        protected EditorAreaConfigWithOverviewTab​(EditorArea target)
    • Method Detail

      • getCustomTabOrTab

        public java.util.List<AbstractTab> getCustomTabOrTab()
        Description copied from class: EditorArea
        Gets the value of the customTabOrTab property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the customTabOrTab property.

        For example, to add a new item, do as follows:

            getCustomTabOrTab().add(newItem);
         

        Objects of the following type(s) are allowed in the list CustomTab Tab

        Overrides:
        getCustomTabOrTab in class EditorArea
      • getName

        public java.lang.String getName()
        Description copied from class: EditorArea
        Gets the value of the name property.
        Overrides:
        getName in class EditorArea
        Returns:
        possible object is String
      • isHideTabNameIfOnlyOneVisible

        public boolean isHideTabNameIfOnlyOneVisible()
        Description copied from class: EditorArea
        Gets the value of the hideTabNameIfOnlyOneVisible property.
        Overrides:
        isHideTabNameIfOnlyOneVisible in class EditorArea
        Returns:
        possible object is Boolean
      • getLogicHandler

        public java.lang.String getLogicHandler()
        Description copied from class: EditorArea
        Gets the value of the handler property.
        Overrides:
        getLogicHandler in class EditorArea
        Returns:
        possible object is String
      • getViewMode

        public java.lang.String getViewMode()
        Description copied from class: EditorArea
        Gets the value of the name viewMode.
        Overrides:
        getViewMode in class EditorArea
        Returns:
        possible object is String
      • createOverviewTab

        protected Tab createOverviewTab​(Essentials essentials,
                                        java.math.BigInteger minPosition)