java.lang.Object
javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
javax.swing.plaf.metal.MetalTabbedPaneUI.TabbedPaneLayout
- All Implemented Interfaces:
- LayoutManager
- Enclosing class:
- MetalTabbedPaneUI
public class MetalTabbedPaneUI.TabbedPaneLayout extends BasicTabbedPaneUI.TabbedPaneLayout
This class should be treated as a "protected" inner class.
 Instantiate it only within subclasses of 
MetalTabbedPaneUI.- 
Constructor SummaryConstructors Constructor Description TabbedPaneLayout()ConstructsTabbedPaneLayout.
- 
Method SummaryMethods declared in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayoutcalculateLayoutInfo, calculateSize, calculateTabRects, normalizeTabRuns, padSelectedTab, padTabRun, preferredTabAreaHeight, preferredTabAreaWidth, rotateTabRunsMethods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface java.awt.LayoutManageraddLayoutComponent, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
- 
Constructor Details- 
TabbedPaneLayoutpublic TabbedPaneLayout()ConstructsTabbedPaneLayout.
 
-