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

« back to all changes in this revision

Viewing changes to xml/tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttributeCustomizer.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
  <SyntheticProperties>
 
5
    <SyntheticProperty 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"/>
 
6
  </SyntheticProperties>
 
7
 
 
8
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
9
  <SubComponents>
 
10
    <Component class="javax.swing.JLabel" name="nameLabel">
 
11
      <Properties>
 
12
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
13
          <ResourceString bundle="org/netbeans/modules/xml/tax/beans/customizer/Bundle.properties" key="PROP_xmlName" replaceFormat="Util.THIS.getString (&quot;{key}&quot;)"/>
 
14
        </Property>
 
15
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
16
          <Connection code="nameField" type="code"/>
 
17
        </Property>
 
18
      </Properties>
 
19
      <Constraints>
 
20
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
21
          <GridBagConstraints gridX="0" gridY="0" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="12" insetsBottom="0" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/>
 
22
        </Constraint>
 
23
      </Constraints>
 
24
    </Component>
 
25
    <Component class="javax.swing.JTextField" name="nameField">
 
26
      <Properties>
 
27
        <Property name="columns" type="int" value="20"/>
 
28
      </Properties>
 
29
 
 
30
      <Events>
 
31
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="nameFieldActionPerformed"/>
 
32
        <EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="nameFieldFocusGained"/>
 
33
        <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="nameFieldFocusLost"/>
 
34
      </Events>
 
35
      <Constraints>
 
36
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
37
          <GridBagConstraints gridX="1" gridY="0" gridWidth="0" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="12" insetsBottom="0" insetsRight="11" anchor="10" weightX="1.0" weightY="0.0"/>
 
38
        </Constraint>
 
39
      </Constraints>
 
40
    </Component>
 
41
    <Component class="javax.swing.JLabel" name="valueLabel">
 
42
      <Properties>
 
43
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
44
          <ResourceString bundle="org/netbeans/modules/xml/tax/beans/customizer/Bundle.properties" key="PROP_xmlValue" replaceFormat="Util.THIS.getString (&quot;{key}&quot;)"/>
 
45
        </Property>
 
46
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
47
          <Connection code="valueField" type="code"/>
 
48
        </Property>
 
49
      </Properties>
 
50
      <Constraints>
 
51
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
52
          <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="0" fill="2" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="12" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="1.0"/>
 
53
        </Constraint>
 
54
      </Constraints>
 
55
    </Component>
 
56
    <Component class="javax.swing.JTextField" name="valueField">
 
57
      <Properties>
 
58
        <Property name="columns" type="int" value="20"/>
 
59
      </Properties>
 
60
 
 
61
      <Events>
 
62
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="valueFieldActionPerformed"/>
 
63
        <EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="valueFieldFocusGained"/>
 
64
        <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="valueFieldFocusLost"/>
 
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="0" gridHeight="0" fill="2" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="12" insetsBottom="0" insetsRight="11" anchor="11" weightX="1.0" weightY="0.0"/>
 
69
        </Constraint>
 
70
      </Constraints>
 
71
    </Component>
 
72
  </SubComponents>
 
73
</Form>