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
3bf294d4
Commit
3bf294d4
authored
Feb 03, 2026
by
Luna Riegel
Browse files
Feat: Add select/unselect all checks buttons
parent
3c2d02e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/Extensions/CityDoctorGUI/src/main/resources/de/hft/stuttgart/citydoctor2/gui/CheckDialog.fxml
View file @
3bf294d4
...
...
@@ -71,6 +71,16 @@
<Font
size=
"16.0"
/>
</font>
</Label>
<HBox>
<children>
<Button
fx:id=
"selectAllGCBtn"
mnemonicParsing=
"false"
text=
"Select All"
/>
<Button
fx:id=
"selectNoneGCBtn"
layoutX=
"10.0"
layoutY=
"10.0"
mnemonicParsing=
"false"
text=
"Select None"
>
<HBox.margin>
<Insets
left=
"10.0"
/>
</HBox.margin>
</Button>
</children>
</HBox>
<TreeTableView
fx:id=
"geometricTable"
editable=
"true"
maxHeight=
"1.7976931348623157E308"
maxWidth=
"1.7976931348623157E308"
minHeight=
"400.0"
minWidth=
"400.0"
prefWidth=
"600.0"
showRoot=
"false"
VBox.vgrow=
"ALWAYS"
/>
</children>
</VBox>
...
...
@@ -81,6 +91,16 @@
<Font
size=
"16.0"
/>
</font>
</Label>
<HBox>
<children>
<Button
fx:id=
"selectAllSCBtn"
mnemonicParsing=
"false"
text=
"Select All"
/>
<Button
fx:id=
"selectNoneSCBtn"
layoutX=
"10.0"
layoutY=
"10.0"
mnemonicParsing=
"false"
text=
"Select None"
>
<HBox.margin>
<Insets
left=
"10.0"
/>
</HBox.margin>
</Button>
</children>
</HBox>
<TreeTableView
fx:id=
"semanticTable"
editable=
"true"
maxHeight=
"1.7976931348623157E308"
minWidth=
"400.0"
prefWidth=
"600.0"
showRoot=
"false"
VBox.vgrow=
"ALWAYS"
/>
</children>
</VBox>
...
...
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