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

« back to all changes in this revision

Viewing changes to apisupport/project/src/org/netbeans/modules/apisupport/project/ui/customizer/AddModulePanel.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="6" left="6" right="6" top="6"/>
 
8
      </Border>
 
9
    </Property>
 
10
    <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
 
11
      <Dimension value="[400, 400]"/>
 
12
    </Property>
 
13
  </Properties>
 
14
  <AuxValues>
 
15
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
16
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
17
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
18
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
19
    <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,-50,0,0,1,-32"/>
 
20
  </AuxValues>
 
21
 
 
22
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
23
  <SubComponents>
 
24
    <Component class="javax.swing.JLabel" name="moduleLabel">
 
25
      <Properties>
 
26
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
27
          <ComponentRef name="moduleList"/>
 
28
        </Property>
 
29
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
30
          <ResourceString bundle="org/netbeans/modules/apisupport/project/ui/customizer/Bundle.properties" key="LBL_Module" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
31
        </Property>
 
32
      </Properties>
 
33
      <Constraints>
 
34
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
35
          <GridBagConstraints gridX="0" gridY="2" gridWidth="0" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="24" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="16" weightX="0.0" weightY="0.0"/>
 
36
        </Constraint>
 
37
      </Constraints>
 
38
    </Component>
 
39
    <Container class="javax.swing.JScrollPane" name="moduleSP">
 
40
      <Constraints>
 
41
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
42
          <GridBagConstraints gridX="0" gridY="3" gridWidth="0" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="1.0"/>
 
43
        </Constraint>
 
44
      </Constraints>
 
45
 
 
46
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
47
      <SubComponents>
 
48
        <Component class="javax.swing.JList" name="moduleList">
 
49
          <AuxValues>
 
50
            <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
 
51
          </AuxValues>
 
52
        </Component>
 
53
      </SubComponents>
 
54
    </Container>
 
55
    <Component class="javax.swing.JLabel" name="descLabel">
 
56
      <Properties>
 
57
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
58
          <ComponentRef name="descValue"/>
 
59
        </Property>
 
60
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
61
          <ResourceString bundle="org/netbeans/modules/apisupport/project/ui/customizer/Bundle.properties" key="LBL_Description" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
62
        </Property>
 
63
      </Properties>
 
64
      <Constraints>
 
65
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
66
          <GridBagConstraints gridX="0" gridY="4" gridWidth="0" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="24" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/>
 
67
        </Constraint>
 
68
      </Constraints>
 
69
    </Component>
 
70
    <Component class="javax.swing.JLabel" name="filter">
 
71
      <Properties>
 
72
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
73
          <ComponentRef name="filterValue"/>
 
74
        </Property>
 
75
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
76
          <ResourceString bundle="org/netbeans/modules/apisupport/project/ui/customizer/Bundle.properties" key="LBL_Filter" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
77
        </Property>
 
78
      </Properties>
 
79
      <AuxValues>
 
80
        <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
81
      </AuxValues>
 
82
      <Constraints>
 
83
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
84
          <GridBagConstraints gridX="0" gridY="0" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="12" anchor="17" weightX="0.0" weightY="0.0"/>
 
85
        </Constraint>
 
86
      </Constraints>
 
87
    </Component>
 
88
    <Component class="javax.swing.JTextField" name="filterValue">
 
89
      <AuxValues>
 
90
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
 
91
      </AuxValues>
 
92
      <Constraints>
 
93
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
94
          <GridBagConstraints gridX="1" gridY="0" gridWidth="0" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="17" weightX="1.0" weightY="0.0"/>
 
95
        </Constraint>
 
96
      </Constraints>
 
97
    </Component>
 
98
    <Container class="javax.swing.JScrollPane" name="descValueSP">
 
99
      <Constraints>
 
100
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
101
          <GridBagConstraints gridX="0" gridY="5" gridWidth="0" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="1.0"/>
 
102
        </Constraint>
 
103
      </Constraints>
 
104
 
 
105
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
106
      <SubComponents>
 
107
        <Component class="javax.swing.JTextPane" name="descValue">
 
108
          <Properties>
 
109
            <Property name="editable" type="boolean" value="false"/>
 
110
            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
 
111
              <Dimension value="[6, 100]"/>
 
112
            </Property>
 
113
          </Properties>
 
114
        </Component>
 
115
      </SubComponents>
 
116
    </Container>
 
117
    <Component class="javax.swing.JButton" name="showJavadocButton">
 
118
      <Properties>
 
119
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
120
          <ResourceString bundle="org/netbeans/modules/apisupport/project/ui/customizer/Bundle.properties" key="CTL_ShowJavadoc" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
121
        </Property>
 
122
        <Property name="enabled" type="boolean" value="false"/>
 
123
      </Properties>
 
124
      <Events>
 
125
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="showJavadoc"/>
 
126
      </Events>
 
127
      <Constraints>
 
128
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
129
          <GridBagConstraints gridX="0" gridY="6" gridWidth="0" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="24" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/>
 
130
        </Constraint>
 
131
      </Constraints>
 
132
    </Component>
 
133
    <Component class="javax.swing.JCheckBox" name="showNonAPIModules">
 
134
      <Properties>
 
135
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
136
          <ResourceString bundle="org/netbeans/modules/apisupport/project/ui/customizer/Bundle.properties" key="CTL_ShowNonAPIModules" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
137
        </Property>
 
138
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
139
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
140
            <EmptyBorder bottom="0" left="0" right="0" top="0"/>
 
141
          </Border>
 
142
        </Property>
 
143
        <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
 
144
          <Insets value="[0, 0, 0, 0]"/>
 
145
        </Property>
 
146
      </Properties>
 
147
      <Events>
 
148
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="showNonAPIModulesActionPerformed"/>
 
149
      </Events>
 
150
      <Constraints>
 
151
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
152
          <GridBagConstraints gridX="0" gridY="1" gridWidth="0" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/>
 
153
        </Constraint>
 
154
      </Constraints>
 
155
    </Component>
 
156
  </SubComponents>
 
157
</Form>