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

« back to all changes in this revision

Viewing changes to editor/src/org/netbeans/modules/editor/options/KeyBindingsEditorPanel.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.0" 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
  </Properties>
 
11
  <AuxValues>
 
12
    <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,-112"/>
 
13
  </AuxValues>
 
14
 
 
15
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout">
 
16
    <Property name="verticalGap" type="int" value="12"/>
 
17
  </Layout>
 
18
  <SubComponents>
 
19
    <Container class="javax.swing.JPanel" name="actionsPanel">
 
20
      <Properties>
 
21
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
22
          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
 
23
            <TitledBorder title="&lt;User Code&gt;">
 
24
              <Border PropertyName="innerBorder" info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
25
                <EmptyBorder bottom="0" left="0" right="0" top="0"/>
 
26
              </Border>
 
27
              <Connection PropertyName="titleX" code="getBundleString(&quot;KBEP_Actions&quot;)" type="code"/>
 
28
            </TitledBorder>
 
29
          </Border>
 
30
        </Property>
 
31
      </Properties>
 
32
      <Constraints>
 
33
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
 
34
          <BorderConstraints direction="Center"/>
 
35
        </Constraint>
 
36
      </Constraints>
 
37
 
 
38
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
39
      <SubComponents>
 
40
        <Container class="javax.swing.JPanel" name="sortButtonsPanel">
 
41
          <Constraints>
 
42
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
43
              <GridBagConstraints gridX="0" gridY="0" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="5" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/>
 
44
            </Constraint>
 
45
          </Constraints>
 
46
 
 
47
          <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
48
          <SubComponents>
 
49
            <Component class="javax.swing.JRadioButton" name="nameSortRadioButton">
 
50
              <Properties>
 
51
                <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
52
                  <Connection code="getBundleString (&quot;KBEP_name_sort_button_mnemonic&quot;).charAt (0)" type="code"/>
 
53
                </Property>
 
54
                <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
55
                  <Connection code="getBundleString (&quot;KBEP_name_sort_button&quot;)" type="code"/>
 
56
                </Property>
 
57
              </Properties>
 
58
              <Events>
 
59
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="nameSortRadioButtonActionPerformed"/>
 
60
              </Events>
 
61
              <Constraints>
 
62
                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
63
                  <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/>
 
64
                </Constraint>
 
65
              </Constraints>
 
66
            </Component>
 
67
            <Component class="javax.swing.JRadioButton" name="actionSortRadioButton">
 
68
              <Properties>
 
69
                <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
70
                  <Connection code="getBundleString (&quot;KBEP_action_sort_button_mnemonic&quot;).charAt (0)" type="code"/>
 
71
                </Property>
 
72
                <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
73
                  <Connection code="getBundleString (&quot;KBEP_action_sort_button&quot;)" type="code"/>
 
74
                </Property>
 
75
              </Properties>
 
76
              <Events>
 
77
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="actionSortRadioButtonActionPerformed"/>
 
78
              </Events>
 
79
              <Constraints>
 
80
                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
81
                  <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="12" insetsBottom="0" insetsRight="0" anchor="17" weightX="1.0" weightY="0.0"/>
 
82
                </Constraint>
 
83
              </Constraints>
 
84
            </Component>
 
85
          </SubComponents>
 
86
        </Container>
 
87
        <Container class="javax.swing.JScrollPane" name="actionsScrollPane">
 
88
          <Constraints>
 
89
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
90
              <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="17" weightX="1.0" weightY="1.0"/>
 
91
            </Constraint>
 
92
          </Constraints>
 
93
 
 
94
          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
95
          <SubComponents>
 
96
            <Component class="javax.swing.JList" name="actionsList">
 
97
              <Events>
 
98
                <EventHandler event="valueChanged" listener="javax.swing.event.ListSelectionListener" parameters="javax.swing.event.ListSelectionEvent" handler="actionsListValueChanged"/>
 
99
              </Events>
 
100
            </Component>
 
101
          </SubComponents>
 
102
        </Container>
 
103
      </SubComponents>
 
104
    </Container>
 
105
    <Container class="javax.swing.JPanel" name="sequencesPanel">
 
106
      <Constraints>
 
107
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
 
108
          <BorderConstraints direction="South"/>
 
109
        </Constraint>
 
110
      </Constraints>
 
111
 
 
112
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
113
      <SubComponents>
 
114
        <Component class="javax.swing.JLabel" name="sequencesLabel">
 
115
          <Properties>
 
116
            <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
117
              <Connection component="sequencesList" type="bean"/>
 
118
            </Property>
 
119
            <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
120
              <Connection code="getBundleString(&quot;KBEP_Sequences&quot;)" type="code"/>
 
121
            </Property>
 
122
          </Properties>
 
123
          <Constraints>
 
124
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
125
              <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="2" insetsRight="12" anchor="17" weightX="0.0" weightY="0.0"/>
 
126
            </Constraint>
 
127
          </Constraints>
 
128
        </Component>
 
129
        <Container class="javax.swing.JScrollPane" name="sequencesScrollPane">
 
130
          <Properties>
 
131
            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
 
132
              <Dimension value="[259, 80]"/>
 
133
            </Property>
 
134
          </Properties>
 
135
          <Constraints>
 
136
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
137
              <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="3" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="12" anchor="10" weightX="1.0" weightY="1.0"/>
 
138
            </Constraint>
 
139
          </Constraints>
 
140
 
 
141
          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
142
          <SubComponents>
 
143
            <Component class="javax.swing.JList" name="sequencesList">
 
144
              <Properties>
 
145
                <Property name="cellRenderer" type="javax.swing.ListCellRenderer" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
146
                  <Connection code="new KeySequenceCellRenderer()" type="code"/>
 
147
                </Property>
 
148
              </Properties>
 
149
              <Events>
 
150
                <EventHandler event="valueChanged" listener="javax.swing.event.ListSelectionListener" parameters="javax.swing.event.ListSelectionEvent" handler="sequencesListValueChanged"/>
 
151
              </Events>
 
152
            </Component>
 
153
          </SubComponents>
 
154
        </Container>
 
155
        <Component class="javax.swing.JButton" name="addSequenceButton">
 
156
          <Properties>
 
157
            <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
158
              <Connection code="getBundleString (&quot;KBEP_Add_Mnemonic&quot;).charAt (0)" type="code"/>
 
159
            </Property>
 
160
            <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
161
              <Connection code="getBundleString( &quot;KBEP_Add&quot; )" type="code"/>
 
162
            </Property>
 
163
            <Property name="enabled" type="boolean" value="false"/>
 
164
          </Properties>
 
165
          <Events>
 
166
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="addSequenceButtonActionPerformed"/>
 
167
          </Events>
 
168
          <Constraints>
 
169
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
170
              <GridBagConstraints gridX="1" gridY="1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="5" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
 
171
            </Constraint>
 
172
          </Constraints>
 
173
        </Component>
 
174
        <Component class="javax.swing.JButton" name="removeSequenceButton">
 
175
          <Properties>
 
176
            <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
177
              <Connection code="getBundleString (&quot;KBEP_Remove_Mnemonic&quot;).charAt (0)" type="code"/>
 
178
            </Property>
 
179
            <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
180
              <Connection code="getBundleString( &quot;KBEP_Remove&quot; )" type="code"/>
 
181
            </Property>
 
182
            <Property name="enabled" type="boolean" value="false"/>
 
183
          </Properties>
 
184
          <Events>
 
185
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="removeSequenceButtonActionPerformed"/>
 
186
          </Events>
 
187
          <Constraints>
 
188
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
189
              <GridBagConstraints gridX="1" gridY="2" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
 
190
            </Constraint>
 
191
          </Constraints>
 
192
        </Component>
 
193
      </SubComponents>
 
194
    </Container>
 
195
  </SubComponents>
 
196
</Form>