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

« back to all changes in this revision

Viewing changes to refactoring/java/src/org/netbeans/modules/refactoring/java/ui/ChangeParametersPanel.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.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
4
  <Properties>
 
5
    <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
6
      <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
7
        <EmptyBorder bottom="11" left="12" right="11" top="12"/>
 
8
      </Border>
 
9
    </Property>
 
10
    <Property name="autoscrolls" type="boolean" value="true"/>
 
11
    <Property name="name" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
12
      <Connection code="getString(&quot;LBL_TitleChangeParameters&quot;)" type="code"/>
 
13
    </Property>
 
14
  </Properties>
 
15
  <AuxValues>
 
16
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
 
17
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
18
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
 
19
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
 
20
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
21
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
22
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
23
    <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,1,44,0,0,1,-111"/>
 
24
  </AuxValues>
 
25
 
 
26
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
27
  <SubComponents>
 
28
    <Container class="javax.swing.JPanel" name="modifiersPanel">
 
29
      <Constraints>
 
30
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
31
          <GridBagConstraints gridX="0" gridY="2" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="11" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
 
32
        </Constraint>
 
33
      </Constraints>
 
34
 
 
35
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
36
      <SubComponents>
 
37
        <Component class="javax.swing.JLabel" name="modifiersLabel">
 
38
          <Properties>
 
39
            <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
40
              <ComponentRef name="modifiersCombo"/>
 
41
            </Property>
 
42
            <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
43
              <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="LBL_ChangeParsMods" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
44
            </Property>
 
45
          </Properties>
 
46
          <Constraints>
 
47
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
48
              <GridBagConstraints gridX="0" gridY="0" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
 
49
            </Constraint>
 
50
          </Constraints>
 
51
        </Component>
 
52
        <Component class="javax.swing.JComboBox" name="modifiersCombo">
 
53
          <Properties>
 
54
            <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
55
              <Connection code="new DefaultComboBoxModel(modifierNames)" type="code"/>
 
56
            </Property>
 
57
          </Properties>
 
58
          <AccessibilityProperties>
 
59
            <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
60
              <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="ACSD_modifiersCombo" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
61
            </Property>
 
62
          </AccessibilityProperties>
 
63
          <Events>
 
64
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="modifiersComboActionPerformed"/>
 
65
          </Events>
 
66
          <Constraints>
 
67
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
68
              <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="12" insetsBottom="0" insetsRight="0" anchor="17" weightX="1.0" weightY="0.0"/>
 
69
            </Constraint>
 
70
          </Constraints>
 
71
        </Component>
 
72
      </SubComponents>
 
73
    </Container>
 
74
    <Container class="javax.swing.JPanel" name="eastPanel">
 
75
      <Constraints>
 
76
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
77
          <GridBagConstraints gridX="1" gridY="1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
 
78
        </Constraint>
 
79
      </Constraints>
 
80
 
 
81
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
82
      <SubComponents>
 
83
        <Container class="javax.swing.JPanel" name="buttonsPanel">
 
84
          <Properties>
 
85
            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
86
              <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
87
                <EmptyBorder bottom="1" left="11" right="1" top="1"/>
 
88
              </Border>
 
89
            </Property>
 
90
          </Properties>
 
91
          <Constraints>
 
92
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
93
              <GridBagConstraints gridX="0" gridY="0" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
 
94
            </Constraint>
 
95
          </Constraints>
 
96
 
 
97
          <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
98
          <SubComponents>
 
99
            <Component class="javax.swing.JButton" name="addButton">
 
100
              <Properties>
 
101
                <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
102
                  <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="LBL_ChangeParsAdd" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
103
                </Property>
 
104
              </Properties>
 
105
              <AccessibilityProperties>
 
106
                <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
107
                  <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="ACSD_ChangeParsAdd" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
108
                </Property>
 
109
              </AccessibilityProperties>
 
110
              <Events>
 
111
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="addButtonActionPerformed"/>
 
112
              </Events>
 
113
              <Constraints>
 
114
                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
115
                  <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="5" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
 
116
                </Constraint>
 
117
              </Constraints>
 
118
            </Component>
 
119
            <Component class="javax.swing.JButton" name="removeButton">
 
120
              <Properties>
 
121
                <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
122
                  <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="LBL_ChangeParsRemove" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
123
                </Property>
 
124
                <Property name="enabled" type="boolean" value="false"/>
 
125
              </Properties>
 
126
              <AccessibilityProperties>
 
127
                <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
128
                  <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="ACSD_ChangeParsRemove" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
129
                </Property>
 
130
              </AccessibilityProperties>
 
131
              <Events>
 
132
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="removeButtonActionPerformed"/>
 
133
              </Events>
 
134
              <Constraints>
 
135
                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
136
                  <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="5" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
 
137
                </Constraint>
 
138
              </Constraints>
 
139
            </Component>
 
140
            <Component class="javax.swing.JButton" name="moveUpButton">
 
141
              <Properties>
 
142
                <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
143
                  <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="LBL_ChangeParsMoveUp" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
144
                </Property>
 
145
                <Property name="enabled" type="boolean" value="false"/>
 
146
              </Properties>
 
147
              <AccessibilityProperties>
 
148
                <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
149
                  <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="ACSD_ChangeParsMoveUp" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
150
                </Property>
 
151
              </AccessibilityProperties>
 
152
              <Events>
 
153
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="moveUpButtonActionPerformed"/>
 
154
              </Events>
 
155
              <Constraints>
 
156
                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
157
                  <GridBagConstraints gridX="0" gridY="2" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="5" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
 
158
                </Constraint>
 
159
              </Constraints>
 
160
            </Component>
 
161
            <Component class="javax.swing.JButton" name="moveDownButton">
 
162
              <Properties>
 
163
                <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
164
                  <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="LBL_ChangeParsMoveDown" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
165
                </Property>
 
166
                <Property name="enabled" type="boolean" value="false"/>
 
167
              </Properties>
 
168
              <AccessibilityProperties>
 
169
                <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
170
                  <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="ACSD_ChangeParsMoveDown" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
171
                </Property>
 
172
              </AccessibilityProperties>
 
173
              <Events>
 
174
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="moveDownButtonActionPerformed"/>
 
175
              </Events>
 
176
              <Constraints>
 
177
                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
178
                  <GridBagConstraints gridX="0" gridY="3" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
 
179
                </Constraint>
 
180
              </Constraints>
 
181
            </Component>
 
182
          </SubComponents>
 
183
        </Container>
 
184
        <Container class="javax.swing.JPanel" name="fillPanel">
 
185
          <Constraints>
 
186
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
187
              <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="1.0"/>
 
188
            </Constraint>
 
189
          </Constraints>
 
190
 
 
191
          <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
 
192
        </Container>
 
193
      </SubComponents>
 
194
    </Container>
 
195
    <Container class="javax.swing.JScrollPane" name="westPanel">
 
196
      <Properties>
 
197
        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
 
198
          <Dimension value="[453, 100]"/>
 
199
        </Property>
 
200
      </Properties>
 
201
      <Constraints>
 
202
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
203
          <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="18" weightX="1.0" weightY="1.0"/>
 
204
        </Constraint>
 
205
      </Constraints>
 
206
 
 
207
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
208
      <SubComponents>
 
209
        <Component class="javax.swing.JTable" name="paramTable">
 
210
          <Properties>
 
211
            <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
212
              <Connection code="model" type="code"/>
 
213
            </Property>
 
214
          </Properties>
 
215
          <AccessibilityProperties>
 
216
            <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
217
              <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="ACSD_paramTable" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
218
            </Property>
 
219
          </AccessibilityProperties>
 
220
          <AuxValues>
 
221
            <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="initRenderer();&#xa;paramTable.getSelectionModel().addListSelectionListener(getListener1());&#xa;paramTable.getSelectionModel().setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION);&#xa;model.addTableModelListener(getListener2());&#xa;paramTable.getInputMap().put(KeyStroke.getKeyStroke(KeyEvent.VK_SPACE, 0), ACTION_INLINE_EDITOR); //NOI18N&#xa;paramTable.getInputMap().put(KeyStroke.getKeyStroke(KeyEvent.VK_F2, 0), ACTION_INLINE_EDITOR); //NOI18N&#xa;paramTable.getActionMap().put(ACTION_INLINE_EDITOR, getEditAction()); //NOI18N&#xa;paramTable.setSurrendersFocusOnKeystroke(true);&#xa;paramTable.setCellSelectionEnabled(false);&#xa;paramTable.setRowSelectionAllowed(true);&#xa;paramTable.putClientProperty(&quot;JTable.autoStartsEdit&quot;, Boolean.FALSE); //NOI18N&#xa;paramTable.putClientProperty(&quot;terminateEditOnFocusLost&quot;, Boolean.TRUE); //NOI18N&#xa;"/>
 
222
          </AuxValues>
 
223
        </Component>
 
224
      </SubComponents>
 
225
    </Container>
 
226
    <Component class="javax.swing.JLabel" name="paramTitle">
 
227
      <Properties>
 
228
        <Property name="horizontalAlignment" type="int" value="2"/>
 
229
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
230
          <ComponentRef name="paramTable"/>
 
231
        </Property>
 
232
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
233
          <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="LBL_ChangeParsParameters" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
234
        </Property>
 
235
      </Properties>
 
236
      <Constraints>
 
237
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
238
          <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="2" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
 
239
        </Constraint>
 
240
      </Constraints>
 
241
    </Component>
 
242
    <Component class="javax.swing.JLabel" name="previewChange">
 
243
      <Properties>
 
244
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
245
          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
 
246
            <TitledBorder title="Method Signature Preview">
 
247
              <ResourceString PropertyName="titleX" bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="LBL_ChangeParsPreview" replaceFormat="org.openide.util.NbBundle.getBundle({sourceFileName}.class).getString(&quot;{key}&quot;)"/>
 
248
            </TitledBorder>
 
249
          </Border>
 
250
        </Property>
 
251
      </Properties>
 
252
      <Constraints>
 
253
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
254
          <GridBagConstraints gridX="0" gridY="3" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="11" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
 
255
        </Constraint>
 
256
      </Constraints>
 
257
    </Component>
 
258
  </SubComponents>
 
259
</Form>