Class TabOverviewButton

    • Constructor Detail

      • TabOverviewButton

        public TabOverviewButton​(JTabbedPane tabPane)
        Creates a new tab overview button.
        Parameters:
        tabPane - The owner tabbed pane.
    • Method Detail

      • setBounds

        public void setBounds​(int x,
                              int y,
                              int width,
                              int height)
        Overrides:
        setBounds in class Component
      • updateLocation

        public void updateLocation​(JTabbedPane tabbedPane,
                                   Insets tabAreaInsets)
        Updates the location of this tab overview button.
        Parameters:
        tabbedPane - Tabbed pane.
        tabAreaInsets - Tab area insets.