Package groovy.swing.impl
Class TableLayoutRow
java.lang.Object
groovy.swing.impl.TableLayoutRow
Represents a row in a table layout
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCell
(TableLayoutCell tag) Adds a new cell to this rowvoid
int
-
Constructor Details
-
TableLayoutRow
-
-
Method Details
-
addCell
Adds a new cell to this row- Parameters:
tag
- the td element
-
addComponentsForRow
public void addComponentsForRow() -
getRowIndex
public int getRowIndex()- Returns:
- the row index of this row
-