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