Class TopMenuController
java.lang.Object
eirb.pub.app.display.javafx.view.vault.viewer.TopMenuController
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetController(AppController controller) Sets the AppController that this controller will interact with.
-
Constructor Details
-
TopMenuController
public TopMenuController()
-
-
Method Details
-
setController
Sets the AppController that this controller will interact with.- Parameters:
controller- The main controller for the application.
-