public class

MotifComboBoxUI.ComboBoxLayoutManager

extends BasicComboBoxUI.ComboBoxLayoutManager
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
     ↳ com.sun.java.swing.plaf.motif.MotifComboBoxUI.ComboBoxLayoutManager

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
MotifComboBoxUI.ComboBoxLayoutManager()
Public Methods
void layoutContainer(Container parent)
Lays out the specified container.
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
From class java.lang.Object
From interface java.awt.LayoutManager

Public Constructors

public MotifComboBoxUI.ComboBoxLayoutManager ()

Public Methods

public void layoutContainer (Container parent)

Lays out the specified container.

Parameters
parent the container to be laid out