Uses of Class
likelihoodDetectionModule.ConfigurationDialogSettings
Packages that use ConfigurationDialogSettings
-
Uses of ConfigurationDialogSettings in likelihoodDetectionModule
Methods in likelihoodDetectionModule that return ConfigurationDialogSettingsModifier and TypeMethodDescriptionLikelihoodDetectionParameters.getConfigurationDialogSettings()
Gets the configuration dialog settings that are used to have consistent user settings for the configuration dialog between program executions.TreeTableModelAdapter.getConfigurationDialogSettings()
Gets the configuration dialog settings.TreeTableModel.getDialogSettings()
Gets the dialog settings.Methods in likelihoodDetectionModule with parameters of type ConfigurationDialogSettingsModifier and TypeMethodDescriptionvoid
LikelihoodDetectionParameters.setConfigurationDialogSettings
(ConfigurationDialogSettings settings) Sets the configuration dialog settings that are used to have consistent user settings for the configuration dialog between program executions.void
TreeTableModel.setConfigurationDialogSettings
(ConfigurationDialogSettings settings) Sets the configuration dialog settings that are to be preserved with the LikelihoodDetectionParameters.void
TreeTableModelAdapter.setConfigurationDialogSettings
(ConfigurationDialogSettings settings) Sets the configuration dialog settings.