|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.gui.config.LayoutConfig
com.threerings.opengl.gui.config.LayoutConfig.Table
public static class LayoutConfig.Table
A table layout.
| Nested Class Summary | |
|---|---|
static class |
LayoutConfig.Table.Child
Represents a child of the layout. |
| Nested classes/interfaces inherited from class com.threerings.opengl.gui.config.LayoutConfig |
|---|
LayoutConfig.Absolute, LayoutConfig.Anchor, LayoutConfig.Border, LayoutConfig.Group, LayoutConfig.HorizontalAlignment, LayoutConfig.HorizontalGroup, LayoutConfig.Justification, LayoutConfig.Location, LayoutConfig.OffAxisPolicy, LayoutConfig.OnAxisPolicy, LayoutConfig.Table, LayoutConfig.VerticalAlignment, LayoutConfig.VerticalGroup |
| Field Summary | |
|---|---|
LayoutConfig.Table.Child[] |
children
The children of this layout. |
int |
columnGap
The gap between columns. |
int |
columns
The number of columns in the table. |
boolean |
equalRows
Whether or not to force all rows to be a uniform size. |
LayoutConfig.HorizontalAlignment |
horizontalAlignment
The horizontal alignment. |
int |
rowGap
The gap between rows. |
LayoutConfig.VerticalAlignment |
verticalAlignment
The vertical alignment. |
| Constructor Summary | |
|---|---|
LayoutConfig.Table()
|
|
| Method Summary | |
|---|---|
void |
invalidate()
Invalidates any cached data. |
| Methods inherited from class com.threerings.opengl.gui.config.LayoutConfig |
|---|
configure |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(min=1.0,
hgroup="c")
public int columns
@Editable(hgroup="c") public boolean equalRows
@Editable(hgroup="g") public int rowGap
@Editable(hgroup="g") public int columnGap
@Editable(hgroup="a") public LayoutConfig.HorizontalAlignment horizontalAlignment
@Editable(hgroup="a") public LayoutConfig.VerticalAlignment verticalAlignment
@Editable public LayoutConfig.Table.Child[] children
| Constructor Detail |
|---|
public LayoutConfig.Table()
| Method Detail |
|---|
public void invalidate()
LayoutConfig
invalidate in class LayoutConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||