java.lang.Object
javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager
- All Implemented Interfaces:
- LayoutManager
- Enclosing class:
- MetalComboBoxUI
public class MetalComboBoxUI.MetalComboBoxLayoutManager extends BasicComboBoxUI.ComboBoxLayoutManager
This class should be treated as a "protected" inner class.
 Instantiate it only within subclasses of 
MetalComboBoxUI.- 
Constructor SummaryConstructors Constructor Description MetalComboBoxLayoutManager()
- 
Method SummaryModifier and Type Method Description voidsuperLayout(Container parent)Lays out the parent container.Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface java.awt.LayoutManageraddLayoutComponent, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
- 
Constructor Details- 
MetalComboBoxLayoutManagerpublic MetalComboBoxLayoutManager()
 
- 
- 
Method Details- 
superLayoutLays out the parent container.- Parameters:
- parent- a container
 
 
-