JTable

Palette category
Swing
Palette bean
JTable
Project
JFC class libraries
Package
com.sun.java.swing
Type
JTable

Use a JTable bean to provide a view of objects from a table data model. Use the table model to define or derive the objects for the table. You can do this either by coding the model or by using a tool such as the database builder to create the data model.

The user can select objects from the table, manipulate columns, and directly edit table cells.

You should not use a JTable bean with AWT components. Although Swing and AWT beans can be mixed, it is inadvisable.


Related procedures
Adding a Table or Tree View

Related references
Table and Tree Beans
Beans for Visual Composition