fdx_convert/hibernate.cfg.xml
@@ -15,20 +15,20 @@ <property name="hibernate.hbm2ddl.auto">update</property> <!-- all entities --> <mapping class="importation.validation.data.client.model.Tache"></mapping> <mapping class="importation.validation.data.client.model.TypeFichier"></mapping> <mapping class="importation.validation.data.client.model.Configuration"></mapping> <mapping class="importation.validation.data.client.model.Validateur"></mapping> <mapping class="importation.validation.data.client.model.Journal"></mapping> <mapping class="importation.validation.data.client.model.AlphaNumeriqueField"></mapping> <mapping class="importation.validation.data.client.model.TruncatedElement"></mapping> <mapping class="importation.validation.data.client.model.MetaAlphaNumeriqueField"></mapping> <mapping class="importation.validation.data.client.model.ConversionModel"></mapping> <mapping class="importation.validation.data.client.model.StructureChampJson"></mapping> <mapping class="importation.validation.data.client.model.ModeleJson"></mapping> <mapping class="importation.validation.data.client.model.SubObject"></mapping> <mapping class="importation.validation.data.client.model.JsonStructure"></mapping> <mapping class="importation.validation.data.client.model.TypeFichierJson"></mapping> <mapping class="com.megatim.fdxconvert.model.Tache"></mapping> <mapping class="com.megatim.fdxconvert.model.TypeFichier"></mapping> <mapping class="com.megatim.fdxconvert.model.Configuration"></mapping> <mapping class="com.megatim.fdxconvert.model.Validateur"></mapping> <mapping class="com.megatim.fdxconvert.model.Journal"></mapping> <mapping class="com.megatim.fdxconvert.model.AlphaNumeriqueField"></mapping> <mapping class="com.megatim.fdxconvert.model.TruncatedElement"></mapping> <mapping class="com.megatim.fdxconvert.model.MetaAlphaNumeriqueField"></mapping> <mapping class="com.megatim.fdxconvert.model.ConversionModel"></mapping> <mapping class="com.megatim.fdxconvert.model.StructureChampJson"></mapping> <mapping class="com.megatim.fdxconvert.model.ModeleJson"></mapping> <mapping class="com.megatim.fdxconvert.model.SubObject"></mapping> <mapping class="com.megatim.fdxconvert.model.JsonStructure"></mapping> <mapping class="com.megatim.fdxconvert.model.TypeFichierJson"></mapping> </session-factory> </hibernate-configuration> fdx_convert/pom.xml
@@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.megatim.importation.validation.data.client</groupId> <groupId>com.megatim.com.megatim.fdxconvert</groupId> <artifactId>fdx-convert-client</artifactId> <version>1.0</version> @@ -11,7 +11,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <exec.mainClass>importation.validation.data.client.App</exec.mainClass> <exec.mainClass>com.megatim.fdxconvert.App</exec.mainClass> </properties> <build> @@ -23,7 +23,7 @@ <configuration> <archive> <manifest> <mainClass>importation.validation.data.client.App</mainClass> <mainClass>com.megatim.fdxconvert.App</mainClass> </manifest> </archive> <descriptorRefs> fdx_convert/src/main/java/com/megatim/fdxconvert/App.java
@@ -56,9 +56,9 @@ @Override public void start(Stage primaryStage) throws FileNotFoundException, MalformedURLException, IOException { AbstractViewContext.getInstance().setAbstractEditDialogControllerURL(App.class.getResource("/importation/validation/data/client/abstracts/AbstractEditDialog.fxml")); AbstractViewContext.getInstance().setAbstractEditDialogControllerURL(App.class.getResource("/com/megatim/fdxconvert/abstracts/AbstractEditDialog.fxml")); AbstractViewContext.getInstance().setAbstractMainDialogControllerURL(App.class.getResource("/importation/validation/data/client/abstracts/AbstractMainDialog.fxml")); AbstractViewContext.getInstance().setAbstractMainDialogControllerURL(App.class.getResource("/com/megatim/fdxconvert/abstracts/AbstractMainDialog.fxml")); FXMLLoader loader = new FXMLLoader(); loader.setLocation(MainController.class.getResource("main.fxml")); fdx_convert/src/main/resources/com/megatim/fdxconvert/abstracts/AbstractEditDialog.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractEditDialog.fxml @@ -33,7 +33,7 @@ <graphic> <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/reduire.png" /> <Image url="@../../../../images/reduire.png" /> </image> </ImageView> </graphic> @@ -42,7 +42,7 @@ <graphic> <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/agrandir.png" /> <Image url="@../../../../images/agrandir.png" /> </image> </ImageView> </graphic> @@ -51,7 +51,7 @@ <graphic> <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/fermer.png" /> <Image url="@../../../../images/fermer.png" /> </image> <cursor> <Cursor fx:constant="HAND" /> @@ -73,7 +73,7 @@ <children> <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/Logo_FDX_Convert.png" /> <Image url="@../../../../images/Logo_FDX_Convert.png" /> </image> </ImageView> </children> @@ -119,7 +119,7 @@ </VBox> </center> <stylesheets> <URL value="@../../../../../styles/custom-title-bar.css" /> <URL value="@../../../../styles/custom-title-bar.css" /> <URL value="@../../../../styles/custom-main-style.css" /> </stylesheets> </BorderPane> fdx_convert/src/main/resources/com/megatim/fdxconvert/abstracts/AbstractMainDialog.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractMainDialog.fxml @@ -24,7 +24,7 @@ <children> <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/Logo_FDX_Convert.png" /> <Image url="@../../../../images/Logo_FDX_Convert.png" /> </image> </ImageView> </children> @@ -227,7 +227,7 @@ <graphic> <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/fermer.png" /> <Image url="@../../../../images/fermer.png" /> </image> <cursor> <Cursor fx:constant="HAND" /> @@ -244,7 +244,7 @@ </HBox> </top> <stylesheets> <URL value="@../../../../../styles/custom-main-style.css" /> <URL value="@../../../../../styles/custom-title-bar.css" /> <URL value="@../../../../styles/custom-main-style.css" /> <URL value="@../../../../styles/custom-title-bar.css" /> </stylesheets> </BorderPane> fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/main.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/controller/main.fxml @@ -1,12 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <?import javafx.geometry.*?> <?import javafx.scene.*?> <?import javafx.scene.control.*?> <?import javafx.scene.image.*?> <?import javafx.scene.layout.*?> <?import javafx.geometry.Insets?> <?import javafx.scene.Cursor?> <?import javafx.scene.control.Button?> <?import javafx.scene.control.Menu?> <?import javafx.scene.control.MenuButton?> <?import javafx.scene.control.MenuItem?> <?import javafx.scene.image.Image?> <?import javafx.scene.image.ImageView?> <?import javafx.scene.layout.AnchorPane?> <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <VBox fx:id="mainContainer" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="600.0" prefWidth="1081.0" style="-fx-background-color: transparent;" stylesheets="@../../../../../styles/main_screen.css" xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.MainController"> <VBox fx:id="mainContainer" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="600.0" prefWidth="1081.0" style="-fx-background-color: transparent;" stylesheets="@../../../../styles/main_screen.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.MainController"> <children> <HBox style="-fx-background-color: #f8f8f8;"> <children> @@ -14,7 +20,7 @@ <children> <ImageView fitHeight="48.0" fitWidth="190.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/Logo_FDX_Convert.png" /> <Image url="@../../../../images/Logo_FDX_Convert.png" /> </image> </ImageView> </children> @@ -28,7 +34,7 @@ <graphic> <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/Fichier.png" /> <Image url="@../../../../images/Fichier.png" /> </image> </ImageView> </graphic> @@ -40,7 +46,7 @@ <graphic> <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/143-02.png" /> <Image url="@../../../../images/143-02.png" /> </image> </ImageView> </graphic> @@ -65,7 +71,7 @@ <graphic> <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/143-03.png" /> <Image url="@../../../../images/143-03.png" /> </image> </ImageView> </graphic> @@ -84,7 +90,7 @@ <graphic> <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/143-04.png" /> <Image url="@../../../../images/143-04.png" /> </image> </ImageView> </graphic> @@ -98,7 +104,7 @@ <graphic> <ImageView disable="true" fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/143-05.png" /> <Image url="@../../../../images/143-05.png" /> </image> </ImageView> </graphic> fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ConversionModelAdvancedSearchForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelAdvancedSearchForm.fxml @@ -9,7 +9,7 @@ <?import javafx.scene.layout.StackPane?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="81.0" prefWidth="468.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="81.0" prefWidth="468.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierSearchFormController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ConversionModelSearchForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelSearchForm.fxml @@ -7,7 +7,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="69.0" prefWidth="604.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.ConversionModelSearchController"> <AnchorPane id="AnchorPane" prefHeight="69.0" prefWidth="604.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.ConversionModelSearchController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/JournalAdvancedSearchForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalAdvancedSearchForm.fxml @@ -12,7 +12,7 @@ <?import javafx.scene.layout.RowConstraints?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="120.0" prefWidth="773.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierAdvancedSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="120.0" prefWidth="773.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierAdvancedSearchFormController"> <children> <VBox prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/JournalSearchForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalSearchForm.fxml @@ -8,7 +8,7 @@ <?import javafx.scene.layout.StackPane?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="31.0" prefWidth="346.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="31.0" prefWidth="346.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierSearchFormController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TacheSearchForm.fxml @@ -7,7 +7,7 @@ <?import javafx.scene.layout.VBox?> <?import javafx.scene.text.Font?> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="326.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TacheSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="326.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TacheSearchFormController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TruncatedElementAdvancedSearchForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementAdvancedSearchForm.fxml @@ -7,7 +7,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="67.0" prefWidth="352.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TruncatedElementAdvancedSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="67.0" prefWidth="352.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TruncatedElementAdvancedSearchFormController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TruncatedElementSearchForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementSearchForm.fxml @@ -9,7 +9,7 @@ <?import javafx.scene.layout.StackPane?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="364.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TruncatedElementSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="364.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TruncatedElementSearchFormController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TypeFichierAdvancedSearchForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierAdvancedSearchForm.fxml @@ -7,7 +7,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="30.0" prefWidth="600.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierAdvancedSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="30.0" prefWidth="600.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierAdvancedSearchFormController"> <children> <VBox prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TypeFichierSearchForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierSearchForm.fxml @@ -6,7 +6,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="251.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="251.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierSearchFormController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ValidateurSearchForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml @@ -8,7 +8,7 @@ <?import javafx.scene.layout.StackPane?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="358.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.ValidateurSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="358.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.ValidateurSearchFormController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/About.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/About.fxml @@ -9,7 +9,7 @@ <?import javafx.scene.text.Font?> <?import javafx.scene.text.Text?> <BorderPane style="-fx-border-color: #969696; -fx-background-color: transparent; -fx-border-width: 1;" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.forms.AproposEditFormController"> <BorderPane style="-fx-border-color: #969696; -fx-background-color: transparent; -fx-border-width: 1;" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.AproposEditFormController"> <center> <VBox BorderPane.alignment="CENTER"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/AlphaNumeriqueFieldEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/AlphaNumeriqueFieldEditForm.fxml @@ -8,7 +8,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="105.0" prefWidth="706.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.MetaAlphaNumeriqueFieldEditFormController"> <AnchorPane id="AnchorPane" prefHeight="105.0" prefWidth="706.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.MetaAlphaNumeriqueFieldEditFormController"> <children> <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ConfigEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/ConfigEditForm.fxml @@ -8,7 +8,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="215.0" prefWidth="708.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConfigEditFormController"> <AnchorPane id="AnchorPane" prefHeight="215.0" prefWidth="708.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConfigEditFormController"> <children> <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ConversionModelEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/ConversionModelEditForm.fxml @@ -16,11 +16,11 @@ <?import javafx.scene.layout.VBox?> <?import javafx.scene.text.Font?> <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="562.0" prefWidth="678.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConversionModelEditFormController"> <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="562.0" prefWidth="678.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConversionModelEditFormController"> <children> <VBox prefHeight="697.0" prefWidth="678.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE"> <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE"> <tabs> <Tab text="Description du fichier de données"> <content> @@ -126,7 +126,7 @@ <children> <HBox alignment="CENTER_RIGHT"> <children> <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" /> <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" /> </children> </HBox> <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" /> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/DataFileToJsonEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml @@ -11,7 +11,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="330.0" prefWidth="624.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.DataFileToJsonFormController"> <AnchorPane id="AnchorPane" prefHeight="330.0" prefWidth="624.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.DataFileToJsonFormController"> <children> <VBox fillWidth="false" layoutX="-23.0" layoutY="40.0" prefHeight="226.0" prefWidth="698.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/DecryptageAESEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/DecryptageAESEditForm.fxml @@ -14,7 +14,7 @@ <?import javafx.scene.layout.StackPane?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="235.0" prefWidth="657.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.DecryptageAESEditFormController"> <AnchorPane id="AnchorPane" prefHeight="235.0" prefWidth="657.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.DecryptageAESEditFormController"> <children> <VBox fillWidth="false" layoutX="-23.0" layoutY="40.0" prefHeight="226.0" prefWidth="698.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> @@ -43,7 +43,7 @@ <TextField fx:id="showKeyTextField" minHeight="25.0" minWidth="370.0" prefHeight="25.0" prefWidth="370.0" /> <ImageView fx:id="eyeImageView" fitHeight="15.0" fitWidth="15.0" onMousePressed="#eyeOnMousePressed" pickOnBounds="true" preserveRatio="true" StackPane.alignment="CENTER_RIGHT"> <image> <Image url="@../../../../../images/oeil.png" /> <Image url="@../../../../images/oeil.png" /> </image> <StackPane.margin> <Insets right="5.0" /> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/FileToValidateEditForm.fxml @@ -14,11 +14,11 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="503.0" prefWidth="705.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.FileToValidateEditFormController"> <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="503.0" prefWidth="705.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.FileToValidateEditFormController"> <children> <VBox prefHeight="200.0" prefWidth="100.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE"> <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE"> <tabs> <Tab text="Fichier à valider"> <content> @@ -106,7 +106,7 @@ <children> <HBox alignment="CENTER_RIGHT"> <children> <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" /> <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" /> </children> </HBox> <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" /> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ImportRawCsvDataEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportRawCsvDataEditForm.fxml @@ -10,7 +10,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="216.0" prefWidth="648.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.RawCsvDataEditFormController"> <AnchorPane id="AnchorPane" prefHeight="216.0" prefWidth="648.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.RawCsvDataEditFormController"> <children> <VBox layoutX="-6.0" layoutY="7.0" prefHeight="271.0" prefWidth="665.0" spacing="5.0" AnchorPane.bottomAnchor="-7.0" AnchorPane.leftAnchor="-6.0" AnchorPane.rightAnchor="-11.0" AnchorPane.topAnchor="7.0"> <padding> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ImportTypeFichierEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportTypeFichierEditForm.fxml @@ -9,7 +9,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="194.0" prefWidth="555.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ImportTypeFichierEditFormController"> <AnchorPane id="AnchorPane" prefHeight="194.0" prefWidth="555.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ImportTypeFichierEditFormController"> <children> <VBox layoutX="-6.0" layoutY="7.0" prefHeight="223.0" prefWidth="664.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <padding> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/JournalEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/JournalEditForm.fxml @@ -8,7 +8,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="249.0" prefWidth="621.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConfigEditFormController"> <AnchorPane id="AnchorPane" prefHeight="249.0" prefWidth="621.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConfigEditFormController"> <children> <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/ModeleJsonEditForm.fxml @@ -13,7 +13,7 @@ <?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="importation.validation.data.client.forms.ModeleJsonEditFormController"> <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> @@ -40,7 +40,7 @@ <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" /> <TextField fx:id="objectNameTextField" minWidth="100.0" prefHeight="27.0" prefWidth="153.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> </children> </HBox> </children> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/StructureChampJsonEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml @@ -10,7 +10,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="291.0" prefWidth="396.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.StructureChampJsonEditFormController"> <AnchorPane id="AnchorPane" prefHeight="291.0" prefWidth="396.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.StructureChampJsonEditFormController"> <children> <VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> @@ -21,26 +21,26 @@ <HBox alignment="CENTER_LEFT" spacing="10.0"> <children> <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Libellé" /> <TextField fx:id="libelleTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" /> <TextField fx:id="libelleTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> </children> </HBox> <HBox alignment="CENTER_LEFT" spacing="10.0"> <children> <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Type de données" /> <ComboBox fx:id="typeDonneeComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" /> <ComboBox fx:id="typeDonneeComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> </children> </HBox> <HBox fx:id="dateFormatContainer" alignment="CENTER_LEFT" spacing="10.0"> <children> <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Format date" /> <ComboBox fx:id="formatDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" /> <ComboBox fx:id="formatDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> <!--<TextField fx:id="formatDateTextField" prefWidth="100.0" />--> </children> </HBox> <HBox fx:id="dateFormatContainer1" alignment="CENTER_LEFT" layoutX="25.0" layoutY="175.0" spacing="10.0"> <children> <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Séparateur de date" /> <ComboBox fx:id="delimiteurDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" /> <ComboBox fx:id="delimiteurDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> </children> </HBox> <HBox fx:id="dateFormatContainer11" alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="10.0"> @@ -52,7 +52,7 @@ <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="55.0" spacing="10.0"> <children> <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Type de l'objet" /> <ComboBox fx:id="typeObjetComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" /> <ComboBox fx:id="typeObjetComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> </children> </HBox> </children> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml @@ -11,7 +11,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.0" stylesheets="@../../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.SubObjectEditFormController"> <AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.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.SubObjectEditFormController"> <children> <VBox alignment="CENTER" prefHeight="458.0" prefWidth="648.0" spacing="5.0"> <padding> @@ -25,7 +25,7 @@ <HBox alignment="CENTER_LEFT" spacing="10.0"> <children> <Label alignment="CENTER_RIGHT" minWidth="127.0" prefHeight="17.0" prefWidth="127.0" text="Nom de l'objet" /> <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" /> <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> </children> </HBox> </children> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TacheEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/TacheEditForm.fxml @@ -19,15 +19,15 @@ <?import javafx.scene.layout.VBox?> <?import javafx.scene.text.Font?> <AnchorPane prefHeight="551.0" prefWidth="737.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TacheEditFormController"> <AnchorPane prefHeight="551.0" prefWidth="737.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TacheEditFormController"> <children> <VBox AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> <TabPane fx:id="tabPane" stylesheets="@../../../../../styles/CustomFormComponents.css"> <TabPane fx:id="tabPane" stylesheets="@../../../../styles/CustomFormComponents.css"> <tabs> <Tab style="-fx-font-size: 14;" text="Informations sur la tâche"> <content> <VBox prefHeight="604.0" prefWidth="748.0" spacing="15.0" stylesheets="@../../../../../styles/CustomFormComponents.css"> <VBox prefHeight="604.0" prefWidth="748.0" spacing="15.0" stylesheets="@../../../../styles/CustomFormComponents.css"> <VBox fx:id="paneContainer" spacing="10.0" style="-fx-background-color: white;"> <children> @@ -247,7 +247,7 @@ <children> <HBox alignment="CENTER_RIGHT"> <children> <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" textFill="#5a5a5a" /> <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" textFill="#5a5a5a" /> </children> </HBox> <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" /> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TruncatedElementEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/TruncatedElementEditForm.fxml @@ -9,7 +9,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="294.0" prefWidth="679.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConfigEditFormController"> <AnchorPane id="AnchorPane" prefHeight="294.0" prefWidth="679.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConfigEditFormController"> <children> <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TxtFileToValidateEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml @@ -9,7 +9,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="136.0" prefWidth="525.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TxtFileToValidateEditFormController"> <AnchorPane id="AnchorPane" prefHeight="136.0" prefWidth="525.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TxtFileToValidateEditFormController"> <children> <VBox layoutX="-6.0" layoutY="7.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <padding> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TypeFichierEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/TypeFichierEditForm.fxml @@ -8,7 +8,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="178.0" prefWidth="538.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TypeFichierEditFormController"> <AnchorPane id="AnchorPane" prefHeight="178.0" prefWidth="538.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TypeFichierEditFormController"> <children> <VBox alignment="CENTER" prefHeight="231.0" prefWidth="553.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <padding> @@ -34,7 +34,7 @@ <HBox alignment="CENTER_LEFT" spacing="10.0"> <children> <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="162.0" prefHeight="25.0" prefWidth="162.0" style="-fx-text-fill: black;" text="Code Participant" /> <TextField fx:id="codeParticipantTextField" minHeight="25.0" minWidth="291.0" prefHeight="25.0" prefWidth="291.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css"> <TextField fx:id="codeParticipantTextField" minHeight="25.0" minWidth="291.0" prefHeight="25.0" prefWidth="291.0" styleClass="square-border" stylesheets="@../../../../styles/style.css"> <HBox.margin> <Insets /> </HBox.margin> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurEditForm.fxml @@ -15,7 +15,7 @@ <?import javafx.scene.layout.StackPane?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="232.0" prefWidth="562.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ValidateurEditFormController"> <AnchorPane id="AnchorPane" prefHeight="232.0" prefWidth="562.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ValidateurEditFormController"> <children> <VBox layoutX="-6.0" layoutY="7.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <padding> @@ -63,7 +63,7 @@ <PasswordField fx:id="keyToDecryptField" minHeight="25.0" minWidth="330.0" prefHeight="25.0" prefWidth="330.0" /> <ImageView fx:id="eyeImageView" fitHeight="15.0" fitWidth="15.0" onMousePressed="#eyeOnMousePressed" pickOnBounds="true" preserveRatio="true" StackPane.alignment="CENTER_RIGHT"> <image> <Image url="@../../../../../images/oeil.png" /> <Image url="@../../../../images/oeil.png" /> </image> <StackPane.margin> <Insets right="5.0" /> fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurListForm.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurListForm.fxml @@ -16,7 +16,7 @@ <?import javafx.scene.text.Font?> <?import javafx.scene.text.Text?> <BorderPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="600.0" minWidth="1000.0" prefHeight="600.0" prefWidth="993.0" style="-fx-border-color: #969696; -fx-border-width: 1; -fx-background-color: white;" styleClass="mainFxmlClass" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ValidateurListFormController"> <BorderPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="600.0" minWidth="1000.0" prefHeight="600.0" prefWidth="993.0" style="-fx-border-color: #969696; -fx-border-width: 1; -fx-background-color: white;" styleClass="mainFxmlClass" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ValidateurListFormController"> <center> <VBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="509.0" prefWidth="949.0" BorderPane.alignment="CENTER"> <children> @@ -24,7 +24,7 @@ <children> <ImageView fitHeight="37.0" fitWidth="131.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/Logo_FDX_Convert.png" /> <Image url="@../../../../images/Logo_FDX_Convert.png" /> </image> </ImageView> </children> @@ -165,7 +165,7 @@ <graphic> <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/previous-img.png" /> <Image url="@../../../../images/previous-img.png" /> </image> </ImageView> </graphic> @@ -181,7 +181,7 @@ <graphic> <ImageView fitHeight="15.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/next-img.png" /> <Image url="@../../../../images/next-img.png" /> </image> </ImageView> </graphic> @@ -239,7 +239,7 @@ <graphic> <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/max_icon.png" /> <Image url="@../../../../images/max_icon.png" /> </image> </ImageView> </graphic> @@ -251,7 +251,7 @@ <graphic> <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/custom_close_icon.png" /> <Image url="@../../../../images/custom_close_icon.png" /> </image> </ImageView> </graphic> @@ -268,7 +268,7 @@ </HBox> </top> <stylesheets> <URL value="@../../../../../styles/custom-main-style.css" /> <URL value="@../../../../../styles/custom-title-bar.css" /> <URL value="@../../../../styles/custom-main-style.css" /> <URL value="@../../../../styles/custom-title-bar.css" /> </stylesheets> </BorderPane> fdx_convert/src/main/resources/com/megatim/fdxconvert/views/JsonStructureFormView.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureFormView.fxml @@ -40,7 +40,7 @@ <graphic> <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/reduire.png" /> <Image url="@../../../../images/reduire.png" /> </image> </ImageView> </graphic> @@ -49,7 +49,7 @@ <graphic> <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/agrandir.png" /> <Image url="@../../../../images/agrandir.png" /> </image> </ImageView> </graphic> @@ -58,7 +58,7 @@ <graphic> <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/fermer.png" /> <Image url="@../../../../images/fermer.png" /> </image> <cursor> <Cursor fx:constant="HAND" /> @@ -79,7 +79,7 @@ <children> <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/Logo_FDX_Convert.png" /> <Image url="@../../../../images/Logo_FDX_Convert.png" /> </image> </ImageView> </children> @@ -138,9 +138,9 @@ </VBox> </children> <stylesheets> <URL value="@../../../../../styles/custom-title-bar.css" /> <URL value="@../../../../../styles/custom-main-style.css" /> <URL value="@../../../../../styles/CustomFormComponents.css" /> <URL value="@../../../../styles/custom-title-bar.css" /> <URL value="@../../../../styles/custom-main-style.css" /> <URL value="@../../../../styles/CustomFormComponents.css" /> </stylesheets> </VBox> </children> fdx_convert/src/main/resources/com/megatim/fdxconvert/views/JsonStructureTableView.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureTableView.fxml @@ -24,7 +24,7 @@ <children> <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/Logo_FDX_Convert.png" /> <Image url="@../../../../images/Logo_FDX_Convert.png" /> </image> </ImageView> </children> @@ -225,7 +225,7 @@ <graphic> <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/fermer.png" /> <Image url="@../../../../images/fermer.png" /> </image> <cursor> <Cursor fx:constant="HAND" /> @@ -242,7 +242,7 @@ </HBox> </top> <stylesheets> <URL value="@../../../../../styles/custom-main-style.css" /> <URL value="@../../../../../styles/custom-title-bar.css" /> <URL value="@../../../../styles/custom-main-style.css" /> <URL value="@../../../../styles/custom-title-bar.css" /> </stylesheets> </BorderPane> fdx_convert/src/main/resources/com/megatim/fdxconvert/views/jsonstructure/JsonStructureView.fxml
File was renamed from fdx_convert/src/main/resources/importation/validation/data/client/views/jsonstructure/JsonStructureView.fxml @@ -11,7 +11,7 @@ <?import javafx.scene.layout.VBox?> <?import javafx.scene.text.Font?> <AnchorPane stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1"> <AnchorPane stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1"> <children> <VBox fx:id="mainContainer" layoutX="10.0" layoutY="10.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/abstracts/AbstractEditDialog.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractEditDialog.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/abstracts/AbstractEditDialog.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractEditDialog.fxml @@ -33,7 +33,7 @@ <graphic> <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/reduire.png" /> <Image url="@../../../../images/reduire.png" /> </image> </ImageView> </graphic> @@ -42,7 +42,7 @@ <graphic> <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/agrandir.png" /> <Image url="@../../../../images/agrandir.png" /> </image> </ImageView> </graphic> @@ -51,7 +51,7 @@ <graphic> <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/fermer.png" /> <Image url="@../../../../images/fermer.png" /> </image> <cursor> <Cursor fx:constant="HAND" /> @@ -73,7 +73,7 @@ <children> <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/Logo_FDX_Convert.png" /> <Image url="@../../../../images/Logo_FDX_Convert.png" /> </image> </ImageView> </children> @@ -119,7 +119,7 @@ </VBox> </center> <stylesheets> <URL value="@../../../../../styles/custom-title-bar.css" /> <URL value="@../../../../styles/custom-title-bar.css" /> <URL value="@../../../../styles/custom-main-style.css" /> </stylesheets> </BorderPane> fdx_convert/target/classes/com/megatim/fdxconvert/abstracts/AbstractMainDialog.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractMainDialog.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/abstracts/AbstractMainDialog.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractMainDialog.fxml @@ -24,7 +24,7 @@ <children> <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/Logo_FDX_Convert.png" /> <Image url="@../../../../images/Logo_FDX_Convert.png" /> </image> </ImageView> </children> @@ -227,7 +227,7 @@ <graphic> <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/fermer.png" /> <Image url="@../../../../images/fermer.png" /> </image> <cursor> <Cursor fx:constant="HAND" /> @@ -244,7 +244,7 @@ </HBox> </top> <stylesheets> <URL value="@../../../../../styles/custom-main-style.css" /> <URL value="@../../../../../styles/custom-title-bar.css" /> <URL value="@../../../../styles/custom-main-style.css" /> <URL value="@../../../../styles/custom-title-bar.css" /> </stylesheets> </BorderPane> fdx_convert/target/classes/com/megatim/fdxconvert/controller/main.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/controller/main.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/main.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/controller/main.fxml @@ -1,12 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <?import javafx.geometry.*?> <?import javafx.scene.*?> <?import javafx.scene.control.*?> <?import javafx.scene.image.*?> <?import javafx.scene.layout.*?> <?import javafx.geometry.Insets?> <?import javafx.scene.Cursor?> <?import javafx.scene.control.Button?> <?import javafx.scene.control.Menu?> <?import javafx.scene.control.MenuButton?> <?import javafx.scene.control.MenuItem?> <?import javafx.scene.image.Image?> <?import javafx.scene.image.ImageView?> <?import javafx.scene.layout.AnchorPane?> <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <VBox fx:id="mainContainer" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="600.0" prefWidth="1081.0" style="-fx-background-color: transparent;" stylesheets="@../../../../../styles/main_screen.css" xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.MainController"> <VBox fx:id="mainContainer" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="600.0" prefWidth="1081.0" style="-fx-background-color: transparent;" stylesheets="@../../../../styles/main_screen.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.MainController"> <children> <HBox style="-fx-background-color: #f8f8f8;"> <children> @@ -14,7 +20,7 @@ <children> <ImageView fitHeight="48.0" fitWidth="190.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/Logo_FDX_Convert.png" /> <Image url="@../../../../images/Logo_FDX_Convert.png" /> </image> </ImageView> </children> @@ -28,7 +34,7 @@ <graphic> <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/Fichier.png" /> <Image url="@../../../../images/Fichier.png" /> </image> </ImageView> </graphic> @@ -40,7 +46,7 @@ <graphic> <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/143-02.png" /> <Image url="@../../../../images/143-02.png" /> </image> </ImageView> </graphic> @@ -65,7 +71,7 @@ <graphic> <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/143-03.png" /> <Image url="@../../../../images/143-03.png" /> </image> </ImageView> </graphic> @@ -84,7 +90,7 @@ <graphic> <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/143-04.png" /> <Image url="@../../../../images/143-04.png" /> </image> </ImageView> </graphic> @@ -98,7 +104,7 @@ <graphic> <ImageView disable="true" fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/143-05.png" /> <Image url="@../../../../images/143-05.png" /> </image> </ImageView> </graphic> fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ConversionModelAdvancedSearchForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelAdvancedSearchForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ConversionModelAdvancedSearchForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelAdvancedSearchForm.fxml @@ -9,7 +9,7 @@ <?import javafx.scene.layout.StackPane?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="81.0" prefWidth="468.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="81.0" prefWidth="468.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierSearchFormController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ConversionModelSearchForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelSearchForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ConversionModelSearchForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelSearchForm.fxml @@ -7,7 +7,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="69.0" prefWidth="604.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.ConversionModelSearchController"> <AnchorPane id="AnchorPane" prefHeight="69.0" prefWidth="604.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.ConversionModelSearchController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/JournalAdvancedSearchForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalAdvancedSearchForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/JournalAdvancedSearchForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalAdvancedSearchForm.fxml @@ -12,7 +12,7 @@ <?import javafx.scene.layout.RowConstraints?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="120.0" prefWidth="773.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierAdvancedSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="120.0" prefWidth="773.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierAdvancedSearchFormController"> <children> <VBox prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/JournalSearchForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalSearchForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/JournalSearchForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalSearchForm.fxml @@ -8,7 +8,7 @@ <?import javafx.scene.layout.StackPane?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="31.0" prefWidth="346.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="31.0" prefWidth="346.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierSearchFormController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TacheSearchForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TacheSearchForm.fxml @@ -7,7 +7,7 @@ <?import javafx.scene.layout.VBox?> <?import javafx.scene.text.Font?> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="326.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TacheSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="326.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TacheSearchFormController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TruncatedElementAdvancedSearchForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementAdvancedSearchForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TruncatedElementAdvancedSearchForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementAdvancedSearchForm.fxml @@ -7,7 +7,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="67.0" prefWidth="352.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TruncatedElementAdvancedSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="67.0" prefWidth="352.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TruncatedElementAdvancedSearchFormController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TruncatedElementSearchForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementSearchForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TruncatedElementSearchForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementSearchForm.fxml @@ -9,7 +9,7 @@ <?import javafx.scene.layout.StackPane?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="364.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TruncatedElementSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="364.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TruncatedElementSearchFormController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TypeFichierAdvancedSearchForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierAdvancedSearchForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TypeFichierAdvancedSearchForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierAdvancedSearchForm.fxml @@ -7,7 +7,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="30.0" prefWidth="600.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierAdvancedSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="30.0" prefWidth="600.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierAdvancedSearchFormController"> <children> <VBox prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TypeFichierSearchForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierSearchForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TypeFichierSearchForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierSearchForm.fxml @@ -6,7 +6,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="251.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="251.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierSearchFormController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ValidateurSearchForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ValidateurSearchForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml @@ -8,7 +8,7 @@ <?import javafx.scene.layout.StackPane?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="358.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.ValidateurSearchFormController"> <AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="358.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.ValidateurSearchFormController"> <children> <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/forms/About.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/About.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/About.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/About.fxml @@ -9,7 +9,7 @@ <?import javafx.scene.text.Font?> <?import javafx.scene.text.Text?> <BorderPane style="-fx-border-color: #969696; -fx-background-color: transparent; -fx-border-width: 1;" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.forms.AproposEditFormController"> <BorderPane style="-fx-border-color: #969696; -fx-background-color: transparent; -fx-border-width: 1;" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.AproposEditFormController"> <center> <VBox BorderPane.alignment="CENTER"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/forms/AlphaNumeriqueFieldEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/AlphaNumeriqueFieldEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/AlphaNumeriqueFieldEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/AlphaNumeriqueFieldEditForm.fxml @@ -8,7 +8,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="105.0" prefWidth="706.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.MetaAlphaNumeriqueFieldEditFormController"> <AnchorPane id="AnchorPane" prefHeight="105.0" prefWidth="706.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.MetaAlphaNumeriqueFieldEditFormController"> <children> <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConfigEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ConfigEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConfigEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/ConfigEditForm.fxml @@ -8,7 +8,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="215.0" prefWidth="708.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConfigEditFormController"> <AnchorPane id="AnchorPane" prefHeight="215.0" prefWidth="708.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConfigEditFormController"> <children> <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConversionModelEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ConversionModelEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConversionModelEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/ConversionModelEditForm.fxml @@ -16,11 +16,11 @@ <?import javafx.scene.layout.VBox?> <?import javafx.scene.text.Font?> <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="562.0" prefWidth="678.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConversionModelEditFormController"> <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="562.0" prefWidth="678.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConversionModelEditFormController"> <children> <VBox prefHeight="697.0" prefWidth="678.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE"> <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE"> <tabs> <Tab text="Description du fichier de données"> <content> @@ -126,7 +126,7 @@ <children> <HBox alignment="CENTER_RIGHT"> <children> <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" /> <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" /> </children> </HBox> <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" /> fdx_convert/target/classes/com/megatim/fdxconvert/forms/DataFileToJsonEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/DataFileToJsonEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml @@ -11,7 +11,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="330.0" prefWidth="624.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.DataFileToJsonFormController"> <AnchorPane id="AnchorPane" prefHeight="330.0" prefWidth="624.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.DataFileToJsonFormController"> <children> <VBox fillWidth="false" layoutX="-23.0" layoutY="40.0" prefHeight="226.0" prefWidth="698.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/forms/DecryptageAESEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/DecryptageAESEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/DecryptageAESEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/DecryptageAESEditForm.fxml @@ -14,7 +14,7 @@ <?import javafx.scene.layout.StackPane?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="235.0" prefWidth="657.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.DecryptageAESEditFormController"> <AnchorPane id="AnchorPane" prefHeight="235.0" prefWidth="657.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.DecryptageAESEditFormController"> <children> <VBox fillWidth="false" layoutX="-23.0" layoutY="40.0" prefHeight="226.0" prefWidth="698.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> @@ -43,7 +43,7 @@ <TextField fx:id="showKeyTextField" minHeight="25.0" minWidth="370.0" prefHeight="25.0" prefWidth="370.0" /> <ImageView fx:id="eyeImageView" fitHeight="15.0" fitWidth="15.0" onMousePressed="#eyeOnMousePressed" pickOnBounds="true" preserveRatio="true" StackPane.alignment="CENTER_RIGHT"> <image> <Image url="@../../../../../images/oeil.png" /> <Image url="@../../../../images/oeil.png" /> </image> <StackPane.margin> <Insets right="5.0" /> fdx_convert/target/classes/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/FileToValidateEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/FileToValidateEditForm.fxml @@ -14,11 +14,11 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="503.0" prefWidth="705.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.FileToValidateEditFormController"> <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="503.0" prefWidth="705.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.FileToValidateEditFormController"> <children> <VBox prefHeight="200.0" prefWidth="100.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE"> <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE"> <tabs> <Tab text="Fichier à valider"> <content> @@ -106,7 +106,7 @@ <children> <HBox alignment="CENTER_RIGHT"> <children> <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" /> <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" /> </children> </HBox> <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" /> fdx_convert/target/classes/com/megatim/fdxconvert/forms/ImportRawCsvDataEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportRawCsvDataEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ImportRawCsvDataEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportRawCsvDataEditForm.fxml @@ -10,7 +10,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="216.0" prefWidth="648.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.RawCsvDataEditFormController"> <AnchorPane id="AnchorPane" prefHeight="216.0" prefWidth="648.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.RawCsvDataEditFormController"> <children> <VBox layoutX="-6.0" layoutY="7.0" prefHeight="271.0" prefWidth="665.0" spacing="5.0" AnchorPane.bottomAnchor="-7.0" AnchorPane.leftAnchor="-6.0" AnchorPane.rightAnchor="-11.0" AnchorPane.topAnchor="7.0"> <padding> fdx_convert/target/classes/com/megatim/fdxconvert/forms/ImportTypeFichierEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportTypeFichierEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ImportTypeFichierEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportTypeFichierEditForm.fxml @@ -9,7 +9,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="194.0" prefWidth="555.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ImportTypeFichierEditFormController"> <AnchorPane id="AnchorPane" prefHeight="194.0" prefWidth="555.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ImportTypeFichierEditFormController"> <children> <VBox layoutX="-6.0" layoutY="7.0" prefHeight="223.0" prefWidth="664.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <padding> fdx_convert/target/classes/com/megatim/fdxconvert/forms/JournalEditForm.fxml
File was renamed from fdx_convert/target/classes/importation/validation/data/client/forms/JournalEditForm.fxml @@ -8,7 +8,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="249.0" prefWidth="621.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConfigEditFormController"> <AnchorPane id="AnchorPane" prefHeight="249.0" prefWidth="621.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConfigEditFormController"> <children> <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ModeleJsonEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/ModeleJsonEditForm.fxml @@ -13,7 +13,7 @@ <?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="importation.validation.data.client.forms.ModeleJsonEditFormController"> <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> @@ -40,7 +40,7 @@ <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" /> <TextField fx:id="objectNameTextField" minWidth="100.0" prefHeight="27.0" prefWidth="153.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> </children> </HBox> </children> fdx_convert/target/classes/com/megatim/fdxconvert/forms/StructureChampJsonEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/StructureChampJsonEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml @@ -10,7 +10,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="291.0" prefWidth="396.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.StructureChampJsonEditFormController"> <AnchorPane id="AnchorPane" prefHeight="291.0" prefWidth="396.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.StructureChampJsonEditFormController"> <children> <VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> @@ -21,26 +21,26 @@ <HBox alignment="CENTER_LEFT" spacing="10.0"> <children> <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Libellé" /> <TextField fx:id="libelleTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" /> <TextField fx:id="libelleTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> </children> </HBox> <HBox alignment="CENTER_LEFT" spacing="10.0"> <children> <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Type de données" /> <ComboBox fx:id="typeDonneeComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" /> <ComboBox fx:id="typeDonneeComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> </children> </HBox> <HBox fx:id="dateFormatContainer" alignment="CENTER_LEFT" spacing="10.0"> <children> <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Format date" /> <ComboBox fx:id="formatDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" /> <ComboBox fx:id="formatDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> <!--<TextField fx:id="formatDateTextField" prefWidth="100.0" />--> </children> </HBox> <HBox fx:id="dateFormatContainer1" alignment="CENTER_LEFT" layoutX="25.0" layoutY="175.0" spacing="10.0"> <children> <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Séparateur de date" /> <ComboBox fx:id="delimiteurDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" /> <ComboBox fx:id="delimiteurDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> </children> </HBox> <HBox fx:id="dateFormatContainer11" alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="10.0"> @@ -52,7 +52,7 @@ <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="55.0" spacing="10.0"> <children> <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Type de l'objet" /> <ComboBox fx:id="typeObjetComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" /> <ComboBox fx:id="typeObjetComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> </children> </HBox> </children> fdx_convert/target/classes/com/megatim/fdxconvert/forms/SubObjectEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml @@ -11,7 +11,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.0" stylesheets="@../../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.SubObjectEditFormController"> <AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.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.SubObjectEditFormController"> <children> <VBox alignment="CENTER" prefHeight="458.0" prefWidth="648.0" spacing="5.0"> <padding> @@ -25,7 +25,7 @@ <HBox alignment="CENTER_LEFT" spacing="10.0"> <children> <Label alignment="CENTER_RIGHT" minWidth="127.0" prefHeight="17.0" prefWidth="127.0" text="Nom de l'objet" /> <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" /> <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> </children> </HBox> </children> fdx_convert/target/classes/com/megatim/fdxconvert/forms/TacheEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/TacheEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/TacheEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/TacheEditForm.fxml @@ -19,15 +19,15 @@ <?import javafx.scene.layout.VBox?> <?import javafx.scene.text.Font?> <AnchorPane prefHeight="551.0" prefWidth="737.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TacheEditFormController"> <AnchorPane prefHeight="551.0" prefWidth="737.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TacheEditFormController"> <children> <VBox AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> <TabPane fx:id="tabPane" stylesheets="@../../../../../styles/CustomFormComponents.css"> <TabPane fx:id="tabPane" stylesheets="@../../../../styles/CustomFormComponents.css"> <tabs> <Tab style="-fx-font-size: 14;" text="Informations sur la tâche"> <content> <VBox prefHeight="604.0" prefWidth="748.0" spacing="15.0" stylesheets="@../../../../../styles/CustomFormComponents.css"> <VBox prefHeight="604.0" prefWidth="748.0" spacing="15.0" stylesheets="@../../../../styles/CustomFormComponents.css"> <VBox fx:id="paneContainer" spacing="10.0" style="-fx-background-color: white;"> <children> @@ -247,7 +247,7 @@ <children> <HBox alignment="CENTER_RIGHT"> <children> <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" textFill="#5a5a5a" /> <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" textFill="#5a5a5a" /> </children> </HBox> <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" /> fdx_convert/target/classes/com/megatim/fdxconvert/forms/TruncatedElementEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/TruncatedElementEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/TruncatedElementEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/TruncatedElementEditForm.fxml @@ -9,7 +9,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="294.0" prefWidth="679.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConfigEditFormController"> <AnchorPane id="AnchorPane" prefHeight="294.0" prefWidth="679.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConfigEditFormController"> <children> <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/com/megatim/fdxconvert/forms/TxtFileToValidateEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/TxtFileToValidateEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml @@ -9,7 +9,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="136.0" prefWidth="525.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TxtFileToValidateEditFormController"> <AnchorPane id="AnchorPane" prefHeight="136.0" prefWidth="525.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TxtFileToValidateEditFormController"> <children> <VBox layoutX="-6.0" layoutY="7.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <padding> fdx_convert/target/classes/com/megatim/fdxconvert/forms/TypeFichierEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/TypeFichierEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/TypeFichierEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/TypeFichierEditForm.fxml @@ -8,7 +8,7 @@ <?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="178.0" prefWidth="538.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TypeFichierEditFormController"> <AnchorPane id="AnchorPane" prefHeight="178.0" prefWidth="538.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TypeFichierEditFormController"> <children> <VBox alignment="CENTER" prefHeight="231.0" prefWidth="553.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <padding> @@ -34,7 +34,7 @@ <HBox alignment="CENTER_LEFT" spacing="10.0"> <children> <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="162.0" prefHeight="25.0" prefWidth="162.0" style="-fx-text-fill: black;" text="Code Participant" /> <TextField fx:id="codeParticipantTextField" minHeight="25.0" minWidth="291.0" prefHeight="25.0" prefWidth="291.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css"> <TextField fx:id="codeParticipantTextField" minHeight="25.0" minWidth="291.0" prefHeight="25.0" prefWidth="291.0" styleClass="square-border" stylesheets="@../../../../styles/style.css"> <HBox.margin> <Insets /> </HBox.margin> fdx_convert/target/classes/com/megatim/fdxconvert/forms/ValidateurEditForm.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurEditForm.fxml @@ -15,7 +15,7 @@ <?import javafx.scene.layout.StackPane?> <?import javafx.scene.layout.VBox?> <AnchorPane id="AnchorPane" prefHeight="232.0" prefWidth="562.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ValidateurEditFormController"> <AnchorPane id="AnchorPane" prefHeight="232.0" prefWidth="562.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ValidateurEditFormController"> <children> <VBox layoutX="-6.0" layoutY="7.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <padding> @@ -63,7 +63,7 @@ <PasswordField fx:id="keyToDecryptField" minHeight="25.0" minWidth="330.0" prefHeight="25.0" prefWidth="330.0" /> <ImageView fx:id="eyeImageView" fitHeight="15.0" fitWidth="15.0" onMousePressed="#eyeOnMousePressed" pickOnBounds="true" preserveRatio="true" StackPane.alignment="CENTER_RIGHT"> <image> <Image url="@../../../../../images/oeil.png" /> <Image url="@../../../../images/oeil.png" /> </image> <StackPane.margin> <Insets right="5.0" /> fdx_convert/target/classes/com/megatim/fdxconvert/forms/ValidateurListForm.fxml
File was renamed from fdx_convert/target/classes/importation/validation/data/client/forms/ValidateurListForm.fxml @@ -16,7 +16,7 @@ <?import javafx.scene.text.Font?> <?import javafx.scene.text.Text?> <BorderPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="600.0" minWidth="1000.0" prefHeight="600.0" prefWidth="993.0" style="-fx-border-color: #969696; -fx-border-width: 1; -fx-background-color: white;" styleClass="mainFxmlClass" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ValidateurListFormController"> <BorderPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="600.0" minWidth="1000.0" prefHeight="600.0" prefWidth="993.0" style="-fx-border-color: #969696; -fx-border-width: 1; -fx-background-color: white;" styleClass="mainFxmlClass" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ValidateurListFormController"> <center> <VBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="509.0" prefWidth="949.0" BorderPane.alignment="CENTER"> <children> @@ -24,7 +24,7 @@ <children> <ImageView fitHeight="37.0" fitWidth="131.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/Logo_FDX_Convert.png" /> <Image url="@../../../../images/Logo_FDX_Convert.png" /> </image> </ImageView> </children> @@ -165,7 +165,7 @@ <graphic> <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/previous-img.png" /> <Image url="@../../../../images/previous-img.png" /> </image> </ImageView> </graphic> @@ -181,7 +181,7 @@ <graphic> <ImageView fitHeight="15.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/next-img.png" /> <Image url="@../../../../images/next-img.png" /> </image> </ImageView> </graphic> @@ -239,7 +239,7 @@ <graphic> <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/max_icon.png" /> <Image url="@../../../../images/max_icon.png" /> </image> </ImageView> </graphic> @@ -251,7 +251,7 @@ <graphic> <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/custom_close_icon.png" /> <Image url="@../../../../images/custom_close_icon.png" /> </image> </ImageView> </graphic> @@ -268,7 +268,7 @@ </HBox> </top> <stylesheets> <URL value="@../../../../../styles/custom-main-style.css" /> <URL value="@../../../../../styles/custom-title-bar.css" /> <URL value="@../../../../styles/custom-main-style.css" /> <URL value="@../../../../styles/custom-title-bar.css" /> </stylesheets> </BorderPane> fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureFormView.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureFormView.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureFormView.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureFormView.fxml @@ -40,7 +40,7 @@ <graphic> <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/reduire.png" /> <Image url="@../../../../images/reduire.png" /> </image> </ImageView> </graphic> @@ -49,7 +49,7 @@ <graphic> <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/agrandir.png" /> <Image url="@../../../../images/agrandir.png" /> </image> </ImageView> </graphic> @@ -58,7 +58,7 @@ <graphic> <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/fermer.png" /> <Image url="@../../../../images/fermer.png" /> </image> <cursor> <Cursor fx:constant="HAND" /> @@ -79,7 +79,7 @@ <children> <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/Logo_FDX_Convert.png" /> <Image url="@../../../../images/Logo_FDX_Convert.png" /> </image> </ImageView> </children> @@ -138,9 +138,9 @@ </VBox> </children> <stylesheets> <URL value="@../../../../../styles/custom-title-bar.css" /> <URL value="@../../../../../styles/custom-main-style.css" /> <URL value="@../../../../../styles/CustomFormComponents.css" /> <URL value="@../../../../styles/custom-title-bar.css" /> <URL value="@../../../../styles/custom-main-style.css" /> <URL value="@../../../../styles/CustomFormComponents.css" /> </stylesheets> </VBox> </children> fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureTableView.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureTableView.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureTableView.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureTableView.fxml @@ -24,7 +24,7 @@ <children> <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/Logo_FDX_Convert.png" /> <Image url="@../../../../images/Logo_FDX_Convert.png" /> </image> </ImageView> </children> @@ -225,7 +225,7 @@ <graphic> <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true"> <image> <Image url="@../../../../../images/fermer.png" /> <Image url="@../../../../images/fermer.png" /> </image> <cursor> <Cursor fx:constant="HAND" /> @@ -242,7 +242,7 @@ </HBox> </top> <stylesheets> <URL value="@../../../../../styles/custom-main-style.css" /> <URL value="@../../../../../styles/custom-title-bar.css" /> <URL value="@../../../../styles/custom-main-style.css" /> <URL value="@../../../../styles/custom-title-bar.css" /> </stylesheets> </BorderPane> fdx_convert/target/classes/com/megatim/fdxconvert/views/jsonstructure/JsonStructureView.fxmlcopy from fdx_convert/src/main/resources/importation/validation/data/client/views/jsonstructure/JsonStructureView.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/views/jsonstructure/JsonStructureView.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/views/jsonstructure/JsonStructureView.fxml @@ -11,7 +11,7 @@ <?import javafx.scene.layout.VBox?> <?import javafx.scene.text.Font?> <AnchorPane stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1"> <AnchorPane stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1"> <children> <VBox fx:id="mainContainer" layoutX="10.0" layoutY="10.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> fdx_convert/target/classes/importation/validation/data/client/abstracts/AbstractEditDialog.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/abstracts/AbstractMainDialog.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/controller/main.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/controller/search/ConversionModelAdvancedSearchForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/controller/search/ConversionModelSearchForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/controller/search/JournalAdvancedSearchForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/controller/search/JournalSearchForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/controller/search/TacheSearchForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/controller/search/TruncatedElementAdvancedSearchForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/controller/search/TruncatedElementSearchForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/controller/search/TypeFichierAdvancedSearchForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/controller/search/TypeFichierSearchForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/About.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/AlphaNumeriqueFieldEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/ConfigEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/ConversionModelEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/DecryptageAESEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/FileToValidateEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/ImportRawCsvDataEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/ImportTypeFichierEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/ModeleJsonEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/SubObjectEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/TacheEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/TruncatedElementEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/TypeFichierEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/forms/ValidateurEditForm.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/views/JsonStructureFormView.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/views/JsonStructureTableView.fxml
File was deleted fdx_convert/target/classes/importation/validation/data/client/views/jsonstructure/JsonStructureView.fxml
File was deleted fdx_convert/target/maven-archiver/pom.properties
@@ -1,5 +1,5 @@ #Generated by Maven #Thu Jun 18 16:58:31 WAT 2026 #Fri Jun 19 10:21:46 WAT 2026 version=1.0 groupId=com.megatim.importation.validation.data.client groupId=com.megatim.com.megatim.fdxconvert artifactId=fdx-convert-client fdx_convert/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
@@ -1,173 +1,173 @@ C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\FileToValidateDelimiterConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\AbstractDAO.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\Validateur.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\ParserUtils.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\viewmodel\JsonStructureViewModel.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\DecryptageAESEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\DataFileToJsonFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\AlphaNumeriqueFieldService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\jaxb\ParamValue.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\ConversionModelEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\JournalAdvancedSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\DecryptageAESValidator.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\TypeFichierAdvancedSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\ValidateurListFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\ModeleJsonDAO.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\TypeFichierDAO.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\ParametreAutoAdvancedSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\JsonStructure.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\MetaAlphaNumeriqueTable.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\KeyToDecryptConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\ImportData.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\StructureChampJsonEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\TacheEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\ValidateurEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\SubObject.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\JournalTable.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\FileToValidateEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\ResultFileParsing.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\ModeleJsonTable.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\FileToValidateDescription.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\ModeleJsonService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\ConversionModelAdvancedSearchController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\SubObjectEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\ValidateurEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\ParametreAutoSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\ConversionModelDAO.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\FileToValidateDelimiterValidator.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\TypeFichierSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\TruncatedElementEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\DecryptageAES.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigValidator.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\ImportFile.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\TacheSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\XmlUtils.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\Utilities.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\MetaAlphaNumeriqueField.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\JournalEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\JournalListDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\TacheTable.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\SubObjectService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\DataFileToJson.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\exceptions\AttributeFormatException.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\ConversionModelListDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\ConfigurationService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\views\jsonstructure\NestedJsonStructure.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\converter\DataTypeConverter.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\ValidateurDAO.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\App.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\TruncatedElementAdvancedSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\TypeFichierListDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\exceptions\ValidatorException.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\jaxb\PredicateConfig.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\TacheJob.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\views\JsonStructureFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\views\JsonStructureTableViewController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\TypeFichierService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\TypeFichierJsonDAO.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\Test.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\ConversionModelService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\pojo\PaginationElts.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\StructureChampJsonEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\views\jsonstructure\DefaultNestedJsonStructure.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\MainController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\ConfigEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\MetaAlphaNumeriqueFieldEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\DataTypeValidator.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\TacheListeDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\KeyToDecryptValidator.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\ImportTypeFichierEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\TxtFileToValidateEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\TypeFichierJson.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\MetaAlphaNumeriqueFieldDAO.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\StructureChampJsonService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\enums\DataType.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\SChedulerValidator.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\TacheDAO.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\JournalService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\views\jsonstructure\JsonStructureController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigurationConversionDelimiterValidator.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\jaxb\EntityList.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\ModeleJsonEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\ErrorDirConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\viewmodel\JsonStructureFormViewModel.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\DataToImport.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\AlphaNumeriqueField.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\FileToValidate.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\DataTypeConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\jaxb\Entity.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\AproposEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\TacheService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\JournalSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\ModeleJsonEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\TypeFichierJsonConverter.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\ConversionModelTable.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\MetaAlphaNumeriqueFieldTable.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\Delimiteur.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\ColumnDefinition.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\TypeFichierJsonService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\ConversionModel.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\jaxb\Validation.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\DelimiterConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\AproposEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigurationConversionDelimiterConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\TypeFichierTable.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\HibernateUtil.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\DataFileToJsonEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\TacheEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\enums\StatutConverter.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\ModeleJsonListeDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\TacheJobService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\Count.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\TypeFichier.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\ValidateurTable.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\JsonStructureService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\ErrorDirValidator.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\TypeFichierEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\DecryptageAESConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\SubObjectTable.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\FileToValidateEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\SubObjectEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\SchedulerConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\ImportTypeFichierEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\util\SchedulerUtil.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\ValidateurService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\DelimiterValidator.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\viewmodel\JsonStructureTableViewModel.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\ConversionModelEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\ConfigEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\TruncatedElement.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\Configuration.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\DecryptageAESService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\TruncatedElementSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\TypeFichierEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\ConversionModelSearchController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\ModeleJson.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\MetaAlphaNumeriqueFieldEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\jaxb\TypeFichierJsonsList.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\JsonDataTypeUtil.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\exceptions\ConfigException.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\ImportFileService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\Decryptage.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\TruncatedElementService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\AlphaNumeriqueFieldTable.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\JsonStructureDAO.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\TypeFichierJsonMarshaller.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\JournalEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\AlphaNumeriqueFieldDAO.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\Journal.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\ValidateurSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\TruncatedElementTable.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\TxtFileToValidateEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\StructureChampJsonTable.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\StructureChampJson.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\views\jsonstructure\NestedJsonStructureFromJsonStructure.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\DecryptageAESEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\jaxb\Assertion.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\Tache.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\TxtFileToValidate.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\ExportToJson.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\ValidateurParser.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\MetaAlphaNumeriqueFieldService.java C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\enums\JournalStatut.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\ImportFileService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\ConfigEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\jaxb\Entity.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\TacheTable.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\enums\DataType.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\converter\DataTypeConverter.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\TacheListeDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\TxtFileToValidateEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\SubObject.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\KeyToDecryptValidator.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\TypeFichierDAO.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\DataToImport.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\DecryptageAESEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\ValidateurService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\ImportTypeFichierEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\util\SchedulerUtil.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\TacheEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\TypeFichier.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\viewmodel\JsonStructureViewModel.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\DecryptageAESConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\AbstractDAO.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\JournalService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\JournalEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\ParametreAutoAdvancedSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\Test.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\ConversionModelAdvancedSearchController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\DataFileToJsonFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\ValidateurListFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\Decryptage.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\TxtFileToValidateEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\ValidateurSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\TypeFichierJsonDAO.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\ColumnDefinition.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\StructureChampJsonEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\jaxb\PredicateConfig.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\ModeleJson.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\ConversionModel.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\TxtFileToValidate.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\Journal.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\AlphaNumeriqueFieldTable.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\Tache.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\FileToValidateEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\XmlUtils.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\enums\StatutConverter.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\MetaAlphaNumeriqueField.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\StructureChampJsonService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\DataTypeConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\ConversionModelEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\StructureChampJsonTable.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\KeyToDecryptConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\ValidateurTable.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\ValidateurParser.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\SubObjectEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\MetaAlphaNumeriqueFieldService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\TacheService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\MetaAlphaNumeriqueFieldEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\ValidateurEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\AproposEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\jaxb\Assertion.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigValidator.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\ImportFile.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\TacheJob.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\jaxb\EntityList.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\views\jsonstructure\NestedJsonStructureFromJsonStructure.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigurationConversionDelimiterConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\ConversionModelSearchController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\ExportToJson.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\FileToValidateDelimiterConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\TruncatedElement.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\ConversionModelTable.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\ResultFileParsing.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\views\jsonstructure\JsonStructureController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\MainController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\ConfigEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\TacheJobService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\SubObjectEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\AproposEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\FileToValidate.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\Delimiteur.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\StructureChampJsonEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\ModeleJsonTable.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\DelimiterValidator.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\MetaAlphaNumeriqueFieldTable.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\AlphaNumeriqueFieldService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\TypeFichierTable.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\TruncatedElementTable.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\TypeFichierService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\ImportData.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\MetaAlphaNumeriqueTable.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\jaxb\ParamValue.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\enums\JournalStatut.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\TypeFichierSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\ConversionModelDAO.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\TypeFichierAdvancedSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\TypeFichierJson.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\ConfigurationService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\jaxb\TypeFichierJsonsList.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\Configuration.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\viewmodel\JsonStructureFormViewModel.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\JournalSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\Count.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\DataFileToJsonEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\TacheSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\views\jsonstructure\NestedJsonStructure.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\JsonStructure.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\TruncatedElementService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\JournalListDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\ModeleJsonEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\ConversionModelService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\ModeleJsonService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\JsonStructureDAO.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\ConversionModelListDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\JsonDataTypeUtil.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigurationConversionDelimiterValidator.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\JsonStructureService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\DataFileToJson.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\views\JsonStructureFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\App.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\StructureChampJson.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\jaxb\Validation.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\MetaAlphaNumeriqueFieldDAO.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\SChedulerValidator.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\exceptions\ConfigException.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\DataTypeValidator.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\DecryptageAESService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\MetaAlphaNumeriqueFieldEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\viewmodel\JsonStructureTableViewModel.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\TypeFichierJsonMarshaller.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\views\jsonstructure\DefaultNestedJsonStructure.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\ConversionModelEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\ImportTypeFichierEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\exceptions\ValidatorException.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\FileToValidateDescription.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\Utilities.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\TypeFichierEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\ErrorDirConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\ErrorDirValidator.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\SchedulerConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\FileToValidateEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\TruncatedElementAdvancedSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\DecryptageAES.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\TruncatedElementEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\TruncatedElementSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\ParserUtils.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\TypeFichierEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\JournalAdvancedSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\HibernateUtil.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\views\JsonStructureTableViewController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\ModeleJsonListeDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\TacheEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\DecryptageAESEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\TypeFichierJsonService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\TypeFichierListDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\JournalTable.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\ValidateurEditFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\exceptions\AttributeFormatException.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\SubObjectTable.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\DelimiterConstraint.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\ModeleJsonEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\JournalEditDialogController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\TypeFichierJsonConverter.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\TacheDAO.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\FileToValidateDelimiterValidator.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\SubObjectService.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\AlphaNumeriqueField.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\Validateur.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\ParametreAutoSearchFormController.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\ValidateurDAO.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\DecryptageAESValidator.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\pojo\PaginationElts.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\AlphaNumeriqueFieldDAO.java C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\ModeleJsonDAO.java