Class PlasticTabbedPaneUI.TabbedPaneScrollLayout

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void calculateTabRects​(int tabPlacement, int tabCount)  
      void layoutContainer​(java.awt.Container parent)  
      protected int preferredTabAreaHeight​(int tabPlacement, int width)  
      protected int preferredTabAreaWidth​(int tabPlacement, int height)  
      • Methods inherited from class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout

        addLayoutComponent, calculateLayoutInfo, calculateSize, minimumLayoutSize, normalizeTabRuns, padTabRun, preferredLayoutSize, removeLayoutComponent, rotateTabRuns
      • Methods inherited from class java.lang.Object

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

      • TabbedPaneScrollLayout

        private TabbedPaneScrollLayout()
    • Method Detail

      • preferredTabAreaHeight

        protected int preferredTabAreaHeight​(int tabPlacement,
                                             int width)
        Overrides:
        preferredTabAreaHeight in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
      • preferredTabAreaWidth

        protected int preferredTabAreaWidth​(int tabPlacement,
                                            int height)
        Overrides:
        preferredTabAreaWidth in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
      • layoutContainer

        public void layoutContainer​(java.awt.Container parent)
        Specified by:
        layoutContainer in interface java.awt.LayoutManager
        Overrides:
        layoutContainer in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout