~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/PushDownPanel.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="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
6
      <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="LBL_PushDown_Header" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;, {arguments}) /* NOI18N */">
 
7
        <Argument index="0" javacode="UIUtilities.getDisplayText(refactoring.getSourceType())"/>
 
8
      </ResourceString>
 
9
    </Property>
 
10
  </Properties>
 
11
  <AuxValues>
 
12
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
13
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
14
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
15
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
16
    <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"/>
 
17
  </AuxValues>
 
18
 
 
19
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
 
20
  <SubComponents>
 
21
    <Container class="javax.swing.JScrollPane" name="membersScrollPane">
 
22
      <Properties>
 
23
        <Property name="toolTipText" type="java.lang.String" value=""/>
 
24
      </Properties>
 
25
      <Constraints>
 
26
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
 
27
          <BorderConstraints direction="Center"/>
 
28
        </Constraint>
 
29
      </Constraints>
 
30
 
 
31
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
32
      <SubComponents>
 
33
        <Component class="javax.swing.JTable" name="membersTable">
 
34
          <Properties>
 
35
            <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
36
              <Connection code="tableModel" type="code"/>
 
37
            </Property>
 
38
          </Properties>
 
39
          <AccessibilityProperties>
 
40
            <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
41
              <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="ACSD_MembersToPushDown" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
42
            </Property>
 
43
            <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
44
              <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="ACSD_MembersToPushDownDescription" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
45
            </Property>
 
46
          </AccessibilityProperties>
 
47
        </Component>
 
48
      </SubComponents>
 
49
    </Container>
 
50
    <Component class="javax.swing.JLabel" name="chooseLabel">
 
51
      <Properties>
 
52
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
53
          <ComponentRef name="membersTable"/>
 
54
        </Property>
 
55
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
56
          <ResourceString bundle="org/netbeans/modules/refactoring/java/ui/Bundle.properties" key="LBL_PushDownLabel" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
57
        </Property>
 
58
      </Properties>
 
59
      <AuxValues>
 
60
        <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
61
      </AuxValues>
 
62
      <Constraints>
 
63
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
 
64
          <BorderConstraints direction="North"/>
 
65
        </Constraint>
 
66
      </Constraints>
 
67
    </Component>
 
68
  </SubComponents>
 
69
</Form>