![]() |
SudokuFX
|
Enumerates FXML view identifiers mapped to their relative file paths. More...
Collaboration diagram for fr.softsf.sudokufx.common.enums.FxmlView:Public Member Functions | |
| FxmlView (final String fxmlPath) | |
| final String | getPath () |
Public Attributes | |
| CRASH_SCREEN =("crash-screen-view.fxml") | |
| MAIN =("main/main-view.fxml") | |
Private Attributes | |
| final String | fxmlPath |
Enumerates FXML view identifiers mapped to their relative file paths.
Centralizes view references to improve type safety, reduce duplication, and support consistent loading.
| fr.softsf.sudokufx.common.enums.FxmlView.FxmlView | ( | final String | fxmlPath | ) |
| final String fr.softsf.sudokufx.common.enums.FxmlView.getPath | ( | ) |
| fr.softsf.sudokufx.common.enums.FxmlView.CRASH_SCREEN =("crash-screen-view.fxml") |
|
private |
| fr.softsf.sudokufx.common.enums.FxmlView.MAIN =("main/main-view.fxml") |