chrriis.uihierarchy.layout
Interface HLayoutManager

All Known Implementing Classes:
BorderHLayout, CardHLayout, FlowHLayout, FormHLayout, GridHLayout

public interface HLayoutManager

A layout manager handler, that lazily creates the actual layout manager to use.

Version:
1.0 2005.02.06
Author:
Christopher Deckers (chrriis@brainlex.com)

Method Summary
 LayoutManager createLayout(UIHConfig uihConfig)
          Create the desired layout manager, using the UIH configuration.
 

Method Detail

createLayout

public LayoutManager createLayout(UIHConfig uihConfig)
Create the desired layout manager, using the UIH configuration.

Parameters:
uihConfig - The configuration that may be used.
Returns:
The layout manager.