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

A

AbstractBlock - Class in org.lyra
An abstract class which provides a consistent interface for other classes to access when wanting to block a user interface.
AbstractBlock() - Constructor for class org.lyra.AbstractBlock
 
accept(File) - Method in class org.lyra.Interface.AlbumArtPanel.ImageFilter
 
Action - Variable in class org.lyra.Interface.Chart.SaveDialog
 
Action - Variable in class org.lyra.Interface.CloseApplicationDialog
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.AlbumArtPanel.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.Chart.DisplayPanel.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.Chart.SaveDialog.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.CloseApplicationDialog.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.HostCreateDialog.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.LyraTrayIcon.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.ManageOptionDialog.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.Options.HostsPanel.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.Options.InterfacePanel.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.PlayerCompactFrame.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.PlayerOrganiserFrame.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.PlayerOrganiserMenu.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.PlayerPanel.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.PlayerSearchToolBar.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Interface.PlaylistSaveDialog.Interact
 
actionPerformed(ActionEvent) - Method in class org.lyra.Widgets.TickerSimpleLabel
 
activeHost - Static variable in class org.lyra.Lyra
Provides a safety mechanism which prevents the removal of the the currently active host.
addCellEditable(int) - Method in class org.lyra.Widgets.OrganiserTableModel
Add in a new column which will be enabled for editing.
addCoreListener(UpdateListener) - Method in class org.lyra.Host.Updater
Adds an UpdateListener to the updater, a core client will always be executed first.
addCurrent(List<String>) - Method in class org.lyra.Host.Playlist
Internal method that will pass on the commands necessary to write out the structure to the host in order to add songs to the Current playlist.
addCurrent(int, List<String>) - Method in class org.lyra.Host.Playlist
Internal method that will pass on the commands necessary to write out the structure to the host in order to add songs to the Current playlist.
addCurrent(String...) - Method in class org.lyra.Host.Playlist
Will take an array of File elements and append them directly to the Current play list.
addCurrent(int, String...) - Method in class org.lyra.Host.Playlist
Will take an array of File elements and append them directly to the Current play list.
addCurrentAlbum(String...) - Method in class org.lyra.Host.Playlist
Adds an album and all associated songs into the currently playing queue.
addCurrentAlbum(int, String...) - Method in class org.lyra.Host.Playlist
Adds an album and all associated songs into the currently playing queue.
addCurrentAlbum(Map<String, String>) - Method in class org.lyra.Host.Playlist
Adds an album and all associated songs into the currently playing queue.
addCurrentArtist(String...) - Method in class org.lyra.Host.Playlist
Adds an artist and all associated songs into the currently playing queue.
addCurrentArtist(int, String...) - Method in class org.lyra.Host.Playlist
Adds an artist and all associated songs into the currently playing queue.
addCurrentArtist(Map<String, String>) - Method in class org.lyra.Host.Playlist
Adds an artist and all associated songs into the currently playing queue.
addCurrentGenre(String...) - Method in class org.lyra.Host.Playlist
Adds an genre and all associated songs into the currently playing queue.
addCurrentGenre(int, String...) - Method in class org.lyra.Host.Playlist
Adds an genre and all associated songs into the currently playing queue.
addCurrentGenre(Map<String, String>) - Method in class org.lyra.Host.Playlist
Adds an genre and all associated songs into the currently playing queue.
addListDataListener(ListDataListener) - Method in class org.lyra.Interface.Options.HostsPanel.HostListModel
 
addParameters(Map<String, String>) - Method in class org.lyra.LastDotFm.Sender
Permits us to add in parameters that will be processed in a Queue form and within the limitations as set by usage terms of Last.fm integration.
addSpan() - Method in class org.lyra.LastDotFm.Sender
Inserts an element into the Span queue.
addSpan(Long) - Method in class org.lyra.LastDotFm.Sender
Inserts an element into the Span queue.
addTempFile(File) - Static method in class org.lyra.Lyra
Static method which will track all temporarily created files and will make sure to initiate their termination at the end.
addTimerListener(PendulumListener) - Method in class org.lyra.Host.Pendulum
Adds an TimerListener to the updater.
addUpdateListener(UpdateListener) - Method in class org.lyra.Host.Updater
Adds an UpdateListener to the updater.
Adjust(Map<String, String>) - Method in class org.lyra.Ledger
The logger system is used regardless of state of configuration.
AlbumArtPanel - Class in org.lyra.Interface
Album art display is one of the primary reason why Lyra was integrated with the Last.fm service.
AlbumArtPanel(Comptroller, Status, Ledger, Updater, Map<String, String>, Map<String, String>) - Constructor for class org.lyra.Interface.AlbumArtPanel
Default constructor for the class.
AlbumArtPanel.AlbumArtPopup - Class in org.lyra.Interface
Menu structure that will appear when the user clicks on the Album Cover Art, providing basic functionality.
AlbumArtPanel.AlbumArtPopup() - Constructor for class org.lyra.Interface.AlbumArtPanel.AlbumArtPopup
Base constructor for class.
AlbumArtPanel.ImageFilter - Class in org.lyra.Interface
Creates a filter element that we can use to restrict the amount of file choices a user will see.
AlbumArtPanel.ImageFilter() - Constructor for class org.lyra.Interface.AlbumArtPanel.ImageFilter
 
AlbumArtPanel.Interact - Class in org.lyra.Interface
The code separation from the user interface.
AlbumArtPanel.Interact() - Constructor for class org.lyra.Interface.AlbumArtPanel.Interact
Base constructor for class.
alphaLevel - Variable in class org.lyra.Widgets.InfiniteProgressPanel
Alpha level of the veil, used for fade in/out.
animation - Variable in class org.lyra.Widgets.InfiniteProgressPanel
The animation thread is responsible for fade in/out and rotation.
areaAbout - Variable in class org.lyra.Interface.Options.LastDotFmPanel
 
areaClear - Variable in class org.lyra.Interface.Options.LastDotFmPanel
 
areaContent - Variable in class org.lyra.Interface.ProfileFrame
 
areaIntegrate - Variable in class org.lyra.Interface.Options.LastDotFmPanel
 
areaMessage - Variable in class org.lyra.Interface.PlaylistSaveDialog
 
areaNotice - Variable in class org.lyra.Interface.CloseApplicationDialog
 
areaRegister - Variable in class org.lyra.Interface.Options.LastDotFmPanel
 
areaSummary - Variable in class org.lyra.Interface.ProfileFrame
 
ART_SIZE - Static variable in class org.lyra.Interface.Constants
 
Attach(File, String) - Method in class org.lyra.Database.Interface
Certain elements of the system require that other elements be attached to the primary database.
attachHost(File) - Method in class org.lyra.Database.Interface
Attach a new host element to the database.
attachLang(File) - Method in class org.lyra.Database.Interface
Attach a new language element to the database.
Attempts - Variable in class org.lyra.Host.Terminus
 
ATTEMPTS - Static variable in class org.lyra.Host.Terminus
 
Audit - Class in org.lyra.Database
Attaches an auditing stream to the connection with the Music Player Daemon enabling us to track songs played, skipped, added to the playlist whilst in operation.
Audit(Comptroller, Status, Ledger, Map<String, String>) - Constructor for class org.lyra.Database.Audit
Constructor requires an element from the database and daemon side in order to function properly.
AUDIT_ADDED - Static variable in class org.lyra.Host.Terminus
Descriptor used for the auditing of entries added to the current playlist.
AUDIT_REMOVED - Static variable in class org.lyra.Host.Terminus
Descriptor used for the auditing of entries removed to the current playlist.

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