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 BeaTunes
AboutDialog. getApplication()
BeaTunes
AbstractSongTableModel. getApplication()
BeaTunes
ActionManager. getApplication()
BeaTunes
AudioPlayerComponent. getApplication()
BeaTunes
BeaTunes. getApplication()
BeaTunes
DiscreteProgressDialog. getApplication()
BeaTunes
GeneralPreferences. getApplication()
BeaTunes
InstrumentationListCellRenderer. getApplication()
BeaTunes
InternalPlayer. getApplication()
BeaTunes
ITunesPlayerComponent. getApplication()
Deprecated.BeaTunes
LanguageListCellRenderer. getApplication()
BeaTunes
LicenseDialog. getApplication()
BeaTunes
LikingListCellRenderer. getApplication()
BeaTunes
MainWindow. getApplication()
BeaTunes
MediaLibraryDelegateImpl. getApplication()
BeaTunes
PlayListExporterComponent. getApplication()
BeaTunes
PreferencesDialog. getApplication()
BeaTunes
ShutdownProgressDialog. getApplication()
BeaTunes
SimpleSongTable. getApplication()
BeaTunes
SongContextMenu. 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 void
AbstractSongTableModel. setApplication(BeaTunes beaTunes)
Needs to be set, if you want this model to be editable.void
ActionManager. setApplication(BeaTunes beaTunes)
void
AudioPlayerComponent. setApplication(BeaTunes beaTunes)
void
BeaTunes. setApplication(BeaTunes beaTunes)
void
BeaTunesTableCellEditor. setApplication(BeaTunes beaTunes)
void
DanceabilityComboBox. setApplication(BeaTunes application)
void
DanceabilityListCellRenderer. setApplication(BeaTunes application)
void
InstrumentationComboBox. setApplication(BeaTunes application)
void
InstrumentationListCellRenderer. setApplication(BeaTunes application)
void
InternalPlayer. setApplication(BeaTunes application)
void
ITunesPlayerComponent. setApplication(BeaTunes application)
Deprecated.void
KeyComboBox. setApplication(BeaTunes application)
void
KeyListCellRenderer. setApplication(BeaTunes application)
void
LanguageListCellRenderer. setApplication(BeaTunes beaTunes)
void
LikingComboBox. setApplication(BeaTunes application)
void
LikingListCellRenderer. setApplication(BeaTunes application)
void
MainWindow. setApplication(BeaTunes application)
void
MediaKindComboBox. setApplication(BeaTunes application)
void
MediaKindListCellRenderer. setApplication(BeaTunes application)
void
MoodListCellRenderer. setApplication(BeaTunes application)
void
MoodStrengthListCellRenderer. setApplication(BeaTunes application)
void
PlayListExporterComponent. setApplication(BeaTunes beaTunes)
void
SimpleSongTable. setApplication(BeaTunes beaTunes)
static void
MessageDialog. showErrorMessage(BeaTunes application, String detail)
Shows an error message.static String
KeyListCellRenderer. toString(BeaTunes application, Key key)
static String
MediaKindListCellRenderer. 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 BeaTunes
BaseAction. getApplication()
Methods in com.tagtraum.beatunes.action with parameters of type BeaTunes Modifier and Type Method Description void
BaseAction. 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 void
PlaySelectedAction. showOpenSongErrorMessage(RemoteICloudSongException e, BeaTunes application)
static void
PlaySelectedAction. showOpenSongErrorMessage(FileNotFoundException e, BeaTunes application)
static void
PlaySelectedAction. 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 OpenInPreferredExternalPlayerAction
OpenInPreferredExternalPlayerAction. create(BeaTunes application, URL url)
static PlayInITunesAction
PlayInITunesAction. create(BeaTunes beaTunes, long songId, Long playListId)
static ShowInPlayListAction[]
ShowInPlayListAction. create(BeaTunes beaTunes, AudioSong audioSong, PlayList excludePLayList)
static void
OpenInPreferredExternalPlayerAction. 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 BeaTunes
AnalysisTasksDialog. getApplication()
BeaTunes
AnalyzeKeyEditor. getApplication()
BeaTunes
AnalyzeReplayGainEditor. getApplication()
BeaTunes
ComputeColorEditor. getApplication()
BeaTunes
DetectSilenceEditor. getApplication()
BeaTunes
EmptyTaskEditor. getApplication()
BeaTunes
EstimateBPMEditor. getApplication()
BeaTunes
EstimateDanceabilityEditor. getApplication()
BeaTunes
EstimateInstrumentationEditor. getApplication()
BeaTunes
EstimateMoodEditor. getApplication()
BeaTunes
FingerprintTaskEditor. getApplication()
BeaTunes
HibernateTaskQueue. getApplication()
BeaTunes
IdentifyLyricsLanguageEditor. getApplication()
BeaTunes
ImportLyricsEditor. getApplication()
BeaTunes
ImportOnlineDBMetaDataEditor. getApplication()
BeaTunes
LastFMTagsEditor. getApplication()
BeaTunes
SimilarityTaskEditor. getApplication()
BeaTunes
SongPropertyAnalysisTaskEditor. getApplication()
BeaTunes
Task. getApplication()
BeaTunes
TaskEditor. getApplication()
Methods in com.tagtraum.beatunes.analysis with parameters of type BeaTunes Modifier and Type Method Description void
AnalyzeKeyEditor. setApplication(BeaTunes beaTunes)
void
AnalyzeReplayGain. setApplication(BeaTunes application)
void
AnalyzeReplayGainEditor. setApplication(BeaTunes beaTunes)
void
ComputeColorEditor. setApplication(BeaTunes beaTunes)
void
DetectSilenceEditor. setApplication(BeaTunes beaTunes)
void
EmptyTaskEditor. setApplication(BeaTunes beaTunes)
void
EstimateBPMEditor. setApplication(BeaTunes beaTunes)
void
EstimateDanceabilityEditor. setApplication(BeaTunes beaTunes)
void
EstimateInstrumentationEditor. setApplication(BeaTunes beaTunes)
void
EstimateMoodEditor. setApplication(BeaTunes beaTunes)
void
FingerprintTaskEditor. setApplication(BeaTunes beaTunes)
void
HibernateTaskQueue. setApplication(BeaTunes beaTunes)
void
IdentifyLyricsLanguageEditor. setApplication(BeaTunes beaTunes)
void
ImportLyricsEditor. setApplication(BeaTunes beaTunes)
void
ImportOnlineDBMetaDataEditor. setApplication(BeaTunes beaTunes)
void
LastFMTagsEditor. setApplication(BeaTunes application)
void
SimilarityTaskEditor. setApplication(BeaTunes beaTunes)
void
SongPropertyAnalysisTaskEditor. setApplication(BeaTunes beaTunes)
void
Task. setApplication(BeaTunes beaTunes)
void
TaskEditor. setApplication(BeaTunes beaTunes)
void
TaskQueue. 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 BeaTunes
AnalysisQueue. getApplication()
BeaTunes
AnalysisQueuePreferences. getApplication()
BeaTunes
AnalysisQueueTableModel. getApplication()
BeaTunes
AnalysisTaskWorker. getApplication()
Methods in com.tagtraum.beatunes.analysisqueue with parameters of type BeaTunes Modifier and Type Method Description void
AnalysisQueue. 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 BeaTunes
ChartEntry. getApplication()
BeaTunes
ChartPanel. getApplication()
Methods in com.tagtraum.beatunes.charts with parameters of type BeaTunes Modifier and Type Method Description void
ChartPanel. 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 BeaTunes
SearchModePopupAction. getApplication()
BeaTunes
TableHeaderRenderer. getApplication()
BeaTunes
VisibleColumnDialog. getApplication()
Methods in com.tagtraum.beatunes.filter with parameters of type BeaTunes Modifier and Type Method Description void
TableHeaderRenderer. 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 void
OntologyGenreIRILookupService. 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 BeaTunes
DifferentLanguageInspector.DifferentLanguageSolution. getApplication()
BeaTunes
IgnoreIssueSolution. getApplication()
BeaTunes
Inspection. getApplication()
BeaTunes
InspectionPreferences. getApplication()
BeaTunes
InspectionView. getApplication()
BeaTunes
Inspector. getApplication()
BeaTunes
InspectorView. 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 ofTrack
objects from the music player.void
Inspection. setApplication(BeaTunes beaTunes)
void
Inspector. setApplication(BeaTunes beaTunes)
void
InspectorView. 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 BeaTunes
MatchListCreator. application
Methods in com.tagtraum.beatunes.matchlist that return BeaTunes Modifier and Type Method Description BeaTunes
MatchListCreator. getApplication()
BeaTunes
MatchListDialog. getApplication()
BeaTunes
MatchListFilterList. 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 BeaTunes
MatchTablePreferences. getApplication()
BeaTunes
ScoreRule. getApplication()
Methods in com.tagtraum.beatunes.matchtable with parameters of type BeaTunes Modifier and Type Method Description static MatchRuleSet
MatchRuleSet. create(BeaTunes beaTunes)
static MatchRuleSet
MatchRuleSet. create(BeaTunes beaTunes, long id)
void
ScoreRule. 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 BeaTunes
MessagePanel. getApplication()
Methods in com.tagtraum.beatunes.messages with parameters of type BeaTunes Modifier and Type Method Description void
MessagePanel. 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 BeaTunes
OnlineDB. getApplication()
Methods in com.tagtraum.beatunes.onlinedb with parameters of type BeaTunes Modifier and Type Method Description void
OnlineDB. 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 void
BeaTunesTableCellRenderer. 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 BeaTunes
PlaybackPreferences. 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 BeaTunes
PlayListTree. getApplication()
BeaTunes
PlayListTreeModel. getApplication()
BeaTunes
PlayListTreeTransferHandler. getApplication()
Methods in com.tagtraum.beatunes.playlisttree with parameters of type BeaTunes Modifier and Type Method Description void
PlayListTree. 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 BeaTunes
PluginPreferences. 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 BeaTunes
RemoteControlService. getApplication()
Methods in com.tagtraum.beatunes.remotecontrol with parameters of type BeaTunes Modifier and Type Method Description void
RemoteControlService. 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 BeaTunes
AutoInfo. getApplication()
BeaTunes
CoverPanel. getApplication()
BeaTunes
SingleItemInfoDialog. getApplication()
BeaTunes
SongIcon. getApplication()
Methods in com.tagtraum.beatunes.songinfo with parameters of type BeaTunes Modifier and Type Method Description static WordListSource
WordListSource. getInstance(Property<?> property, BeaTunes application)
static WordListSource
WordListSource. getInstance(String propertyName, BeaTunes application)
void
SongIcon. setApplication(BeaTunes beaTunes)
static String
SingleItemInfoDialog. 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 BeaTunes
SongContextComponent. getApplication()
BeaTunes
SongTable. getApplication()
BeaTunes
SongTableCellEditor. getApplication()
BeaTunes
SongTableColumnIconSupplier. getApplication()
BeaTunes
SongTableTransferHandler. getApplication()
BeaTunes
TempoTableCellEditor. getApplication()
Methods in com.tagtraum.beatunes.songtable with parameters of type BeaTunes Modifier and Type Method Description static void
SongPropertyChangeListener. installIfAbsent(BeaTunes application, AudioSong song)
InstallSongPropertyChangeListener
to given song for the mainSongTable
.void
FindBar. setApplication(BeaTunes application)
void
SongContextComponent. setApplication(BeaTunes beaTunes)
void
SongTable. setApplication(BeaTunes beaTunes)
void
SongTableCellEditor. setApplication(BeaTunes beaTunes)
void
SongTableColumnIconSupplier. setApplication(BeaTunes application)
void
TempoTableCellEditor. 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 BeaTunes
BasicTableCellRenderer. getApplication()
BeaTunes
PanelTableCellRenderer. getApplication()
BeaTunes
StringTableCellRenderer. getApplication()
Methods in com.tagtraum.beatunes.songtable.renderer with parameters of type BeaTunes Modifier and Type Method Description static String
DanceabilityTableCellRenderer. getDescriptiveText(Float danceability, BeaTunes application)
static String
MoodTableCellRenderer. getDescriptiveText(Mood mood, BeaTunes application)
void
ArtworkTableCellRenderer. setApplication(BeaTunes application)
void
BasicTableCellRenderer. setApplication(BeaTunes beaTunes)
void
BeaTunesListCellRenderer. setApplication(BeaTunes application)
void
EnabledTableCellRenderer. setApplication(BeaTunes beaTunes)
void
InstrumentationTableCellRenderer. setApplication(BeaTunes application)
void
LikingTableCellRenderer. setApplication(BeaTunes application)
void
PanelTableCellRenderer. setApplication(BeaTunes beaTunes)
void
RatingTableCellRenderer. setApplication(BeaTunes application)
void
StringTableCellRenderer. setApplication(BeaTunes beaTunes)
void
TransitionTableCellRenderer. 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 BeaTunes
TagEntryDialog. getApplication()
BeaTunes
TagsTableCellEditor. getApplication()
Methods in com.tagtraum.beatunes.tag with parameters of type BeaTunes Modifier and Type Method Description void
TagCloud. setApplication(BeaTunes beaTunes)
void
TagsTableCellEditor. 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 BeaTunes
AbstractTransitionInspector. getApplication()
Methods in com.tagtraum.beatunes.transitionissue with parameters of type BeaTunes Modifier and Type Method Description void
AbstractTransitionInspector. 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)
-