public class

MetalComboBoxUI.MetalComboBoxLayoutManager

extends BasicComboBoxUI.ComboBoxLayoutManager
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
     ↳ javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager

Class Overview

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 .

Summary

Public Constructors
MetalComboBoxUI.MetalComboBoxLayoutManager()
Public Methods
void layoutContainer(Container parent)
Lays out the specified container.
void superLayout(Container parent)
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
From class java.lang.Object
From interface java.awt.LayoutManager

Public Constructors

public MetalComboBoxUI.MetalComboBoxLayoutManager ()

Public Methods

public void layoutContainer (Container parent)

Lays out the specified container.

Parameters
parent the container to be laid out

public void superLayout (Container parent)