Understanding the Kanji 0.1.5
A tool for understanding the meaning behind the Japanese Kanji characters.
|
▼Nnet | |
▼Nsamuelcmace | |
▼Nutk | |
▼Ngui | |
▼Ncontroller | |
CAboutController | The controller for the About view |
CAboutLicensesController | The controller that corresponds to the AboutLicenses view |
CKanjiEditorController | The controller that corresponds to the KanjiEditor view |
CKanjiSearchController | The controller that corresponds to the Quiz view |
CKanjiViewController | The controller that corresponds to the KanjiBrowser view |
CLoadController | The controller that corresponds to the Load view |
CControllerManager | Abstract class to control the switching behavior of the FXML views and their corresponding controllers |
CControllers | Defines the Controllers and their corresponding FXML files |
CMessageBox | Utility class to create and display message boxes to the user (without any logging) |
▼Nlogic | |
CAppStoragePaths | Utility class associated with creating and retrieving the default file structure for the project |
CDatabaseConnection | Defines an object wrapper for a SQLite database connection |
CDatabaseReadConnection | The DatabaseConnection child class associated with reading data from the database |
CDatabaseWriteConnection | The DatabaseConnection child class associated with writing data to the database |
CDBConnectionPool | Singleton to manage program-wide database connections |
CLogger | Abstract (static) class to log messages both to the program and to the console |
CApplicationLauncher | The main class for the program |
CMain | The main class for the OpenJFX Application |