~megaterik/gephi/gml_exporter

« back to all changes in this revision

Viewing changes to ImportPluginUI/src/org/gephi/ui/importer/plugin/EdgeListPanel.form

  • Committer: Mathieu Bastian
  • Date: 2011-08-07 21:31:40 UTC
  • Revision ID: mathieu.bastian@gmail.com-20110807213140-3vhlvvwyh7dscwd5
Add SQLite database importer. Update UI to adapt to sqlite file based system. Fix bug 822316 by replacing SQLDriver by String prefix in serialization.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" ?>
 
1
<?xml version="1.1" encoding="UTF-8" ?>
2
2
 
3
3
<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4
4
  <AuxValues>
37
37
                      <EmptySpace min="-2" pref="22" max="-2" attributes="0"/>
38
38
                      <Group type="103" groupAlignment="0" attributes="0">
39
39
                          <Group type="102" alignment="1" attributes="0">
40
 
                              <Component id="configurationCombo" pref="421" max="32767" attributes="1"/>
 
40
                              <Component id="configurationCombo" pref="423" max="32767" attributes="1"/>
41
41
                              <EmptySpace max="-2" attributes="0"/>
42
42
                              <Component id="removeConfigurationButton" min="-2" pref="21" max="-2" attributes="0"/>
43
43
                          </Group>
47
47
                          <Component id="edgeQueryTextField" alignment="1" pref="448" max="32767" attributes="1"/>
48
48
                          <Component id="nodeQueryTextField" alignment="1" pref="448" max="32767" attributes="1"/>
49
49
                          <Component id="portTextField" alignment="0" pref="448" max="32767" attributes="1"/>
50
 
                          <Component id="hostTextField" alignment="0" pref="448" max="32767" attributes="1"/>
51
50
                          <Component id="dbTextField" alignment="1" pref="448" max="32767" attributes="1"/>
52
51
                          <Component id="userTextField" alignment="1" pref="448" max="32767" attributes="1"/>
53
52
                          <Component id="driverComboBox" alignment="0" min="-2" pref="98" max="-2" attributes="1"/>
54
53
                          <Component id="pwdTextField" alignment="0" pref="448" max="32767" attributes="0"/>
 
54
                          <Group type="102" alignment="1" attributes="0">
 
55
                              <Component id="hostTextField" pref="351" max="32767" attributes="1"/>
 
56
                              <EmptySpace max="-2" attributes="0"/>
 
57
                              <Component id="browseButton" min="-2" max="-2" attributes="0"/>
 
58
                          </Group>
55
59
                      </Group>
56
60
                  </Group>
57
61
                  <Group type="102" alignment="1" attributes="0">
61
65
              </Group>
62
66
              <EmptySpace max="-2" attributes="0"/>
63
67
          </Group>
64
 
          <Component id="jXHeader1" alignment="0" pref="603" max="32767" attributes="0"/>
 
68
          <Component id="jXHeader1" alignment="0" pref="655" max="32767" attributes="0"/>
65
69
      </Group>
66
70
    </DimensionLayout>
67
71
    <DimensionLayout dim="1">
88
92
              <Group type="103" groupAlignment="3" attributes="0">
89
93
                  <Component id="hostLabel" alignment="3" min="-2" max="-2" attributes="0"/>
90
94
                  <Component id="hostTextField" alignment="3" min="-2" max="-2" attributes="0"/>
 
95
                  <Component id="browseButton" alignment="3" min="-2" max="-2" attributes="0"/>
91
96
              </Group>
92
97
              <EmptySpace max="-2" attributes="0"/>
93
98
              <Group type="103" groupAlignment="3" attributes="0">
131
136
              </Group>
132
137
              <EmptySpace type="unrelated" max="-2" attributes="0"/>
133
138
              <Component id="testConnection" min="-2" max="-2" attributes="0"/>
134
 
              <EmptySpace pref="39" max="32767" attributes="0"/>
 
139
              <EmptySpace max="32767" attributes="0"/>
135
140
          </Group>
136
141
      </Group>
137
142
    </DimensionLayout>
178
183
    </Component>
179
184
    <Component class="javax.swing.JTextField" name="portTextField">
180
185
      <Properties>
181
 
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
182
 
          <ResourceString bundle="org/gephi/ui/database/standard/Bundle.properties" key="EdgeListPanel.port.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
183
 
        </Property>
184
186
        <Property name="name" type="java.lang.String" value="port" noResource="true"/>
185
187
      </Properties>
186
188
      <AuxValues>
210
212
    </Component>
211
213
    <Component class="javax.swing.JTextField" name="dbTextField">
212
214
      <Properties>
213
 
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
214
 
          <ResourceString bundle="org/gephi/ui/database/standard/Bundle.properties" key="EdgeListPanel.database.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
215
 
        </Property>
216
215
        <Property name="name" type="java.lang.String" value="database" noResource="true"/>
217
216
      </Properties>
218
217
      <AuxValues>
221
220
    </Component>
222
221
    <Component class="javax.swing.JTextField" name="userTextField">
223
222
      <Properties>
224
 
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
225
 
          <ResourceString bundle="org/gephi/ui/database/standard/Bundle.properties" key="EdgeListPanel.user name.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
226
 
        </Property>
227
223
        <Property name="name" type="java.lang.String" value="user name" noResource="true"/>
228
224
      </Properties>
229
225
      <AuxValues>
327
323
    </Component>
328
324
    <Component class="javax.swing.JPasswordField" name="pwdTextField">
329
325
      <Properties>
330
 
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
331
 
          <ResourceString bundle="org/gephi/ui/database/standard/Bundle.properties" key="EdgeListPanel.password.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
332
 
        </Property>
333
326
        <Property name="name" type="java.lang.String" value="password" noResource="true"/>
334
327
      </Properties>
335
328
      <AuxValues>
338
331
    </Component>
339
332
    <Component class="javax.swing.JTextField" name="configNameTextField">
340
333
      <Properties>
341
 
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
342
 
          <ResourceString bundle="org/gephi/desktop/importer/impl/Bundle.properties" key="EdgeListPanel.configName.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
343
 
        </Property>
344
334
        <Property name="name" type="java.lang.String" value="configName" noResource="true"/>
345
335
      </Properties>
346
336
    </Component>
377
367
        </Property>
378
368
      </Properties>
379
369
    </Component>
 
370
    <Component class="javax.swing.JButton" name="browseButton">
 
371
      <Properties>
 
372
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
373
          <ResourceString bundle="org/gephi/ui/importer/plugin/Bundle.properties" key="EdgeListPanel.browseButton.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
374
        </Property>
 
375
      </Properties>
 
376
    </Component>
380
377
  </SubComponents>
381
378
</Form>