~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/ExtractSuperclassPanel.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="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
11
      <ResourceString bundle="org/netbeans/modules/refactoring/experimental/ui/Bundle.properties" key="LBL_ExtractSCHeader" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;, {arguments}) /* NOI18N */">
 
12
        <Argument index="0" javacode="UIUtilities.getDisplayText(refactoring.getSourceType())"/>
 
13
      </ResourceString>
 
14
    </Property>
 
15
  </Properties>
 
16
  <AuxValues>
 
17
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
 
18
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
19
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
 
20
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
 
21
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
22
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
23
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
24
    <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"/>
 
25
  </AuxValues>
 
26
 
 
27
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
 
28
  <SubComponents>
 
29
    <Container class="javax.swing.JPanel" name="namePanel">
 
30
      <Properties>
 
31
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
32
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
33
            <EmptyBorder/>
 
34
          </Border>
 
35
        </Property>
 
36
      </Properties>
 
37
      <Constraints>
 
38
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
 
39
          <BorderConstraints direction="North"/>
 
40
        </Constraint>
 
41
      </Constraints>
 
42
 
 
43
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout">
 
44
        <Property name="horizontalGap" type="int" value="12"/>
 
45
      </Layout>
 
46
      <SubComponents>
 
47
        <Component class="javax.swing.JLabel" name="nameLabel">
 
48
          <Properties>
 
49
            <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
50
              <ComponentRef name="nameText"/>
 
51
            </Property>
 
52
            <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
53
              <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="LBL_ExtractSC_Name" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
54
            </Property>
 
55
          </Properties>
 
56
          <AccessibilityProperties>
 
57
            <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
58
              <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="ExtractSuperclassPanel.nameLabel.AccessibleContext.accessibleDescription" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
59
            </Property>
 
60
          </AccessibilityProperties>
 
61
          <Constraints>
 
62
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
 
63
              <BorderConstraints direction="West"/>
 
64
            </Constraint>
 
65
          </Constraints>
 
66
        </Component>
 
67
        <Component class="javax.swing.JLabel" name="chooseLabel">
 
68
          <Properties>
 
69
            <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
70
              <ComponentRef name="membersTable"/>
 
71
            </Property>
 
72
            <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
73
              <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="LBL_ExtractSCLabel" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
74
            </Property>
 
75
            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
76
              <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
77
                <EmptyBorder bottom="0" left="0" right="0" top="6"/>
 
78
              </Border>
 
79
            </Property>
 
80
          </Properties>
 
81
          <AccessibilityProperties>
 
82
            <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
83
              <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="ExtractSuperclassPanel.chooseLabel.AccessibleContext.accessibleDescription" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
84
            </Property>
 
85
          </AccessibilityProperties>
 
86
          <AuxValues>
 
87
            <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
88
          </AuxValues>
 
89
          <Constraints>
 
90
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
 
91
              <BorderConstraints direction="South"/>
 
92
            </Constraint>
 
93
          </Constraints>
 
94
        </Component>
 
95
        <Component class="javax.swing.JTextField" name="nameText">
 
96
          <AccessibilityProperties>
 
97
            <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
98
              <ResourceString bundle="org/netbeans/modules/refactoring/ui/Bundle.properties" key="ACSD_SupeclassName" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
99
            </Property>
 
100
            <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
101
              <ResourceString bundle="org/netbeans/modules/refactoring/ui/Bundle.properties" key="ACSD_SuperclassNameDescription" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
102
            </Property>
 
103
          </AccessibilityProperties>
 
104
          <Constraints>
 
105
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
 
106
              <BorderConstraints direction="Center"/>
 
107
            </Constraint>
 
108
          </Constraints>
 
109
        </Component>
 
110
      </SubComponents>
 
111
    </Container>
 
112
    <Container class="javax.swing.JScrollPane" name="scrollPane">
 
113
      <Constraints>
 
114
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
 
115
          <BorderConstraints direction="Center"/>
 
116
        </Constraint>
 
117
      </Constraints>
 
118
 
 
119
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
120
      <SubComponents>
 
121
        <Component class="javax.swing.JTable" name="membersTable">
 
122
          <Properties>
 
123
            <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
124
              <Connection code="tableModel" type="code"/>
 
125
            </Property>
 
126
            <Property name="autoResizeMode" type="int" value="1"/>
 
127
          </Properties>
 
128
          <AccessibilityProperties>
 
129
            <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
130
              <ResourceString bundle="org/netbeans/modules/refactoring/ui/Bundle.properties" key="ACSD_MembersToExtract" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
131
            </Property>
 
132
            <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
133
              <ResourceString bundle="org/netbeans/modules/refactoring/ui/Bundle.properties" key="ACSD_MembersToExtractDescription" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
134
            </Property>
 
135
          </AccessibilityProperties>
 
136
        </Component>
 
137
      </SubComponents>
 
138
    </Container>
 
139
  </SubComponents>
 
140
</Form>