blob: 73ea9be04c0e8d1d46cf142b131407cc7cd3033c [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.scene.control.*?>
<?import javafx.scene.layout.*?>
<fx:root prefHeight="624.0" prefWidth="884.0" type="AnchorPane" xmlns="http://javafx.com/javafx/8.0.40" xmlns:fx="http://javafx.com/fxml/1">
<children>
<TabPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" tabClosingPolicy="UNAVAILABLE" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<tabs>
<Tab text="Configuration">
<content>
<AnchorPane fx:id="configurationTabAnchorPane" minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
<children>
<Label layoutX="364.0" layoutY="287.0" text="View is in Separate FXML" />
</children>
</AnchorPane>
</content>
</Tab>
<Tab text="Database Adapter">
<content>
<AnchorPane fx:id="databaseAdapterTabAnchorPane" minHeight="0.0" prefWidth="200.0">
<children>
<Label layoutX="364.0" layoutY="287.0" text="View is in Separate FXML" />
</children>
</AnchorPane>
</content>
</Tab>
<Tab fx:id="passwordEncoderTab" text="Password Encoder">
<content>
<AnchorPane fx:id="passwordEncoderTabAnchorPane" minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
<children>
<Label alignment="CENTER" contentDisplay="CENTER" text="View is in Separate FXML" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
</children>
</AnchorPane>
</content>
<tooltip>
<Tooltip text="Only available for JDBC DataSource factories." />
</tooltip>
</Tab>
</tabs>
</TabPane>
</children>
</fx:root>