blob: 46cc985cb2613d5911755f3ea8cd843f62cc65a3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<?import java.lang.*?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.text.*?>
<fx:root type="AnchorPane" xmlns="http://javafx.com/javafx/8.0.40" xmlns:fx="http://javafx.com/fxml/1">
<children>
<VBox layoutY="-68.0" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="468.0" prefWidth="737.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Label text="DataMap Configuration">
<font>
<Font name="System Bold" size="18.0" />
</font>
</Label>
<GridPane>
<columnConstraints>
<ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" maxWidth="-Infinity" minWidth="-Infinity" prefWidth="150.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="200.0" prefWidth="200.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Label alignment="CENTER_RIGHT" text="Name: " />
<TextField fx:id="dataMapNameTextField" maxWidth="-Infinity" minWidth="-Infinity" prefWidth="200.0" GridPane.columnIndex="1" />
<Label text="DataNode: " GridPane.rowIndex="2" />
<CheckBox fx:id="quoteSqlIdentifiersCheckBox" mnemonicParsing="false" text="Quote SQL Identifiers" GridPane.columnIndex="1" GridPane.rowIndex="3" />
<Label text="File: " GridPane.rowIndex="1" />
<Label text="filename...is this redundant? it's in the title bar..." GridPane.columnIndex="1" GridPane.rowIndex="1" />
<ComboBox prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
</children>
</GridPane>
<Label text="Entity Defaults">
<font>
<Font name="System Bold" size="18.0" />
</font>
<VBox.margin>
<Insets top="20.0" />
</VBox.margin>
</Label>
<GridPane>
<columnConstraints>
<ColumnConstraints fillWidth="false" halignment="RIGHT" hgrow="SOMETIMES" maxWidth="-Infinity" minWidth="-Infinity" prefWidth="150.0" />
<ColumnConstraints hgrow="NEVER" maxWidth="225.0" minWidth="225.0" prefWidth="225.0" />
<ColumnConstraints hgrow="NEVER" minWidth="200.0" prefWidth="200.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Label alignment="CENTER_RIGHT" text="DB Schema: " />
<TextField maxWidth="-Infinity" minWidth="-Infinity" prefWidth="200.0" GridPane.columnIndex="1" />
<Label text="Java Package: " GridPane.rowIndex="1" />
<Label text="Custom Superclass: " GridPane.rowIndex="2" />
<TextField maxWidth="-Infinity" minWidth="-Infinity" prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
<Button mnemonicParsing="false" text="Update..." GridPane.columnIndex="2" />
<TextField maxWidth="-Infinity" minWidth="-Infinity" prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="1" />
<Button mnemonicParsing="false" text="Update..." GridPane.columnIndex="2" GridPane.rowIndex="1" />
<Button mnemonicParsing="false" text="Update..." GridPane.columnIndex="2" GridPane.rowIndex="2" />
<CheckBox mnemonicParsing="false" text="Enable Optimistic Locking for Entities in this DataMap" GridPane.columnIndex="1" GridPane.columnSpan="2" GridPane.rowIndex="3" />
</children>
</GridPane>
<Label text="Client Class Defaults">
<font>
<Font name="System Bold" size="18.0" />
</font>
<VBox.margin>
<Insets top="20.0" />
</VBox.margin>
</Label>
<GridPane>
<columnConstraints>
<ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" maxWidth="-Infinity" minWidth="-Infinity" prefWidth="150.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="225.0" minWidth="225.0" prefWidth="225.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="200.0" prefWidth="200.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Label text="Client Java Package: " />
<Label text="Custom Superclass: " GridPane.rowIndex="1" />
<TextField maxWidth="-Infinity" minWidth="-Infinity" prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="1" />
<TextField maxWidth="-Infinity" minWidth="-Infinity" prefWidth="200.0" GridPane.columnIndex="1" />
<Button mnemonicParsing="false" text="Update..." GridPane.columnIndex="2" />
<Button mnemonicParsing="false" text="Update..." GridPane.columnIndex="2" GridPane.rowIndex="1" />
<CheckBox mnemonicParsing="false" text="Allow Client Entities" GridPane.columnIndex="1" GridPane.rowIndex="2" />
</children>
</GridPane>
</children>
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</padding>
</VBox>
</children>
</fx:root>