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 classGeneralPreferencesBeaTunes general preferences.Methods in com.tagtraum.beatunes that return ConfigurableComponent Modifier and Type Method Description ConfigurableComponentPreferencesDialog. getConfigurableComponent(String componentId)ConfigurableComponent[]PreferencesDialog. getConfigurableComponents()Methods in com.tagtraum.beatunes with parameters of type ConfigurableComponent Modifier and Type Method Description voidPreferencesDialog. addConfigurableComponent(ConfigurableComponent configurableComponent)voidPreferencesDialog. 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 classAnalysisQueuePreferencesAnalysis Queue Preferences.Methods in com.tagtraum.beatunes.analysisqueue that return ConfigurableComponent Modifier and Type Method Description ConfigurableComponentAnalysisQueue. getConfiguration() -
Uses of ConfigurableComponent in com.tagtraum.beatunes.inspection
Classes in com.tagtraum.beatunes.inspection that implement ConfigurableComponent Modifier and Type Class Description classInspectionPreferencesInspection Preferences. -
Uses of ConfigurableComponent in com.tagtraum.beatunes.matchtable
Classes in com.tagtraum.beatunes.matchtable that implement ConfigurableComponent Modifier and Type Class Description classMatchTablePreferencesMatchTablePreferences.Methods in com.tagtraum.beatunes.matchtable that return ConfigurableComponent Modifier and Type Method Description ConfigurableComponentMatchTable. 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 classPlaybackPreferencesPlayback Preferences. -
Uses of ConfigurableComponent in com.tagtraum.beatunes.plugin
Classes in com.tagtraum.beatunes.plugin that implement ConfigurableComponent Modifier and Type Class Description classPluginPreferencesPluginPreferences.
-