Package com.l2fprod.gui.plaf.skin
Class SkinTitlePane.TitlePaneLayout
java.lang.Object
com.l2fprod.gui.plaf.skin.SkinTitlePane.TitlePaneLayout
- All Implemented Interfaces:
LayoutManager
- Enclosing class:
SkinTitlePane
Description of the Class
- Author:
- fred
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addLayoutComponent
(String name, Component c) Adds a feature to the LayoutComponent attribute of the TitlePaneLayout objectvoid
Description of the MethodDescription of the MethodDescription of the Methodvoid
Description of the Method
-
Constructor Details
-
TitlePaneLayout
public TitlePaneLayout()
-
-
Method Details
-
addLayoutComponent
Adds a feature to the LayoutComponent attribute of the TitlePaneLayout object- Specified by:
addLayoutComponent
in interfaceLayoutManager
- Parameters:
name
- The feature to be added to the LayoutComponent attributec
- The feature to be added to the LayoutComponent attribute
-
removeLayoutComponent
Description of the Method- Specified by:
removeLayoutComponent
in interfaceLayoutManager
- Parameters:
c
- Description of Parameter
-
preferredLayoutSize
Description of the Method- Specified by:
preferredLayoutSize
in interfaceLayoutManager
- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
minimumLayoutSize
Description of the Method- Specified by:
minimumLayoutSize
in interfaceLayoutManager
- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
layoutContainer
Description of the Method- Specified by:
layoutContainer
in interfaceLayoutManager
- Parameters:
c
- Description of Parameter
-