|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
|
| 3 | +<?import com.jfoenix.controls.JFXButton?> |
3 | 4 | <?import com.jfoenix.controls.JFXComboBox?> |
4 | 5 | <?import de.jensd.fx.glyphs.fontawesome.FontAwesomeIconView?> |
| 6 | +<?import java.lang.String?> |
| 7 | +<?import javafx.geometry.Insets?> |
5 | 8 | <?import javafx.scene.Cursor?> |
6 | 9 | <?import javafx.scene.control.Button?> |
7 | 10 | <?import javafx.scene.control.Label?> |
|
10 | 13 | <?import javafx.scene.control.TabPane?> |
11 | 14 | <?import javafx.scene.layout.AnchorPane?> |
12 | 15 | <?import javafx.scene.layout.BorderPane?> |
| 16 | +<?import javafx.scene.layout.HBox?> |
| 17 | +<?import javafx.scene.layout.StackPane?> |
13 | 18 | <?import javafx.scene.text.Font?> |
14 | 19 |
|
15 | | -<SplitPane dividerPositions="0.15" minHeight="650.0" minWidth="1200.0" stylesheets="@../css/javaFx.css" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1" fx:controller="root.javafx.Controller.HistoryMenuController"> |
| 20 | +<SplitPane dividerPositions="0.15" minHeight="650.0" minWidth="1200.0" stylesheets="@../../../../../../../DBMonitoring/DBMonitoring/src/main/resources/css/javaFx.css" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1" fx:controller="root.javafx.Controller.HistoryMenuController"> |
16 | 21 | <items> |
17 | 22 | <AnchorPane maxWidth="200.0" minWidth="150.0" style="-fx-background-color: white;"> |
18 | 23 | <fx:include source="LeftMenu.fxml" /> |
|
39 | 44 | <Font name="Noto Sans Korean Medium" size="13.0" /> |
40 | 45 | </font> |
41 | 46 | </Label> |
42 | | - <AnchorPane layoutX="217.0" layoutY="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="250.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
| 47 | + <AnchorPane fx:id="topMenuBar" layoutX="217.0" layoutY="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="250.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
43 | 48 | <children> |
44 | | - <JFXComboBox fx:id="runConnInfoFileComboBox" minWidth="300.0" styleClass="basic-font" stylesheets="@../css/javaFx.css" unFocusColor="#ececec" AnchorPane.bottomAnchor="5.0" AnchorPane.rightAnchor="60.0" AnchorPane.topAnchor="5.0" /> |
| 49 | + <JFXComboBox fx:id="runConnInfoFileComboBox" minWidth="300.0" styleClass="basic-font" stylesheets="@../../../../../../../DBMonitoring/DBMonitoring/src/main/resources/css/javaFx.css" unFocusColor="#ececec" AnchorPane.bottomAnchor="5.0" AnchorPane.rightAnchor="60.0" AnchorPane.topAnchor="5.0" /> |
45 | 50 | <Button fx:id="monitoringRunBtn" layoutX="540.6000061035156" mnemonicParsing="false" onAction="#runMonitoring" style="-fx-background-color: transparent;" AnchorPane.bottomAnchor="5.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="5.0"> |
46 | 51 | <cursor> |
47 | 52 | <Cursor fx:constant="HAND" /> |
|
56 | 61 | </AnchorPane> |
57 | 62 | </top> |
58 | 63 | <center> |
59 | | - <AnchorPane minWidth="550.0" style="-fx-background-color: white;"> |
| 64 | + <StackPane> |
60 | 65 | <children> |
61 | | - <TabPane tabClosingPolicy="UNAVAILABLE" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="4.0"> |
62 | | - <tabs> |
63 | | - <Tab text="Archive Usage"> |
64 | | - <content> |
65 | | - <AnchorPane fx:id="archiveUsageTabAP" /> |
66 | | - </content> |
67 | | - </Tab> |
68 | | - <Tab text="TableSpace Usage"> |
69 | | - <content> |
70 | | - <AnchorPane fx:id="tableSpaceUsageTabAP" /> |
71 | | - </content> |
72 | | - </Tab> |
73 | | - <Tab text="ASM Disk Usage"> |
74 | | - <content> |
75 | | - <AnchorPane fx:id="asmDiskUsageTabAP" /> |
76 | | - </content> |
77 | | - </Tab> |
78 | | - <Tab text="OS Disk Usage"> |
79 | | - <content> |
80 | | - <AnchorPane fx:id="osDiskUsageTabAP" /> |
81 | | - </content> |
82 | | - </Tab> |
83 | | - </tabs> |
84 | | - </TabPane> |
| 66 | + <AnchorPane minWidth="550.0" style="-fx-background-color: white;"> |
| 67 | + <children> |
| 68 | + <TabPane tabClosingPolicy="UNAVAILABLE" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="4.0"> |
| 69 | + <tabs> |
| 70 | + <Tab text="Archive Usage"> |
| 71 | + <content> |
| 72 | + <AnchorPane fx:id="archiveUsageTabAP" /> |
| 73 | + </content> |
| 74 | + </Tab> |
| 75 | + <Tab text="TableSpace Usage"> |
| 76 | + <content> |
| 77 | + <AnchorPane fx:id="tableSpaceUsageTabAP" /> |
| 78 | + </content> |
| 79 | + </Tab> |
| 80 | + <Tab text="ASM Disk Usage"> |
| 81 | + <content> |
| 82 | + <AnchorPane fx:id="asmDiskUsageTabAP" /> |
| 83 | + </content> |
| 84 | + </Tab> |
| 85 | + <Tab text="OS Disk Usage"> |
| 86 | + <content> |
| 87 | + <AnchorPane fx:id="osDiskUsageTabAP" /> |
| 88 | + </content> |
| 89 | + </Tab> |
| 90 | + </tabs> |
| 91 | + </TabPane> |
| 92 | + </children> |
| 93 | + </AnchorPane> |
| 94 | + <AnchorPane fx:id="noPropertyFileAP" style="-fx-background-color: white;"> |
| 95 | + <children> |
| 96 | + <HBox alignment="CENTER" layoutY="269.6000061035156" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
| 97 | + <children> |
| 98 | + <Label graphicTextGap="13.0" style="-fx-alignment: center;" text="접속정보 설정파일이 없습니다."> |
| 99 | + <graphic> |
| 100 | + <FontAwesomeIconView fill="#1f6cc4" glyphName="ARCHIVE" size="40" text="" /> |
| 101 | + </graphic> |
| 102 | + <styleClass> |
| 103 | + <String fx:value="basic-font" /> |
| 104 | + <String fx:value="bold" /> |
| 105 | + </styleClass> |
| 106 | + </Label> |
| 107 | + <JFXButton fx:id="goSettingMenuBtn" alignment="CENTER" contentDisplay="RIGHT" ellipsisString="" graphicTextGap="5.0" minWidth="70.0" onAction="#goSettingMenu" ripplerFill="BLACK" style="-fx-border-color: #ddd; -fx-font-size: 12px; -fx-border-radius: 30px; -fx-text-fill: black;" styleClass="basic-font" text="설정하기"> |
| 108 | + <cursor> |
| 109 | + <Cursor fx:constant="HAND" /> |
| 110 | + </cursor> |
| 111 | + <graphic> |
| 112 | + <FontAwesomeIconView fill="#1f6cc4" glyphName="ARROW_CIRCLE_RIGHT" selectionEnd="0" selectionStart="0" size="13" /> |
| 113 | + </graphic> |
| 114 | + <HBox.margin> |
| 115 | + <Insets left="15.0" /> |
| 116 | + </HBox.margin> |
| 117 | + </JFXButton> |
| 118 | + </children> |
| 119 | + </HBox> |
| 120 | + </children> |
| 121 | + </AnchorPane> |
85 | 122 | </children> |
86 | | - </AnchorPane> |
| 123 | + </StackPane> |
87 | 124 | </center> |
88 | 125 | <bottom> |
89 | 126 | <AnchorPane maxHeight="30.0" minHeight="30.0" style="-fx-background-color: #f7f7f7; -fx-border-width: 0.2px; -fx-border-color: gray;" BorderPane.alignment="CENTER" /> |
|
0 commit comments