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 TypeMethodDescriptionvoidaddLayoutComponent(String name, Component comp) Adds a feature to the LayoutComponent attribute of the SkinComboBoxLayoutManager objectvoidlayoutContainer(Container parent) Description of the MethodminimumLayoutSize(Container parent) Description of the MethodpreferredLayoutSize(Container parent) Description of the MethodvoidDescription of the Method
-
Constructor Details
-
SkinComboBoxLayoutManager
public SkinComboBoxLayoutManager()
-
-
Method Details
-
addLayoutComponent
Adds a feature to the LayoutComponent attribute of the SkinComboBoxLayoutManager object- Specified by:
addLayoutComponentin 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:
removeLayoutComponentin interfaceLayoutManager- Parameters:
comp- Description of Parameter
-
preferredLayoutSize
Description of the Method- Specified by:
preferredLayoutSizein interfaceLayoutManager- Parameters:
parent- Description of Parameter- Returns:
- Description of the Returned Value
-
minimumLayoutSize
Description of the Method- Specified by:
minimumLayoutSizein interfaceLayoutManager- Parameters:
parent- Description of Parameter- Returns:
- Description of the Returned Value
-
layoutContainer
Description of the Method- Specified by:
layoutContainerin interfaceLayoutManager- Parameters:
parent- Description of Parameter
-