Class PlasticTabbedPaneUI.TabbedPaneScrollLayout
java.lang.Object
javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
com.jgoodies.looks.plastic.PlasticTabbedPaneUI.TabbedPaneLayout
com.jgoodies.looks.plastic.PlasticTabbedPaneUI.TabbedPaneScrollLayout
- All Implemented Interfaces:
LayoutManager
- Enclosing class:
PlasticTabbedPaneUI
private final class PlasticTabbedPaneUI.TabbedPaneScrollLayout
extends PlasticTabbedPaneUI.TabbedPaneLayout
- Version:
- $Revision: 1.15 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcalculateTabRects(int tabPlacement, int tabCount) voidlayoutContainer(Container parent) protected intpreferredTabAreaHeight(int tabPlacement, int width) protected intpreferredTabAreaWidth(int tabPlacement, int height) Methods inherited from class PlasticTabbedPaneUI.TabbedPaneLayout
padSelectedTabMethods inherited from class BasicTabbedPaneUI.TabbedPaneLayout
addLayoutComponent, calculateLayoutInfo, calculateSize, minimumLayoutSize, normalizeTabRuns, padTabRun, preferredLayoutSize, removeLayoutComponent, rotateTabRuns
-
Constructor Details
-
TabbedPaneScrollLayout
private TabbedPaneScrollLayout()
-
-
Method Details
-
preferredTabAreaHeight
protected int preferredTabAreaHeight(int tabPlacement, int width) - Overrides:
preferredTabAreaHeightin classBasicTabbedPaneUI.TabbedPaneLayout
-
preferredTabAreaWidth
protected int preferredTabAreaWidth(int tabPlacement, int height) - Overrides:
preferredTabAreaWidthin classBasicTabbedPaneUI.TabbedPaneLayout
-
layoutContainer
- Specified by:
layoutContainerin interfaceLayoutManager- Overrides:
layoutContainerin classBasicTabbedPaneUI.TabbedPaneLayout
-
calculateTabRects
protected void calculateTabRects(int tabPlacement, int tabCount) - Overrides:
calculateTabRectsin classPlasticTabbedPaneUI.TabbedPaneLayout
-