java.awt.LayoutManager
public class SkinTitlePane.TitlePaneLayout
extends java.lang.Object
implements java.awt.LayoutManager
Constructor | Description |
---|---|
TitlePaneLayout() |
Modifier and Type | Method | Description |
---|---|---|
void |
addLayoutComponent(java.lang.String name,
java.awt.Component c) |
Adds a feature to the LayoutComponent attribute of the TitlePaneLayout
object
|
void |
layoutContainer(java.awt.Container c) |
Description of the Method
|
java.awt.Dimension |
minimumLayoutSize(java.awt.Container c) |
Description of the Method
|
java.awt.Dimension |
preferredLayoutSize(java.awt.Container c) |
Description of the Method
|
void |
removeLayoutComponent(java.awt.Component c) |
Description of the Method
|
public void addLayoutComponent(java.lang.String name, java.awt.Component c)
addLayoutComponent
in interface java.awt.LayoutManager
name
- The feature to be added to the LayoutComponent attributec
- The feature to be added to the LayoutComponent attributepublic void removeLayoutComponent(java.awt.Component c)
removeLayoutComponent
in interface java.awt.LayoutManager
c
- Description of Parameterpublic java.awt.Dimension preferredLayoutSize(java.awt.Container c)
preferredLayoutSize
in interface java.awt.LayoutManager
c
- Description of Parameterpublic java.awt.Dimension minimumLayoutSize(java.awt.Container c)
minimumLayoutSize
in interface java.awt.LayoutManager
c
- Description of Parameterpublic void layoutContainer(java.awt.Container c)
layoutContainer
in interface java.awt.LayoutManager
c
- Description of Parameter