Uses of Interface
net.sf.sfac.setting.Settings

Packages that use Settings
net.sf.sfac.file   
net.sf.sfac.setting   
 

Uses of Settings in net.sf.sfac.file
 

Constructors in net.sf.sfac.file with parameters of type Settings
FileChooserHelper(String helperId, Settings settngs)
           
 

Uses of Settings in net.sf.sfac.setting
 

Classes in net.sf.sfac.setting that implement Settings
 class SettingsImpl
          Default implementation of the Settings interface.
 class SubSettingsProxy
          Implementation of the Settings interface, allowing to present a subset of the settings as another settings object.
 

Methods in net.sf.sfac.setting that return Settings
 Settings SubSettingsList.addSubSetting()
           
 Settings SubSettingsList.addSubSetting(int indexInList)
           
 Settings SubSettingsList.addSubSetting(int indexInList, String subSettingName)
           
 Settings ProfilesClient.getCurrentSubSettings()
           
 Settings ProfilesClient.getGlobalSettings()
           
 Settings SubSettingsList.getSubSettingAt(int i)
           
 

Methods in net.sf.sfac.setting with parameters of type Settings
 void SubSettingsProxy.copyValues(Settings other)
          Copy all the values of the other settings into this one.
 void SubSettingsList.removeSubSettings(Settings subSett)
           
 void ProfilesClient.updateCurrentSubSettings(Settings profile)
           
 

Constructors in net.sf.sfac.setting with parameters of type Settings
SubSettingsList(Settings sett, String prefix)
           
SubSettingsProxy(Settings parentSettings, String prefix)
          Construct a new settings implementation bound to a given property file.
SubSettingsProxy(Settings parentSettings, String prefix, int i)
          Construct a new indexed settings implementation bound to a given property file.
 



Copyright © 2012. All Rights Reserved.