|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.swing.impl.TableLayout
public class TableLayout
Represents a HTML style table layout
Constructor Summary | |
---|---|
TableLayout()
|
Method Summary | |
---|---|
void |
addCell(TableLayoutCell cell)
Adds a new cell to the current grid |
protected LayoutManager |
createLayoutManager()
Creates a GridBagLayout |
int |
getCellpadding()
|
Component |
getComponent()
|
int |
nextRowIndex()
Creates a new row index for child tags |
void |
setCellpadding(int cellpadding)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableLayout()
Method Detail |
---|
public Component getComponent()
getComponent
in interface ComponentFacade
public int getCellpadding()
public void setCellpadding(int cellpadding)
public void addCell(TableLayoutCell cell)
public int nextRowIndex()
protected LayoutManager createLayoutManager()
|
Copyright © 2003-2007 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |