Uses of Class
procope.userinterface.gui.dialogs.SettingType

Packages that use SettingType
procope.userinterface.gui.dialogs   
 

Uses of SettingType in procope.userinterface.gui.dialogs
 

Methods in procope.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 procope.userinterface.gui.dialogs with parameters of type SettingType
SingleSetting(SettingType type, String label, Object value)
           
SingleSetting(SettingType type, String label, Object value, InputVerifier verifier)