|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.swing.impl.TableLayoutRow
class TableLayoutRow extends Object
Represents a row in a table layout
Constructor Summary | |
TableLayoutRow(TableLayout tableLayoutTag)
|
Method Summary | |
---|---|
void
|
addCell(TableLayoutCell tag)
Adds a new cell to this row |
void
|
addComponentsForRow()
|
int
|
getRowIndex()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public TableLayoutRow(TableLayout tableLayoutTag)
Method Detail |
---|
public void addCell(TableLayoutCell tag)
public void addComponentsForRow()
public int getRowIndex()
Copyright © 2003-2009 The Codehaus. All rights reserved.