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 TypeMethodDescriptionvoidLikelihoodDetectionParameters.setConfigurationDialogSettings(ConfigurationDialogSettings settings) Sets the configuration dialog settings that are used to have consistent user settings for the configuration dialog between program executions.voidTreeTableModel.setConfigurationDialogSettings(ConfigurationDialogSettings settings) Sets the configuration dialog settings that are to be preserved with the LikelihoodDetectionParameters.voidTreeTableModelAdapter.setConfigurationDialogSettings(ConfigurationDialogSettings settings) Sets the configuration dialog settings.