Package com.jidesoft.plaf.basic
Class BasicJideTabbedPaneUI.TabbedPaneScrollLayout
java.lang.Object
com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabbedPaneLayout
com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabbedPaneScrollLayout
- All Implemented Interfaces:
LayoutManager
- Enclosing class:
BasicJideTabbedPaneUI
protected class BasicJideTabbedPaneUI.TabbedPaneScrollLayout
extends BasicJideTabbedPaneUI.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.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabbedPaneLayout
addLayoutComponent, calculateLayoutInfo, calculateSize, minimumLayoutSize, normalizeTabRuns, padSelectedTab, padTabRun, preferredLayoutSize, removeLayoutComponent, rotateTabRuns
-
Constructor Details
-
TabbedPaneScrollLayout
protected TabbedPaneScrollLayout()
-
-
Method Details
-
preferredTabAreaHeight
protected int preferredTabAreaHeight(int tabPlacement, int width) - Overrides:
preferredTabAreaHeightin classBasicJideTabbedPaneUI.TabbedPaneLayout
-
preferredTabAreaWidth
protected int preferredTabAreaWidth(int tabPlacement, int height) - Overrides:
preferredTabAreaWidthin classBasicJideTabbedPaneUI.TabbedPaneLayout
-
layoutContainer
- Specified by:
layoutContainerin interfaceLayoutManager- Overrides:
layoutContainerin classBasicJideTabbedPaneUI.TabbedPaneLayout
-
calculateTabRects
protected void calculateTabRects(int tabPlacement, int tabCount) - Overrides:
calculateTabRectsin classBasicJideTabbedPaneUI.TabbedPaneLayout
-