Interface | Description |
---|---|
SwingSavable |
Interface for a SwingSaver.
|
Class | Description |
---|---|
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 | |
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. |
JHTMLLabel |
This components modifies a
JEditorPane in a way that is looks exactly like a JLabel and provides a
HyperlinkListener that opens the systems default browser is the user clicks on any links. |
LocaleComboBoxModel | |
OkCancelApplyDialog | |
OkCancelApplyHelpDialog | |
RelativeRangeModel | |
SwingChangeMonitor | |
SwingSaver |
Implements the interface Savable with Swing-Dialogs.
|
SwingSaverMessages | |
TableColumnModelAdapter |
An abstract adapter class for receiving events of a
TableColumnModel . |