javax.swing.table

Package javax.swing.table

Provides classes and interfaces for dealing with javax.swing.JTable.

See: Description

Interface Summary
Interface Description
TableCellEditor

This interface defines the method any object that would like to be an editor of values for components such as JListBox, JComboBox, JTree, or JTable needs to implement.

TableCellRenderer

This interface defines the method required by any object that would like to be a renderer for cells in a JTable.

TableColumnModel

Defines the requirements for a table column model object suitable for use with JTa