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

E13403-02

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.changelist   
 

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.
 

Uses of NiceTablePersistentSettings in oracle.jdeveloper.vcs.changelist
 

Methods in oracle.jdeveloper.vcs.changelist that return NiceTablePersistentSettings
 NiceTablePersistentSettings ChangeList.CopyableNiceTablePersistentSettings.getValue()
           
 

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

Constructors in oracle.jdeveloper.vcs.changelist with parameters of type NiceTablePersistentSettings
ChangeList.CopyableNiceTablePersistentSettings(NiceTablePersistentSettings settings)
           
 


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

E13403-02

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