net.sf.sbcc.componentcombo.plaf.motif
Class MotifComponentComboBoxUI.ComboBoxLayoutManager

java.lang.Object
  extended by net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboBoxUI.ComboBoxLayoutManager
      extended by net.sf.sbcc.componentcombo.plaf.motif.MotifComponentComboBoxUI.ComboBoxLayoutManager
All Implemented Interfaces:
java.awt.LayoutManager
Enclosing class:
MotifComponentComboBoxUI

public class MotifComponentComboBoxUI.ComboBoxLayoutManager
extends BasicComponentComboBoxUI.ComboBoxLayoutManager

This inner class is marked "public" due to a compiler bug. This class should be treated as a "protected" inner class. Instantiate it only within subclasses of .


Constructor Summary
MotifComponentComboBoxUI.ComboBoxLayoutManager()
           
 
Method Summary
 void layoutContainer(java.awt.Container parent)
           
 
Methods inherited from class net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboBoxUI.ComboBoxLayoutManager
addLayoutComponent, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MotifComponentComboBoxUI.ComboBoxLayoutManager

public MotifComponentComboBoxUI.ComboBoxLayoutManager()
Method Detail

layoutContainer

public void layoutContainer(java.awt.Container parent)
Specified by:
layoutContainer in interface java.awt.LayoutManager
Overrides:
layoutContainer in class BasicComponentComboBoxUI.ComboBoxLayoutManager