public class TableLayout extends java.lang.Object implements ComponentFacade
Constructor and Description |
---|
TableLayout() |
Modifier and Type | Method and Description |
---|---|
void |
addCell(TableLayoutCell cell)
Adds a new cell to the current grid
|
protected java.awt.LayoutManager |
createLayoutManager()
Creates a GridBagLayout
|
int |
getCellpadding() |
java.awt.Component |
getComponent() |
int |
nextRowIndex()
Creates a new row index for child tags
|
void |
setCellpadding(int cellpadding) |
public java.awt.Component getComponent()
getComponent
in interface ComponentFacade
public int getCellpadding()
public void setCellpadding(int cellpadding)
public void addCell(TableLayoutCell cell)
public int nextRowIndex()