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 void
ConfigurableComponent. load(nu.xom.Element parent)
Is called by the application when preferences are loaded.void
ConfigurableComponent. 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 void
AnalysisQueuePreferences. load(nu.xom.Element parent)
void
AnalysisQueuePreferences. 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 void
InspectionPreferences. load(nu.xom.Element parent)
void
InspectionPreferences. 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 void
AmazonSimilarityRule. load(nu.xom.Element element)
Deprecated.void
MatchTablePreferences. load(nu.xom.Element parent)
void
ScoreRule. load(nu.xom.Element element)
Empty impl.void
AmazonSimilarityRule. store(nu.xom.Element element)
Deprecated.void
MatchTablePreferences. store(nu.xom.Element parent)
void
MatchTablePreferences. store(nu.xom.Element matchRuleSetElement, MatchRuleSet matchRuleSet)
void
ScoreRule. 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 void
PlaybackPreferences. load(nu.xom.Element parent)
void
PlaybackPreferences. 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 void
PluginPreferences. load(nu.xom.Element parent)
void
PluginPreferences. store(nu.xom.Element parent)
-