butler.swing.util
Class TableLayoutPanel.Row

java.lang.Object
  extended by butler.swing.util.TableLayoutPanel.Row
Enclosing class:
TableLayoutPanel

public class TableLayoutPanel.Row
extends java.lang.Object


Method Summary
 TableLayoutPanel.Cell createCell()
           
 TableLayoutPanel.Cell createCell(java.awt.Component component)
           
 TableLayoutPanel.Cell createCell(java.awt.Component component, int vAlign, int hAlign)
           
 int getRowNumber()
           
 void setRowNumber(int rowNo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createCell

public TableLayoutPanel.Cell createCell(java.awt.Component component)

createCell

public TableLayoutPanel.Cell createCell(java.awt.Component component,
                                        int vAlign,
                                        int hAlign)

createCell

public TableLayoutPanel.Cell createCell()

getRowNumber

public int getRowNumber()

setRowNumber

public void setRowNumber(int rowNo)