java.lang.Object | |
↳ | javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout |
![]() |
This class should be treated as a "protected" inner class.
Instantiate it only within subclasses of
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
If the layout manager uses a per-component string,
adds the component
comp to the layout,
associating it
with the string specified by name . | |||||||||||
Lays out the specified container.
| |||||||||||
Calculates the minimum size dimensions for the specified
container, given the components it contains.
| |||||||||||
Calculates the preferred size dimensions for the specified
container, given the components it contains.
| |||||||||||
Removes the specified component from the layout.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
If the layout manager uses a per-component string,
adds the component comp
to the layout,
associating it
with the string specified by name
.
name | the string to be associated with the component |
---|---|
c | the component to be added |
Lays out the specified container.
c | the container to be laid out |
---|
Calculates the minimum size dimensions for the specified container, given the components it contains.
c | the component to be laid out |
---|
Calculates the preferred size dimensions for the specified container, given the components it contains.
c | the container to be laid out |
---|
Removes the specified component from the layout.
c | the component to be removed |
---|