| Class | Description |
|---|---|
| Application |
Class that displays the main window of the JavaFX application, creates all necessary views, and mutually registers
listeners and consumers of the different components.
|
| Application.ToolReady |
Class that tests if all required parameter values have been set for a
JstacsTool via Parameter.hasDefaultOrIsSet(). |
| HelpViewer |
Class for displaying the help text of a
JstacsTool (JstacsTool.getHelpText()) in the JavaFX GUI. |
| LoadSaveDialogs |
Class providing static methods for displaying load and save dialogs.
|
| Messages |
Class for displaying overlay messages (Tool started, tool failed, tool finished) stacked on top of the
main window of the JavaFX
Application. |
| SplashScreen |
Class for displaying a splash screen while the main window of the
Application is loading. |
| TaskViewer |
Class for rendering a list of currently running or scheduled tasks in an
Application. |
| Enum | Description |
|---|---|
| Messages.Level |
The severity level of a message
|