|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableFactory
A simple interface for creating JTable object, this allows the developer to create an application specific table factory where, say, each tables have a set of renderers installed, are sortable etc.
Method Summary | |
---|---|
JTable |
createTable()
Construct a JTable with a default model |
JTable |
createTable(TableModel model)
Construct a JTable with the specified table model |
Method Detail |
---|
JTable createTable()
JTable createTable(TableModel model)
model
- TableModel to install into the new table
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |