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

F

fetchColumns() - Method in class org.lyra.Interface.StatisticsAndFunctionsDialog.Interact
In order to reserve space for the written elements, we establish the amount of columns the element will take.
fetchCommon(String, Map<String, String>, boolean, File) - Method in class org.lyra.Widgets.HTTPClient
General method which handles both POST and GET requests based on a simple switch.
fetchGet(String, Map<String, String>) - Method in class org.lyra.Widgets.HTTPClient
Makes a GET specific request to a host, using a Map collection as a key/pair store.
fetchGlobal(Map<String, String>) - Method in class org.lyra.Database.Comptroller
The Global properties file contains all information necessary to configure and control the look and feel of the application itself.
fetchImage(String, File) - Method in class org.lyra.Widgets.HTTPClient
Makes a GET specific request to a host.
fetchLanguage() - Method in class org.lyra.Database.Comptroller
The language files carries all of the information necessary to support international languages without a code rewrite.
fetchMessage() - Method in class org.lyra.Block.InfiniteDialogImpl.InfiniteDialog
Fetches the message being displayed.
fetchMetrics(FontMetrics) - Method in class org.lyra.Widgets.TickerBufferedLabel
Makes use of the FontMetrics methods to establish sizing elements in order to determine the needs for ticker functionality.
fetchMetrics() - Method in class org.lyra.Widgets.TickerBufferedLabel
Makes use of the FontMetrics methods to establish sizing elements in order to determine the needs for ticker functionality.
fetchMetrics(Graphics) - Method in class org.lyra.Widgets.TickerBufferedLabel
Makes use of the FontMetrics methods to establish sizing elements in order to determine the needs for ticker functionality.
fetchMetrics(FontMetrics) - Method in class org.lyra.Widgets.TickerCanvas
Makes use of the FontMetrics methods to establish sizing elements in order to determine the needs for ticker functionality.
fetchMetrics() - Method in class org.lyra.Widgets.TickerCanvas
Makes use of the FontMetrics methods to establish sizing elements in order to determine the needs for ticker functionality.
fetchMetrics(Graphics) - Method in class org.lyra.Widgets.TickerCanvas
Makes use of the FontMetrics methods to establish sizing elements in order to determine the needs for ticker functionality.
fetchMetrics(FontMetrics) - Method in class org.lyra.Widgets.TickerSimpleLabel
Makes use of the FontMetrics methods to establish sizing elements in order to determine the needs for ticker functionality.
fetchMetrics() - Method in class org.lyra.Widgets.TickerSimpleLabel
Makes use of the FontMetrics methods to establish sizing elements in order to determine the needs for ticker functionality.
fetchMetrics(Graphics) - Method in class org.lyra.Widgets.TickerSimpleLabel
Makes use of the FontMetrics methods to establish sizing elements in order to determine the needs for ticker functionality.
fetchPost(String, Map<String, String>) - Method in class org.lyra.Widgets.HTTPClient
Makes a POST specific request to a host, using a Map collection as a key/pair store.
fetchRating() - Method in class org.lyra.Widgets.RatingBar
Fetches the currently set value to whatever is desired.
fetchRedraw() - Method in class org.lyra.Widgets.TickerSimpleLabel
Determines the requirement for the timer process to exist and process information.
fetchSessions() - Method in class org.lyra.Interface.Options.LastDotFmPanel.Interact
Fetching material off of the Internet can be slow.
fetchSizes(FontMetrics) - Method in class org.lyra.Widgets.TickerSimpleLabel
Extracts the size of every character in the text to display in order to determine exactly how many characters can be displayed on the available space.
fetchSizes() - Method in class org.lyra.Widgets.TickerSimpleLabel
Extracts the size of every character in the text to display in order to determine exactly how many characters can be displayed on the available space.
fetchSizes(Graphics) - Method in class org.lyra.Widgets.TickerSimpleLabel
Extracts the size of every character in the text to display in order to determine exactly how many characters can be displayed on the available space.
fetchSource(Graphics) - Method in class org.lyra.Widgets.TickerBufferedLabel
Creates a buffered image for use.
fetchSource(Graphics) - Method in class org.lyra.Widgets.TickerCanvas
Creates a buffered image for use.
fetchState(String) - Static method in class org.lyra.Host.Status
Returns the state of an element by first taking the string value and providing the user with a proper boolean.
fetchState(int) - Static method in class org.lyra.Host.Status
Returns the state of an element by first taking the numeric value and providing the user with a proper boolean.
fieldAlbums - Variable in class org.lyra.Interface.StatisticsAndFunctionsDialog
 
fieldArguments - Variable in class org.lyra.Interface.HostCreateDialog
 
fieldArtists - Variable in class org.lyra.Interface.StatisticsAndFunctionsDialog
 
fieldCriteria - Variable in class org.lyra.Interface.PlayerSearchToolBar
 
fieldDbPlaytime - Variable in class org.lyra.Interface.StatisticsAndFunctionsDialog
 
fieldDbUpdate - Variable in class org.lyra.Interface.StatisticsAndFunctionsDialog
 
fieldFile - Variable in class org.lyra.Interface.Chart.SaveDialog
 
fieldHeight - Variable in class org.lyra.Interface.Chart.SaveDialog
 
fieldHost - Variable in class org.lyra.Interface.HostCreateDialog
 
fieldIdentifier - Variable in class org.lyra.Interface.HostCreateDialog
 
fieldName - Variable in class org.lyra.Interface.PlaylistSaveDialog
 
fieldPassword - Variable in class org.lyra.Interface.HostCreateDialog
 
fieldPathname - Variable in class org.lyra.Interface.HostCreateDialog
 
fieldPlaytime - Variable in class org.lyra.Interface.StatisticsAndFunctionsDialog
 
fieldPort - Variable in class org.lyra.Interface.HostCreateDialog
 
fieldSongs - Variable in class org.lyra.Interface.StatisticsAndFunctionsDialog
 
fieldUptime - Variable in class org.lyra.Interface.StatisticsAndFunctionsDialog
 
fieldWidth - Variable in class org.lyra.Interface.Chart.SaveDialog
 
FILE_COLUMN - Static variable in class org.lyra.Widgets.OrganiserTableModel
 
fileCopy(File, File) - Method in class org.lyra.Operations
Wrapper for a series of instructions which should create a quick and efficient file copy structure.
fileHelp - Static variable in class org.lyra.Interface.Constants
Map that contains filenames for various help documents that may be accessed at any time.
fileIcons - Static variable in class org.lyra.Interface.Constants
Map that contains a list of all known icons for cleaner interfacing.
fileOps - Variable in class org.lyra.Interface.ManageOptionDialog.Interact
 
filePath - Variable in class org.lyra.HelpManager
 
fileWrite(InputStream, File) - Method in class org.lyra.Operations
Wrapper for a series of instructions which should create a quick and efficient file copy structure.
Filter - Variable in class org.lyra.Interface.PlayerOrganiserFrame.Interact
 
FINE - Static variable in class org.lyra.Ledger
Fine Level Entities
Fine(String, String, String) - Method in class org.lyra.Ledger
Outputs a given string to the logger property making use of the FINE logging level.
FINEST - Static variable in class org.lyra.Ledger
Finest Level Entities
Finest(String, String, String) - Method in class org.lyra.Ledger
Outputs a given string to the logger property making use of the Finest logging level.
fireContentsChanged(int, int, int) - Method in class org.lyra.Interface.Options.HostsPanel.HostListModel
Notifies various listeners that a change has taken place.
fireUpdate() - Method in class org.lyra.Host.Options
Passes on the direction to the Music Player Daemon host that a database update has been requested.
fireUpdateRequired(int, int) - Method in class org.lyra.Host.Pendulum
Triggers a notification to all of the elements in order to update the time and elapsed time elements for the song.
fireUpdateRequired(UpdateEvent) - Method in class org.lyra.Host.Updater
Notifies all listeners that have registered interest for notification on this event type.
formatElapsed(String) - Method in class org.lyra.Interface.StatisticsAndFunctionsDialog.Interact
Format a string based on a large number that needs to be split into the individual components.
formatEpoch(String) - Method in class org.lyra.Interface.StatisticsAndFunctionsDialog.Interact
Will take an Epoch date and transform it into a human readable format.
fps - Variable in class org.lyra.Widgets.InfiniteProgressPanel
Amount of frames per second.
Fullscreen - Variable in class org.lyra.Interface.PlayerCompactFrame
 

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