| Package | Description | 
|---|---|
| oracle.javatools.controls.nicetable | 
 
Customized JTable implementation that adds support for several
useful features. 
 | 
| oracle.javatools.ui.table | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NiceTablePersistentSettings
Deprecated. 
 
replaced by  
GenericTablePersistentSettings. | 
| Constructor and Description | 
|---|
NiceTablePersistentSettings(GenericTablePersistentSettings settings)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
GenericTablePersistentSettings | 
GenericTable.getPersistentSettings()
Get a javabean storing persistent settings of this NiceTable which you
 can serialize in order to restore the visible appearance of the table
 next time it is used. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GenericTable.setPersistentSettings(GenericTablePersistentSettings settings)
Set the persistent view settings of this NiceTable. 
 | 
| Constructor and Description | 
|---|
GenericTablePersistentSettings(GenericTablePersistentSettings settings)  |