java.lang.Object
javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
javax.swing.plaf.metal.MetalTabbedPaneUI.TabbedPaneLayout
- All Implemented Interfaces:
- LayoutManager
- Enclosing class:
- MetalTabbedPaneUI
This class should be treated as a "protected" inner class.
 Instantiate it only within subclasses of 
MetalTabbedPaneUI.- 
Constructor SummaryConstructors
- 
Method SummaryMethods declared in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayoutaddLayoutComponent, calculateLayoutInfo, calculateSize, calculateTabRects, layoutContainer, minimumLayoutSize, normalizeTabRuns, padSelectedTab, padTabRun, preferredLayoutSize, preferredTabAreaHeight, preferredTabAreaWidth, removeLayoutComponent, rotateTabRuns
- 
Constructor Details- 
TabbedPaneLayoutpublic TabbedPaneLayout()ConstructsTabbedPaneLayout.
 
-