groovy.swing.impl
Class TableLayoutRow

java.lang.Object
  extended bygroovy.swing.impl.TableLayoutRow
All Implemented Interfaces:
Startable

public class TableLayoutRow
extends java.lang.Object
implements Startable

Represents a row in a table layout

Version:
$Revision: 1.1 $
Author:
James Strachan

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

parent

private TableLayout parent

cells

private java.util.List cells

rowIndex

private int rowIndex
Constructor Detail

TableLayoutRow

public TableLayoutRow(TableLayout tableLayoutTag)
Method Detail

addCell

public void addCell(TableLayoutCell tag)
Adds a new cell to this row


start

public void start()
Specified by:
start in interface Startable

getRowIndex

public int getRowIndex()
Returns:
the row index of this row


Copyright © 2003-2005 The Codehaus. All Rights Reserved.