chrriis.uihierarchy.layout
Class FormHLayout
java.lang.Object
chrriis.uihierarchy.layout.FormHLayout
- All Implemented Interfaces:
- HLayoutManager
- public class FormHLayout
- extends Object
- implements HLayoutManager
A form layout that is lazily created, using the UIH configuration. This
allows the use of units to determine the gaps. The form layout already
support units, but this class allows the use of the UIH units, which
definition may slightly differ.
- Version:
- 1.0 2005.02.06
- Author:
- Christopher Deckers (chrriis@brainlex.com)
FormHLayout
public FormHLayout(String encodedColumnSpecs,
String encodedRowSpecs)
createLayout
public LayoutManager createLayout(UIHConfig uihConfig)
- Description copied from interface:
HLayoutManager
- Create the desired layout manager, using the UIH configuration.
- Specified by:
createLayout
in interface HLayoutManager
- Parameters:
uihConfig
- The configuration that may be used.
- Returns:
- The layout manager.