Uses of Interface
com.e1c.g5.v8.dt.check.settings.ICheckSettings
Packages that use ICheckSettings
Package
Description
-
Uses of ICheckSettings in com._1c.g5.v8.dt.internal.ui.validation
Methods in com._1c.g5.v8.dt.internal.ui.validation that return types with arguments of type ICheckSettingsModifier and TypeMethodDescriptionChecksTreeProvider.ChecksTreeNode.getChecks()
Returns all contained checks.ChecksTreeProvider.getChecks()
Returns all checks.ChecksTreeProvider.ChecksTreeNode.getCheckSettings()
ChecksTreeProvider.ChecksTreeNode.getVisibleChecks()
ChecksTreeProvider.getVisibleChecks()
Returns filtered checks.Method parameters in com._1c.g5.v8.dt.internal.ui.validation with type arguments of type ICheckSettingsModifier and TypeMethodDescriptionvoid
ChecksTreeProvider.updateAllSettings
(Map<CheckUid, ICheckSettings> changedSettings, ICheckRepository checkRepository) Updates settings for all nodes. -
Uses of ICheckSettings in com._1c.g5.v8.dt.internal.ui.validation.checkview
Methods in com._1c.g5.v8.dt.internal.ui.validation.checkview with parameters of type ICheckSettingsModifier and TypeMethodDescriptionvoid
CheckViewer.setCheck
(org.eclipse.core.resources.IProject project, ICheckSettings checkSettings) Set check to show.Method parameters in com._1c.g5.v8.dt.internal.ui.validation.checkview with type arguments of type ICheckSettingsModifier and TypeMethodDescriptionvoid
CheckViewer.setOpenPreferencesListener
(BiConsumer<org.eclipse.core.resources.IProject, ICheckSettings> openPreferencesListener) Sets listener to be called when user wants to open the current check preferences. -
Uses of ICheckSettings in com._1c.g5.v8.dt.ui.validation
Methods in com._1c.g5.v8.dt.ui.validation that return types with arguments of type ICheckSettingsModifier and TypeMethodDescriptionIChecksTreeNode.getCheckSettings()
ReturnsStream
of node check settingsIChecksTreeNode.getVisibleChecks()
Returns visible checks. -
Uses of ICheckSettings in com.e1c.g5.v8.dt.check.settings
Methods in com.e1c.g5.v8.dt.check.settings that return ICheckSettingsModifier and TypeMethodDescriptionICheckRepository.getDefaultSettings
(CheckUid checkUid, org.eclipse.core.resources.IProject project) Get default settings for the given check (as defined in the check itself)ICheckRepository.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 ICheckSettingsModifier and TypeMethodDescriptionICheckRepository.getCustomizedSettingsFromProfile
(String profileName, org.eclipse.core.resources.IProject project) Gets the user-changed settings of the given profile.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 ICheckSettingsModifier and TypeMethodDescriptionICheckRepository.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 ICheckSettingsModifier and TypeMethodDescriptionvoid
ICheckRepository.applyChanges
(Collection<ICheckSettings> checkSettings, org.eclipse.core.resources.IProject project) Apply changes to the currently active settings profilevoid
ICheckRepository.setActiveSettingsProfile
(String profileName, Collection<ICheckSettings> checkSettings, org.eclipse.core.resources.IProject project) Sets an active profile for the given project. -
Uses of ICheckSettings in com.e1c.g5.v8.dt.internal.check.repository
Methods in com.e1c.g5.v8.dt.internal.check.repository that return ICheckSettingsModifier and TypeMethodDescriptionCheckRepository.getDefaultSettings
(CheckUid checkUid, org.eclipse.core.resources.IProject project) CheckRepository.getSettings
(CheckUid checkId, org.eclipse.core.resources.IProject project) Methods in com.e1c.g5.v8.dt.internal.check.repository that return types with arguments of type ICheckSettingsModifier and TypeMethodDescriptionCheckRepository.getCustomizedSettingsFromProfile
(String profileName, org.eclipse.core.resources.IProject project) CheckRepository.getDefaultSettingsForProfile
(String profileName, org.eclipse.core.resources.IProject project) Methods in com.e1c.g5.v8.dt.internal.check.repository with parameters of type ICheckSettingsModifier and TypeMethodDescriptionCheckRepository.validateParameterValue
(String value, String parameterName, ICheckSettings checkSettings) Method parameters in com.e1c.g5.v8.dt.internal.check.repository with type arguments of type ICheckSettingsModifier and TypeMethodDescriptionvoid
CheckRepository.applyChanges
(Collection<ICheckSettings> checkSettings, org.eclipse.core.resources.IProject project) void
CheckRepository.setActiveSettingsProfile
(String profileName, Collection<ICheckSettings> checkSettings, org.eclipse.core.resources.IProject project) -
Uses of ICheckSettings in com.e1c.g5.v8.dt.internal.check.settings
Classes in com.e1c.g5.v8.dt.internal.check.settings that implement ICheckSettingsMethods in com.e1c.g5.v8.dt.internal.check.settings that return ICheckSettingsModifier and TypeMethodDescriptionProjectCheckSettings.getDefaultSettings
(CheckUid checkUid) Gets default settings (defined during the check registration/inside the check itself) for the given checkProjectCheckSettings.getSettings
(CheckUid checkId) Gets the settings for the given check.Methods in com.e1c.g5.v8.dt.internal.check.settings that return types with arguments of type ICheckSettingsModifier and TypeMethodDescriptionProjectCheckSettings.getCustomizedSettingsFromProfile
(String profileName) Gets the set of changed settings from the profileProjectCheckSettings.getDefaultSettingsForProfile
(String profileName) Gets the default settings for the given profile (for all changed settings)Method parameters in com.e1c.g5.v8.dt.internal.check.settings with type arguments of type ICheckSettingsModifier and TypeMethodDescriptionProjectCheckSettings.applyChanges
(Collection<ICheckSettings> settings) Applies changes to the active settings profileProjectCheckSettings.setActiveSettingsProfile
(String profileName, Collection<ICheckSettings> checkSettings, boolean forceUpdate) Sets an active profile