| Interface | Description |
|---|---|
| SwingSavable |
Interface for a SwingSaver.
|
| Class | Description |
|---|---|
| AboutDialog |
A customizable about dialog that contains information in mutliple tabs.
|
| AbstractDocumentEdit |
Implements basic functionality for edits on a document that takes track of changes.
|
| AbstractUndoActionManagement |
Implements basic functionality for applications using an
AccessibleUndoManager to display undoable (and
redoable) edits in swing submenus. |
| AccessibleUndoManager |
An extension of
UndoManager that allows to access all edit objects contained in the underlying list. |
| ActionMap |
This class allows to store various
Action objects in a Map
and access them with a unique String. |
| DecimalInput |
Swing input for decimal values using a text field and a slider.
|
| DecimalInputDialog | |
| ExtendedAbstractAction | |
| ExtendedDesktopPane |
This class extends the
JDesktopPane with the functionality of tiling
and cascading the internal frames. |
| FileChooserDirModel |
This class allows several instances of
JFileChooser to use the same directory. |
| JDropDownSpinner<I> |
A Swing component consisting of a
JComboBox with a up and down buttons on the left, like they are
found in a JSpinner. |
| ListBackedComboBoxModel<E> |
An implementation of
ComboBoxModel that always reflects the contents of a List. |
| ListBackedListModel<E> |
An implementation of
ListModel that always reflects the contents of a List. |
| LocaleComboBoxModel | |
| OkCancelApplyDialog | |
| OkCancelApplyHelpDialog | |
| ProgressDialog |
A modal dialog displaying a progress bar that can be updated using the methods of
ProgressMonitor. |
| RelativeRangeModel | |
| SwingChangeMonitor | |
| SwingSaver |
Implements the interface Savable with Swing-Dialogs.
|
| SwingSaverMessages | |
| SwingUtils | |
| SystemBrowserHyperlinkListener |
An implementation of
HyperlinkListener that opens URLs in the system browser. |
| TableColumnModelAdapter |
|
| ToolBarPopup | |
| WrapLayout |
FlowLayout subclass that fully supports wrapping of components.
|