|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableGenerator | |
| edu.neu.ccs.gui | Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. |
| Uses of TableGenerator in edu.neu.ccs.gui |
| Fields in edu.neu.ccs.gui declared as TableGenerator | |
protected TableGenerator |
TablePanel.tg
Generator used to produce the content for this table. |
| Methods in edu.neu.ccs.gui that return TableGenerator | |
TableGenerator |
TablePanel.getTableGenerator()
Returns the table generator used to create the components of this table or null if no generator is being used. |
| Constructors in edu.neu.ccs.gui with parameters of type TableGenerator | |
TablePanel(TableGenerator tg,
int rows,
int cols)
Constructs a table panel constructed from the given table generator and given rows and cols. |
|
TablePanel(TableGenerator tg,
int rows,
int cols,
int align)
Constructs a table panel constructed from the given table generator, the given rows and cols, and the given cell alignment. |
|
TablePanel(TableGenerator tg,
int rows,
int cols,
int hgap,
int vgap)
Constructs a table panel constructed from the given table generator, the given rows and cols, and the given horizontal and vertical gaps between cells. |
|
TablePanel(TableGenerator tg,
int rows,
int cols,
int hgap,
int vgap,
int align)
Constructs a table panel constructed from the given table generator, the given rows and cols, the given horizontal and vertical gaps between cells, and the given cell alignment. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||