| Package | Description | 
|---|---|
| oracle.javatools.controls.nicetable | 
 
Customized JTable implementation that adds support for several
useful features. 
 | 
| oracle.javatools.history | 
 Provides a model and UI components for displaying the history of a resource. 
 | 
| oracle.javatools.ui.datatips | |
| oracle.javatools.ui.table | 
| Class and Description | 
|---|
| DisplayableTable
 Interface that is used to display the table cells values in a readable 
 text form. 
 | 
| GenericBaseTableModel | 
| GenericTable
 GenericTable is a subclass of JTable with a number of nice and enhanced
 features and a cleaner UI. 
 | 
| GenericTableAutoSizeModel | 
| GenericTableHeaderRenderer
 GenericTableHeaderRenderer has a flatter, cleaner, more modern appearance
 than the default "button-like" header renderer used by Swing. 
 | 
| GenericTableModel
 TableModel that determines the alignment of the table column and also 
 whether the column can be hidden or not. 
 | 
| GenericTablePersistentSettings
 Simple javabean that can be used to serialize the visible properties of a
 NiceTable using an external persistence mechanism (e.g. 
 | 
| LegacyTableModel
 Deprecated. 
 
replaced by  
GenericBaseTableModel. | 
| Class and Description | 
|---|
| GenericTable
 GenericTable is a subclass of JTable with a number of nice and enhanced
 features and a cleaner UI. 
 | 
| Class and Description | 
|---|
| DefaultRowHeaderRenderer
 A default renderer for use by the row header component. 
 | 
| Class and Description | 
|---|
| DisplayableTable
 Interface that is used to display the table cells values in a readable 
 text form. 
 | 
| GenericTableModel
 TableModel that determines the alignment of the table column and also 
 whether the column can be hidden or not. 
 | 
| GenericTablePersistentSettings
 Simple javabean that can be used to serialize the visible properties of a
 NiceTable using an external persistence mechanism (e.g. 
 | 
| ReorderableTable
 ReorderableTable abstracts the reordering communication between a reorderable
 table and the controller that reorders it. 
 | 
| ReorderableTableModel
 TableModel that supports reordering of rows should implement this interface. 
 | 
| RowHeader
 A component to appear in a JTable's scrollpane at the head of each row. 
 | 
| SimpleTableFormat
 A class for use with SimpleTableModel to represent a list or array of elements
 in a table. 
 | 
| SimpleTableModel
 A TableModel for displaying java.util.Lists or arrays of data in a table
 where each row corresponds to an element in the collection. 
 | 
| TableToolbar
 This toolbar component can be used at the top of the table with various tools
 like Add, Edit, Delete, Clear, Copy, Paste and Duplicate which supports
 actions like adding row, adding column, deleting row, deleting column,
 clearing cell data, copying or pasting data and duplicating a row in the
 table. 
 | 
| TableToolbar.ToolAction
 Action Keys to get some of the default action for the table 
 |