Class VaultFileCreatorController
java.lang.Object
eirb.pub.app.display.javafx.view.vault.creator.VaultFileCreatorController
- All Implemented Interfaces:
javafx.fxml.Initializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(URL url, ResourceBundle resourceBundle) Initialize listener for labelsvoidsetController(AppController controller) Set the application controller for the view
-
Constructor Details
-
VaultFileCreatorController
public VaultFileCreatorController()
-
-
Method Details
-
setController
Set the application controller for the view- Parameters:
controller- application controller
-
initialize
Initialize listener for labels- Specified by:
initializein interfacejavafx.fxml.Initializable- Parameters:
url- the url of the fxml fileresourceBundle- resourceBundle
-