groovy.swing.impl
Class TableLayoutRow

java.lang.Object
  extended by groovy.swing.impl.TableLayoutRow

public class TableLayoutRow
extends Object

Represents a row in a table layout

Version:
$Revision: 11298 $
Author:
James Strachan

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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableLayoutRow

public TableLayoutRow(TableLayout tableLayoutTag)
Method Detail

addCell

public void addCell(TableLayoutCell tag)
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

Copyright © 2003-2010 The Codehaus. All rights reserved.