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

« back to all changes in this revision

Viewing changes to j2ee/ddloaders/src/org/netbeans/modules/j2ee/ddloaders/web/multiview/SecurityRoleRefPanel.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.3" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
4
  <AuxValues>
 
5
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
 
6
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
 
7
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
8
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
9
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
10
  </AuxValues>
 
11
 
 
12
  <Layout>
 
13
    <DimensionLayout dim="0">
 
14
      <Group type="103" groupAlignment="0" attributes="0">
 
15
          <Group type="102" attributes="0">
 
16
              <EmptySpace max="-2" attributes="0"/>
 
17
              <Group type="103" groupAlignment="0" attributes="0">
 
18
                  <Component id="roleRefLinkLabel" alignment="0" min="-2" max="-2" attributes="0"/>
 
19
                  <Component id="descriptionLabel" alignment="0" min="-2" max="-2" attributes="0"/>
 
20
                  <Component id="roleRefNameLabel" min="-2" max="-2" attributes="0"/>
 
21
              </Group>
 
22
              <EmptySpace max="-2" attributes="0"/>
 
23
              <Group type="103" groupAlignment="0" attributes="0">
 
24
                  <Component id="jScrollPane1" alignment="0" pref="300" max="32767" attributes="0"/>
 
25
                  <Component id="roleRefNameTF" alignment="0" pref="300" max="32767" attributes="0"/>
 
26
                  <Component id="roleRefLinkCB" alignment="0" pref="300" max="32767" attributes="0"/>
 
27
              </Group>
 
28
              <EmptySpace max="-2" attributes="0"/>
 
29
          </Group>
 
30
      </Group>
 
31
    </DimensionLayout>
 
32
    <DimensionLayout dim="1">
 
33
      <Group type="103" groupAlignment="0" attributes="0">
 
34
          <Group type="102" alignment="0" attributes="0">
 
35
              <EmptySpace max="-2" attributes="0"/>
 
36
              <Group type="103" groupAlignment="3" attributes="0">
 
37
                  <Component id="roleRefNameTF" alignment="3" min="-2" max="-2" attributes="0"/>
 
38
                  <Component id="roleRefNameLabel" alignment="3" min="-2" max="-2" attributes="0"/>
 
39
              </Group>
 
40
              <EmptySpace max="-2" attributes="0"/>
 
41
              <Group type="103" groupAlignment="3" attributes="0">
 
42
                  <Component id="roleRefLinkLabel" alignment="3" min="-2" max="-2" attributes="0"/>
 
43
                  <Component id="roleRefLinkCB" alignment="3" min="-2" max="-2" attributes="0"/>
 
44
              </Group>
 
45
              <EmptySpace max="-2" attributes="0"/>
 
46
              <Group type="103" groupAlignment="0" attributes="0">
 
47
                  <Component id="descriptionLabel" min="-2" max="-2" attributes="0"/>
 
48
                  <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/>
 
49
              </Group>
 
50
              <EmptySpace max="32767" attributes="0"/>
 
51
          </Group>
 
52
      </Group>
 
53
    </DimensionLayout>
 
54
  </Layout>
 
55
  <SubComponents>
 
56
    <Component class="javax.swing.JLabel" name="roleRefNameLabel">
 
57
      <Properties>
 
58
        <Property name="displayedMnemonic" type="int" editor="org.netbeans.modules.i18n.form.FormI18nMnemonicEditor">
 
59
          <ResourceString bundle="org/netbeans/modules/j2ee/ddloaders/web/multiview/Bundle.properties" key="LBL_roleRefName_mnem" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
60
        </Property>
 
61
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
62
          <ComponentRef name="roleRefNameTF"/>
 
63
        </Property>
 
64
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
65
          <ResourceString bundle="org/netbeans/modules/j2ee/ddloaders/web/multiview/Bundle.properties" key="LBL_SecurityRoleRefName" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
66
        </Property>
 
67
      </Properties>
 
68
    </Component>
 
69
    <Component class="javax.swing.JLabel" name="roleRefLinkLabel">
 
70
      <Properties>
 
71
        <Property name="displayedMnemonic" type="int" editor="org.netbeans.modules.i18n.form.FormI18nMnemonicEditor">
 
72
          <ResourceString bundle="org/netbeans/modules/j2ee/ddloaders/web/multiview/Bundle.properties" key="LBL_roleReLink_mnem" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
73
        </Property>
 
74
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
75
          <ResourceString bundle="org/netbeans/modules/j2ee/ddloaders/web/multiview/Bundle.properties" key="LBL_SecurityRoleRefLink" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
76
        </Property>
 
77
      </Properties>
 
78
    </Component>
 
79
    <Component class="javax.swing.JLabel" name="descriptionLabel">
 
80
      <Properties>
 
81
        <Property name="displayedMnemonic" type="int" editor="org.netbeans.modules.i18n.form.FormI18nMnemonicEditor">
 
82
          <ResourceString bundle="org/netbeans/modules/j2ee/ddloaders/web/multiview/Bundle.properties" key="LBL_description_mnem" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
83
        </Property>
 
84
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
85
          <ComponentRef name="descriptionTA"/>
 
86
        </Property>
 
87
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
88
          <ResourceString bundle="org/netbeans/modules/j2ee/ddloaders/web/multiview/Bundle.properties" key="LBL_SecurityRoleRefDescription" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
89
        </Property>
 
90
      </Properties>
 
91
    </Component>
 
92
    <Component class="javax.swing.JTextField" name="roleRefNameTF">
 
93
    </Component>
 
94
    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
 
95
      <AuxValues>
 
96
        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
 
97
      </AuxValues>
 
98
 
 
99
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
100
      <SubComponents>
 
101
        <Component class="javax.swing.JTextArea" name="descriptionTA">
 
102
          <Properties>
 
103
            <Property name="columns" type="int" value="20"/>
 
104
            <Property name="rows" type="int" value="5"/>
 
105
          </Properties>
 
106
        </Component>
 
107
      </SubComponents>
 
108
    </Container>
 
109
    <Component class="javax.swing.JComboBox" name="roleRefLinkCB">
 
110
      <Properties>
 
111
        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
 
112
          <StringArray count="0"/>
 
113
        </Property>
 
114
      </Properties>
 
115
    </Component>
 
116
  </SubComponents>
 
117
</Form>