Package com.jgoodies.looks.plastic
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
-
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 com.jgoodies.looks.plastic.PlasticTabbedPaneUI.TabbedPaneLayout
padSelectedTabMethods inherited from class javax.swing.plaf.basic.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
-