Package controller
Class SettingsController
java.lang.Object
controller.SettingsController
- All Implemented Interfaces:
Controller
,javafx.fxml.Initializable
-
Field Summary
Modifier and TypeFieldDescriptionjavafx.scene.control.CheckBox
javafx.scene.control.TextField
javafx.scene.control.CheckBox
javafx.scene.control.CheckBox
javafx.scene.control.TextField
javafx.scene.control.TextField
-
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
-
fontSizeInput
public javafx.scene.control.TextField fontSizeInput -
consoleOutput
public javafx.scene.control.CheckBox consoleOutput -
searchForMoreVideos
public javafx.scene.control.CheckBox searchForMoreVideos -
verticalFG
public javafx.scene.control.CheckBox verticalFG -
videoWidth
public javafx.scene.control.TextField videoWidth -
videoHeight
public javafx.scene.control.TextField videoHeight
-
-
Constructor Details
-
SettingsController
public SettingsController()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfacejavafx.fxml.Initializable
-
close
public void close()- Specified by:
close
in interfaceController
-