Package org.lyra.Widgets

Class Summary
CustomColorRenderer Permits the custom application of colours for row and cells generated within a JTable instance.
DateTableCellRenderer The Music Player Daemon (MPD) makes use of seconds in duration and Unix time in the protocol.
EnhancedListSelectionModel ListSelectionModels provide no inherent ability to identify which model is called from which element.
GraphicsUtilities Contains various static functions that can be employed to perform certain operations on images.
HTTPClient Wrapper method for built-in Java commands that enable a one-method use for calling and retrieving documents over the HTTP protocol.
InfiniteProgressPanel An infinite progress panel displays a rotating figure and a message to notice the user of a long, duration unknown task.
LyraMutableTreeNode A slight variant of the DefaultMutableTreeNode class that also aims to add in two identifiers into the mix.
OrganiserTableModel This is a wrapper to the DefaultTableModel which alters behaviour to match our needs in certain areas.
PositionCellRenderer Very basic cell renderer which translates position numbers for display to users.
RapidDialog 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.
RatingBar General widget with control methods allowing the instantiation of the rating bar.
RatingCellEditor Generates a user interface necessary to modify the rating section of the song listing.
RatingCellRenderer Makes use of a similar generation technique found in the RatingCellEditor with exception that it is not going to be modifiable.
RegexConstrainedDocument A method for preventing unwanted information from making its way into past the initial user interface.
ResizeIcon Creates an icon used for the resizing capability of a window.
TickerBufferedLabel Provides a ticker tape capability to the javax.swing.JLabel display in order to permit them to display larger strings then they are physically able to display.
TickerCanvas Provides a ticker tape capability to the javax.swing.JLabel display in order to permit them to display larger strings then they are physically able to display.
TickerSimpleLabel Provides a ticker tape capability to the javax.swing.JLabel display in order to permit them to display larger strings then they are physically able to display.