Kenmegne
6 days ago 908e81dd173f380879d5fabeb5794d5b7a76df0e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0" encoding="UTF-8"?>
 
<?import com.megatimfx.common.customcontrols.AbstractNestedEntityTable?>
<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TableColumn?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.control.TitledPane?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
 
<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="671.0" stylesheets="@../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ModeleJsonEditFormController">
   <children>
      <VBox alignment="CENTER" prefHeight="458.0" prefWidth="671.0">
         <children>
            <VBox alignment="CENTER" prefHeight="453.0" prefWidth="683.0" spacing="5.0">
               <padding>
                  <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
               </padding>
               <children>
                  <TitledPane collapsible="false" text="Informations sur le fichier JSON">
                     <content>
                        <VBox prefHeight="31.0" prefWidth="603.0" spacing="5.0">
                           <padding>
                              <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
                           </padding>
                           <children>
                              <HBox minWidth="400.0" prefHeight="46.0" prefWidth="400.0">
                                 <children>
                                    <HBox alignment="CENTER_LEFT" prefHeight="27.0" prefWidth="352.0" spacing="5.0">
                                       <children>
                                          <Label alignment="CENTER_RIGHT" minWidth="60.0" text="Type de fichier" />
                                          <AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minWidth="100.0" prefWidth="261.0" />
                                       </children>
                                    </HBox>
                                    <HBox alignment="CENTER_LEFT" spacing="5.0">
                                       <children>
                                          <Label alignment="CENTER_RIGHT" minWidth="100.0" prefWidth="100.0" text="Nom de l'objet" />
                                          <TextField fx:id="objectNameTextField" minWidth="100.0" prefHeight="27.0" prefWidth="153.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                                       </children>
                                    </HBox>
                                 </children>
                              </HBox>
                           </children>
                        </VBox>
                     </content>
                  </TitledPane>
                  <HBox alignment="CENTER" prefHeight="333.0" prefWidth="631.0" spacing="5.0">
                     <children>
                        <TitledPane animated="false" collapsible="false" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="313.0" prefWidth="356.0" text="Structure des champs">
                           <content>
                              <VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" spacing="5.0">
                                 <children>
                                    <AbstractNestedEntityTable fx:id="structureChampAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />
                                 </children>
                                 <padding>
                                    <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
                                 </padding>
                              </VBox>
                           </content>
                        </TitledPane>
                        <TitledPane animated="false" collapsible="false" prefHeight="318.0" prefWidth="273.0" text="Liste des sous-types">
                           <content>
                              <VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0">
                                 <children>
                                    <HBox alignment="CENTER" prefHeight="10.0" prefWidth="249.0" />
                                    <HBox alignment="CENTER" minHeight="25.0" minWidth="249.0" prefHeight="25.0" prefWidth="249.0">
                                       <children>
                                          <HBox alignment="CENTER" minWidth="155.0" prefWidth="155.0">
                                             <HBox.margin>
                                                <Insets />
                                             </HBox.margin>
                                          </HBox>
                                          <HBox alignment="CENTER">
                                             <children>
                                                <Button fx:id="subTypeAddButton" minWidth="28.0" mnemonicParsing="false" prefWidth="28.0" styleClass="subtype-btn-add">
                                                   <HBox.margin>
                                                      <Insets right="5.0" />
                                                   </HBox.margin>
                                                </Button>
                                                <Button fx:id="subTypeUpdateButton" minWidth="28.0" mnemonicParsing="false" prefWidth="28.0" styleClass="subtype-btn-update">
                                                   <HBox.margin>
                                                      <Insets right="5.0" />
                                                   </HBox.margin>
                                                </Button>
                                                <Button fx:id="subTypeDeleteButton" disable="true" minWidth="28.0" mnemonicParsing="false" prefWidth="28.0" styleClass="subtype-btn-delete">
                                                   <HBox.margin>
                                                      <Insets />
                                                   </HBox.margin>
                                                </Button>
                                             </children>
                                             <HBox.margin>
                                                <Insets />
                                             </HBox.margin>
                                          </HBox>
                                       </children>
                                       <VBox.margin>
                                          <Insets bottom="6.0" />
                                       </VBox.margin>
                                    </HBox>
                                    <HBox alignment="CENTER" minHeight="223.0" minWidth="249.0" prefHeight="223.0" prefWidth="249.0">
                                       <children>
                                          <TableView fx:id="subObjetsTableView" minWidth="249.0" prefWidth="249.0">
                                             <columns>
                                                <TableColumn fx:id="subObjectTableColumn" editable="false" maxWidth="1.7976931348623157E308" minWidth="249.0" prefWidth="249.0" sortable="false" text="Nom de l'objet" />
                                             </columns>
                                          </TableView>
                                       </children>
                                       <VBox.margin>
                                          <Insets />
                                       </VBox.margin>
                                    </HBox>
                                 </children>
                              </VBox>
                           </content>
                        </TitledPane>
                     </children>
                  </HBox>
               </children>
            </VBox>
         </children>
      </VBox>
   </children>
</AnchorPane>