See: Description
Interface | Description |
---|---|
ActionDelegate |
Interface for delegates responsible for processing shared actions.
|
ClosableTabListener |
Listens for closed tabs rendered by the
ClosableTab component. |
DocumentValidator |
Validates the contents of the text field etc.
|
ThresholdListener |
Informed by the
MemoryController when a certain threashold was reached. |
Class | Description |
---|---|
ActionManager |
Represents a high-level application shared action delegated to registered objects.
|
AlignmentDef |
Data encapsulation class for
GUIUtils.alignHorizontally() . |
ClosableTab |
Implements a standard tab used by
JTabbedPane which can be closed. |
CommonsSwingWorker |
This is the 3rd version of SwingWorker (also known as
SwingWorker 3), an abstract class that you subclass to
perform GUI-related work in a dedicated thread.
|
ContentGetter |
Provides a charateristic text for a generic component.
|
FocusRequester |
Allows a component be automatically focussed before calling
setVisible . |
GUIUtils |
Some multipurpose utility methods for handling AWT/Swing GUIs.
|
HighlightingUtils |
Searching components for patterns and highlights the results (may be reset also).
|
ImageFactory |
Factory class for vending various images (here of type
ImageIcon ). |
MemoryController |
Monitors the memory consumption (heap) of a JVM and allows to run the gc.
|
MonitoredRunnable |
Runnable subclass with methods for getting progress and status. |
SharedAction |
Simple data holding class for high-level shared GUI actions.
|
StatusBar |
GUI component for main application windows providing support for progress, message etc.
|
StatusBarMessage |
Simple data holding class represnting messages to be printed via status bar.
|
TableProgressBar |
Use this sub-class to use a progress bar in indeterminate mode in tables.
|
WindowDisposer |
Disposes a Swing window safely with the AWT thread if executed with
invokeLater
method from SwingUtilies . |
Copyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.