Uses of Class
com.tagtraum.beatunes.analysisqueue.AnalysisQueueColumn
-
Packages that use AnalysisQueueColumn Package Description com.tagtraum.beatunes.analysisqueue Provides an implementation for the analysis queue and its UI. -
-
Uses of AnalysisQueueColumn in com.tagtraum.beatunes.analysisqueue
Methods in com.tagtraum.beatunes.analysisqueue that return AnalysisQueueColumn Modifier and Type Method Description static AnalysisQueueColumn
AnalysisQueueColumn. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnalysisQueueColumn[]
AnalysisQueueColumn. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-