Commit f3741cbd authored by Luna Riegel's avatar Luna Riegel
Browse files

Feat: Add new elements to fxml loader

parent c507c986
......@@ -112,6 +112,18 @@ public class CheckDialog {
@FXML
private Button selectBtn;
@FXML
private Button selectAllGCBtn;
@FXML
private Button selectNoneGCBtn;
@FXML
private Button selectAllSCBtn;
@FXML
private Button selectNoneSCBtn;
@FXML
private TextField schematronField;
......@@ -133,6 +145,12 @@ public class CheckDialog {
@FXML
private Label schematronFileLabel;
@FXML
private Label checkDescriptionsLabel;
@FXML
private Hyperlink homepageHyperlink;
@FXML
private CheckBox streamCheckOption;
@FXML
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment