DESY ACOP Beans Home

com.cosylab.gui.components
Class SimpleComboBox.SimpleComboBoxUI.ComboBoxLayoutManager

java.lang.Object
  extended by com.cosylab.gui.components.SimpleComboBox.SimpleComboBoxUI.ComboBoxLayoutManager
All Implemented Interfaces:
java.awt.LayoutManager
Enclosing class:
SimpleComboBox.SimpleComboBoxUI

protected class SimpleComboBox.SimpleComboBoxUI.ComboBoxLayoutManager
extends java.lang.Object
implements java.awt.LayoutManager


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

SimpleComboBox.SimpleComboBoxUI.ComboBoxLayoutManager

protected SimpleComboBox.SimpleComboBoxUI.ComboBoxLayoutManager()
Method Detail

addLayoutComponent

public void addLayoutComponent(java.lang.String name,
                               java.awt.Component comp)
Empty implementation.

Specified by:
addLayoutComponent in interface java.awt.LayoutManager
Parameters:
name - String
comp - Component
See Also:
LayoutManager.addLayoutComponent(String, Component)

removeLayoutComponent

public void removeLayoutComponent(java.awt.Component comp)
Empty implementation.

Specified by:
removeLayoutComponent in interface java.awt.LayoutManager
Parameters:
comp - Component
See Also:
LayoutManager.removeLayoutComponent(Component)

preferredLayoutSize

public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
Delegates to parent implementation.

Specified by:
preferredLayoutSize in interface java.awt.LayoutManager
Parameters:
parent - Container
Returns:
Dimension
See Also:
LayoutManager.preferredLayoutSize(Container)

minimumLayoutSize

public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
Delegates to parent implementation.

Specified by:
minimumLayoutSize in interface java.awt.LayoutManager
Parameters:
parent - Container
Returns:
Dimension
See Also:
LayoutManager.minimumLayoutSize(Container)

layoutContainer

public void layoutContainer(java.awt.Container parent)
Delegates to parent implementation.

Specified by:
layoutContainer in interface java.awt.LayoutManager
Parameters:
parent - Container
See Also:
LayoutManager.layoutContainer(Container), SimpleComboBox.SimpleComboBoxUI.calculateLayout()


Copyright © 2010. All Rights Reserved.