Package controller
Class MeasurementController
java.lang.Object
controller.MeasurementController
- All Implemented Interfaces:
Controller
,javafx.fxml.Initializable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
initialize
(URL location, ResourceBundle resources) void
injectStatusLabel
(javafx.scene.control.Label statusLabel) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface controller.Controller
registerController, unregisterController
-
Constructor Details
-
MeasurementController
public MeasurementController()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfacejavafx.fxml.Initializable
-
injectStatusLabel
public void injectStatusLabel(javafx.scene.control.Label statusLabel) - Specified by:
injectStatusLabel
in interfaceController
-
close
public void close()- Specified by:
close
in interfaceController
-