You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

134 lines
8.9 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!--<?import gui.CorpusTab ?>-->
<!--<?import gui.StringAnalysisTab ?>-->
<?import java.lang.*?>
<?import javafx.collections.FXCollections?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane prefHeight="600.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8.0.111" xmlns:fx="http://javafx.com/fxml/1"
fx:controller="gui.GUIController">
<children>
<TabPane fx:id="tabPane" prefHeight="600.0" prefWidth="800.0" tabClosingPolicy="UNAVAILABLE" AnchorPane.bottomAnchor="0.0"
AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<tabs>
<Tab fx:id="corpusTab" closable="false" text="Korpus">
<fx:include fx:id="ct" source="gui/CorpusTab.fxml"/>
</Tab>
<Tab fx:id="filterTab" closable="false" disable="true" text="Filter">
<fx:include fx:id="ffs" source="gui/FiltersForSolar.fxml"/>
</Tab>
<Tab fx:id="CharacterLevelTabNew" closable="false" disable="true" text="Črke">
<fx:include fx:id="cat" source="gui/CharacterAnalysisTab.fxml"/>
</Tab>
<Tab fx:id="wordLevelTab" closable="false" disable="true" text="Besedni deli">
<fx:include fx:id="wl" source="gui/WordLevelTab.fxml"/>
</Tab>
<Tab fx:id="OneWordAnalysisTab" closable="false" disable="true" text="Besede">
<fx:include fx:id="oneWordTab" source="gui/OneWordAnalysisTab.fxml"/>
</Tab>
<Tab fx:id="StringLevelTabNew2" closable="false" disable="true" text="Besedni nizi">
<fx:include fx:id="satNew2" source="gui/StringAnalysisTabNew2.fxml"/>
</Tab>
<!--<Tab fx:id="wordFormationTab" closable="false" disable="true" text="Besedotvorni procesi">
<fx:include fx:id="wf" source="gui/WordFormationTab.fxml"/>
</Tab>-->
<!--<Tab fx:id="wordLevelTab" closable="false" disable="true" text="Nivo besed in delov besed">-->
<!--<content>-->
<!--<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">-->
<!--<children>-->
<!--<Label fx:id="izbraniFiltriLabelB" layoutX="400.0" layoutY="14.0" text="Izbrani filtri:"/>-->
<!--<Label fx:id="selectedFiltersLabelB" layoutX="399.0" layoutY="45.0" text="/"/>-->
<!--<Label layoutX="35.0" layoutY="30.0" text="Različnica/lema"/>-->
<!--<ComboBox fx:id="distributionWordOrLemmaCombo" layoutX="146.0" layoutY="26.0"-->
<!--prefWidth="150.0" promptText="izberi">-->
<!--<items>-->
<!--<FXCollections fx:factory="observableArrayList">-->
<!--<String fx:value="različnica"/>-->
<!--<String fx:value="lema"/>-->
<!--</FXCollections>-->
<!--</items>-->
<!--</ComboBox>-->
<!--<Label layoutX="35.0" layoutY="75.0" text="JOS:"/>-->
<!--<ComboBox fx:id="distributionJosCombo" layoutX="146.0" layoutY="71.0"-->
<!--prefWidth="150.0" promptText="izberi">-->
<!--<items>-->
<!--<FXCollections fx:factory="observableArrayList">-->
<!--<String fx:value="- brez -"/>-->
<!--<String fx:value="samostalnik"/>-->
<!--<String fx:value="glagol"/>-->
<!--<String fx:value="pridevnik"/>-->
<!--<String fx:value="prislov"/>-->
<!--<String fx:value="zaimek"/>-->
<!--<String fx:value="stevnik"/>-->
<!--<String fx:value="predlog"/>-->
<!--<String fx:value="veznik"/>-->
<!--<String fx:value="clenek"/>-->
<!--<String fx:value="medmet"/>-->
<!--<String fx:value="okrajsava"/>-->
<!--</FXCollections>-->
<!--</items>-->
<!--</ComboBox>-->
<!--<Label layoutX="35.0" layoutY="120.0" text="Taksonomija:"/>-->
<!--<ComboBox fx:id="distributionTaxonomyCombo" layoutX="146.0" layoutY="116.0"-->
<!--prefWidth="150.0" promptText="izberi"-->
<!--visibleRowCount="5">-->
<!--</ComboBox>-->
<!--<Button fx:id="distributionCalculateButton" layoutX="32.0" layoutY="180.0" mnemonicParsing="false"-->
<!--prefHeight="25.0" prefWidth="243.0" text="Izračunaj"/>-->
<!--&lt;!&ndash;<TitledPane animated="false" layoutX="-2.0" layoutY="315.0" prefHeight="256.0" prefWidth="806.0" text="Distribucija zaporedij samoglasnikov in soglasnikov">&ndash;&gt;-->
<!--&lt;!&ndash;<content>&ndash;&gt;-->
<!--&lt;!&ndash;<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="457.0">&ndash;&gt;-->
<!--&lt;!&ndash;<children>&ndash;&gt;-->
<!--&lt;!&ndash;<Label layoutX="21.0" layoutY="18.0" text="Samostalnik/lema:" />&ndash;&gt;-->
<!--&lt;!&ndash;<ComboBox fx:id="distributionCVVWordOrLemmaCombo" layoutX="135.0" layoutY="14.0" onAction="#distributionCVVWOrdOrLemma" prefWidth="150.0" promptText="izberi">&ndash;&gt;-->
<!--&lt;!&ndash;<items>&ndash;&gt;-->
<!--&lt;!&ndash;<FXCollections fx:factory="observableArrayList">&ndash;&gt;-->
<!--&lt;!&ndash;<String fx:value="različnica" />&ndash;&gt;-->
<!--&lt;!&ndash;<String fx:value="lema" />&ndash;&gt;-->
<!--&lt;!&ndash;</FXCollections>&ndash;&gt;-->
<!--&lt;!&ndash;</items>&ndash;&gt;-->
<!--&lt;!&ndash;</ComboBox>&ndash;&gt;-->
<!--&lt;!&ndash;<Label layoutX="21.0" layoutY="69.0" text="Dolžina zaporedja:" />&ndash;&gt;-->
<!--&lt;!&ndash;&lt;!&ndash;<TextField fx:id="CVVLengthTA" layoutX="136.0" layoutY="65.0" onAction="#CVVLength" prefHeight="25.0" prefWidth="214.0" promptText="vnesi dolžino zaporedja (celo število)" />&ndash;&gt;&ndash;&gt;-->
<!--&lt;!&ndash;<Button fx:id="distributionCalculateCVVButton" layoutX="22.0" layoutY="103.0" mnemonicParsing="false" onAction="#distributionCVVCalculate" prefHeight="25.0" prefWidth="243.0" text="Izračunaj" />&ndash;&gt;-->
<!--&lt;!&ndash;<TextField fx:id="morphosyntacticFilterTextField" layoutX="22.0" layoutY="158.0" onAction="#morphosyntacticFilterTextArea" prefHeight="25.0" prefWidth="766.0" />&ndash;&gt;-->
<!--&lt;!&ndash;<ProgressBar fx:id="distributionProgressBar" layoutX="20.0" layoutY="174.0" prefHeight="18.0" prefWidth="770.0" progress="0.0" />&ndash;&gt;-->
<!--&lt;!&ndash;<Label fx:id="distributionProgressLabel" layoutX="20.0" layoutY="199.0" prefHeight="17.0" prefWidth="769.0" text="Label" />&ndash;&gt;-->
<!--&lt;!&ndash;</children>&ndash;&gt;-->
<!--&lt;!&ndash;</AnchorPane>&ndash;&gt;-->
<!--&lt;!&ndash;</content>&ndash;&gt;-->
<!--&lt;!&ndash;</TitledPane>&ndash;&gt;-->
<!--</children>-->
<!--</AnchorPane>-->
<!--</content>-->
<!--</Tab>-->
<!--<Tab fx:id="wordFormationTab" disable="false" text="Oblikoslovne kategorije">-->
<!--<content>-->
<!--<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">-->
<!--<children>-->
<!--<Label fx:id="izbraniFiltriLabelC" layoutX="400.0" layoutY="14.0" text="Izbrani filtri:"/>-->
<!--<Label fx:id="selectedFiltersLabelC" layoutX="399.0" layoutY="45.0" text="/"/>-->
<!--<Label layoutX="18.0" layoutY="27.0" text="Taksonomija:"/>-->
<!--<ComboBox fx:id="inflectedJosTaxonomyCombo" layoutX="129.0" layoutY="23.0"-->
<!--prefWidth="150.0" promptText="izberi"-->
<!--visibleRowCount="5">-->
<!--</ComboBox>-->
<!--<Button fx:id="inflectedJosCalculateButton" layoutX="15.0" layoutY="87.0" mnemonicParsing="false"-->
<!--prefHeight="25.0" prefWidth="243.0" text="Izračunaj"/>-->
<!--<ProgressBar fx:id="inflectedJOSProgressBar" layoutX="15.0" layoutY="499.0" prefHeight="18.0"-->
<!--prefWidth="770.0" progress="0.0"/>-->
<!--<Label fx:id="inflectedJOSProgressLabel" layoutX="15.0" layoutY="524.0" prefHeight="17.0"-->
<!--prefWidth="769.0" text="Label"/>-->
<!--</children>-->
<!--</AnchorPane>-->
<!--</content>-->
<!--</Tab>-->
</tabs>
</TabPane>
</children>
</AnchorPane>