TableColumn

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

Use a TableColumn bean to provide a view of objects from a table data model column. This bean enables you to map a column in a JTable bean to a column in the table data model. You can also use it to define visual properties of a table column. If you want a default table view of each column in the data model, do not add any TableColumn beans to a JTable bean.


Related procedures
Adding a Table or Tree View

Related references
Table and Tree Beans
Beans for Visual Composition