A B C D E F G H I J K L M N O P Q R S T U V W

U

UNIQUE - Static variable in class org.lyra.Host.Terminus
Rarely used but at times its useful to know what makes a song set unique which is the existence of the File identifier.
Update() - Method in class org.lyra.Host.Pendulum
This method will handle the actual update and decide what to so with it.
updateArt() - Method in class org.lyra.Interface.AlbumArtPanel.Interact
Updates the Album Art image based on existing information.
updateArt(Map<String, String>) - Method in class org.lyra.Interface.AlbumArtPanel.Interact
Updates the Album Art image based on provided information.
updateByEvent(UpdateEvent) - Method in class org.lyra.Host.Status
An update variant that will extract information as necessary based on an event that has been generated.
updateCommence() - Method in class org.lyra.Database.Interface
Rarely used method which allows for a myriad of queries to be added into a singular transaction in order to prevent out of dependency updates.
updateComplete() - Method in class org.lyra.Database.Interface
Cleans up the update process created by multiple row updates setting up the process for another pass if necessary.
updateCurrent() - Method in class org.lyra.Database.Audit
Extracts a list of filenames within the the current playlist connection in order to more easily compare.
updateCurrent() - Method in class org.lyra.Host.Status
Playlist contain a lot of information that can be retained.
updateCurrent() - Method in class org.lyra.Interface.PlayerOrganiserFrame.Interact
Triggers the generation of the baseline for the current playlist table.
updateDetails(Map<String, String>) - Method in class org.lyra.Interface.AlbumArtPanel.Interact
Extracts the information from the org.lyra.Host.Status class and extracts the currently playing song.
updateDetails(Map<String, String>) - Method in class org.lyra.LastDotFm.Snooper
Extracts the information from the org.lyra.Host.Status class and extracts the currently playing song.
updateDisabled() - Method in class org.lyra.Host.Status
Accesses the Music Player Daemon and gets a list of all commands which are not enabled for use on the host.
updateDisplay() - Method in class org.lyra.Interface.PlayerPanel
Updates the elements that have been skipped over when the window is not currently being displayed.
updateEditor(TableCellEditor) - Method in class org.lyra.Widgets.RatingBar
Under some circumstances the rating bar will be used in an environment where it will have to indicate that its done with editing.
updateEnabled() - Method in class org.lyra.Host.Status
Accesses the Music Player Daemon and gets a list of all commands which are enabled for use on the host.
UpdateEvent - Class in org.lyra.Host
Event encapsulating an update from the host element.
UpdateEvent(Object, String...) - Constructor for class org.lyra.Host.UpdateEvent
Primary constructor for the event generated.
updateFilename(Map<String, String>) - Method in class org.lyra.Database.Audit
Extracts the information from the org.lyra.Host.Status class and extracts the currently playing song.
updateFilter(EnhancedListSelectionModel, String) - Method in class org.lyra.Interface.PlayerOrganiserFrame.Interact
Responsible for updating the main song selection filter.
updateHost(Terminus) - Method in class org.lyra.Host.Status
This provides the ability to change the Terminus connection which has been initially setup.
updateHostDefault(String) - Method in class org.lyra.Database.Comptroller
This method will update the default host entry, to be used when selecting from a list of multiple hosts.
updateHostStatistics(Set<String>, Map<String, String>) - Method in class org.lyra.Database.Comptroller
Statistics are a major component of how we do business.
updateLibrary() - Method in class org.lyra.Interface.PlayerOrganiserFrame.Interact
Triggers the generation of baseline information for the Songs listing table.
updateLibrary(String) - Method in class org.lyra.Interface.PlayerOrganiserFrame.Interact
Triggers the generation of baseline information for the Songs listing table.
updateLibrary(String, String) - Method in class org.lyra.Interface.PlayerOrganiserFrame.Interact
Triggers the generation of baseline information for the Songs listing table.
UpdateListener - Interface in org.lyra.Host
Interface to the host update process which will enable various aspects of the application to be notified when it is time to refresh information.
updateMultipleRows(String, String...) - Method in class org.lyra.Database.Interface
Provides the ability to update and create elements in the database while providing an audit table.
updatePlayer() - Method in class org.lyra.Interface.LyraTrayIcon.Interact
Updates player information on the system tray to match current playback.
updatePlaylist() - Method in class org.lyra.Host.Status
Provides an update mechanism for stored playlists on the hosts enabling a user to get select them for playback and so forth.
updatePlaylists() - Method in class org.lyra.Interface.PlayerOrganiserFrame.Interact
Triggers baseline information generation for the playlist listing.
updatePrompt() - Method in class org.lyra.Database.Comptroller
This update can only be done one way, since the interface that uses it will only disable the prompt.
Updater - Class in org.lyra.Host
This class will notify various clients on updates originating from the host itself.
Updater(Ledger, Map<String, String>, Map<String, String>) - Constructor for class org.lyra.Host.Updater
Core constructor which will should be making use of its own instance of Host
updateRating(int) - Method in class org.lyra.Widgets.RatingBar
Ratings have to be updated visually otherwise the interface seems a bit less then authentic.
updateRenderers() - Method in class org.lyra.Interface.PlayerOrganiserFrame.Interact
Adjusts the renderer to a specific value for highlighting a specific row when required.
UPDATES - Static variable in class org.lyra.Host.Terminus
Holds the update elements and uses terminology that is hopefully less confusing and consistent with the application.
updateSettings(Map<String, String>, String) - Method in class org.lyra.Database.Comptroller
Will update the settings to include new state information.
updateSettings(Map<String, String>) - Method in class org.lyra.Database.Comptroller
Will update the settings to include new state information.
updateSingleRows(String, String...) - Method in class org.lyra.Database.Interface
Provides the ability to update and create elements in the database while providing an audit table.
updateSongRating(String, String) - Method in class org.lyra.Database.Comptroller
Ratings are the only element of a song displayed that can be changed due to the source of the songs themselves.
updateSongs(List<Map<String, String>>) - Method in class org.lyra.Database.Comptroller
This method is a variant of the insertSongs method handling the intricacies of updates versus inserts.
updateState() - Method in class org.lyra.Host.Status
Sends the appropriate command and parses the return value in order to extract status information from the Music Player Daemon.
updateState() - Method in class org.lyra.Interface.PlayerCompactFrame.Interact
This method will update various elements to reflect current state information from the Host itself.
updateState() - Method in class org.lyra.Interface.PlayerPanel.Interact
This method will update various elements to reflect current state information from the Host itself.
updateStatistics() - Method in class org.lyra.Host.Status
Statistics can provide a great deal of information about the Music Player Daemon and provide a stating point to discover if the database needs updating or not.
updateStatus() - Method in class org.lyra.Interface.PlayerOrganiserFrame.Interact
Responsible for updating the status information that is shown under the songs table.
updateTime() - Method in class org.lyra.Interface.PlayerCompactFrame.Interact
Method which is used after the base is in to ensure that all of the time elements are updated to match initial state.
updateTime() - Method in class org.lyra.Interface.PlayerPanel.Interact
Method which is used after the base is in to ensure that all of the time elements are updated to match initial state.
updateVersion(List<String>) - Method in class org.lyra.Patch
Will cycle through all of the updates and insert them into a singular transaction.
UPDATING - Static variable in class org.lyra.Host.Terminus
Element that should never be found when doing a host database synch with our own store.

A B C D E F G H I J K L M N O P Q R S T U V W