|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Represents a HTML style table layout
| Field Summary | |
|---|---|
int |
cellpadding
|
JPanel |
panel
|
int |
rowCount
|
| Constructor Summary | |
TableLayout()
|
|
| Method Summary | |||
|---|---|---|---|
void |
addCell(TableLayoutCell cell)
Adds a new cell to the current grid |
||
LayoutManager |
createLayoutManager()
Creates a GridBagLayout |
||
int |
getCellpadding()
|
||
Component |
getComponent()
|
||
int |
nextRowIndex()
Creates a new row index for child
|
voidsetCellpadding(int cellpadding)
| |
| Constructor Detail |
|---|
public TableLayout()
| Method Detail |
|---|
public void addCell(TableLayoutCell cell)
LayoutManager createLayoutManager()
public int getCellpadding()
public Component getComponent()
public int nextRowIndex()
public void setCellpadding(int cellpadding)