Package controller
Class SettingsController
java.lang.Object
controller.SettingsController
- All Implemented Interfaces:
Controller,javafx.fxml.Initializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionjavafx.scene.control.CheckBoxjavafx.scene.control.TextFieldjavafx.scene.control.CheckBoxjavafx.scene.control.CheckBoxjavafx.scene.control.TextFieldjavafx.scene.control.TextField -
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
-
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:
initializein interfacejavafx.fxml.Initializable
-
close
public void close()- Specified by:
closein interfaceController
-