Package com.solibri.smc.api.settings
package com.solibri.smc.api.settings
-
ClassDescriptionThe intended base class for Boolean valued custom settings.The intended base class for Double valued custom settings.GeneralSettings provides access to general settings of the software.The intended base class for Integer valued custom settings.The intended base class for String valued custom settings that are passwords or other secrets.Setting<T>Setting defines a setting for the application. 3rd party developers can implement this interface to be able to have their custom settings visible in the UI, usable in their other 3rd party components, such as
View
s and handled automatically by Solibri.SettingDialog defines a custom dialog for custom settings.SettingGroup defines a setting group for the application. 3rd party developers can implement this interface to be able to have their custom settings visible grouped in the UI.Settings provides access to the settings of the software.The intended base class for String valued custom settings.UnitSettings provides access to unit settings of the software.