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.LayoutManagerDescription of the Class- Author:
- fred
-
-
Constructor Summary
Constructors Constructor Description SkinComboBoxLayoutManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLayoutComponent(java.lang.String name, java.awt.Component comp)Adds a feature to the LayoutComponent attribute of the SkinComboBoxLayoutManager objectvoidlayoutContainer(java.awt.Container parent)Description of the Methodjava.awt.DimensionminimumLayoutSize(java.awt.Container parent)Description of the Methodjava.awt.DimensionpreferredLayoutSize(java.awt.Container parent)Description of the MethodvoidremoveLayoutComponent(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:
addLayoutComponentin 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:
removeLayoutComponentin interfacejava.awt.LayoutManager- Parameters:
comp- Description of Parameter
-
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
Description of the Method- Specified by:
preferredLayoutSizein 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:
minimumLayoutSizein 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:
layoutContainerin interfacejava.awt.LayoutManager- Parameters:
parent- Description of Parameter
-
-