Uses of Class
userinterface.gui.dialogs.SettingType

Packages that use SettingType
userinterface.gui.dialogs   
 

Uses of SettingType in userinterface.gui.dialogs
 

Methods in userinterface.gui.dialogs that return SettingType
 SettingType SingleSetting.getType()
           
static SettingType SettingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SettingType[] SettingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in userinterface.gui.dialogs with parameters of type SettingType
SingleSetting(SettingType type, String label, Object value)
           
SingleSetting(SettingType type, String label, Object value, InputVerifier verifier)