|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.matthiasmann.twl.ColumnLayout.Panel
public final class ColumnLayout.Panel
| Method Summary | |
|---|---|
ColumnLayout.Panel |
addPanel()
Adds a new child panel |
ColumnLayout.Row |
addRow(ColumnLayout.Columns columns)
Adds a new row to this panel. |
ColumnLayout.Row |
addRow(java.lang.String... columnNames)
Adds a new row to this panel using the specified column names. |
void |
addVerticalGap(java.lang.String name)
Adds a named vertical gap. |
void |
clearPanel()
Removes all child panels and rows from this panel. |
ColumnLayout.Columns |
getColumns(java.lang.String... columnNames)
Calls ColumnLayout.getColumns(java.lang.String[]) |
boolean |
isValid()
|
void |
removePanel(ColumnLayout.Panel panel)
Removes the specified child panel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isValid()
public ColumnLayout.Columns getColumns(java.lang.String... columnNames)
ColumnLayout.getColumns(java.lang.String[])
columnNames - the column names.
public ColumnLayout.Row addRow(java.lang.String... columnNames)
It is equivalent to addRow(getColumns(columnNames))
columnNames - the column names.
public ColumnLayout.Row addRow(ColumnLayout.Columns columns)
columns - the column layout
java.lang.IllegalStateException - when the panel has been removed from the root.public void addVerticalGap(java.lang.String name)
name - the gap name.
java.lang.IllegalStateException - when the panel has been removed from the root.public ColumnLayout.Panel addPanel()
java.lang.IllegalStateException - when the panel has been removed from the root.public void removePanel(ColumnLayout.Panel panel)
panel - the child panel.public void clearPanel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||