Checkstyle Updates
This commit is contained in:
@ -38,7 +38,6 @@ import javafx.fxml.FXML;
|
||||
import javafx.fxml.Initializable;
|
||||
import javafx.scene.control.Alert;
|
||||
import javafx.scene.control.Alert.AlertType;
|
||||
import javafx.scene.control.Button;
|
||||
import javafx.scene.control.ChoiceBox;
|
||||
import javafx.scene.control.CustomMenuItem;
|
||||
import javafx.scene.control.Label;
|
||||
@ -89,8 +88,6 @@ public class MainDesignerController implements Initializable, SettingsOwner {
|
||||
private Menu fileMenu;
|
||||
/* Center toolbar */
|
||||
@FXML
|
||||
private Button refreshASTButton;
|
||||
@FXML
|
||||
private ChoiceBox<LanguageVersion> languageChoiceBox;
|
||||
@FXML
|
||||
private ChoiceBox<String> xpathVersionChoiceBox;
|
||||
@ -150,7 +147,7 @@ public class MainDesignerController implements Initializable, SettingsOwner {
|
||||
DesignerUtil.rewire(xpathPanelController.xpathVersionProperty(),
|
||||
xpathVersion, this::setXpathVersion);
|
||||
|
||||
refreshASTButton.setOnAction(e -> onRefreshASTClicked());
|
||||
|
||||
licenseMenuItem.setOnAction(e -> showLicensePopup());
|
||||
openFileMenuItem.setOnAction(e -> onOpenFileClicked());
|
||||
openRecentMenu.setOnAction(e -> updateRecentFilesMenu());
|
||||
|
Reference in New Issue
Block a user