|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cosylab.gui.components.SimpleComboBox.SimpleComboBoxUI.ComboBoxLayoutManager
protected class SimpleComboBox.SimpleComboBoxUI.ComboBoxLayoutManager
Constructor Summary | |
---|---|
protected |
SimpleComboBox.SimpleComboBoxUI.ComboBoxLayoutManager()
|
Method Summary | |
---|---|
void |
addLayoutComponent(java.lang.String name,
java.awt.Component comp)
Empty implementation. |
void |
layoutContainer(java.awt.Container parent)
Delegates to parent implementation. |
java.awt.Dimension |
minimumLayoutSize(java.awt.Container parent)
Delegates to parent implementation. |
java.awt.Dimension |
preferredLayoutSize(java.awt.Container parent)
Delegates to parent implementation. |
void |
removeLayoutComponent(java.awt.Component comp)
Empty implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SimpleComboBox.SimpleComboBoxUI.ComboBoxLayoutManager()
Method Detail |
---|
public void addLayoutComponent(java.lang.String name, java.awt.Component comp)
addLayoutComponent
in interface java.awt.LayoutManager
name
- Stringcomp
- ComponentLayoutManager.addLayoutComponent(String,
Component)
public void removeLayoutComponent(java.awt.Component comp)
removeLayoutComponent
in interface java.awt.LayoutManager
comp
- ComponentLayoutManager.removeLayoutComponent(Component)
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
parent
implementation.
preferredLayoutSize
in interface java.awt.LayoutManager
parent
- Container
LayoutManager.preferredLayoutSize(Container)
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
parent
implementation.
minimumLayoutSize
in interface java.awt.LayoutManager
parent
- Container
LayoutManager.minimumLayoutSize(Container)
public void layoutContainer(java.awt.Container parent)
parent
implementation.
layoutContainer
in interface java.awt.LayoutManager
parent
- ContainerLayoutManager.layoutContainer(Container)
,
SimpleComboBox.SimpleComboBoxUI.calculateLayout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |