Extension SDK 10.1.2

Package oracle.javatools.controls.nicetable

Customized JTable implementation that adds support for several useful features.

See:
          Description

Interface Summary
NiceTableAutoSizeModel NiceTableAutoSizeModel is an interface for NiceTable models requiring control over automatic column sizing behavior.
NiceTableModel NiceTableModel extends javax.swing.table.TableModel to provide support for the following additional features: Column Alignment: any column in the table can be aligned left, right or center.
 

Class Summary
NiceTable NiceTable is a subclass of JTable with a number of nice features and a cleaner UI.
NiceTableCellRenderer TableCellRenderer that paints cells in a NiceTable.
NiceTableHeaderRenderer  
NiceTablePersistentSettings Simple javabean that can be used to serialize the visible properties of a NiceTable using an external persistence mechanism (e.g.
NiceTableTest  
 

Package oracle.javatools.controls.nicetable Description

Customized JTable implementation that adds support for several useful features. For full details, see the javadoc for NiceTable.


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.