| Interface | Description |
|---|---|
| ManagesScale |
This is a marker interface for Swing components that managed their own scale, so should be skipped by the utility
methods on the
GUIUtils class. |
| ProgressComponent.Listener<T> | |
| ProgressTask<T> |
A named task which may report its progress and may return a value.
|
| TiledImageViewer.ViewListener |
A listener for changes to a
TiledImageViewer view. |
| TileListener |
A listener for changes in the contents of tiles.
|
| TileProvider |
A provider of image tiles.
|
| Class | Description |
|---|---|
| BetterAction | |
| BetterJPopupMenu | |
| MessageUtils | |
| MultiProgressComponent<T> |
A component which can execute a task in the background, reporting its
progress on a progress bar, displaying status messages from the task, and
optionally allowing the user to cancel the task.
|
| ProgressComponent<T> |
A component which can execute a task in the background, reporting its
progress on a progress bar, displaying status messages from the task, and
optionally allowing the user to cancel the task.
|
| ProgressDialog<T> | |
| ProgressDialog.Option | |
| RemoteJCheckBox |
A checkbox which binds to the model of another checkbox so that their states
are synced.
|
| ScrollablePanel |
Created by Pepijn Schmitz on 20-07-16.
|
| SpinnerUtils | |
| TiledImageViewer |
A generic visual component which can display one or more layers of large or even endless tile-based images, with
support for scrolling and scaling the images.
|
| TiledImageViewerContainer |
A container for a
TiledImageViewer, which adds scrollbars around it. |
| Enum | Description |
|---|---|
| TiledImageViewer.BackgroundImageMode |
| Exception | Description |
|---|---|
| UnknownTileProviderException |
Created by Pepijn on 27-11-2016.
|
Copyright © 2011–2023 pepsoft.org. All rights reserved.