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

E13403-04

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. 
oracle.jdeveloper.vcs.vop   
 

Uses of NiceTablePersistentSettings in oracle.javatools.controls.nicetable
 

Methods in oracle.javatools.controls.nicetable that return NiceTablePersistentSettings
 NiceTablePersistentSettings NiceTable.getPersistentSettings()
          Deprecated. 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)
          Deprecated. Set the persistent view settings of this NiceTable.
 

Uses of NiceTablePersistentSettings in oracle.jdeveloper.vcs.vop
 

Methods in oracle.jdeveloper.vcs.vop that return NiceTablePersistentSettings
 NiceTablePersistentSettings VersionOperationTablePanel.CopyableNiceTablePersistentSettings.getValue()
           
 

Methods in oracle.jdeveloper.vcs.vop with parameters of type NiceTablePersistentSettings
 void VersionOperationTablePanel.CopyableNiceTablePersistentSettings.setValue(NiceTablePersistentSettings settings)
           
 

Constructors in oracle.jdeveloper.vcs.vop with parameters of type NiceTablePersistentSettings
VersionOperationTablePanel.CopyableNiceTablePersistentSettings(NiceTablePersistentSettings settings)
           
 


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

E13403-04

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