public class PreferenceDialogController
extends java.lang.Object
implements javafx.fxml.Initializable
| Modifier and Type | Field and Description |
|---|---|
javafx.scene.control.TableView<DataAdapterInfo> |
availableAdapterTable |
javafx.scene.control.Button |
browsePluginLocButton |
javafx.scene.control.TextField |
downSamplingThreshold |
javafx.scene.control.TableColumn |
enabledColumn |
javafx.scene.control.ChoiceBox<NotificationDurationChoices> |
notifcationDurationChoiceBox |
javafx.scene.control.TextField |
pluginLocTextfield |
| Constructor and Description |
|---|
PreferenceDialogController() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleBrowsePluginsFolder(javafx.event.ActionEvent actionEvent) |
void |
handleCheckForUpdate(javafx.event.ActionEvent actionEvent) |
void |
handleHideSettings(javafx.event.ActionEvent actionEvent) |
void |
handleResetSettings(javafx.event.ActionEvent actionEvent) |
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
public javafx.scene.control.TextField downSamplingThreshold
public javafx.scene.control.TextField pluginLocTextfield
public javafx.scene.control.Button browsePluginLocButton
public javafx.scene.control.TableView<DataAdapterInfo> availableAdapterTable
public javafx.scene.control.TableColumn enabledColumn
public javafx.scene.control.ChoiceBox<NotificationDurationChoices> notifcationDurationChoiceBox
public void initialize(java.net.URL location,
java.util.ResourceBundle resources)
initialize in interface javafx.fxml.Initializablepublic void handleCheckForUpdate(javafx.event.ActionEvent actionEvent)
public void handleHideSettings(javafx.event.ActionEvent actionEvent)
public void handleResetSettings(javafx.event.ActionEvent actionEvent)
public void handleBrowsePluginsFolder(javafx.event.ActionEvent actionEvent)
Copyright © 2018 Frederic Thevenet. All rights reserved.