Interface | Description |
---|---|
Cancelable |
Allows an object to be cancelled. what it means to be
cancelled depends on the implementation.
|
Class | Description |
---|---|
CancelAction |
Action which
cancels a Cancelable . |
FontUtilities |
Helper methods for working with fonts.
|
HyperlinkLabel |
Label which shows a hyperlink which will be opened in the default browser on click.
|
Icons |
Utility class for getting icons by their filename relative to the default icon resource path.
|
JGlossWorker<T,V> |
SwingWorker with utility methods for giving feedback.
|
ProgressDialog |
Modal progress dialog with a message, a progress bar and an optional cancel
button.
|
ShowingChangedAdapter |
Listener which calls
ShowingChangedAdapter.componentShown(HierarchyEvent) and
ShowingChangedAdapter.componentHidden(HierarchyEvent) when the visibility of a component
on screen has changed. |
SwingWorkerProgressFeedback |
Show progress feedback for SwingWorker background execution.
|
UIUtilities |
Collection of static utility methods for user interface creation.
|
XCVManager |
Makes the Cut/Copy/Paste actions of a
JTextComponent available for a menu. |
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.