|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.swing.impl.TableLayout
Represents a HTML style table layout
Constructor Summary | |
TableLayout()
|
Method Summary | |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TableLayout()
Method Detail |
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()
protected java.awt.LayoutManager createLayoutManager()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |