Class MaterialTabbedPaneUI.MaterialTabbedPaneLayout

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

    @Deprecated
    protected class MaterialTabbedPaneUI.MaterialTabbedPaneLayout
    extends javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
    Deprecated.
    remove this implementation inside the version 1.2 of the library.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int indent
      Deprecated.
       
      protected int spacer
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected void calculateTabRects​(int tabPlacement, int tabCount)
      Deprecated.
       
      • Methods inherited from class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout

        addLayoutComponent, calculateLayoutInfo, calculateSize, layoutContainer, minimumLayoutSize, normalizeTabRuns, 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
    • Field Detail

      • spacer

        protected int spacer
        Deprecated.
      • indent

        protected int indent
        Deprecated.
    • Constructor Detail

      • MaterialTabbedPaneLayout

        public MaterialTabbedPaneLayout()
        Deprecated.
    • Method Detail

      • calculateTabRects

        protected void calculateTabRects​(int tabPlacement,
                                         int tabCount)
        Deprecated.
        Overrides:
        calculateTabRects in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout