groovy.swing.impl
Class TableLayout
java.lang.Object
groovy.swing.impl.TableLayout
- All Implemented Interfaces:
- ComponentFacade
- public class TableLayout
- extends java.lang.Object
- implements ComponentFacade
Represents a HTML style table layout
- Version:
- $Revision: 1.3 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
panel
private javax.swing.JPanel panel
rowCount
private int rowCount
cellpadding
private int cellpadding
TableLayout
public TableLayout()
getComponent
public java.awt.Component getComponent()
- Specified by:
getComponent
in interface ComponentFacade
getCellpadding
public int getCellpadding()
setCellpadding
public void setCellpadding(int cellpadding)
addCell
public void addCell(TableLayoutCell cell)
- Adds a new cell to the current grid
nextRowIndex
public int nextRowIndex()
- Creates a new row index for child
tags
createLayoutManager
protected java.awt.LayoutManager createLayoutManager()
- Creates a GridBagLayout
Copyright © 2003-2005 The Codehaus. All Rights Reserved.