Uses of Class
com.tagtraum.beatunes.BeaTunes
-
Packages that use BeaTunes Package Description com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.action Contains all significant actions.com.tagtraum.beatunes.action.player Actions relevant for the music player.com.tagtraum.beatunes.action.standard Standard actions like "Create Playlist".com.tagtraum.beatunes.analysis Provides classes to steer the execution of analysis tasks and several analysis tasks and their editors.com.tagtraum.beatunes.analysisqueue Provides an implementation for the analysis queue and its UI.com.tagtraum.beatunes.charts Amazon charts UI code.com.tagtraum.beatunes.filter Provides classes for Swing JTable filtering and sorting.com.tagtraum.beatunes.genre Classes related to handling genres and genre ontologies.com.tagtraum.beatunes.inspection Allows the inspection of songs for issues.com.tagtraum.beatunes.keyrenderer Implementations forKeyTextRenderer.com.tagtraum.beatunes.matchlist Classes to support building matchlists.com.tagtraum.beatunes.matchtable Everything that has to do with matching.com.tagtraum.beatunes.messages Simple UI support for messages.com.tagtraum.beatunes.onlinedb Classes for accessing the online database.com.tagtraum.beatunes.plaf Provides classes for manipulating the pluggable look and feel (plaf) of the application.com.tagtraum.beatunes.player Components for the music player interface.com.tagtraum.beatunes.playlisttree Classes for the main source (tree) view, found on the left side of the main UI.com.tagtraum.beatunes.plugin Dealing with plugin related UI items.com.tagtraum.beatunes.remotecontrol Remote control classes.com.tagtraum.beatunes.songinfo Song info/edit pane.com.tagtraum.beatunes.songtable com.tagtraum.beatunes.songtable.renderer Table cell renderers.com.tagtraum.beatunes.tag Support classes for tags.com.tagtraum.beatunes.transitionissue Logic, that finds problems in song transitions.com.tagtraum.beatunes.wikiinfo Song context component that displays data from several sources, among them Wikipedia. -
-
Uses of BeaTunes in com.tagtraum.beatunes
Methods in com.tagtraum.beatunes that return BeaTunes Modifier and Type Method Description BeaTunesAboutDialog. getApplication()BeaTunesAbstractSongTableModel. getApplication()BeaTunesActionManager. getApplication()BeaTunesAudioPlayerComponent. getApplication()BeaTunesBeaTunes. getApplication()BeaTunesDiscreteProgressDialog. getApplication()BeaTunesGeneralPreferences. getApplication()BeaTunesInstrumentationListCellRenderer. getApplication()BeaTunesInternalPlayer. getApplication()BeaTunesITunesPlayerComponent. getApplication()Deprecated.BeaTunesLanguageListCellRenderer. getApplication()BeaTunesLicenseDialog. getApplication()BeaTunesLikingListCellRenderer. getApplication()BeaTunesMainWindow. getApplication()BeaTunesMediaLibraryDelegateImpl. getApplication()BeaTunesPlayListExporterComponent. getApplication()BeaTunesPreferencesDialog. getApplication()BeaTunesShutdownProgressDialog. getApplication()BeaTunesSimpleSongTable. getApplication()BeaTunesSongContextMenu. getApplication()Methods in com.tagtraum.beatunes that return types with arguments of type BeaTunes Modifier and Type Method Description PluginManager<BeaTunes>BeaTunes. getPluginManager()Provides access to all dynamically loaded components.Methods in com.tagtraum.beatunes with parameters of type BeaTunes Modifier and Type Method Description voidAbstractSongTableModel. setApplication(BeaTunes beaTunes)Needs to be set, if you want this model to be editable.voidActionManager. setApplication(BeaTunes beaTunes)voidAudioPlayerComponent. setApplication(BeaTunes beaTunes)voidBeaTunes. setApplication(BeaTunes beaTunes)voidBeaTunesTableCellEditor. setApplication(BeaTunes beaTunes)voidDanceabilityComboBox. setApplication(BeaTunes application)voidDanceabilityListCellRenderer. setApplication(BeaTunes application)voidInstrumentationComboBox. setApplication(BeaTunes application)voidInstrumentationListCellRenderer. setApplication(BeaTunes application)voidInternalPlayer. setApplication(BeaTunes application)voidITunesPlayerComponent. setApplication(BeaTunes application)Deprecated.voidKeyComboBox. setApplication(BeaTunes application)voidKeyListCellRenderer. setApplication(BeaTunes application)voidLanguageListCellRenderer. setApplication(BeaTunes beaTunes)voidLikingComboBox. setApplication(BeaTunes application)voidLikingListCellRenderer. setApplication(BeaTunes application)voidMainWindow. setApplication(BeaTunes application)voidMediaKindComboBox. setApplication(BeaTunes application)voidMediaKindListCellRenderer. setApplication(BeaTunes application)voidMoodListCellRenderer. setApplication(BeaTunes application)voidMoodStrengthListCellRenderer. setApplication(BeaTunes application)voidPlayListExporterComponent. setApplication(BeaTunes beaTunes)voidSimpleSongTable. setApplication(BeaTunes beaTunes)static voidMessageDialog. showErrorMessage(BeaTunes application, String detail)Shows an error message.static StringKeyListCellRenderer. toString(BeaTunes application, Key key)static StringMediaKindListCellRenderer. toString(BeaTunes application, AudioSong.MediaKind mediaKind) -
Uses of BeaTunes in com.tagtraum.beatunes.action
Methods in com.tagtraum.beatunes.action that return BeaTunes Modifier and Type Method Description BeaTunesBaseAction. getApplication()Methods in com.tagtraum.beatunes.action with parameters of type BeaTunes Modifier and Type Method Description voidBaseAction. setApplication(BeaTunes application)Constructors in com.tagtraum.beatunes.action with parameters of type BeaTunes Constructor Description BaseAction(BeaTunes application) -
Uses of BeaTunes in com.tagtraum.beatunes.action.player
Methods in com.tagtraum.beatunes.action.player with parameters of type BeaTunes Modifier and Type Method Description static voidPlaySelectedAction. showOpenSongErrorMessage(RemoteICloudSongException e, BeaTunes application)static voidPlaySelectedAction. showOpenSongErrorMessage(FileNotFoundException e, BeaTunes application)static voidPlaySelectedAction. showOpenSongErrorMessage(Exception e, BeaTunes application) -
Uses of BeaTunes in com.tagtraum.beatunes.action.standard
Methods in com.tagtraum.beatunes.action.standard with parameters of type BeaTunes Modifier and Type Method Description static AddToPlayListAction[]AddToPlayListAction. create(BeaTunes application, List<Long> ids, PlayList excludePlayList)static OpenInExternalPlayerAction[]OpenInExternalPlayerAction. create(BeaTunes application, URL url)static OpenInPreferredExternalPlayerActionOpenInPreferredExternalPlayerAction. create(BeaTunes application, URL url)static PlayInITunesActionPlayInITunesAction. create(BeaTunes beaTunes, long songId, Long playListId)static ShowInPlayListAction[]ShowInPlayListAction. create(BeaTunes beaTunes, AudioSong audioSong, PlayList excludePLayList)static voidOpenInPreferredExternalPlayerAction. open(BeaTunes application, AudioSong song)static List<String>EmbedSpecialFieldsAction. toMoodKeywords(BeaTunes application, Mood mood)Converts a mood value to a list of localized adjectives. -
Uses of BeaTunes in com.tagtraum.beatunes.analysis
Methods in com.tagtraum.beatunes.analysis that return BeaTunes Modifier and Type Method Description BeaTunesAnalysisTasksDialog. getApplication()BeaTunesAnalyzeKeyEditor. getApplication()BeaTunesAnalyzeReplayGainEditor. getApplication()BeaTunesComputeColorEditor. getApplication()BeaTunesDetectSilenceEditor. getApplication()BeaTunesEmptyTaskEditor. getApplication()BeaTunesEstimateBPMEditor. getApplication()BeaTunesEstimateDanceabilityEditor. getApplication()BeaTunesEstimateInstrumentationEditor. getApplication()BeaTunesEstimateMoodEditor. getApplication()BeaTunesFingerprintTaskEditor. getApplication()BeaTunesHibernateTaskQueue. getApplication()BeaTunesIdentifyLyricsLanguageEditor. getApplication()BeaTunesImportLyricsEditor. getApplication()BeaTunesImportOnlineDBMetaDataEditor. getApplication()BeaTunesLastFMTagsEditor. getApplication()BeaTunesSimilarityTaskEditor. getApplication()BeaTunesSongPropertyAnalysisTaskEditor. getApplication()BeaTunesTask. getApplication()BeaTunesTaskEditor. getApplication()Methods in com.tagtraum.beatunes.analysis with parameters of type BeaTunes Modifier and Type Method Description voidAnalyzeKeyEditor. setApplication(BeaTunes beaTunes)voidAnalyzeReplayGain. setApplication(BeaTunes application)voidAnalyzeReplayGainEditor. setApplication(BeaTunes beaTunes)voidComputeColorEditor. setApplication(BeaTunes beaTunes)voidDetectSilenceEditor. setApplication(BeaTunes beaTunes)voidEmptyTaskEditor. setApplication(BeaTunes beaTunes)voidEstimateBPMEditor. setApplication(BeaTunes beaTunes)voidEstimateDanceabilityEditor. setApplication(BeaTunes beaTunes)voidEstimateInstrumentationEditor. setApplication(BeaTunes beaTunes)voidEstimateMoodEditor. setApplication(BeaTunes beaTunes)voidFingerprintTaskEditor. setApplication(BeaTunes beaTunes)voidHibernateTaskQueue. setApplication(BeaTunes beaTunes)voidIdentifyLyricsLanguageEditor. setApplication(BeaTunes beaTunes)voidImportLyricsEditor. setApplication(BeaTunes beaTunes)voidImportOnlineDBMetaDataEditor. setApplication(BeaTunes beaTunes)voidLastFMTagsEditor. setApplication(BeaTunes application)voidSimilarityTaskEditor. setApplication(BeaTunes beaTunes)voidSongPropertyAnalysisTaskEditor. setApplication(BeaTunes beaTunes)voidTask. setApplication(BeaTunes beaTunes)voidTaskEditor. setApplication(BeaTunes beaTunes)voidTaskQueue. setApplication(BeaTunes beaTunes) -
Uses of BeaTunes in com.tagtraum.beatunes.analysisqueue
Methods in com.tagtraum.beatunes.analysisqueue that return BeaTunes Modifier and Type Method Description BeaTunesAnalysisQueue. getApplication()BeaTunesAnalysisQueuePreferences. getApplication()BeaTunesAnalysisQueueTableModel. getApplication()BeaTunesAnalysisTaskWorker. getApplication()Methods in com.tagtraum.beatunes.analysisqueue with parameters of type BeaTunes Modifier and Type Method Description voidAnalysisQueue. setApplication(BeaTunes beaTunes)Constructors in com.tagtraum.beatunes.analysisqueue with parameters of type BeaTunes Constructor Description AnalysisQueue(BeaTunes application)AnalysisQueueColumnModel(JTable table, BeaTunes application)AnalysisQueuePreferences(BeaTunes application)AnalysisQueueTableModel(BeaTunes application)Empty model. -
Uses of BeaTunes in com.tagtraum.beatunes.charts
Methods in com.tagtraum.beatunes.charts that return BeaTunes Modifier and Type Method Description BeaTunesChartEntry. getApplication()BeaTunesChartPanel. getApplication()Methods in com.tagtraum.beatunes.charts with parameters of type BeaTunes Modifier and Type Method Description voidChartPanel. setApplication(BeaTunes beaTunes)Constructors in com.tagtraum.beatunes.charts with parameters of type BeaTunes Constructor Description ChartPanel(BeaTunes application, PlayList playList) -
Uses of BeaTunes in com.tagtraum.beatunes.filter
Methods in com.tagtraum.beatunes.filter that return BeaTunes Modifier and Type Method Description BeaTunesSearchModePopupAction. getApplication()BeaTunesTableHeaderRenderer. getApplication()BeaTunesVisibleColumnDialog. getApplication()Methods in com.tagtraum.beatunes.filter with parameters of type BeaTunes Modifier and Type Method Description voidTableHeaderRenderer. setApplication(BeaTunes beaTunes)Constructors in com.tagtraum.beatunes.filter with parameters of type BeaTunes Constructor Description SearchModePopupAction(BeaTunes application, Runnable runnable, PlayList.SubstringFilterProperty substringFilterProperty)TableHeaderRenderer(BeaTunes application)VisibleColumnDialog(BeaTunes beaTunes, AnalysisQueue analysisQueue)VisibleColumnDialog(BeaTunes beaTunes, MatchTable matchTable)VisibleColumnDialog(BeaTunes beaTunes, SongTable songTable)VisibleColumnDialog(BeaTunes beaTunes, JTable table)VisibleColumnPopup(BeaTunes application, JTable table) -
Uses of BeaTunes in com.tagtraum.beatunes.genre
Methods in com.tagtraum.beatunes.genre with parameters of type BeaTunes Modifier and Type Method Description voidOntologyGenreIRILookupService. setApplication(BeaTunes application)Constructors in com.tagtraum.beatunes.genre with parameters of type BeaTunes Constructor Description OntologyGenreIRILookupService(BeaTunes application) -
Uses of BeaTunes in com.tagtraum.beatunes.inspection
Methods in com.tagtraum.beatunes.inspection that return BeaTunes Modifier and Type Method Description BeaTunesDifferentLanguageInspector.DifferentLanguageSolution. getApplication()BeaTunesIgnoreIssueSolution. getApplication()BeaTunesInspection. getApplication()BeaTunesInspectionPreferences. getApplication()BeaTunesInspectionView. getApplication()BeaTunesInspector. getApplication()BeaTunesInspectorView. getApplication()Methods in com.tagtraum.beatunes.inspection with parameters of type BeaTunes Modifier and Type Method Description static List<InspectorCategory>InspectorCategory. getInstances(BeaTunes application)protected List<Track>CallableSolution. getTracks(BeaTunes application, Collection<Long> songIds)Retrieves a list ofTrackobjects from the music player.voidInspection. setApplication(BeaTunes beaTunes)voidInspector. setApplication(BeaTunes beaTunes)voidInspectorView. setApplication(BeaTunes beaTunes) -
Uses of BeaTunes in com.tagtraum.beatunes.keyrenderer
Constructors in com.tagtraum.beatunes.keyrenderer with parameters of type BeaTunes Constructor Description DefaultKeyTextRenderer(BeaTunes application)Id3KeyTextRenderer(BeaTunes application)MusicalKeyTextRenderer(BeaTunes application)OpenKeyNotationTextRenderer(BeaTunes application)WallClockKeyNotationTextRenderer(BeaTunes application) -
Uses of BeaTunes in com.tagtraum.beatunes.matchlist
Fields in com.tagtraum.beatunes.matchlist declared as BeaTunes Modifier and Type Field Description protected BeaTunesMatchListCreator. applicationMethods in com.tagtraum.beatunes.matchlist that return BeaTunes Modifier and Type Method Description BeaTunesMatchListCreator. getApplication()BeaTunesMatchListDialog. getApplication()BeaTunesMatchListFilterList. getApplication()Constructors in com.tagtraum.beatunes.matchlist with parameters of type BeaTunes Constructor Description MatchListCreator(MatchListInfo matchListInfo, BeaTunes application)MatchListFilterList(BeaTunes beaTunes) -
Uses of BeaTunes in com.tagtraum.beatunes.matchtable
Methods in com.tagtraum.beatunes.matchtable that return BeaTunes Modifier and Type Method Description BeaTunesMatchTablePreferences. getApplication()BeaTunesScoreRule. getApplication()Methods in com.tagtraum.beatunes.matchtable with parameters of type BeaTunes Modifier and Type Method Description static MatchRuleSetMatchRuleSet. create(BeaTunes beaTunes)static MatchRuleSetMatchRuleSet. create(BeaTunes beaTunes, long id)voidScoreRule. setApplication(BeaTunes beaTunes)Constructors in com.tagtraum.beatunes.matchtable with parameters of type BeaTunes Constructor Description MatchTable(BeaTunes application)Creates the component.MatchTablePreferences(BeaTunes application) -
Uses of BeaTunes in com.tagtraum.beatunes.messages
Methods in com.tagtraum.beatunes.messages that return BeaTunes Modifier and Type Method Description BeaTunesMessagePanel. getApplication()Methods in com.tagtraum.beatunes.messages with parameters of type BeaTunes Modifier and Type Method Description voidMessagePanel. setApplication(BeaTunes beaTunes)Constructors in com.tagtraum.beatunes.messages with parameters of type BeaTunes Constructor Description MessagePanel(BeaTunes application) -
Uses of BeaTunes in com.tagtraum.beatunes.onlinedb
Methods in com.tagtraum.beatunes.onlinedb that return BeaTunes Modifier and Type Method Description BeaTunesOnlineDB. getApplication()Methods in com.tagtraum.beatunes.onlinedb with parameters of type BeaTunes Modifier and Type Method Description voidOnlineDB. setApplication(BeaTunes application) -
Uses of BeaTunes in com.tagtraum.beatunes.plaf
Methods in com.tagtraum.beatunes.plaf with parameters of type BeaTunes Modifier and Type Method Description voidBeaTunesTableCellRenderer. setApplication(BeaTunes beaTunes)Constructors in com.tagtraum.beatunes.plaf with parameters of type BeaTunes Constructor Description TiledBackgroundTheme(BeaTunes beaTunes) -
Uses of BeaTunes in com.tagtraum.beatunes.player
Methods in com.tagtraum.beatunes.player that return BeaTunes Modifier and Type Method Description BeaTunesPlaybackPreferences. getApplication()Constructors in com.tagtraum.beatunes.player with parameters of type BeaTunes Constructor Description PlaybackPreferences(BeaTunes application)PlayerTransferHandler(BeaTunes beaTunes) -
Uses of BeaTunes in com.tagtraum.beatunes.playlisttree
Methods in com.tagtraum.beatunes.playlisttree that return BeaTunes Modifier and Type Method Description BeaTunesPlayListTree. getApplication()BeaTunesPlayListTreeModel. getApplication()BeaTunesPlayListTreeTransferHandler. getApplication()Methods in com.tagtraum.beatunes.playlisttree with parameters of type BeaTunes Modifier and Type Method Description voidPlayListTree. setApplication(BeaTunes beaTunes)Constructors in com.tagtraum.beatunes.playlisttree with parameters of type BeaTunes Constructor Description PlayListTreeTransferHandler(BeaTunes application) -
Uses of BeaTunes in com.tagtraum.beatunes.plugin
Methods in com.tagtraum.beatunes.plugin that return BeaTunes Modifier and Type Method Description BeaTunesPluginPreferences. getApplication()Constructors in com.tagtraum.beatunes.plugin with parameters of type BeaTunes Constructor Description PluginPreferences(BeaTunes application) -
Uses of BeaTunes in com.tagtraum.beatunes.remotecontrol
Methods in com.tagtraum.beatunes.remotecontrol that return BeaTunes Modifier and Type Method Description BeaTunesRemoteControlService. getApplication()Methods in com.tagtraum.beatunes.remotecontrol with parameters of type BeaTunes Modifier and Type Method Description voidRemoteControlService. setApplication(BeaTunes beaTunes)Constructors in com.tagtraum.beatunes.remotecontrol with parameters of type BeaTunes Constructor Description RemoteControlService(BeaTunes application) -
Uses of BeaTunes in com.tagtraum.beatunes.songinfo
Methods in com.tagtraum.beatunes.songinfo that return BeaTunes Modifier and Type Method Description BeaTunesAutoInfo. getApplication()BeaTunesCoverPanel. getApplication()BeaTunesSingleItemInfoDialog. getApplication()BeaTunesSongIcon. getApplication()Methods in com.tagtraum.beatunes.songinfo with parameters of type BeaTunes Modifier and Type Method Description static WordListSourceWordListSource. getInstance(Property<?> property, BeaTunes application)static WordListSourceWordListSource. getInstance(String propertyName, BeaTunes application)voidSongIcon. setApplication(BeaTunes beaTunes)static StringSingleItemInfoDialog. toDescription(BeaTunes application, Mood mood)Constructors in com.tagtraum.beatunes.songinfo with parameters of type BeaTunes Constructor Description AutoInfo(BeaTunes application)AutoInfoAction(BeaTunes application)CoverPanel(BeaTunes application)GetInfoCompoundEdit(BeaTunes application)MultipleItemsInfoDialog(BeaTunes application)ReferenceCheck(BeaTunes application, ReferenceCheck.Callback callback, AudioSong song)ReferenceCheck(BeaTunes application, ReferenceCheck.Callback callback, List<AudioSong> songs)ReferenceHighlighter(BeaTunes application, AudioSong song, JTextComponent textComponent, Property<T> property)SingleItemInfoDialog(BeaTunes application)SongIcon(BeaTunes application) -
Uses of BeaTunes in com.tagtraum.beatunes.songtable
Methods in com.tagtraum.beatunes.songtable that return BeaTunes Modifier and Type Method Description BeaTunesSongContextComponent. getApplication()BeaTunesSongTable. getApplication()BeaTunesSongTableCellEditor. getApplication()BeaTunesSongTableColumnIconSupplier. getApplication()BeaTunesSongTableTransferHandler. getApplication()BeaTunesTempoTableCellEditor. getApplication()Methods in com.tagtraum.beatunes.songtable with parameters of type BeaTunes Modifier and Type Method Description static voidSongPropertyChangeListener. installIfAbsent(BeaTunes application, AudioSong song)InstallSongPropertyChangeListenerto given song for the mainSongTable.voidFindBar. setApplication(BeaTunes application)voidSongContextComponent. setApplication(BeaTunes beaTunes)voidSongTable. setApplication(BeaTunes beaTunes)voidSongTableCellEditor. setApplication(BeaTunes beaTunes)voidSongTableColumnIconSupplier. setApplication(BeaTunes application)voidTempoTableCellEditor. setApplication(BeaTunes beaTunes)Constructors in com.tagtraum.beatunes.songtable with parameters of type BeaTunes Constructor Description DelegatingSongContextComponent(BeaTunes beaTunes, SongContextView songContextView)QuickSearchListener(BeaTunes application, JTable table)SongContextComponent(BeaTunes beaTunes)SongTableColumnModel(JTable table, BeaTunes beaTunes)Creates an empty TableColumnModel with no columns.SongTableModel(BeaTunes beaTunes)Empty model.SongTableTransferHandler(BeaTunes application) -
Uses of BeaTunes in com.tagtraum.beatunes.songtable.renderer
Methods in com.tagtraum.beatunes.songtable.renderer that return BeaTunes Modifier and Type Method Description BeaTunesBasicTableCellRenderer. getApplication()BeaTunesPanelTableCellRenderer. getApplication()BeaTunesStringTableCellRenderer. getApplication()Methods in com.tagtraum.beatunes.songtable.renderer with parameters of type BeaTunes Modifier and Type Method Description static StringDanceabilityTableCellRenderer. getDescriptiveText(Float danceability, BeaTunes application)static StringMoodTableCellRenderer. getDescriptiveText(Mood mood, BeaTunes application)voidArtworkTableCellRenderer. setApplication(BeaTunes application)voidBasicTableCellRenderer. setApplication(BeaTunes beaTunes)voidBeaTunesListCellRenderer. setApplication(BeaTunes application)voidEnabledTableCellRenderer. setApplication(BeaTunes beaTunes)voidInstrumentationTableCellRenderer. setApplication(BeaTunes application)voidLikingTableCellRenderer. setApplication(BeaTunes application)voidPanelTableCellRenderer. setApplication(BeaTunes beaTunes)voidRatingTableCellRenderer. setApplication(BeaTunes application)voidStringTableCellRenderer. setApplication(BeaTunes beaTunes)voidTransitionTableCellRenderer. setApplication(BeaTunes application) -
Uses of BeaTunes in com.tagtraum.beatunes.tag
Methods in com.tagtraum.beatunes.tag that return BeaTunes Modifier and Type Method Description BeaTunesTagEntryDialog. getApplication()BeaTunesTagsTableCellEditor. getApplication()Methods in com.tagtraum.beatunes.tag with parameters of type BeaTunes Modifier and Type Method Description voidTagCloud. setApplication(BeaTunes beaTunes)voidTagsTableCellEditor. setApplication(BeaTunes beaTunes) -
Uses of BeaTunes in com.tagtraum.beatunes.transitionissue
Methods in com.tagtraum.beatunes.transitionissue that return BeaTunes Modifier and Type Method Description BeaTunesAbstractTransitionInspector. getApplication()Methods in com.tagtraum.beatunes.transitionissue with parameters of type BeaTunes Modifier and Type Method Description voidAbstractTransitionInspector. setApplication(BeaTunes beaTunes) -
Uses of BeaTunes in com.tagtraum.beatunes.wikiinfo
Constructors in com.tagtraum.beatunes.wikiinfo with parameters of type BeaTunes Constructor Description WikiInfo(BeaTunes beaTunes)
-