Uses of Class
net.sf.rej.gui.preferences.Settings

Packages that use Settings
net.sf.rej.gui.preferences Provides GUI preferences related funcionality 
 

Uses of Settings in net.sf.rej.gui.preferences
 

Methods in net.sf.rej.gui.preferences that return Settings
static Settings Settings.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Settings[] Settings.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.rej.gui.preferences with parameters of type Settings
<T> T
Preferences.getSetting(Settings setting, java.lang.Class<T> type)
           
 void Preferences.invertSetting(Settings setting)
           
 boolean Preferences.isSettingTrue(Settings setting)
           
 void Preferences.setSetting(Settings setting, java.lang.Boolean value)