Package controller
Class InfoController
java.lang.Object
controller.InfoController
- All Implemented Interfaces:
Controller
,javafx.fxml.Initializable
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
initialize
(URL location, ResourceBundle resources) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
initialize
in interfacejavafx.fxml.Initializable
-
close
public void close()- Specified by:
close
in interfaceController
-