The controller that corresponds to the KanjiBrowser view.
More...
|
Hyperlink | cardHeisigKeyword6thEditionContents |
| The FXML Label containing the contents of the Heisig 6th edition keyword.
|
|
Label | cardOnReadingContents |
| The FXML Label containing the Chinese (On) Reading of the Kanji character.
|
|
Label | cardKunReadingContents |
| The FXML Label containing the Japanese (Kun) Reading of the Kanji character.
|
|
Label | cardNoteContents |
| The FXML Label containing the user-entered note contents associated with the character (if any).
|
|
Button | editNoteButton |
| The FXML Button that allows the user to edit the note.
|
|
|
void | enableFields () |
| Enables the lookup hyperlinks and edit note button upon the completion of a successful database query.
|
|
void | setupHyperlinkStyling () |
| Sets up the default styling for the hyperlinks.
|
|
|
Label | cardIDContents |
| The FXML Label containing the contents of the card ID.
|
|
Hyperlink | cardKanjiContents |
| The FXML Label containing the contents of the card's Kanji character.
|
|
Label | cardHeisigIndex5thEditionContents |
| The FXML Label containing the contents of the 5th edition Heisig index.
|
|
Label | cardHeisigIndex6thEditionContents |
| The FXML Label containing the contents of the 6th edition Heisig index.
|
|
Hyperlink | cardHeisigKeyword5thEditionContents |
| The FXML Label containing the contents of the 5th edition Heisig keyword.
|
|
DBConnectionPool | dbConnectionPool |
| The DBConnectionPool singleton instance associated with KanjiBrowserController.
|
|
The controller that corresponds to the KanjiBrowser view.
◆ onClick_cardHeisigKeyword5thEditionContents()
void net.samuelcmace.utk.gui.controller.KanjiViewController.onClick_cardHeisigKeyword5thEditionContents |
( |
ActionEvent |
actionEvent | ) |
|
Called when the Kanji 5th Edition Keyword hyperlink is clicked.
Opens a new browser window to the Merriam-Webster's Dictionary with the keyword.
- Parameters
-
actionEvent | The default arguments passed to the event. |
◆ onClick_cardHeisigKeyword6thEditionContents()
void net.samuelcmace.utk.gui.controller.KanjiViewController.onClick_cardHeisigKeyword6thEditionContents |
( |
ActionEvent |
actionEvent | ) |
|
Called when the Kanji 6th Edition Keyword hyperlink is clicked.
Opens a new browser window to the Merriam-Webster's Dictionary with the keyword.
- Parameters
-
actionEvent | The default arguments passed to the event. |
◆ onClick_cardKanjiContents()
void net.samuelcmace.utk.gui.controller.KanjiViewController.onClick_cardKanjiContents |
( |
ActionEvent |
actionEvent | ) |
|
Called when the Kanji Card Contents hyperlink is clicked.
Opens a new browser window to the JapanDict Kanji Lookup tool.
- Parameters
-
actionEvent | The default arguments passed to the event. |
◆ onClick_editNoteButton()
void net.samuelcmace.utk.gui.controller.KanjiViewController.onClick_editNoteButton |
( |
ActionEvent |
actionEvent | ) |
|
Called when the edit button is pressed.
- Parameters
-
actionEvent | The default arguments passed to the event. |
◆ onClick_returnButton()
void net.samuelcmace.utk.gui.controller.KanjiViewController.onClick_returnButton |
( |
ActionEvent |
actionEvent | ) |
|
Called when the return button is pressed.
- Parameters
-
actionEvent | The default arguments passed to the event. |
The documentation for this class was generated from the following file:
- /github/workspace/src/main/java/net/samuelcmace/utk/gui/controller/KanjiViewController.java