|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TableModel | |
| com.fruitioninc.jwc | Provides a set of graphical components for developing web applications. |
| Uses of TableModel in com.fruitioninc.jwc |
| Classes in com.fruitioninc.jwc that implement TableModel | |
class |
AbstractTableModel
Partial implementation of the TableModel interface. |
class |
DefaultTableModel
A TableModel which stores its state in member variables. |
class |
ThreadLocalTableModel
A table model that stores it's state in thread local storage. |
| Methods in com.fruitioninc.jwc that return TableModel | |
TableModel |
Table.getTableModel()
|
| Constructors in com.fruitioninc.jwc with parameters of type TableModel | |
Table(TableModel model)
|
|
Table(java.lang.String name,
TableModel model)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||