API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.swing.plaf.basic.
BasicInternalFrameTitlePane.TitlePaneLayout
View Source
Author(s)
Since
Version
Serial
Hierarchy
Object
BasicInternalFrameTitlePane.TitlePaneLayout
Implements
LayoutManager
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class BasicInternalFrameTitlePane.TitlePaneLayout
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
.
See also:
Constructors
public
BasicInternalFrameTitlePane.TitlePaneLayout
()
Methods
Hide/Show inherited methods
public
void
addLayoutComponent
(
String
name,
Component
c)
[Specified in
LayoutManager
]
public
void
layoutContainer
(
Container
c)
[Specified in
LayoutManager
]
public
Dimension
minimumLayoutSize
(
Container
c)
[Specified in
LayoutManager
]
public
Dimension
preferredLayoutSize
(
Container
c)
[Specified in
LayoutManager
]
public
void
removeLayoutComponent
(
Component
c)
[Specified in
LayoutManager
]
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar