Package com.l2fprod.gui.plaf.skin
Class SkinTitlePane.TitlePaneLayout
- java.lang.Object
-
- com.l2fprod.gui.plaf.skin.SkinTitlePane.TitlePaneLayout
-
- All Implemented Interfaces:
java.awt.LayoutManager
- Enclosing class:
- SkinTitlePane
public class SkinTitlePane.TitlePaneLayout extends java.lang.Object implements java.awt.LayoutManager
Description of the Class- Author:
- fred
-
-
Constructor Summary
Constructors Constructor Description TitlePaneLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods 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 objectvoid
layoutContainer(java.awt.Container c)
Description of the Methodjava.awt.Dimension
minimumLayoutSize(java.awt.Container c)
Description of the Methodjava.awt.Dimension
preferredLayoutSize(java.awt.Container c)
Description of the Methodvoid
removeLayoutComponent(java.awt.Component c)
Description of the Method
-
-
-
Method Detail
-
addLayoutComponent
public void addLayoutComponent(java.lang.String name, java.awt.Component c)
Adds a feature to the LayoutComponent attribute of the TitlePaneLayout object- Specified by:
addLayoutComponent
in interfacejava.awt.LayoutManager
- Parameters:
name
- The feature to be added to the LayoutComponent attributec
- The feature to be added to the LayoutComponent attribute
-
removeLayoutComponent
public void removeLayoutComponent(java.awt.Component c)
Description of the Method- Specified by:
removeLayoutComponent
in interfacejava.awt.LayoutManager
- Parameters:
c
- Description of Parameter
-
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container c)
Description of the Method- Specified by:
preferredLayoutSize
in interfacejava.awt.LayoutManager
- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
minimumLayoutSize
public java.awt.Dimension minimumLayoutSize(java.awt.Container c)
Description of the Method- Specified by:
minimumLayoutSize
in interfacejava.awt.LayoutManager
- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
layoutContainer
public void layoutContainer(java.awt.Container c)
Description of the Method- Specified by:
layoutContainer
in interfacejava.awt.LayoutManager
- Parameters:
c
- Description of Parameter
-
-