Class | Description |
---|---|
BasicFontPropertiesPane |
A panel that edits the basic font properties.
|
BorderlessButton | |
ColorCellRenderer |
A cell-renderer that renders color objects along with their human readable name.
|
ColorComboBox |
A predefined combobox that contains the predefined excel color pallette.
|
ColorUtility |
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.
|
CommonDialog |
A modal dialog with a ok and cancel buttons.
|
ConsumableActionEvent | |
DefaultTableHeaderRenderer | |
EllipsisButton | |
EmptyValueListCellRenderer |
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.
|
FixDefaultListCellRenderer |
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.
|
FocusTracker |
A base class for implementations that have to track the current keyboard focus.
|
FontFamilyComboBox |
A preconfigured combobox for font-family names.
|
FontSizeComboBox |
A preconfigured combobox for font-sizes.
|
FormattingTableCellRenderer | |
GenericCellEditor |
This editor can handle all objects that have a single argument String constructor.
|
GenericCellRenderer | |
GenericTransferable | |
GroupLayoutUtil | |
HorizontalLayout | |
KeyedComboBoxModel<K,V> |
The KeyedComboBox model allows to define an internal key (the data element) for every entry in the model.
|
LibSwingBoot | |
LibSwingInfo |
Details about the LibFormat project.
|
LibSwingUtil |
Utility classes for swing.
|
MacOSXIntegration | |
MacOSXIntegration.ApplicationEventSupport | |
Messages |
A translation bundle.
|
NonFilteringPlainDocument |
A plain document that ignores any attempt to set the "filterNewLines" property.
|
OverlayLayout |
A simple layoutmanager to overlay all components of a parent.
|
PaintCellRenderer |
A cell renderer for
java.awt.Paint objects. |
SerializedObjectContainer | |
SerializedObjectContainer.DebuggingObjectOutputStream | |
SmartComboBox<T> |
A combobox that does not check whether a selected item is part of the model when the box is not editable.
|
ToolbarButton |
A standard toolbar button preconfigured and ready to be used with a action..
|
ValuePassThroughCellEditor |
A non editing cell-editor for comboboxes.
|
VerticalLayout | |
WeakEventListenerList |
An event listener list that stores the listeners as weak references.
|