Class OutputTabbedPane

    • Constructor Detail

      • OutputTabbedPane

        public OutputTabbedPane()
    • Method Detail

      • newTab

        public int newTab​(String title,
                          JComponent comp)
        Adds the component as tab to the result item.
        Parameters:
        title - the title of the tab
        comp - the component to add
        Returns:
        the index of the new tab
      • getActualComponentAt

        protected Component getActualComponentAt​(int index)
        Returns the actual component at the position.
        Parameters:
        index - the tab index
        Returns:
        the component
      • removeTabAt

        public void removeTabAt​(int index)
        Removes the tab.
        Overrides:
        removeTabAt in class BaseTabbedPane
        Parameters:
        index - the index of the tab to remove
      • cleanUp

        public void cleanUp()
        Cleans up data structures, frees up memory.
        Specified by:
        cleanUp in interface CleanUpHandler