java code for the Data Cleaning workflow.
[biovel.git] / DataCleaning / java / DCWorkflow / src / org / bgbm / biovel / datacleaning / syncheck / DCChoiceDialog.form
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.3" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
4 <NonVisualComponents>
5 <Component class="javax.swing.ButtonGroup" name="choiceButtonGrp">
6 </Component>
7 </NonVisualComponents>
8 <Properties>
9 <Property name="defaultCloseOperation" type="int" value="2"/>
10 </Properties>
11 <SyntheticProperties>
12 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
13 </SyntheticProperties>
14 <Events>
15 <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowClosing"/>
16 </Events>
17 <AuxValues>
18 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
19 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
20 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
21 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
22 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
23 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
24 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
25 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
26 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
27 <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,2,88,0,0,4,36"/>
28 </AuxValues>
29
30 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
31 <SubComponents>
32 <Component class="javax.swing.JRadioButton" name="synExpRButton">
33 <Properties>
34 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
35 <ComponentRef name="choiceButtonGrp"/>
36 </Property>
37 <Property name="text" type="java.lang.String" value="Synonym Expansion/Occurrence retrieval"/>
38 <Property name="enabled" type="boolean" value="false"/>
39 </Properties>
40 <Constraints>
41 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
42 <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="5" insetsLeft="5" insetsBottom="5" insetsRight="5" anchor="10" weightX="0.0" weightY="0.0"/>
43 </Constraint>
44 </Constraints>
45 </Component>
46 <Component class="javax.swing.JRadioButton" name="dataSelRButton">
47 <Properties>
48 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
49 <ComponentRef name="choiceButtonGrp"/>
50 </Property>
51 <Property name="text" type="java.lang.String" value="Geo / Temporal Selection (BioSTIF)"/>
52 <Property name="enabled" type="boolean" value="false"/>
53 </Properties>
54 <Constraints>
55 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
56 <GridBagConstraints gridX="0" gridY="2" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="5" insetsLeft="5" insetsBottom="5" insetsRight="5" anchor="10" weightX="0.0" weightY="0.0"/>
57 </Constraint>
58 </Constraints>
59 </Component>
60 <Component class="javax.swing.JRadioButton" name="dataQualityRButton">
61 <Properties>
62 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
63 <ComponentRef name="choiceButtonGrp"/>
64 </Property>
65 <Property name="text" type="java.lang.String" value="Data Quality (GRefine)"/>
66 <Property name="enabled" type="boolean" value="false"/>
67 </Properties>
68 <Constraints>
69 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
70 <GridBagConstraints gridX="0" gridY="3" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="5" insetsLeft="5" insetsBottom="5" insetsRight="5" anchor="10" weightX="0.0" weightY="0.0"/>
71 </Constraint>
72 </Constraints>
73 </Component>
74 <Component class="javax.swing.JRadioButton" name="endWFRButton">
75 <Properties>
76 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
77 <ComponentRef name="choiceButtonGrp"/>
78 </Property>
79 <Property name="text" type="java.lang.String" value="End Workflow"/>
80 </Properties>
81 <Constraints>
82 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
83 <GridBagConstraints gridX="0" gridY="4" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="5" insetsLeft="5" insetsBottom="5" insetsRight="5" anchor="10" weightX="0.0" weightY="0.0"/>
84 </Constraint>
85 </Constraints>
86 </Component>
87 <Component class="javax.swing.JButton" name="okButton">
88 <Properties>
89 <Property name="text" type="java.lang.String" value="OK"/>
90 </Properties>
91 <Events>
92 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okButtonActionPerformed"/>
93 </Events>
94 <Constraints>
95 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
96 <GridBagConstraints gridX="0" gridY="5" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="5" insetsLeft="5" insetsBottom="5" insetsRight="5" anchor="10" weightX="0.0" weightY="0.0"/>
97 </Constraint>
98 </Constraints>
99 </Component>
100 <Component class="javax.swing.JLabel" name="jLabel1">
101 <Properties>
102 <Property name="text" type="java.lang.String" value="Choose sub-workflow : "/>
103 </Properties>
104 <Constraints>
105 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
106 <GridBagConstraints gridX="0" gridY="0" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="5" insetsLeft="5" insetsBottom="5" insetsRight="5" anchor="10" weightX="0.0" weightY="0.0"/>
107 </Constraint>
108 </Constraints>
109 </Component>
110 </SubComponents>
111 </Form>