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 TypeMethodDescriptionvoid
addLayoutComponent
(String name, Component comp) void
layoutContainer
(Container parent) minimumLayoutSize
(Container parent) preferredLayoutSize
(Container parent) void
-
Constructor Details
-
TimeZoneFieldLayoutManager
public TimeZoneFieldLayoutManager()
-
-
Method Details
-
addLayoutComponent
- Specified by:
addLayoutComponent
in interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponent
in interfaceLayoutManager
-
preferredLayoutSize
- Specified by:
preferredLayoutSize
in interfaceLayoutManager
-
minimumLayoutSize
- Specified by:
minimumLayoutSize
in interfaceLayoutManager
-
layoutContainer
- Specified by:
layoutContainer
in interfaceLayoutManager
-