~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to xml/catalogsupport/src/org/netbeans/modules/xml/catalogsupport/ui/customizer/CustomizerXMLCatalog.form

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
3
<Form version="1.3" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
4
  <AuxValues>
 
5
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
6
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
 
7
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
8
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
9
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
10
  </AuxValues>
 
11
 
 
12
  <Layout>
 
13
    <DimensionLayout dim="0">
 
14
      <Group type="103" groupAlignment="0" attributes="0">
 
15
          <Group type="102" attributes="0">
 
16
              <Group type="103" groupAlignment="0" attributes="0">
 
17
                  <Group type="102" alignment="0" attributes="0">
 
18
                      <EmptySpace max="-2" attributes="0"/>
 
19
                      <Component id="topLabel" min="-2" max="-2" attributes="0"/>
 
20
                  </Group>
 
21
                  <Group type="102" alignment="0" attributes="0">
 
22
                      <EmptySpace min="-2" pref="11" max="-2" attributes="0"/>
 
23
                      <Group type="103" groupAlignment="0" attributes="0">
 
24
                          <Group type="102" alignment="0" attributes="0">
 
25
                              <Component id="cacheLabel" min="-2" max="-2" attributes="0"/>
 
26
                              <EmptySpace max="-2" attributes="0"/>
 
27
                              <Component id="cacheTextField" pref="221" max="32767" attributes="0"/>
 
28
                          </Group>
 
29
                          <Component id="jScrollPane1" alignment="1" pref="302" max="32767" attributes="0"/>
 
30
                      </Group>
 
31
                      <EmptySpace max="-2" attributes="0"/>
 
32
                      <Component id="removeButton" min="-2" max="-2" attributes="0"/>
 
33
                  </Group>
 
34
                  <Group type="102" alignment="0" attributes="0">
 
35
                      <EmptySpace max="-2" attributes="0"/>
 
36
                      <Component id="clearCacheButton" min="-2" max="-2" attributes="0"/>
 
37
                  </Group>
 
38
              </Group>
 
39
              <EmptySpace max="-2" attributes="0"/>
 
40
          </Group>
 
41
      </Group>
 
42
    </DimensionLayout>
 
43
    <DimensionLayout dim="1">
 
44
      <Group type="103" groupAlignment="0" attributes="0">
 
45
          <Group type="102" alignment="0" attributes="0">
 
46
              <EmptySpace min="-2" max="-2" attributes="0"/>
 
47
              <Component id="topLabel" min="-2" max="-2" attributes="0"/>
 
48
              <EmptySpace min="-2" max="-2" attributes="0"/>
 
49
              <Group type="103" groupAlignment="0" attributes="0">
 
50
                  <Component id="removeButton" min="-2" max="-2" attributes="0"/>
 
51
                  <Component id="jScrollPane1" pref="216" max="32767" attributes="0"/>
 
52
              </Group>
 
53
              <EmptySpace min="-2" pref="11" max="-2" attributes="0"/>
 
54
              <Group type="103" groupAlignment="1" attributes="0">
 
55
                  <Component id="cacheLabel" min="-2" max="-2" attributes="0"/>
 
56
                  <Component id="cacheTextField" min="-2" max="-2" attributes="0"/>
 
57
              </Group>
 
58
              <EmptySpace max="-2" attributes="0"/>
 
59
              <Component id="clearCacheButton" min="-2" max="-2" attributes="0"/>
 
60
              <EmptySpace max="-2" attributes="0"/>
 
61
          </Group>
 
62
      </Group>
 
63
    </DimensionLayout>
 
64
  </Layout>
 
65
  <SubComponents>
 
66
    <Component class="javax.swing.JLabel" name="topLabel">
 
67
      <Properties>
 
68
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
69
          <ComponentRef name="catalogTable"/>
 
70
        </Property>
 
71
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
72
          <ResourceString bundle="org/netbeans/modules/xml/catalogsupport/ui/customizer/Bundle.properties" key="LBL_CustomizerXMLCatalog_CatalogEntries" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
73
        </Property>
 
74
        <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
75
          <ResourceString bundle="org/netbeans/modules/xml/catalogsupport/ui/customizer/Bundle.properties" key="HINT_CustomizerXMLCatalog_CatalogEntries" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
76
        </Property>
 
77
      </Properties>
 
78
    </Component>
 
79
    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
 
80
      <AuxValues>
 
81
        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
 
82
      </AuxValues>
 
83
 
 
84
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
85
      <SubComponents>
 
86
        <Component class="javax.swing.JTable" name="catalogTable">
 
87
          <Properties>
 
88
            <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
89
              <Connection code="new DefaultTableModel(&#xa;&#x9;&#x9;new String [][]{},&#xa;&#x9;&#x9;new String []{org.openide.util.NbBundle.getMessage(CustomizerXMLCatalog.class, &quot;LBL_CustomizerXMLCatalog_ReferenceKey&quot;),&#xa;&#x9;&#x9;org.openide.util.NbBundle.getMessage(CustomizerXMLCatalog.class, &quot;LBL_CustomizerXMLCatalog_ReferencedLocation&quot;),&#xa;&#x9;&#x9;}&#xa;)" type="code"/>
 
90
            </Property>
 
91
          </Properties>
 
92
        </Component>
 
93
      </SubComponents>
 
94
    </Container>
 
95
    <Component class="javax.swing.JButton" name="removeButton">
 
96
      <Properties>
 
97
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
98
          <ResourceString bundle="org/netbeans/modules/xml/catalogsupport/ui/customizer/Bundle.properties" key="LBL_CustomizerXMLCatalog_RemoveButton" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
99
        </Property>
 
100
        <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
101
          <ResourceString bundle="org/netbeans/modules/xml/catalogsupport/ui/customizer/Bundle.properties" key="HINT_CustomizerXMLCatalog_RemoveButton" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
102
        </Property>
 
103
        <Property name="enabled" type="boolean" value="false"/>
 
104
      </Properties>
 
105
      <Events>
 
106
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="deleteEntry"/>
 
107
      </Events>
 
108
    </Component>
 
109
    <Component class="javax.swing.JLabel" name="cacheLabel">
 
110
      <Properties>
 
111
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
112
          <ComponentRef name="cacheTextField"/>
 
113
        </Property>
 
114
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
115
          <ResourceString bundle="org/netbeans/modules/xml/catalogsupport/ui/customizer/Bundle.properties" key="LBL_CustomizerXMLCatalog_CacheLabel" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
116
        </Property>
 
117
        <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
118
          <ResourceString bundle="org/netbeans/modules/xml/catalogsupport/ui/customizer/Bundle.properties" key="HINT_CustomizerXMLCatalog_CacheLabel" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
119
        </Property>
 
120
      </Properties>
 
121
    </Component>
 
122
    <Component class="javax.swing.JTextField" name="cacheTextField">
 
123
      <Properties>
 
124
        <Property name="editable" type="boolean" value="false"/>
 
125
        <Property name="text" type="java.lang.String" value="nbproject/private/retrieved"/>
 
126
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
127
          <Border info="null"/>
 
128
        </Property>
 
129
      </Properties>
 
130
    </Component>
 
131
    <Component class="javax.swing.JButton" name="clearCacheButton">
 
132
      <Properties>
 
133
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
134
          <ResourceString bundle="org/netbeans/modules/xml/catalogsupport/ui/customizer/Bundle.properties" key="LBL_CustomizerXMLCatalog_ClearCacheButton" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
135
        </Property>
 
136
        <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
137
          <ResourceString bundle="org/netbeans/modules/xml/catalogsupport/ui/customizer/Bundle.properties" key="HINT_CustomizerXMLCatalog_ClearCacheButton" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
138
        </Property>
 
139
      </Properties>
 
140
      <Events>
 
141
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="clearCacheDirectory"/>
 
142
      </Events>
 
143
    </Component>
 
144
  </SubComponents>
 
145
</Form>