The controller that corresponds to the Quiz view.
More...
|
DBConnectionPool | dbConnectionPool |
| Singleton instance of the database connection pool associated with the KanjiSearchController.
|
|
TextField | searchByCharacterTextField |
| FXML Object in which the user enters the Kanji Character.
|
|
TextField | searchBy5thEditionHeisigIndexTextField |
| FXML Object in which the user enters the 5th edition Heisig index.
|
|
TextField | searchBy6thEditionHeisigIndexTextField |
| FXML Object in which the user enters the 6th edition Heisig index.
|
|
TextField | searchBy5thEditionHeisigKeywordTextField |
| FXML Object in which the user enters the 5th edition Heisig keyword.
|
|
TextField | searchBy6thEditionHeisigKeywordTextField |
| FXML Object in which the user enters the 6th edition Heisig keyword.
|
|
The controller that corresponds to the Quiz view.
◆ onClick_returnButton()
void net.samuelcmace.utk.gui.controller.KanjiSearchController.onClick_returnButton |
( |
ActionEvent |
actionEvent | ) |
|
Called when the return button is pressed.
- Parameters
-
actionEvent | The default arguments passed to the event. |
◆ searchBy5thEditionHeisigIndexButton_onClick()
void net.samuelcmace.utk.gui.controller.KanjiSearchController.searchBy5thEditionHeisigIndexButton_onClick |
( |
ActionEvent |
actionEvent | ) |
|
The click event to search for the Kanji character by the 5th edition Heisig index.
- Parameters
-
actionEvent | The action that called the event. |
◆ searchBy5thEditionHeisigKeywordButton_onClick()
void net.samuelcmace.utk.gui.controller.KanjiSearchController.searchBy5thEditionHeisigKeywordButton_onClick |
( |
ActionEvent |
actionEvent | ) |
|
The click event to search for the Kanji character by the 5th edition Heisig keyword.
- Parameters
-
actionEvent | The action that called the event. |
◆ searchBy6thEditionHeisigIndexButton_onClick()
void net.samuelcmace.utk.gui.controller.KanjiSearchController.searchBy6thEditionHeisigIndexButton_onClick |
( |
ActionEvent |
actionEvent | ) |
|
The click event to search for the Kanji character by the 6th edition Heisig index.
- Parameters
-
actionEvent | The action that called the event. |
◆ searchBy6thEditionHeisigKeywordButton_onClick()
void net.samuelcmace.utk.gui.controller.KanjiSearchController.searchBy6thEditionHeisigKeywordButton_onClick |
( |
ActionEvent |
actionEvent | ) |
|
The click event to search for the Kanji character by the 6th edition Heisig keyword.
- Parameters
-
actionEvent | The action that called the event. |
◆ searchByCharacterButton_onClick()
void net.samuelcmace.utk.gui.controller.KanjiSearchController.searchByCharacterButton_onClick |
( |
ActionEvent |
actionEvent | ) |
|
The click event to search for the Kanji character information by Kanji character input.
- Parameters
-
actionEvent | The action that called the event. |
The documentation for this class was generated from the following file:
- /github/workspace/src/main/java/net/samuelcmace/utk/gui/controller/KanjiSearchController.java