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

R

radioBlue - Variable in class org.lyra.Interface.Options.InterfacePanel
 
radioGreen - Variable in class org.lyra.Interface.Options.InterfacePanel
 
radioJPEG - Variable in class org.lyra.Interface.Chart.SaveDialog
 
radioLocal - Variable in class org.lyra.Interface.PlaylistSaveDialog
 
radioOrange - Variable in class org.lyra.Interface.Options.InterfacePanel
 
radioPNG - Variable in class org.lyra.Interface.Chart.SaveDialog
 
radioRemote - Variable in class org.lyra.Interface.PlaylistSaveDialog
 
radioSVG - Variable in class org.lyra.Interface.Chart.SaveDialog
 
rampDelay - Variable in class org.lyra.Widgets.InfiniteProgressPanel
Duration of the veil's fade in/out.
rampUp - Variable in class org.lyra.Widgets.InfiniteProgressPanel.Animator
 
RapidDialog - Class in org.lyra.Widgets
While Java Swing provides static functions to create advanced dialogs for a myriad of purposes creating all the elements necessary may not always be consistent if not centrally controlled.
RapidDialog(Map<String, String>) - Constructor for class org.lyra.Widgets.RapidDialog
Basic constructor which will establish the elements necessary for the dialogs to be generated using less code.
RATING_MAX - Static variable in class org.lyra.Interface.Constants
 
RatingBar - Class in org.lyra.Widgets
General widget with control methods allowing the instantiation of the rating bar.
RatingBar(boolean, int) - Constructor for class org.lyra.Widgets.RatingBar
Base constructor for the class.
RatingBar.Interact - Class in org.lyra.Widgets
The code separation from the user interface.
RatingBar.Interact() - Constructor for class org.lyra.Widgets.RatingBar.Interact
 
RatingCellEditor - Class in org.lyra.Widgets
Generates a user interface necessary to modify the rating section of the song listing.
RatingCellEditor() - Constructor for class org.lyra.Widgets.RatingCellEditor
 
RatingCellRenderer - Class in org.lyra.Widgets
Makes use of a similar generation technique found in the RatingCellEditor with exception that it is not going to be modifiable.
RatingCellRenderer(Map<String, String>) - Constructor for class org.lyra.Widgets.RatingCellRenderer
Default constructor for the rating system.
RatingRenderer - Variable in class org.lyra.Interface.PlayerOrganiserFrame
 
readChannel() - Method in class org.lyra.Host.Terminus
It was discovered that channels would return a NullPointerException when the channel is not properly closed such as when the computer is suspended.
readLine() - Method in class org.lyra.Host.Terminus
Basic reading method used to extract a single row of information.
readList() - Method in class org.lyra.Host.Terminus
Basic reading method used to extract all information.
readList(int) - Method in class org.lyra.Host.Terminus
The main readList() method does not parse the line as it is extracted from the socket.
readMap() - Method in class org.lyra.Host.Terminus
Reads and parses the returned input treating it as a Key/Pair structure which is returned by elements like STATS and STATUS of the MPD protocol.
readResult(String) - Method in class org.lyra.Host.Terminus
General method to cover the basics about reading from the protocol in order to avoid repeating the same lines everywhere.
readResult() - Method in class org.lyra.Host.Terminus
This method is used primarily in circumstances where bulk entries are dropped into place.
Recorder - Variable in class org.lyra.Lyra
 
Recover(Exception) - Method in class org.lyra.Host.Terminus
The recover function is used to recover from IOExceptions or NullPointerException that have been triggered.
Redraw - Variable in class org.lyra.Widgets.TickerBufferedLabel
 
Redraw - Variable in class org.lyra.Widgets.TickerCanvas
 
RegexConstrainedDocument - Class in org.lyra.Widgets
A method for preventing unwanted information from making its way into past the initial user interface.
RegexConstrainedDocument() - Constructor for class org.lyra.Widgets.RegexConstrainedDocument
Most basic constructor for the class.
RegexConstrainedDocument(AbstractDocument.Content) - Constructor for class org.lyra.Widgets.RegexConstrainedDocument
Constructor which can provide a document to create the initial data set.
RegexConstrainedDocument(AbstractDocument.Content, String) - Constructor for class org.lyra.Widgets.RegexConstrainedDocument
Constructor which can provide a document to create the initial data set for the document.
RegexConstrainedDocument(String) - Constructor for class org.lyra.Widgets.RegexConstrainedDocument
Constructor to create an empty document with an associated pattern.
removeCellEditable(int) - Method in class org.lyra.Widgets.OrganiserTableModel
Remove a column which was formerly enabled for editing.
removeCoreListener(UpdateListener) - Method in class org.lyra.Host.Updater
Removes an UpdateListener from the updater, a core client will always be executed first.
removeListDataListener(ListDataListener) - Method in class org.lyra.Interface.Options.HostsPanel.HostListModel
 
removeRemote(String) - Method in class org.lyra.Host.Playlist
Has the exact opposite effect of the saveCurrent and saveRemote methods as this will remove a playlist from the host entry.
removeRow(int) - Method in class org.lyra.Interface.Options.HostsPanel.HostListModel
Remove a row in the data model.
removeRows(int, int) - Method in class org.lyra.Interface.Options.HostsPanel.HostListModel
Remove a range of rows in the data model.
removeTimerListener(PendulumListener) - Method in class org.lyra.Host.Pendulum
Removes an TimerListener from the updater.
removeUpdateListener(UpdateListener) - Method in class org.lyra.Host.Updater
Removes an UpdateListener from the updater.
Reprocess - Variable in class org.lyra.Widgets.TickerBufferedLabel
 
Reprocess - Variable in class org.lyra.Widgets.TickerCanvas
 
Reprocess - Variable in class org.lyra.Widgets.TickerSimpleLabel
 
Request - Variable in class org.lyra.LastDotFm.Demarcation
 
resetCache(String, String) - Method in class org.lyra.Database.Comptroller
Album art is a component of the player which requires external information.
ResizeIcon - Class in org.lyra.Widgets
Creates an icon used for the resizing capability of a window.
ResizeIcon() - Constructor for class org.lyra.Widgets.ResizeIcon
 
Return - Variable in class org.lyra.Interface.Chart.SaveDialog
 
Return - Static variable in class org.lyra.Interface.CloseApplicationDialog
 
rootLang - Variable in class org.lyra.Lyra
 
rootProgram - Static variable in class org.lyra.Lyra
Directory which leads to the program root data files.
rootUser - Static variable in class org.lyra.Lyra
The user directory will normally point to the .lyra directory located in the users HOME directory.
ROW_ALLOW - Static variable in class org.lyra.Host.Terminus
Certain elements of song information may fall outside what the database allows.
ROW_LIMIT - Static variable in class org.lyra.Interface.ProfileFrame
 
ROW_REQUIRED - Static variable in class org.lyra.Host.Terminus
Certain elements are required by the database.
ROW_SPACE - Static variable in class org.lyra.Interface.Constants
 
RowRenderer - Variable in class org.lyra.Interface.PlayerOrganiserFrame
 
run() - Method in class org.lyra.Database.Library
 
run() - Method in class org.lyra.Host.Pendulum
 
run() - Method in class org.lyra.Host.Updater
 
run() - Method in class org.lyra.Interface.AlbumArtPanel.Interact
 
run() - Method in class org.lyra.Interface.Chart.SaveDialog
This method will wait out until the HashMap is defined.
run() - Method in class org.lyra.Interface.CloseApplicationDialog
This method will wait out until the HashMap is defined.
run() - Method in class org.lyra.Interface.HostCreateDialog
This method will wait out until the HashMap is defined.
run() - Method in class org.lyra.Interface.Options.LastDotFmPanel.Interact
 
run() - Method in class org.lyra.Interface.PlaylistSaveDialog
This method will wait out until the HashMap is defined.
run() - Method in class org.lyra.LastDotFm.Sender
 
run() - Method in class org.lyra.Widgets.InfiniteProgressPanel.Animator
 
run() - Method in class org.lyra.Widgets.TickerBufferedLabel
 
run() - Method in class org.lyra.Widgets.TickerCanvas
 
RUNTIME_DEF - Static variable in class org.lyra.Interface.PlayerOrganiserFrame
 

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