Class BasicDateFieldUI.DateFieldLayoutManager

java.lang.Object
rma.swing.plaf.basic.BasicDateFieldUI.DateFieldLayoutManager
All Implemented Interfaces:
LayoutManager
Enclosing class:
BasicDateFieldUI

public class BasicDateFieldUI.DateFieldLayoutManager extends Object implements LayoutManager
This layout manager handles the 'standard' layout of combo boxes. It puts the arrow button to the right and the editor to the left. If there is no editor it still keeps the arrow button to the right. 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 <FooUI>.