- 
- 
Constructor Summary
Constructors 
| Constructor | Description |  
| TabbedPaneLayout() | Constructs TabbedPaneLayout. |  
 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods 
| Modifier and Type | Method | Description |  
| protected void | normalizeTabRuns(int tabPlacement,
                int tabCount,
                int start,
                int max) | Normalizes the tab runs. |  
| protected void | padSelectedTab(int tabPlacement,
              int selectedIndex) | Pads selected tab. |  
| protected void | rotateTabRuns(int tabPlacement,
             int selectedRun) | Rotates the run-index array so that the selected run is run[0]. |  
 
- 
addLayoutComponent, calculateLayoutInfo, calculateSize, calculateTabRects, layoutContainer, minimumLayoutSize, padTabRun, preferredLayoutSize, preferredTabAreaHeight, preferredTabAreaWidth, removeLayoutComponent
 
- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 
 
- 
- 
Method Detail
- 
rotateTabRunsprotected void rotateTabRuns(int tabPlacement,
                             int selectedRun)Rotates the run-index array so that the selected run is run[0]. 
- Overrides:
- rotateTabRunsin class- BasicTabbedPaneUI.TabbedPaneLayout
- Parameters:
- tabPlacement- the tab placement
- selectedRun- the selected run