|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.swing.impl.TableLayoutRow
public class TableLayoutRow
Represents a row in a table layout
Field Summary | |
---|---|
private java.util.List |
cells
|
private TableLayout |
parent
|
private int |
rowIndex
|
Constructor Summary | |
---|---|
TableLayoutRow(TableLayout tableLayoutTag)
|
Method Summary | |
---|---|
void |
addCell(TableLayoutCell tag)
Adds a new cell to this row |
int |
getRowIndex()
|
void |
start()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final TableLayout parent
private final java.util.List cells
private int rowIndex
Constructor Detail |
---|
public TableLayoutRow(TableLayout tableLayoutTag)
Method Detail |
---|
public void addCell(TableLayoutCell tag)
public void start()
start
in interface Startable
public int getRowIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |