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 void
calculateTabRects
(int tabPlacement, int tabCount) void
layoutContainer
(Container parent) protected int
preferredTabAreaHeight
(int tabPlacement, int width) protected int
preferredTabAreaWidth
(int tabPlacement, int height) Methods inherited from class com.jgoodies.looks.plastic.PlasticTabbedPaneUI.TabbedPaneLayout
padSelectedTab
Methods 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:
preferredTabAreaHeight
in classBasicTabbedPaneUI.TabbedPaneLayout
-
preferredTabAreaWidth
protected int preferredTabAreaWidth(int tabPlacement, int height) - Overrides:
preferredTabAreaWidth
in classBasicTabbedPaneUI.TabbedPaneLayout
-
layoutContainer
- Specified by:
layoutContainer
in interfaceLayoutManager
- Overrides:
layoutContainer
in classBasicTabbedPaneUI.TabbedPaneLayout
-
calculateTabRects
protected void calculateTabRects(int tabPlacement, int tabCount) - Overrides:
calculateTabRects
in classPlasticTabbedPaneUI.TabbedPaneLayout
-