Package controller
Class InfoController
java.lang.Object
controller.InfoController
- All Implemented Interfaces:
Controller,javafx.fxml.Initializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidinitialize(URL location, ResourceBundle resources) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface controller.Controller
injectStatusLabel, registerController, unregisterController
-
Field Details
-
licensesArea
public javafx.scene.control.TextArea licensesArea
-
-
Constructor Details
-
InfoController
public InfoController()
-
-
Method Details
-
initialize
- Specified by:
initializein interfacejavafx.fxml.Initializable
-
close
public void close()- Specified by:
closein interfaceController
-