Skip to content

Commit 0721b14

Browse files
Remove GlobalCache IR database (old) importer. Resolves #516 .
1 parent 8250c4b commit 0721b14

File tree

5 files changed

+4
-645
lines changed

5 files changed

+4
-645
lines changed

src/main/java/org/harctoolbox/irscrutinizer/GuiMain.form

Lines changed: 0 additions & 201 deletions
Original file line numberDiff line numberDiff line change
@@ -3421,207 +3421,6 @@
34213421

34223422
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>
34233423
<SubComponents>
3424-
<Container class="javax.swing.JPanel" name="gcdbPanel">
3425-
<Constraints>
3426-
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
3427-
<JTabbedPaneConstraints tabName="GlobalCache DB (old)">
3428-
<Property name="tabTitle" type="java.lang.String" value="GlobalCache DB (old)"/>
3429-
</JTabbedPaneConstraints>
3430-
</Constraint>
3431-
</Constraints>
3432-
3433-
<Layout>
3434-
<DimensionLayout dim="0">
3435-
<Group type="103" groupAlignment="0" attributes="0">
3436-
<Group type="102" attributes="0">
3437-
<EmptySpace max="-2" attributes="0"/>
3438-
<Group type="103" groupAlignment="0" attributes="0">
3439-
<Component id="jLabel44" min="-2" max="-2" attributes="0"/>
3440-
<Component id="gcdbManufacturerComboBox" alignment="0" min="-2" pref="184" max="-2" attributes="0"/>
3441-
</Group>
3442-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
3443-
<Group type="103" groupAlignment="0" attributes="0">
3444-
<Component id="gcdbDeviceTypeComboBox" min="-2" pref="162" max="-2" attributes="0"/>
3445-
<Component id="jLabel47" min="-2" max="-2" attributes="0"/>
3446-
</Group>
3447-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
3448-
<Group type="103" groupAlignment="0" attributes="0">
3449-
<Group type="102" alignment="0" attributes="0">
3450-
<Component id="gcdbCodeSetComboBox" max="32767" attributes="0"/>
3451-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
3452-
<Component id="gcdbImportButton" min="-2" max="-2" attributes="0"/>
3453-
<EmptySpace min="-2" pref="169" max="-2" attributes="0"/>
3454-
</Group>
3455-
<Group type="102" attributes="0">
3456-
<Component id="jLabel48" min="-2" max="-2" attributes="0"/>
3457-
<EmptySpace min="-2" pref="461" max="-2" attributes="0"/>
3458-
</Group>
3459-
</Group>
3460-
</Group>
3461-
<Group type="102" alignment="0" attributes="0">
3462-
<Component id="gcdbTreeImporter" pref="723" max="32767" attributes="0"/>
3463-
<Group type="103" groupAlignment="0" attributes="0">
3464-
<Group type="102" attributes="0">
3465-
<EmptySpace pref="130" max="32767" attributes="0"/>
3466-
<Component id="importGlobalCacheHelpButton" linkSize="28" min="-2" max="-2" attributes="0"/>
3467-
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
3468-
</Group>
3469-
<Group type="102" alignment="1" attributes="0">
3470-
<EmptySpace max="32767" attributes="0"/>
3471-
<Group type="103" groupAlignment="0" attributes="0">
3472-
<Component id="apiKeyButton" linkSize="28" alignment="1" min="-2" max="-2" attributes="0"/>
3473-
<Component id="globalCacheDBBrowseButton" linkSize="28" alignment="1" min="-2" max="-2" attributes="0"/>
3474-
</Group>
3475-
</Group>
3476-
</Group>
3477-
<EmptySpace min="-2" max="-2" attributes="0"/>
3478-
</Group>
3479-
</Group>
3480-
</DimensionLayout>
3481-
<DimensionLayout dim="1">
3482-
<Group type="103" groupAlignment="0" attributes="0">
3483-
<Group type="102" alignment="0" attributes="0">
3484-
<EmptySpace min="-2" max="-2" attributes="0"/>
3485-
<Group type="103" groupAlignment="3" attributes="0">
3486-
<Component id="jLabel44" alignment="3" min="-2" max="-2" attributes="0"/>
3487-
<Component id="jLabel47" alignment="3" min="-2" max="-2" attributes="0"/>
3488-
<Component id="jLabel48" alignment="3" min="-2" max="-2" attributes="0"/>
3489-
</Group>
3490-
<EmptySpace min="-2" max="-2" attributes="0"/>
3491-
<Group type="103" groupAlignment="3" attributes="0">
3492-
<Component id="gcdbManufacturerComboBox" alignment="3" min="-2" max="-2" attributes="0"/>
3493-
<Component id="gcdbDeviceTypeComboBox" alignment="3" min="-2" max="-2" attributes="0"/>
3494-
<Component id="gcdbCodeSetComboBox" alignment="3" min="-2" max="-2" attributes="0"/>
3495-
<Component id="gcdbImportButton" alignment="3" min="-2" max="-2" attributes="0"/>
3496-
</Group>
3497-
<EmptySpace min="-2" max="-2" attributes="0"/>
3498-
<Group type="103" groupAlignment="0" attributes="0">
3499-
<Component id="gcdbTreeImporter" pref="272" max="32767" attributes="0"/>
3500-
<Group type="102" alignment="0" attributes="0">
3501-
<EmptySpace min="-2" pref="12" max="-2" attributes="0"/>
3502-
<Component id="apiKeyButton" min="-2" max="-2" attributes="0"/>
3503-
<EmptySpace max="-2" attributes="0"/>
3504-
<Component id="globalCacheDBBrowseButton" min="-2" max="-2" attributes="0"/>
3505-
<EmptySpace pref="153" max="32767" attributes="0"/>
3506-
<Component id="importGlobalCacheHelpButton" min="-2" max="-2" attributes="0"/>
3507-
<EmptySpace max="-2" attributes="0"/>
3508-
</Group>
3509-
</Group>
3510-
</Group>
3511-
</Group>
3512-
</DimensionLayout>
3513-
</Layout>
3514-
<SubComponents>
3515-
<Component class="javax.swing.JButton" name="gcdbImportButton">
3516-
<Properties>
3517-
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
3518-
<Image iconType="3" name="/icons/Crystal-Clear/22x22/actions/reload.png"/>
3519-
</Property>
3520-
<Property name="text" type="java.lang.String" value="Load"/>
3521-
<Property name="enabled" type="boolean" value="false"/>
3522-
</Properties>
3523-
<Events>
3524-
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="gcdbImportButtonActionPerformed"/>
3525-
</Events>
3526-
</Component>
3527-
<Component class="javax.swing.JButton" name="globalCacheDBBrowseButton">
3528-
<Properties>
3529-
<Property name="text" type="java.lang.String" value="Web site"/>
3530-
</Properties>
3531-
<Events>
3532-
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="globalCacheDBBrowseButtonActionPerformed"/>
3533-
</Events>
3534-
</Component>
3535-
<Component class="javax.swing.JButton" name="apiKeyButton">
3536-
<Properties>
3537-
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
3538-
<Image iconType="3" name="/icons/Crystal-Clear/22x22/apps/password.png"/>
3539-
</Property>
3540-
<Property name="text" type="java.lang.String" value="ApiKey..."/>
3541-
</Properties>
3542-
<Events>
3543-
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="apiKeyButtonActionPerformed"/>
3544-
</Events>
3545-
</Component>
3546-
<Component class="javax.swing.JComboBox" name="gcdbManufacturerComboBox">
3547-
<Properties>
3548-
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
3549-
<StringArray count="1">
3550-
<StringItem index="0" value="Select me to load"/>
3551-
</StringArray>
3552-
</Property>
3553-
<Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3554-
<Connection code="properties.getGlobalCacheApiKey().isEmpty() ? &quot;API-Key not entered&quot; : null" type="code"/>
3555-
</Property>
3556-
<Property name="enabled" type="boolean" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3557-
<Connection code="!properties.getGlobalCacheApiKey().isEmpty()" type="code"/>
3558-
</Property>
3559-
</Properties>
3560-
<Events>
3561-
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="gcdbManufacturerComboBoxActionPerformed"/>
3562-
</Events>
3563-
<AuxValues>
3564-
<AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/>
3565-
</AuxValues>
3566-
</Component>
3567-
<Component class="javax.swing.JComboBox" name="gcdbDeviceTypeComboBox">
3568-
<Properties>
3569-
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
3570-
<StringArray count="0"/>
3571-
</Property>
3572-
<Property name="enabled" type="boolean" value="false"/>
3573-
</Properties>
3574-
<Events>
3575-
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="gcdbDeviceTypeComboBoxActionPerformed"/>
3576-
</Events>
3577-
<AuxValues>
3578-
<AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/>
3579-
</AuxValues>
3580-
</Component>
3581-
<Component class="javax.swing.JComboBox" name="gcdbCodeSetComboBox">
3582-
<Properties>
3583-
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
3584-
<StringArray count="0"/>
3585-
</Property>
3586-
<Property name="enabled" type="boolean" value="false"/>
3587-
</Properties>
3588-
<AuxValues>
3589-
<AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/>
3590-
</AuxValues>
3591-
</Component>
3592-
<Component class="javax.swing.JLabel" name="jLabel44">
3593-
<Properties>
3594-
<Property name="text" type="java.lang.String" value="Manufacturer"/>
3595-
</Properties>
3596-
</Component>
3597-
<Component class="javax.swing.JLabel" name="jLabel47">
3598-
<Properties>
3599-
<Property name="text" type="java.lang.String" value="Device Type"/>
3600-
</Properties>
3601-
</Component>
3602-
<Component class="javax.swing.JLabel" name="jLabel48">
3603-
<Properties>
3604-
<Property name="text" type="java.lang.String" value="Setup Code"/>
3605-
</Properties>
3606-
</Component>
3607-
<Component class="org.harctoolbox.irscrutinizer.importer.TreeImporter" name="gcdbTreeImporter">
3608-
<AuxValues>
3609-
<AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new org.harctoolbox.irscrutinizer.importer.TreeImporter(this.guiUtils)"/>
3610-
</AuxValues>
3611-
</Component>
3612-
<Component class="javax.swing.JButton" name="importGlobalCacheHelpButton">
3613-
<Properties>
3614-
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
3615-
<Image iconType="3" name="/icons/Crystal-Clear/22x22/actions/help.png"/>
3616-
</Property>
3617-
<Property name="text" type="java.lang.String" value="Help"/>
3618-
</Properties>
3619-
<Events>
3620-
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="importGlobalCacheHelpButtonActionPerformed"/>
3621-
</Events>
3622-
</Component>
3623-
</SubComponents>
3624-
</Container>
36253424
<Container class="javax.swing.JPanel" name="controlTowerPanel">
36263425
<Constraints>
36273426
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">

0 commit comments

Comments
 (0)