Package hec.gui.plaf.basic
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>.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLayoutComponent(String name, Component comp) voidlayoutContainer(Container parent) minimumLayoutSize(Container parent) preferredLayoutSize(Container parent) void
-
Constructor Details
-
TimeZoneFieldLayoutManager
public TimeZoneFieldLayoutManager()
-
-
Method Details
-
addLayoutComponent
- Specified by:
addLayoutComponentin interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponentin interfaceLayoutManager
-
preferredLayoutSize
- Specified by:
preferredLayoutSizein interfaceLayoutManager
-
minimumLayoutSize
- Specified by:
minimumLayoutSizein interfaceLayoutManager
-
layoutContainer
- Specified by:
layoutContainerin interfaceLayoutManager
-