1 <?xml version="1.0" encoding="UTF-8"?>
   2 
   3 <!--
   4   Copyright (c) 2012, 2014, Oracle and/or its affiliates.
   5   All rights reserved. Use is subject to license terms.
   6 
   7   This file is available and licensed under the following license:
   8 
   9   Redistribution and use in source and binary forms, with or without
  10   modification, are permitted provided that the following conditions
  11   are met:
  12 
  13   - Redistributions of source code must retain the above copyright
  14     notice, this list of conditions and the following disclaimer.
  15   - Redistributions in binary form must reproduce the above copyright
  16     notice, this list of conditions and the following disclaimer in
  17     the documentation and/or other materials provided with the distribution.
  18   - Neither the name of Oracle Corporation nor the names of its
  19     contributors may be used to endorse or promote products derived
  20     from this software without specific prior written permission.
  21 
  22   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  23   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  24   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  25   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  26   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  27   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  28   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  29   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  30   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  31   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  32   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  33 -->
  34 
  35 <?import java.lang.*?>
  36 <?import java.net.*?>
  37 <?import javafx.geometry.*?>
  38 <?import javafx.scene.control.*?>
  39 <?import javafx.scene.layout.*?>
  40 
  41 <SplitPane fx:id="inspectorRoot" dividerPositions="0.33" focusTraversable="false" orientation="VERTICAL" prefHeight="600.0" styleClass="theme-presets, SBKIT-inspector-panel" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
  42   <items>
  43 <StackPane fx:id="searchStackPane" maxHeight="330.0" minHeight="100.0" prefHeight="170.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
  44 <children>
  45     <ScrollPane fitToWidth="true">
  46       <content>
  47         <GridPane fx:id="searchContent" gridLinesVisible="false" hgap="1.0" maxWidth="-1.0" minHeight="0.0" minWidth="-1.0" prefHeight="-1.0" prefWidth="-1.0" style="" vgap="5.0">
  48           <children>
  49             <Label minWidth="-1.0" text="Label1 Label2 Label3 Label4" GridPane.columnIndex="0" GridPane.rowIndex="0" />
  50             <TextField maxWidth="1.7976931348623157E308" minWidth="0.0" prefWidth="-1.0" text="Value1 Value2 Value3 Value4 Value5 Value6" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS" GridPane.rowIndex="0" />
  51             <MenuButton graphicTextGap="0.0" mnemonicParsing="false" text="MenuButton" GridPane.columnIndex="2" GridPane.rowIndex="0">
  52               <items>
  53                 <MenuItem mnemonicParsing="false" text="Action 1" />
  54                 <MenuItem mnemonicParsing="false" text="Action 2" />
  55               </items>
  56             </MenuButton>
  57           </children>
  58           <columnConstraints>
  59             <ColumnConstraints halignment="RIGHT" hgrow="ALWAYS" maxWidth="150.0" minWidth="30.0" prefWidth="100.0" />
  60             <ColumnConstraints hgrow="ALWAYS" maxWidth="1.7976931348623157E308" minWidth="60.0" prefWidth="153.0" />
  61             <ColumnConstraints hgrow="NEVER" maxWidth="-1.0" minWidth="-1.0" prefWidth="-1.0" />
  62           </columnConstraints>
  63           <padding>
  64             <Insets bottom="5.0" left="10.0" right="1.0" top="5.0" fx:id="x1" />
  65           </padding>
  66           <rowConstraints>
  67             <RowConstraints maxHeight="30.0" minHeight="10.0" prefHeight="30.0" vgrow="ALWAYS" />
  68             <RowConstraints maxHeight="30.0" minHeight="10.0" prefHeight="30.0" vgrow="ALWAYS" />
  69           </rowConstraints>
  70         </GridPane>
  71       </content>
  72                <styleClass>
  73                   <String fx:value="theme-presets" />
  74                   <String fx:value="property-sheet" />
  75                </styleClass>
  76     </ScrollPane><Region maxHeight="1.0" styleClass="pane-shadow" StackPane.alignment="TOP_CENTER" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" />
  77 </children>
  78 </StackPane>
  79 <VBox xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
  80 <children>
  81     <Accordion fx:id="accordion" VBox.vgrow="ALWAYS">
  82       <panes>
  83         <TitledPane fx:id="propertiesTitledPane" animated="true" contentDisplay="RIGHT" graphicTextGap="0.0" text="Properties">
  84           <content>
  85             <ScrollPane fx:id="propertiesScroll" fitToWidth="true" prefViewportHeight="320.0" prefViewportWidth="251.0">
  86               <content>
  87                 <GridPane fx:id="propertiesSection" gridLinesVisible="false" hgap="1.0" maxWidth="-1.0" minWidth="-1.0" prefHeight="-1.0" prefWidth="-1.0" style="" vgap="5.0">
  88                   <children>
  89                     <Label text="Label" GridPane.columnIndex="0" GridPane.rowIndex="0" />
  90                     <TextField maxWidth="1.7976931348623157E308" minWidth="0.0" prefWidth="-1.0" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS" GridPane.rowIndex="0" />
  91                     <MenuButton graphicTextGap="0.0" mnemonicParsing="false" text="MenuButton" GridPane.columnIndex="2" GridPane.rowIndex="0">
  92                       <items>
  93                         <MenuItem mnemonicParsing="false" text="Action 1" />
  94                         <MenuItem mnemonicParsing="false" text="Action 2" />
  95                       </items>
  96                     </MenuButton>
  97                   </children>
  98                   <columnConstraints>
  99                     <ColumnConstraints halignment="RIGHT" hgrow="ALWAYS" maxWidth="150.0" minWidth="30.0" prefWidth="100.0" />
 100                     <ColumnConstraints hgrow="ALWAYS" maxWidth="1.7976931348623157E308" minWidth="60.0" prefWidth="153.0" />
 101                     <ColumnConstraints hgrow="NEVER" maxWidth="-1.0" minWidth="-1.0" prefWidth="-1.0" />
 102                   </columnConstraints>
 103                   <rowConstraints>
 104                     <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
 105                     <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
 106                     <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
 107                   </rowConstraints>
 108 <padding>
 109 <Insets bottom="5.0" left="10.0" right="1.0" top="5.0" />
 110 </padding>
 111                 </GridPane>
 112               </content>
 113                            <styleClass>
 114                               <String fx:value="theme-presets" />
 115                               <String fx:value="property-sheet" />
 116                            </styleClass>
 117             </ScrollPane>
 118           </content>
 119           <graphic>
 120             <Label styleClass="secondary-section-title" text=": &lt;className&gt;" />
 121           </graphic>
 122         </TitledPane>
 123         <TitledPane fx:id="layoutTitledPane" animated="true" contentDisplay="RIGHT" graphicTextGap="0.0" text="Layout">
 124           <content>
 125             <ScrollPane fx:id="layoutScroll" fitToWidth="true" prefViewportHeight="320.0" prefViewportWidth="254.0">
 126               <content>
 127                 <GridPane fx:id="layoutSection" gridLinesVisible="false" hgap="1.0" maxWidth="-1.0" minWidth="-1.0" padding="$x1" prefHeight="-1.0" prefWidth="-1.0" style="" vgap="5.0">
 128                   <children>
 129                     <Label text="Label" GridPane.columnIndex="0" GridPane.rowIndex="0" />
 130                     <TextField maxWidth="1.7976931348623157E308" minWidth="0.0" prefWidth="-1.0" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS" GridPane.rowIndex="0" />
 131                     <MenuButton graphicTextGap="0.0" mnemonicParsing="false" text="MenuButton" GridPane.columnIndex="2" GridPane.rowIndex="0">
 132                       <items>
 133                         <MenuItem mnemonicParsing="false" text="Action 1" />
 134                         <MenuItem mnemonicParsing="false" text="Action 2" />
 135                       </items>
 136                     </MenuButton>
 137                   </children>
 138                   <columnConstraints>
 139                     <ColumnConstraints halignment="RIGHT" hgrow="ALWAYS" maxWidth="150.0" minWidth="30.0" prefWidth="100.0" />
 140                     <ColumnConstraints hgrow="ALWAYS" maxWidth="1.7976931348623157E308" minWidth="60.0" prefWidth="153.0" />
 141                     <ColumnConstraints hgrow="NEVER" maxWidth="-1.0" minWidth="-1.0" prefWidth="-1.0" />
 142                   </columnConstraints>
 143                   <rowConstraints>
 144                     <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
 145                     <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
 146                     <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
 147                   </rowConstraints>
 148                 </GridPane>
 149               </content>
 150                            <styleClass>
 151                               <String fx:value="theme-presets" />
 152                               <String fx:value="property-sheet" />
 153                            </styleClass>
 154             </ScrollPane>
 155           </content>
 156           <graphic>
 157             <Label styleClass="secondary-section-title" text=": &lt;className&gt;" />
 158           </graphic>
 159         </TitledPane>
 160         <TitledPane fx:id="codeTitledPane" animated="true" contentDisplay="RIGHT" expanded="false" graphicTextGap="0.0" text="Code">
 161           <content>
 162             <ScrollPane fx:id="codeScroll" fitToWidth="true" prefViewportHeight="320.0" prefViewportWidth="257.0">
 163               <content>
 164                 <GridPane fx:id="codeSection" gridLinesVisible="false" hgap="1.0" maxWidth="-1.0" minWidth="-1.0" padding="$x1" prefHeight="-1.0" prefWidth="-1.0" style="" vgap="5.0">
 165                   <children>
 166                     <Label text="Label" GridPane.columnIndex="0" GridPane.rowIndex="0" />
 167                     <TextField maxWidth="1.7976931348623157E308" minWidth="0.0" prefWidth="-1.0" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS" GridPane.rowIndex="0" />
 168                     <MenuButton graphicTextGap="0.0" mnemonicParsing="false" text="MenuButton" GridPane.columnIndex="2" GridPane.rowIndex="0">
 169                       <items>
 170                         <MenuItem mnemonicParsing="false" text="Action 1" />
 171                         <MenuItem mnemonicParsing="false" text="Action 2" />
 172                       </items>
 173                     </MenuButton>
 174                   </children>
 175                   <columnConstraints>
 176                     <ColumnConstraints halignment="RIGHT" hgrow="ALWAYS" maxWidth="150.0" minWidth="30.0" prefWidth="100.0" />
 177                     <ColumnConstraints hgrow="ALWAYS" maxWidth="1.7976931348623157E308" minWidth="60.0" prefWidth="153.0" />
 178                     <ColumnConstraints hgrow="NEVER" maxWidth="-1.0" minWidth="-1.0" prefWidth="-1.0" />
 179                   </columnConstraints>
 180                   <rowConstraints>
 181                     <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
 182                     <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
 183                     <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
 184                   </rowConstraints>
 185                 </GridPane>
 186               </content>
 187                            <styleClass>
 188                               <String fx:value="theme-presets" />
 189                               <String fx:value="property-sheet" />
 190                            </styleClass>
 191             </ScrollPane>
 192           </content>
 193           <graphic>
 194             <Label styleClass="secondary-section-title" text=": &lt;className&gt;" />
 195           </graphic>
 196         </TitledPane>
 197         <TitledPane fx:id="allTitledPane" animated="true" contentDisplay="RIGHT" expanded="true" graphicTextGap="0.0" text="&lt;all&gt;">
 198           <content>
 199             <ScrollPane fx:id="allScroll" fitToWidth="true" prefViewportHeight="320.0" prefViewportWidth="260.0">
 200               <content>
 201                 <GridPane fx:id="allContent" gridLinesVisible="false" hgap="1.0" maxWidth="-1.0" minWidth="-1.0" padding="$x1" prefHeight="-1.0" prefWidth="-1.0" style="" vgap="5.0">
 202                   <children>
 203                     <Label text="Label" GridPane.columnIndex="0" GridPane.rowIndex="0" />
 204                     <TextField maxWidth="1.7976931348623157E308" minWidth="0.0" prefWidth="-1.0" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS" GridPane.rowIndex="0" />
 205                   </children>
 206                   <columnConstraints>
 207                     <ColumnConstraints halignment="RIGHT" hgrow="ALWAYS" maxWidth="150.0" minWidth="30.0" prefWidth="100.0" />
 208                     <ColumnConstraints hgrow="ALWAYS" maxWidth="1.7976931348623157E308" minWidth="60.0" prefWidth="153.0" />
 209                     <ColumnConstraints hgrow="NEVER" maxWidth="15.0" minWidth="15.0" prefWidth="15.0" />
 210                   </columnConstraints>
 211                   <rowConstraints>
 212                     <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
 213                     <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
 214                     <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
 215                   </rowConstraints>
 216                 </GridPane>
 217               </content>
 218                            <styleClass>
 219                               <String fx:value="theme-presets" />
 220                               <String fx:value="property-sheet" />
 221                            </styleClass>
 222             </ScrollPane>
 223           </content>
 224           <graphic>
 225             <Label styleClass="secondary-section-title" text=": &lt;className&gt;" />
 226           </graphic>
 227         </TitledPane>
 228       </panes>
 229     </Accordion>
 230 </children>
 231 </VBox>
 232   </items>
 233   <stylesheets>
 234     <URL value="@../../css/Theme.css" />
 235   </stylesheets>
 236 </SplitPane>