This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
Class Summary |
AbstractTableModel |
This abstract class provides default implementations for most of
the methods in the TableModel interface. |
DefaultTableCellRenderer |
The standard class for rendering (displaying) individual cells
in a JTable . |
DefaultTableCellRenderer.UIResource |
A subclass of DefaultTableCellRenderer that
implements UIResource . |
DefaultTableColumnModel |
The standard column-handler for a JTable . |
DefaultTableModel |
This is an implementation of TableModel that
uses a Vector of Vectors to store the
cell value objects. |
JTableHeader |
This is the object which manages the header of the JTable . |
TableColumn |
A TableColumn represents all the attributes of a column in a
JTable , such as width, resizibility, minimum and maximum width. |
TableRowSorter |
An implementation of RowSorter that provides sorting
and filtering using a TableModel . |
TableStringConverter |
TableStringConverter is used to convert objects from the model into
strings. |
This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
This page displays the
Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
The official Sun™ documentation can be found here at
http://java.sun.com/javase/6/docs/api/.