public class SkinComboBoxUI.SkinComboBoxLayoutManager
extends java.lang.Object
implements java.awt.LayoutManager
Constructor and Description |
---|
SkinComboBoxUI.SkinComboBoxLayoutManager() |
Modifier and Type | Method and Description |
---|---|
void |
addLayoutComponent(java.lang.String name,
java.awt.Component comp)
Adds a feature to the LayoutComponent attribute of the
SkinComboBoxLayoutManager object
|
void |
layoutContainer(java.awt.Container parent)
Description of the Method
|
java.awt.Dimension |
minimumLayoutSize(java.awt.Container parent)
Description of the Method
|
java.awt.Dimension |
preferredLayoutSize(java.awt.Container parent)
Description of the Method
|
void |
removeLayoutComponent(java.awt.Component comp)
Description of the Method
|
public SkinComboBoxUI.SkinComboBoxLayoutManager()
public void addLayoutComponent(java.lang.String name, java.awt.Component comp)
addLayoutComponent
in interface java.awt.LayoutManager
name
- The feature to be added to the LayoutComponent attributecomp
- The feature to be added to the LayoutComponent attributepublic void removeLayoutComponent(java.awt.Component comp)
removeLayoutComponent
in interface java.awt.LayoutManager
comp
- Description of Parameterpublic java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
preferredLayoutSize
in interface java.awt.LayoutManager
parent
- Description of Parameterpublic java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
minimumLayoutSize
in interface java.awt.LayoutManager
parent
- Description of Parameterpublic void layoutContainer(java.awt.Container parent)
layoutContainer
in interface java.awt.LayoutManager
parent
- Description of Parameter