Skip to content
Snippets Groups Projects
Commit 3fafdd03 authored by Andreas Bayha's avatar Andreas Bayha
Browse files

Annotations: Updated .fxml of AnnotationView

Added filter section.

Issue-Ref: 4014
Issue-Url: https://af3-developer.fortiss.org/issues/4014


Signed-off-by: default avatarAndreas Bayha <bayha@fortiss.org>
parent a3e117c4
No related branches found
No related tags found
1 merge request!1254014
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.CheckBox?>
<?import javafx.scene.control.ComboBox?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.RadioButton?>
<?import javafx.scene.control.SplitPane?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.control.ToggleGroup?>
<?import javafx.scene.control.TreeTableView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<SplitPane fx:id="annotationSplitPane" dividerPositions="0.6105527638190955" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" orientation="VERTICAL" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
<SplitPane fx:id="annotationSplitPane" dividerPositions="0.8567839195979899" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" orientation="VERTICAL" prefHeight="400.0" prefWidth="1191.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
<items>
<AnchorPane fx:id="annotationTablePane" minHeight="0.0" minWidth="0.0" prefHeight="100.0" prefWidth="160.0">
<AnchorPane fx:id="annotationTablePane" minHeight="0.0" minWidth="0.0" prefHeight="1000.0" prefWidth="160.0">
<children>
<TreeTableView fx:id="annotationTreeTableView" layoutX="328.0" layoutY="20.0" prefHeight="239.0" prefWidth="598.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
<TreeTableView fx:id="annotationTreeTableView" layoutX="328.0" layoutY="20.0" prefHeight="1000.0" prefWidth="598.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
</children></AnchorPane>
<AnchorPane fx:id="filterPane" minHeight="52.0" minWidth="0.0" prefHeight="52.0" prefWidth="1189.0">
<children>
<HBox layoutX="158.0" layoutY="51.0" prefHeight="151.0" prefWidth="598.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<VBox prefHeight="1000.0" prefWidth="4000.0">
<children>
<HBox prefHeight="40.0" prefWidth="148.0" spacing="5.0">
<children>
<Label minHeight="20.0" text="Filter:" />
<RadioButton fx:id="radBtnFilterModelElements" minHeight="20.0" mnemonicParsing="false" text="model elements">
<toggleGroup>
<ToggleGroup fx:id="filterGroup" />
</toggleGroup>
</RadioButton>
<RadioButton fx:id="radBtnFilterAnnotationNames" minHeight="20.0" mnemonicParsing="false" text="annotation names:" toggleGroup="$filterGroup" />
<CheckBox fx:id="chkBoxMatchCase" mnemonicParsing="false" text="match case" />
</children>
</HBox>
<TextField fx:id="txtFilterText" minHeight="30.0" prefHeight="0.0" prefWidth="400.0" promptText="type filter text (regex)" />
</children>
</VBox>
<VBox minWidth="290.0" prefHeight="151.0" prefWidth="167.0">
<children>
<Label minHeight="20.0" text="Filter model element type:" />
<CheckBox fx:id="chkBoxselectedTypeOnly" minHeight="20.0" mnemonicParsing="false" text="Show only selected model element type" />
</children>
</VBox>
<VBox minWidth="250.0" prefHeight="151.0" prefWidth="162.0">
<children>
<Label text="Filter model element hierarchy level:" />
<ComboBox fx:id="comboHierarchy" prefWidth="150.0" />
</children>
</VBox>
<VBox minWidth="160.0" prefHeight="151.0" prefWidth="136.0">
<children>
<Label text="Filter annotation type:" />
<ComboBox fx:id="comboAnnotationType" prefWidth="150.0" />
</children>
</VBox>
</children>
</HBox>
</children></AnchorPane>
<AnchorPane fx:id="filterPane" minHeight="0.0" minWidth="0.0" prefHeight="219.0" prefWidth="598.0" />
</items>
</SplitPane>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment