Class BasicTimeZoneFieldUI.TimeZoneFieldLayoutManager

java.lang.Object
hec.gui.plaf.basic.BasicTimeZoneFieldUI.TimeZoneFieldLayoutManager
All Implemented Interfaces:
LayoutManager
Enclosing class:
BasicTimeZoneFieldUI

public class BasicTimeZoneFieldUI.TimeZoneFieldLayoutManager 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>.