|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchrriis.uihierarchy.layout.FlowHLayout
A flow layout that is lazily created, using the UIH configuration. This
allows the use of units to determine the gaps, which are defined as
String
s.
Constructor Summary | |
FlowHLayout()
Constructs a new Flow Layout with a centered alignment and a default 5-unit horizontal and vertical gap. |
|
FlowHLayout(int align)
Constructs a new Flow Layout with the specified alignment and a default 5-unit horizontal and vertical gap. |
|
FlowHLayout(int align,
String hgap,
String vgap)
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps. |
Method Summary | |
LayoutManager |
createLayout(UIHConfig uihConfig)
Create the desired layout manager, using the UIH configuration. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FlowHLayout()
public FlowHLayout(int align)
align
- public FlowHLayout(int align, String hgap, String vgap)
align
- hgap
- vgap
- Method Detail |
public LayoutManager createLayout(UIHConfig uihConfig)
HLayoutManager
createLayout
in interface HLayoutManager
uihConfig
- The configuration that may be used.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |