|
|
|
@ -6,6 +6,7 @@
|
|
|
|
<?import javafx.scene.control.ContextMenu?>
|
|
|
|
<?import javafx.scene.control.ContextMenu?>
|
|
|
|
<?import javafx.scene.control.Label?>
|
|
|
|
<?import javafx.scene.control.Label?>
|
|
|
|
<?import javafx.scene.control.MenuItem?>
|
|
|
|
<?import javafx.scene.control.MenuItem?>
|
|
|
|
|
|
|
|
<?import javafx.scene.control.Separator?>
|
|
|
|
<?import javafx.scene.control.TableColumn?>
|
|
|
|
<?import javafx.scene.control.TableColumn?>
|
|
|
|
<?import javafx.scene.control.TableView?>
|
|
|
|
<?import javafx.scene.control.TableView?>
|
|
|
|
<?import javafx.scene.control.TextField?>
|
|
|
|
<?import javafx.scene.control.TextField?>
|
|
|
|
@ -34,9 +35,9 @@
|
|
|
|
</Label>
|
|
|
|
</Label>
|
|
|
|
<Button layoutX="14.0" layoutY="524.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="125.0" text="Analyse" />
|
|
|
|
<Button layoutX="14.0" layoutY="524.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="125.0" text="Analyse" />
|
|
|
|
<Button layoutX="656.0" layoutY="524.0" mnemonicParsing="false" onAction="#addRouteSingle" prefHeight="25.0" prefWidth="125.0" text="Add" />
|
|
|
|
<Button layoutX="656.0" layoutY="524.0" mnemonicParsing="false" onAction="#addRouteSingle" prefHeight="25.0" prefWidth="125.0" text="Add" />
|
|
|
|
<Pane layoutX="16.0" layoutY="53.0" prefHeight="403.0" prefWidth="765.0">
|
|
|
|
<Pane layoutX="16.0" layoutY="53.0" prefHeight="340.0" prefWidth="765.0">
|
|
|
|
<children>
|
|
|
|
<children>
|
|
|
|
<TableView fx:id="tableViewRouteRD" layoutX="-1.0" prefHeight="403.0" prefWidth="765.0">
|
|
|
|
<TableView fx:id="tableViewRouteRD" layoutX="-1.0" prefHeight="340.0" prefWidth="765.0">
|
|
|
|
<columns>
|
|
|
|
<columns>
|
|
|
|
<TableColumn fx:id="rAirlineCol" prefWidth="67.0" text="Airline" />
|
|
|
|
<TableColumn fx:id="rAirlineCol" prefWidth="67.0" text="Airline" />
|
|
|
|
<TableColumn fx:id="rAirlineIDCol" prefWidth="86.0" text="Airline ID" />
|
|
|
|
<TableColumn fx:id="rAirlineIDCol" prefWidth="86.0" text="Airline ID" />
|
|
|
|
@ -58,7 +59,7 @@
|
|
|
|
</TableView>
|
|
|
|
</TableView>
|
|
|
|
</children>
|
|
|
|
</children>
|
|
|
|
</Pane>
|
|
|
|
</Pane>
|
|
|
|
<Pane layoutX="16.0" layoutY="479.0" prefHeight="32.0" prefWidth="765.0">
|
|
|
|
<Pane layoutX="14.0" layoutY="484.0" prefHeight="32.0" prefWidth="765.0">
|
|
|
|
<children>
|
|
|
|
<children>
|
|
|
|
<TextField fx:id="rAirlineBox" layoutX="90.0" layoutY="-1.0" prefHeight="31.0" prefWidth="100.0" promptText="Airline">
|
|
|
|
<TextField fx:id="rAirlineBox" layoutX="90.0" layoutY="-1.0" prefHeight="31.0" prefWidth="100.0" promptText="Airline">
|
|
|
|
<padding>
|
|
|
|
<padding>
|
|
|
|
@ -85,10 +86,23 @@
|
|
|
|
<Insets left="2.0" right="2.0" />
|
|
|
|
<Insets left="2.0" right="2.0" />
|
|
|
|
</padding>
|
|
|
|
</padding>
|
|
|
|
</TextField>
|
|
|
|
</TextField>
|
|
|
|
<Label layoutY="4.0" text="Enter Values:" />
|
|
|
|
<Label layoutX="14.0" layoutY="4.0" text="Add Route:" />
|
|
|
|
<ComboBox fx:id="rCodeshareCBox" layoutX="490.0" layoutY="-1.0" prefHeight="31.0" prefWidth="100.0" promptText="Codeshare" />
|
|
|
|
<ComboBox fx:id="rCodeshareCBox" layoutX="490.0" layoutY="-1.0" prefHeight="31.0" prefWidth="100.0" promptText="Codeshare" />
|
|
|
|
</children>
|
|
|
|
</children>
|
|
|
|
</Pane>
|
|
|
|
</Pane>
|
|
|
|
|
|
|
|
<Pane layoutX="14.0" layoutY="405.0" prefHeight="45.0" prefWidth="724.0">
|
|
|
|
|
|
|
|
<children>
|
|
|
|
|
|
|
|
<Label layoutX="7.0" layoutY="12.0" text="Filter :" />
|
|
|
|
|
|
|
|
<TextField fx:id="rAirlineFilter" layoutX="55.0" layoutY="7.0" prefHeight="31.0" prefWidth="100.0" promptText="Airline" />
|
|
|
|
|
|
|
|
<TextField fx:id="rSourceFilter" layoutX="155.0" layoutY="7.0" prefHeight="31.0" prefWidth="150.0" promptText="Source airport" />
|
|
|
|
|
|
|
|
<TextField fx:id="rDestFilter" layoutX="305.0" layoutY="7.0" prefHeight="31.0" prefWidth="150.0" promptText="Destination airport" />
|
|
|
|
|
|
|
|
<TextField fx:id="rCodeshareFilter" layoutX="455.0" layoutY="7.0" prefHeight="31.0" prefWidth="89.0" promptText="Codeshare" />
|
|
|
|
|
|
|
|
<TextField fx:id="rStopsFilter" layoutX="544.0" layoutY="7.0" prefHeight="31.0" prefWidth="75.0" promptText="Stops" />
|
|
|
|
|
|
|
|
<TextField fx:id="rEquipmentFilter" layoutX="619.0" layoutY="7.0" prefHeight="31.0" prefWidth="100.0" promptText="Equipment" />
|
|
|
|
|
|
|
|
</children>
|
|
|
|
|
|
|
|
</Pane>
|
|
|
|
|
|
|
|
<Separator layoutY="464.0" prefHeight="6.0" prefWidth="800.0" />
|
|
|
|
|
|
|
|
<Button layoutX="738.0" layoutY="412.0" mnemonicParsing="false" onAction="#filterRoutes" prefHeight="31.0" prefWidth="40.0" text="Go" />
|
|
|
|
</children>
|
|
|
|
</children>
|
|
|
|
</Pane>
|
|
|
|
</Pane>
|
|
|
|
</children>
|
|
|
|
</children>
|
|
|
|
|