public class SkinTitlePane.TitlePaneLayout
extends java.lang.Object
implements java.awt.LayoutManager
| Constructor and Description |
|---|
SkinTitlePane.TitlePaneLayout() |
| Modifier and Type | Method and 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.LayoutManagername - 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.LayoutManagerc - Description of Parameterpublic java.awt.Dimension preferredLayoutSize(java.awt.Container c)
preferredLayoutSize in interface java.awt.LayoutManagerc - Description of Parameterpublic java.awt.Dimension minimumLayoutSize(java.awt.Container c)
minimumLayoutSize in interface java.awt.LayoutManagerc - Description of Parameterpublic void layoutContainer(java.awt.Container c)
layoutContainer in interface java.awt.LayoutManagerc - Description of Parameter