Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
f3741cbd
Commit
f3741cbd
authored
Feb 03, 2026
by
Luna Riegel
Browse files
Feat: Add new elements to fxml loader
parent
c507c986
Changes
1
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/Extensions/CityDoctorGUI/src/main/java/de/hft/stuttgart/citydoctor2/gui/CheckDialog.java
View file @
f3741cbd
...
@@ -112,6 +112,18 @@ public class CheckDialog {
...
@@ -112,6 +112,18 @@ public class CheckDialog {
@FXML
@FXML
private
Button
selectBtn
;
private
Button
selectBtn
;
@FXML
private
Button
selectAllGCBtn
;
@FXML
private
Button
selectNoneGCBtn
;
@FXML
private
Button
selectAllSCBtn
;
@FXML
private
Button
selectNoneSCBtn
;
@FXML
@FXML
private
TextField
schematronField
;
private
TextField
schematronField
;
...
@@ -133,6 +145,12 @@ public class CheckDialog {
...
@@ -133,6 +145,12 @@ public class CheckDialog {
@FXML
@FXML
private
Label
schematronFileLabel
;
private
Label
schematronFileLabel
;
@FXML
private
Label
checkDescriptionsLabel
;
@FXML
private
Hyperlink
homepageHyperlink
;
@FXML
@FXML
private
CheckBox
streamCheckOption
;
private
CheckBox
streamCheckOption
;
@FXML
@FXML
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment