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