API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.swing.plaf.basic.
BasicTabbedPaneUI.TabbedPaneLayout
View Source
Author(s)
Since
Version
Serial
Hierarchy
Object
BasicTabbedPaneUI.TabbedPaneLayout
Implements
LayoutManager
Subclasses
MetalTabbedPaneUI.TabbedPaneLayout
See DIRECT subclasses
MetalTabbedPaneUI.TabbedPaneLayout
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class BasicTabbedPaneUI.TabbedPaneLayout
This class should be treated as a "protected" inner class.
This class should be treated as a "protected" inner class.
Instantiate it only within subclasses of BasicTabbedPaneUI.
See also:
Constructors
public
BasicTabbedPaneUI.TabbedPaneLayout
()
Methods
Hide/Show inherited methods
public
void
addLayoutComponent
(
String
name,
Component
comp)
[Specified in
LayoutManager
]
public
void
calculateLayoutInfo
()
protected
Dimension
calculateSize
(
boolean
minimum)
protected
void
calculateTabRects
(
int
tabPlacement,
int
tabCount)
public
void
layoutContainer
(
Container
parent)
[Specified in
LayoutManager
]
public
Dimension
minimumLayoutSize
(
Container
parent)
[Specified in
LayoutManager
]
protected
void
normalizeTabRuns
(
int
tabPlacement,
int
tabCount,
int
start,
int
max)
protected
void
padSelectedTab
(
int
tabPlacement,
int
selectedIndex)
protected
void
padTabRun
(
int
tabPlacement,
int
start,
int
end,
int
max)
public
Dimension
preferredLayoutSize
(
Container
parent)
[Specified in
LayoutManager
]
protected
int
preferredTabAreaHeight
(
int
tabPlacement,
int
width)
protected
int
preferredTabAreaWidth
(
int
tabPlacement,
int
height)
public
void
removeLayoutComponent
(
Component
comp)
[Specified in
LayoutManager
]
protected
void
rotateTabRuns
(
int
tabPlacement,
int
selectedRun)
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar