Uses of Interface
com.tagtraum.beatunes.ConfigurableComponent
-
Packages that use ConfigurableComponent 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 ConfigurableComponent in com.tagtraum.beatunes
Classes in com.tagtraum.beatunes that implement ConfigurableComponent Modifier and Type Class Description class
GeneralPreferences
BeaTunes general preferences.Methods in com.tagtraum.beatunes that return ConfigurableComponent Modifier and Type Method Description ConfigurableComponent
PreferencesDialog. getConfigurableComponent(String componentId)
ConfigurableComponent[]
PreferencesDialog. getConfigurableComponents()
Methods in com.tagtraum.beatunes with parameters of type ConfigurableComponent Modifier and Type Method Description void
PreferencesDialog. addConfigurableComponent(ConfigurableComponent configurableComponent)
void
PreferencesDialog. setSelectedComponent(ConfigurableComponent configurableComponent)
Select a configurable component. -
Uses of ConfigurableComponent in com.tagtraum.beatunes.analysisqueue
Classes in com.tagtraum.beatunes.analysisqueue that implement ConfigurableComponent Modifier and Type Class Description class
AnalysisQueuePreferences
Analysis Queue Preferences.Methods in com.tagtraum.beatunes.analysisqueue that return ConfigurableComponent Modifier and Type Method Description ConfigurableComponent
AnalysisQueue. getConfiguration()
-
Uses of ConfigurableComponent in com.tagtraum.beatunes.inspection
Classes in com.tagtraum.beatunes.inspection that implement ConfigurableComponent Modifier and Type Class Description class
InspectionPreferences
Inspection Preferences. -
Uses of ConfigurableComponent in com.tagtraum.beatunes.matchtable
Classes in com.tagtraum.beatunes.matchtable that implement ConfigurableComponent Modifier and Type Class Description class
MatchTablePreferences
MatchTablePreferences.Methods in com.tagtraum.beatunes.matchtable that return ConfigurableComponent Modifier and Type Method Description ConfigurableComponent
MatchTable. getConfiguration()
The configuration to be used in the app's preferences dialog. -
Uses of ConfigurableComponent in com.tagtraum.beatunes.player
Classes in com.tagtraum.beatunes.player that implement ConfigurableComponent Modifier and Type Class Description class
PlaybackPreferences
Playback Preferences. -
Uses of ConfigurableComponent in com.tagtraum.beatunes.plugin
Classes in com.tagtraum.beatunes.plugin that implement ConfigurableComponent Modifier and Type Class Description class
PluginPreferences
PluginPreferences.
-