- Version:
- 4.0 AZ 2009, 2010
- Author:
- Emil A. Lefkof III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MainController
public MainController(MainModule mainModule)
- Constructs the
MainController for the given main module. Many
methods require that the default parent frame is set once it is available.
- Parameters:
mainModule - provides bound properties and high-level models- See Also:
#setDefaultParentFrame(Frame)
backupTool
public void backupTool(ActionEvent aEvent)
- Backs up the database to zip file.
- Parameters:
aEvent - the Actionevent fired
checkForOpenTipOfTheDayDialog
public void checkForOpenTipOfTheDayDialog()
- Checks if we shall show a tip of the day: asks the TipOfTheDayDialog
whether it is enabled, and the SetupManager, if we are not running for the
first time. We don't want to disturb the user the first time, where we
already have opened some extra panels from the setup process.
Opens the tip of the day dialog in the event dispatch thread.
chooseDirectory
public void chooseDirectory(ActionEvent aEvent)
- Opens the Directory chooser dialog.
- Parameters:
aEvent - the Action Event fired for this button
chooseFile
public void chooseFile(ActionEvent aEvent)
- Chooses a file and puts it in the text component listed.
- Parameters:
aEvent - the Action Event fired for this button
commit
public void commit(ActionEvent aEvent)
- Commits the object to the database and updates tags if necessary.
- Parameters:
aEvent - the Action Event fired for this button
connect
public void connect(ActionEvent aEvent)
- Connects to the database and refreshes the whole application.
- Parameters:
aEvent - the Action Event fired for this button
contactUs
public void contactUs(ActionEvent aEvent)
- Redirects to the www.melloware.com homepage.
- Parameters:
aEvent - the Action Event fired for this button
delete
public void delete(ActionEvent aEvent)
- Deletes the object and all its descendants but not any files they may
point to.
- Parameters:
aEvent - the Action Event fired for this button
differenceTool
public void differenceTool(ActionEvent aEvent)
- Displays the difference tool dialog.
- Parameters:
aEvent - the Action Event fired for this button
genresTool
public void genresTool(ActionEvent aEvent)
- AZ Displays the check genres tool dialog.
- Parameters:
aEvent - the Action Event fired for this button
discAdd
public void discAdd(ActionEvent aEvent)
- Adds a single disc to the catalog by making the user select a directory.
- Parameters:
aEvent - the Action Event fired for this button
trackAdd
public void trackAdd(ActionEvent aEvent)
- AZ Adds a single track to the catalog
- Parameters:
aEvent - the Action Event fired for this button
freeDB
public void freeDB(ActionEvent aEvent)
- AZ Search FreeDB for album
- Parameters:
aEvent - the Action Event fired for this button
discAddComments
public void discAddComments(ActionEvent aEvent)
- Updates all of the comments at once.
- Parameters:
aEvent - the ActionEvent fired
discAddResetFromFilename
public void discAddResetFromFilename(ActionEvent aEvent)
- Resets all tracks titles based on filename.
- Parameters:
aEvent - the ActionEvent fired
discAddResetTrackNumbers
public void discAddResetTrackNumbers(ActionEvent aEvent)
- Resets all track numbers in a disc if they are really screwed up.
- Parameters:
aEvent - the ActionEvent fired
discAddTitleCase
public void discAddTitleCase(ActionEvent aEvent)
- Title cases all tracks in a disc.
- Parameters:
aEvent - the ActionEvent fired
discCoverImage
public void discCoverImage(ActionEvent aEvent)
- Uses a file chooser to let the user select another cover image.
- Parameters:
aEvent - the Action Event fired for this button
discFinder
public void discFinder(ActionEvent aEvent)
- Opens the Disc Finder dialog.
- Parameters:
aEvent - the Action Event fired for this button
discRemover
public void discRemover(ActionEvent aEvent)
- Opens the Disc Remover dialog.
- Parameters:
aEvent - the Action Event fired for this button
discWebSearch
public void discWebSearch(ActionEvent aEvent)
- Uses the Amazon.com web service to find album information and covers.
- Parameters:
aEvent - the Action Event fired for this button
donate
public void donate()
- Launches a browser and send to the PayPal website
exportCatalog
public void exportCatalog(ActionEvent aEvent)
- Exports a catalog to a text file the user selects with a chooser.
- Parameters:
aEvent - the Action Event fired for this button
fileRename
public void fileRename(ActionEvent aEvent)
- Renames the file to track number - title.mp3.
- Parameters:
aEvent - the Action Event fired for this button
filter
public void filter(ActionEvent aEvent)
- Applies the current filter to the tree.
- Parameters:
aEvent - the Action Event fired for this button
filterClear
public void filterClear(ActionEvent aEvent)
- Clears the current filter.
- Parameters:
aEvent - the Action Event fired for this button
filterClose
public void filterClose(ActionEvent aEvent)
- Closes the filter window.
- Parameters:
aEvent - the Action Event fired for this button
filterDisplay
public void filterDisplay(ActionEvent aEvent)
- Displays or hides the filter window.
- Parameters:
aEvent - the Action Event fired for this button
forums
public void forums()
- Launches the browser to the forums website.
hideMainWindow
public void hideMainWindow()
- Hides the main window.
language
public void language(ActionEvent aEvent,
String aLanguage)
- Updates the language of the application to aLanguage.
- Parameters:
aEvent - the ActionEvent firedaLanguage - the language to change to
locationTool
public void locationTool(ActionEvent aEvent)
- Opens the global location change tool.
- Parameters:
aEvent - the Action Event fired for this button
memory
public void memory(ActionEvent aEvent)
- Displays the memory usage and provide garbage collection.
- Parameters:
aEvent - the Action Event fired for this button
playerNext
public void playerNext(ActionEvent aEvent)
- Plays the next track in the playlist.
- Parameters:
aEvent - the actionevent fired
playerPause
public void playerPause(ActionEvent aEvent)
- Pauses the media player.
- Parameters:
aEvent - the actionevent fired
playerPlay
public void playerPlay(ActionEvent aEvent)
- Plays the media player.
- Parameters:
aEvent - the actionevent fired
playerPrevious
public void playerPrevious(ActionEvent aEvent)
- Plays the previous track in the playlist.
- Parameters:
aEvent - the actionevent fired
playerStop
public void playerStop(ActionEvent aEvent)
- Stops the media player.
- Parameters:
aEvent - the actionevent fired
playImmediately
public void playImmediately(ActionEvent aEvent)
- Plays the selected track immediately.
- Parameters:
aEvent - the Action Event fired for this button
playlistClose
public void playlistClose(ActionEvent aEvent)
- Closes the playlist.
- Parameters:
aEvent - the Actionevent fired
playlistDisplay
public void playlistDisplay(ActionEvent aEvent)
- Shows or hides the playlist.
- Parameters:
aEvent - the Actionevent fired
playlistGoto
public void playlistGoto(ActionEvent aEvent)
- Go to the track in the navigator.
- Parameters:
aEvent - the Actionevent fired
playlistLoad
public void playlistLoad(ActionEvent aEvent)
- Loads a playlist from a file.
- Parameters:
aEvent - the Action Event fired for this button
playlistMoveDown
public void playlistMoveDown(ActionEvent aEvent)
- Moves a track down on the playlist.
- Parameters:
aEvent - the Actionevent fired
playlistMoveOver
public void playlistMoveOver(ActionEvent aEvent)
- Moves the selected tracks over to the other list.
- Parameters:
aEvent - the Action Event fired for this button
playlistMoveUp
public void playlistMoveUp(ActionEvent aEvent)
- Moves a track up on the playlist.
- Parameters:
aEvent - the Actionevent fired
playlistRemoveTracks
public void playlistRemoveTracks(ActionEvent aEvent)
- Removes tracks from the playlist.
- Parameters:
aEvent - the Actionevent fired
playlistClear
public void playlistClear(ActionEvent aEvent)
- Clears all tracks from the playlist.
- Parameters:
aEvent - the Actionevent fired
playlistSave
public void playlistSave(ActionEvent aEvent)
- Saves a playlist to disk.
- Parameters:
aEvent - the Action Event fired for this button
playlistShuffleCatalog
public void playlistShuffleCatalog(ActionEvent aEvent)
- Toggles between shuffling the catalog or not.
- Parameters:
aEvent - the Action Event fired for this button
playlistShuffleList
public void playlistShuffleList(ActionEvent aEvent)
- Toggles between shuffling the playlist or not.
- Parameters:
aEvent - the Action Event fired for this button
playlistToggle
public void playlistToggle(ActionEvent aEvent)
- Toggles between history and current playlist.
- Parameters:
aEvent - the Action Event fired for this button
preferencesExport
public void preferencesExport(ActionEvent aEvent)
- Export preferences to an XML file.
- Parameters:
aEvent - the Action Event fired for this button
preferencesImport
public void preferencesImport(ActionEvent aEvent)
- Import preferences from an XML file.
- Parameters:
aEvent - the Action Event fired for this button
queue
public void queue(ActionEvent aEvent)
- Adds track(s) to the bottom of the queue.
- Parameters:
aEvent - the Action Event fired for this button
queueNext
public void queueNext(ActionEvent aEvent)
- Parameters:
aEvent -
refresh
public void refresh(ActionEvent aEvent)
- Refreshes the data from the database and reloads the tree
- Parameters:
aEvent - the Action Event fired for this button
rollback
public void rollback(ActionEvent aEvent)
- Rolls changes back to orginal form.
- Parameters:
aEvent - the Action Event fired for this button
search
public void search(ActionEvent aEvent)
- Searches the database.
- Parameters:
aEvent - the actionevent fired
showMainWindow
public void showMainWindow()
- Shows the main window.
statistics
public void statistics(ActionEvent aEvent)
- Displays the statistics dialog.
- Parameters:
aEvent - the Action Event fired for this button
titleCase
public void titleCase(ActionEvent aEvent)
- Converts the associated TextComponent to title case.
- Parameters:
aEvent - the Action Event fired for this button
unlock
public void unlock(ActionEvent aEvent)
- Unlocks the current editor for editing.
- Parameters:
aEvent - the Action Event fired for this button
reportNoCoverArt
public void reportNoCoverArt(ActionEvent aEvent)
- Displays a report with all albums without cover artwork.
- Parameters:
aEvent - the Action Event fired for this button
reportCatalog
public void reportCatalog(ActionEvent aEvent)
- Displays a report with the entire catalog in alphabetical order.
- Parameters:
aEvent - the Action Event fired for this button
reportAlbumsForArtist
public void reportAlbumsForArtist(ActionEvent aEvent)
- AZ Displays a report to display all albums for specified artist.
- Parameters:
aEvent - the Action Event fired for this button
reportCatalogByGenres
public void reportCatalogByGenres(ActionEvent aEvent)
- AZ Displays a report with the entire catalog in alphabetical order of
genres.
- Parameters:
aEvent - the Action Event fired for this button
reportBitrate
public void reportBitrate(ActionEvent aEvent)
- Displays a report with the list of discs in the range of bitrates.
- Parameters:
aEvent - the Action Event fired for this button
reportGenres
public void reportGenres(ActionEvent aEvent)
- AZ Displays a report to display all genres used.
- Parameters:
aEvent - the Action Event fired for this button
disclistClose
public void disclistClose(ActionEvent aEvent)
- Closes the disclist.
- Parameters:
aEvent - the Actionevent fired
disclistGoto
public void disclistGoto(ActionEvent aEvent)
- Go to the disc in the navigator.
- Parameters:
aEvent - the Actionevent fired
disclistLoad
public void disclistLoad(ActionEvent aEvent)
- Loads a disclist from a file.
- Parameters:
aEvent - the Action Event fired for this button
disclistMoveDown
public void disclistMoveDown(ActionEvent aEvent)
- Moves a track down on the disclist.
- Parameters:
aEvent - the Actionevent fired
disclistMoveUp
public void disclistMoveUp(ActionEvent aEvent)
- Moves a track up on the disclist.
- Parameters:
aEvent - the Actionevent fired
disclistRemoveTracks
public void disclistRemoveTracks(ActionEvent aEvent)
- Removes tracks from the disclist.
- Parameters:
aEvent - the Actionevent fired
disclistClear
public void disclistClear(ActionEvent aEvent)
- Clears all tracks from the disclist.
- Parameters:
aEvent - the Actionevent fired
disclistSave
public void disclistSave(ActionEvent aEvent)
- Saves a disclist to disk.
- Parameters:
aEvent - the Action Event fired for this button
disclistDisplay
public void disclistDisplay(ActionEvent aEvent)
- Shows or hides the disclist.
- Parameters:
aEvent - the Actionevent fired
addToDisclist
public void addToDisclist(ActionEvent aEvent)
- Adds disc(s) to the bottom of the disclist.
- Parameters:
aEvent - the Action Event fired for this button
setCurrent
public void setCurrent(ActionEvent aEvent)
- Set selected disc as current disc.
- Parameters:
aEvent - the Action Event fired for this button
xmlExport
public void xmlExport(ActionEvent aEvent)
- AZ Displays the XML Export tool dialog.
- Parameters:
aEvent - the Action Event fired for this button
xmlImport
public void xmlImport(ActionEvent aEvent)
- AZ Displays the XML Import tool dialog.
- Parameters:
aEvent - the Action Event fired for this button
Copyright © 1999-2010 Melloware Inc. All Rights Reserved.