Uses of Class
com.tagtraum.beatunes.MainWindow
-
Packages that use MainWindow Package Description com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.analysis Provides classes to steer the execution of analysis tasks and several analysis tasks and their editors.com.tagtraum.beatunes.matchlist Classes to support building matchlists.com.tagtraum.beatunes.playlisttree Classes for the main source (tree) view, found on the left side of the main UI.com.tagtraum.beatunes.songtable com.tagtraum.beatunes.tag Support classes for tags. -
-
Uses of MainWindow in com.tagtraum.beatunes
Methods in com.tagtraum.beatunes that return MainWindow Modifier and Type Method Description MainWindow
BeaTunes. getMainWindow()
Returns beaTunes' main application window, which provides access to other (visual) sub-components.Constructors in com.tagtraum.beatunes with parameters of type MainWindow Constructor Description AboutDialog(MainWindow mainWindow)
LicenseDialog(MainWindow mainWindow)
License dialog.PlayListComboBoxModel(MainWindow mainWindow)
ShutdownProgressDialog(MainWindow owner)
-
Uses of MainWindow in com.tagtraum.beatunes.analysis
Constructors in com.tagtraum.beatunes.analysis with parameters of type MainWindow Constructor Description AnalysisTasksDialog(MainWindow mainWindow)
-
Uses of MainWindow in com.tagtraum.beatunes.matchlist
Constructors in com.tagtraum.beatunes.matchlist with parameters of type MainWindow Constructor Description MatchListDialog(MainWindow mainWindow)
Match list dialog. -
Uses of MainWindow in com.tagtraum.beatunes.playlisttree
Constructors in com.tagtraum.beatunes.playlisttree with parameters of type MainWindow Constructor Description PlayListTree(MainWindow mainWindow)
Creates view.PlayListTreeModel(MainWindow mainWindow)
-
Uses of MainWindow in com.tagtraum.beatunes.songtable
Methods in com.tagtraum.beatunes.songtable that return MainWindow Modifier and Type Method Description MainWindow
SongTable. getMainWindow()
Returns the owning window.Constructors in com.tagtraum.beatunes.songtable with parameters of type MainWindow Constructor Description SongTable(MainWindow mainWindow)
Creates the main song table. -
Uses of MainWindow in com.tagtraum.beatunes.tag
Constructors in com.tagtraum.beatunes.tag with parameters of type MainWindow Constructor Description TagEntryDialog(MainWindow mainWindow, Tags tags)
-