|
| enum | AppPaths |
| | Centralized registry of application-specific paths, both internal (classpath) and system-level. More...
|
| |
| enum | DifficultyLevel |
| | Defines the difficulty levels of a Sudoku grid and provides conversions between enum values and their numeric/byte representations. More...
|
| |
| enum | FxmlView |
| | Enumerates FXML view identifiers mapped to their relative file paths. More...
|
| |
| enum | I18n |
| | Singleton enum for internationalization (i18n) support. More...
|
| |
| enum | LogBackTxt |
| | Utility enum for log messages and ASCII art. More...
|
| |
| enum | MyRegex |
| | Utility class for managing and validating text against precompiled regular expressions. More...
|
| |
| enum | OsName |
| | Utility enum for operating system names. More...
|
| |
| enum | ScreenSize |
| | Utility enum for screen size. More...
|
| |
| enum | SecureRandomGenerator |
| | Utility enum for generating secure random numbers using Java's SecureRandom class. More...
|
| |
| enum | ToastLevels |
| | Utility enum for toast notification levels. More...
|
| |
| enum | Urls |
| | Utility enum for various application-specific url. More...
|
| |