Extension SDK 10.1.2

Uses of Class
oracle.javatools.controls.nicetable.NiceTablePersistentSettings

Packages that use NiceTablePersistentSettings
oracle.javatools.controls.nicetable Customized JTable implementation that adds support for several useful features. 
 

Uses of NiceTablePersistentSettings in oracle.javatools.controls.nicetable
 

Methods in oracle.javatools.controls.nicetable that return NiceTablePersistentSettings
 NiceTablePersistentSettings NiceTable.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.
 

Methods in oracle.javatools.controls.nicetable with parameters of type NiceTablePersistentSettings
 void NiceTable.setPersistentSettings(NiceTablePersistentSettings settings)
          Set the persistent view settings of this NiceTable.
 


Extension SDK

 

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