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 Summary
Constructors -
Method Summary
Methods declared in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
calculateLayoutInfo, calculateSize, calculateTabRects, normalizeTabRuns, padSelectedTab, padTabRun, preferredTabAreaHeight, preferredTabAreaWidth, rotateTabRunsMethods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface java.awt.LayoutManager
addLayoutComponent, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
-
Constructor Details
-
TabbedPaneLayout
public TabbedPaneLayout()ConstructsTabbedPaneLayout.
-