Uses of Interface
com.e1c.g5.v8.dt.check.settings.ICheckSettings
- 
Packages that use ICheckSettings Package Description com._1c.g5.v8.dt.ui.validation com.e1c.g5.v8.dt.check.settings 
- 
- 
Uses of ICheckSettings in com._1c.g5.v8.dt.ui.validationMethods in com._1c.g5.v8.dt.ui.validation that return types with arguments of type ICheckSettings Modifier and Type Method Description Stream<ICheckSettings>IChecksTreeNode. getCheckSettings()ReturnsStreamof node check settingsCollection<ICheckSettings>IChecksTreeNode. getVisibleChecks()Returns visible checks.
- 
Uses of ICheckSettings in com.e1c.g5.v8.dt.check.settingsMethods in com.e1c.g5.v8.dt.check.settings that return ICheckSettings Modifier and Type Method Description ICheckSettingsICheckRepository. getDefaultSettings(CheckUid checkUid, org.eclipse.core.resources.IProject project)Get default settings for the given check (as defined in the check itself)ICheckSettingsICheckRepository. getSettings(CheckUid checkUid, org.eclipse.core.resources.IProject project)Returns check settings using for given project, taking the current active provide user-changed settings into the accountMethods in com.e1c.g5.v8.dt.check.settings that return types with arguments of type ICheckSettings Modifier and Type Method Description Map<CheckUid,ICheckSettings>ICheckRepository. getCustomizedSettingsFromProfile(String profileName, org.eclipse.core.resources.IProject project)Gets the user-changed settings of the given profile.Map<CheckUid,ICheckSettings>ICheckRepository. getDefaultSettingsForProfile(String value, org.eclipse.core.resources.IProject project)Get alll default settings for all registereds check (as defined in the check itself)Methods in com.e1c.g5.v8.dt.check.settings with parameters of type ICheckSettings Modifier and Type Method Description StringICheckRepository. validateParameterValue(String value, String parameterName, ICheckSettings checkSettings)Validates the given value for the appliance to the chosen parameter.Method parameters in com.e1c.g5.v8.dt.check.settings with type arguments of type ICheckSettings Modifier and Type Method Description voidICheckRepository. applyChanges(Collection<ICheckSettings> checkSettings, org.eclipse.core.resources.IProject project)Apply changes to the currently active settings profilevoidICheckRepository. setActiveSettingsProfile(String profileName, Collection<ICheckSettings> checkSettings, org.eclipse.core.resources.IProject project)Sets an active profile for the given project.
 
-