All Classes and Interfaces
Class
Description
Adds the ability for a PropertyEditor to specify if it supports being able to be set via a text field.
Helper class used to run database queries in the background and provide the user with a cancellable "wait" dialog.
A panel that edits the basic font properties.
Interface which allows a controlling thread to cancel the processing of another thread in a controlled manner.
A cell-renderer that renders color objects along with their human readable name.
A predefined combobox that contains the predefined excel color pallette.
A helper class that enables the mapping of color names and color strings given as hex-strings to be mapped into
java.awt.Color objects.
A modal dialog with a ok and cancel buttons.
A panel that allows the user to select a date.
A list cell renderer that corrects the obvious Swing bug where empty strings or null-values as first element in a
JList or a JCombobox cause the list to have a size near to zero.
This class fixes a bug in the DefaultListCellRenderer's behaviour that caused cells to be infinitely small when the
text to be displayed is a empty string.
A base class for implementations that have to track the current keyboard focus.
A preconfigured combobox for font-family names.
A preconfigured combobox for font-sizes.
This editor can handle all objects that have a single argument String constructor.
The KeyedComboBox model allows to define an internal key (the data element) for every entry in the model.
Details about the LibFormat project.
Utility classes for swing.
A translation bundle.
A plain document that ignores any attempt to set the "filterNewLines" property.
A simple layoutmanager to overlay all components of a parent.
A cell renderer for
java.awt.Paint
objects.A combobox that does not check whether a selected item is part of the model when the box is not editable.
A standard toolbar button preconfigured and ready to be used with a action..
A non editing cell-editor for comboboxes.
A dialog which will indicate to the user that an operation is being performed and will provide them an opportunity to
try and cancel that operation.
Class which will close the wait dialog once the worker thread has completed processing (or exited early due to a
cancel being issued).
An event listener list that stores the listeners as weak references.