SudokuFX
Loading...
Searching...
No Matches
fr.softsf.sudokufx.common.enums.FxmlView Enum Reference

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
 

Detailed Description

Enumerates FXML view identifiers mapped to their relative file paths.

Centralizes view references to improve type safety, reduce duplication, and support consistent loading.

Constructor & Destructor Documentation

◆ FxmlView()

fr.softsf.sudokufx.common.enums.FxmlView.FxmlView ( final String fxmlPath)

Member Function Documentation

◆ getPath()

final String fr.softsf.sudokufx.common.enums.FxmlView.getPath ( )

Member Data Documentation

◆ CRASH_SCREEN

fr.softsf.sudokufx.common.enums.FxmlView.CRASH_SCREEN =("crash-screen-view.fxml")

◆ fxmlPath

final String fr.softsf.sudokufx.common.enums.FxmlView.fxmlPath
private

◆ MAIN

fr.softsf.sudokufx.common.enums.FxmlView.MAIN =("main/main-view.fxml")

The documentation for this enum was generated from the following file: