Package com.solibri.smc.api.settings
-
Interface Summary Interface Description GeneralSettings GeneralSettings provides access to general settings of the software.Setting<T> Setting defines a setting for the application.SettingDialog SettingDialog defines a custom dialog for custom settings.SettingGroup SettingGroup defines a setting group for the application.Settings Settings provides access to the settings of the software.UnitSettings UnitSettings provides access to unit settings of the software. -
Class Summary Class Description BooleanSetting The intended base class for Boolean valued custom settings.DoubleSetting The intended base class for Double valued custom settings.IntegerSetting The intended base class for Integer valued custom settings.PasswordSetting The intended base class for String valued custom settings that are passwords or other secrets.StringSetting The intended base class for String valued custom settings.