SudokuFX
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456789]
 Pfr
 Psoftsf
 Psudokufx
 Pbenchmark
 CBenchGridMasterClasse de benchmark pour mesurer les performances des opérations sur la grille Sudoku, notamment le masquage de cases dans une grille résolue
 Pcommon
 Pannotation
 Penums
 Pexception
 Pinterfaces
 Putil
 Pconfig
 Pdatabase
 Pos
 CHttpClientConfigConfigures a secure HttpClient bean with TLS 1.3, no redirects, and a 5-second timeout
 CJVMApplicationPropertiesUtility enum for managing JVM application properties
 CJVMApplicationPropertiesUTest
 CMyLogbackConfigConfiguration class for Logback logging framework
 CMyLogbackConfigUTest
 CObjectMapperConfigConfiguration class for Jackson's ObjectMapper
 Pmodel
 CGameRepresents a Sudoku game instance stored in the database
 CGameLevelRepresents a difficulty level for a Sudoku game
 CGameLevelUTest
 CGameUTest
 CGridRepresents a Sudoku grid with default values, current values, and the number of possibilities
 CGridUTest
 CMenuRepresents a Menu configuration with a unique ID and a mode
 CMenuUTest
 COptionsRepresents user-configurable options for the SudokuFX application
 COptionsUTest
 CPlayerRepresents a player in the SudokuFX application
 CPlayerLanguageRepresents a player's language in the SudokuFX application
 CPlayerLanguageUTest
 CPlayerUTest
 Pnavigation
 CCoordinatorCoordinator is a Spring-managed component handling navigation and UI logic in a JavaFX application (MVVM-C pattern)
 CCoordinatorUTest
 Prepository
 CGameLevelRepositoryRepository interface for GameLevel entities
 CGameRepositoryRepository interface for Game entities
 CGridRepositoryRepository interface for Grid entities
 CMenuRepositoryRepository interface for Menu entities
 COptionsRepositoryRepository interface for Options entities
 CPlayerLanguageRepositoryRepository interface for PlayerLanguage entities
 CPlayerRepositoryRepository interface for Player entities
 Pservice
 PbusinessService layer where all parameters and return types are non-null by default
 PexternalService layer where all parameters and return types are non-null by default
 PuiService layer where all parameters and return types are non-null by default
 Ptesting
 Pe2e
 Pintegration
 Punit
 Pview
 Pcomponent
 Pmain
 Putil
 CCrashScreenViewView class for the crash screen without business logic
 CSplashScreenViewView class for the splash screen of the Sudoku application
 Pviewmodel
 Pgrid
 Pstate
 CActiveMenuOrSubmenuViewModelViewModel component managing the currently active menu or submenu
 CHelpViewModelViewModel responsible for displaying the help dialog
 CHelpViewModelUTest
 CMenuHiddenViewModelMenuHiddenViewModel (not final) handles the business logic for the "Show Menu" button's accessibility text when the menu is hidden
 CMenuLevelViewModelViewModel for managing difficulty level selection in the menu
 CMenuLevelViewModelUTest
 CMenuMaxiViewModelViewModel for the maxi menu
 CMenuMaxiViewModelUTest
 CMenuMiniViewModelViewModel for the mini menu
 CMenuNewViewModelViewModel for managing the "New" menu UI state, accessibility labels, and update status
 CMenuOptionsViewModelViewModel managing menu options UI state and accessibility strings
 CMenuOptionsViewModelUTest
 CMenuPlayerViewModelViewModel managing player menu UI state and localized accessibility texts
 CMenuSaveViewModelViewModel for managing backup menu UI state and accessibility texts
 CMenuSolveViewModelViewModel for managing "solve" menu UI state and accessibility texts
 CLauncherA launcher class to workaround classpath issues
 CSudoMainMain JavaFX application class launching the UI and initializing the Spring context