Package com.l2fprod.gui.plaf.skin
Class SkinComboBoxUI.SkinComboBoxLayoutManager
- java.lang.Object
-
- com.l2fprod.gui.plaf.skin.SkinComboBoxUI.SkinComboBoxLayoutManager
-
- All Implemented Interfaces:
java.awt.LayoutManager
- Enclosing class:
- SkinComboBoxUI
public class SkinComboBoxUI.SkinComboBoxLayoutManager extends java.lang.Object implements java.awt.LayoutManager
Description of the Class- Author:
- fred
-
-
Constructor Summary
Constructors Constructor Description SkinComboBoxLayoutManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLayoutComponent(java.lang.String name, java.awt.Component comp)
Adds a feature to the LayoutComponent attribute of the SkinComboBoxLayoutManager objectvoid
layoutContainer(java.awt.Container parent)
Description of the Methodjava.awt.Dimension
minimumLayoutSize(java.awt.Container parent)
Description of the Methodjava.awt.Dimension
preferredLayoutSize(java.awt.Container parent)
Description of the Methodvoid
removeLayoutComponent(java.awt.Component comp)
Description of the Method
-
-
-
Method Detail
-
addLayoutComponent
public void addLayoutComponent(java.lang.String name, java.awt.Component comp)
Adds a feature to the LayoutComponent attribute of the SkinComboBoxLayoutManager object- Specified by:
addLayoutComponent
in interfacejava.awt.LayoutManager
- Parameters:
name
- The feature to be added to the LayoutComponent attributecomp
- The feature to be added to the LayoutComponent attribute
-
removeLayoutComponent
public void removeLayoutComponent(java.awt.Component comp)
Description of the Method- Specified by:
removeLayoutComponent
in interfacejava.awt.LayoutManager
- Parameters:
comp
- Description of Parameter
-
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
Description of the Method- Specified by:
preferredLayoutSize
in interfacejava.awt.LayoutManager
- Parameters:
parent
- Description of Parameter- Returns:
- Description of the Returned Value
-
minimumLayoutSize
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
Description of the Method- Specified by:
minimumLayoutSize
in interfacejava.awt.LayoutManager
- Parameters:
parent
- Description of Parameter- Returns:
- Description of the Returned Value
-
layoutContainer
public void layoutContainer(java.awt.Container parent)
Description of the Method- Specified by:
layoutContainer
in interfacejava.awt.LayoutManager
- Parameters:
parent
- Description of Parameter
-
-