|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchrriis.uihierarchy.layout.GridHLayout
A grid 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 | |
GridHLayout()
Creates a grid layout with a default of one column per component, in a single row. |
|
GridHLayout(int rows,
int cols)
Creates a grid layout with the specified number of rows and columns. |
|
GridHLayout(int rows,
int cols,
String hgap,
String vgap)
Creates a grid layout with the specified number of rows and columns. |
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 GridHLayout()
public GridHLayout(int rows, int cols)
rows
- cols
- public GridHLayout(int rows, int cols, String hgap, String vgap)
rows
- cols
- 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 |