Class RuneLiteTabbedPaneUI.RuneLiteTabbedPaneLayout

  • All Implemented Interfaces:
    java.awt.LayoutManager
    Enclosing class:
    RuneLiteTabbedPaneUI

    protected class RuneLiteTabbedPaneUI.RuneLiteTabbedPaneLayout
    extends javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.awt.Dimension calculateSize​(boolean minimum)  
      protected void normalizeTabRuns​(int tabPlacement, int tabCount, int start, int max)  
      • Methods inherited from class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout

        addLayoutComponent, calculateLayoutInfo, calculateTabRects, minimumLayoutSize, padSelectedTab, padTabRun, preferredLayoutSize, preferredTabAreaHeight, preferredTabAreaWidth, removeLayoutComponent, rotateTabRuns
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RuneLiteTabbedPaneLayout

        protected RuneLiteTabbedPaneLayout()
    • Method Detail

      • normalizeTabRuns

        protected void normalizeTabRuns​(int tabPlacement,
                                        int tabCount,
                                        int start,
                                        int max)
        Overrides:
        normalizeTabRuns in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
      • calculateSize

        protected java.awt.Dimension calculateSize​(boolean minimum)