Uses of Class
com.tagtraum.beatunes.ConfigurationException
-
Packages that use ConfigurationException Package Description com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.analysisqueue Provides an implementation for the analysis queue and its UI.com.tagtraum.beatunes.inspection Allows the inspection of songs for issues.com.tagtraum.beatunes.matchtable Everything that has to do with matching.com.tagtraum.beatunes.player Components for the music player interface.com.tagtraum.beatunes.plugin Dealing with plugin related UI items. -
-
Uses of ConfigurationException in com.tagtraum.beatunes
Methods in com.tagtraum.beatunes that throw ConfigurationException Modifier and Type Method Description voidConfigurableComponent. load(nu.xom.Element parent)Is called by the application when preferences are loaded.voidConfigurableComponent. store(nu.xom.Element parent)Will be called by the application when it thinks that configurable components should store their configuration. -
Uses of ConfigurationException in com.tagtraum.beatunes.analysisqueue
Methods in com.tagtraum.beatunes.analysisqueue that throw ConfigurationException Modifier and Type Method Description voidAnalysisQueuePreferences. load(nu.xom.Element parent)voidAnalysisQueuePreferences. store(nu.xom.Element parent) -
Uses of ConfigurationException in com.tagtraum.beatunes.inspection
Methods in com.tagtraum.beatunes.inspection that throw ConfigurationException Modifier and Type Method Description voidInspectionPreferences. load(nu.xom.Element parent)voidInspectionPreferences. store(nu.xom.Element parent) -
Uses of ConfigurationException in com.tagtraum.beatunes.matchtable
Methods in com.tagtraum.beatunes.matchtable that throw ConfigurationException Modifier and Type Method Description voidAmazonSimilarityRule. load(nu.xom.Element element)Deprecated.voidMatchTablePreferences. load(nu.xom.Element parent)voidScoreRule. load(nu.xom.Element element)Empty impl.voidAmazonSimilarityRule. store(nu.xom.Element element)Deprecated.voidMatchTablePreferences. store(nu.xom.Element parent)voidMatchTablePreferences. store(nu.xom.Element matchRuleSetElement, MatchRuleSet matchRuleSet)voidScoreRule. store(nu.xom.Element element)Empty impl. -
Uses of ConfigurationException in com.tagtraum.beatunes.player
Methods in com.tagtraum.beatunes.player that throw ConfigurationException Modifier and Type Method Description voidPlaybackPreferences. load(nu.xom.Element parent)voidPlaybackPreferences. store(nu.xom.Element parent) -
Uses of ConfigurationException in com.tagtraum.beatunes.plugin
Methods in com.tagtraum.beatunes.plugin that throw ConfigurationException Modifier and Type Method Description voidPluginPreferences. load(nu.xom.Element parent)voidPluginPreferences. store(nu.xom.Element parent)
-