Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

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
DefaultNiceTableModel A nice table model based on DefaultTableModel.
NiceTable Deprecated. GenericTable (uic:oracle.javatools.ui.table) is the standard component for new table implementations.
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.
NiceTableViewport NiceTable paints the background of its sorted column a slightly different color from other columns in the table.
 

Package oracle.javatools.controls.nicetable Description

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


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

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