| <?xml version="1.0" encoding="UTF-8" ?> |
| |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| --> |
| |
| <Form version="1.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> |
| <Properties> |
| <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> |
| <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo"> |
| <EmptyBorder bottom="0" left="12" right="11" top="12"/> |
| </Border> |
| </Property> |
| </Properties> |
| |
| <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/> |
| <SubComponents> |
| <Component class="javax.swing.JLabel" name="componentLabel"> |
| <Properties> |
| <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| <Connection component="componentsCombo" type="bean"/> |
| </Property> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| <Connection code="FormUtils.getBundleString("CTL_Component")" type="code"/> |
| </Property> |
| </Properties> |
| <Constraints> |
| <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> |
| <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="5" insetsRight="6" anchor="17" weightX="0.0" weightY="0.0"/> |
| </Constraint> |
| </Constraints> |
| </Component> |
| <Component class="javax.swing.JComboBox" name="componentsCombo"> |
| <Events> |
| <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="componentsComboItemStateChanged"/> |
| </Events> |
| <Constraints> |
| <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> |
| <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="5" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/> |
| </Constraint> |
| </Constraints> |
| </Component> |
| <Component class="javax.swing.JLabel" name="listLabel"> |
| <Properties> |
| <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| <Connection component="methodList" type="bean"/> |
| </Property> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| <Connection code="FormUtils.getBundleString("CTL_Component")" type="code"/> |
| </Property> |
| </Properties> |
| <Constraints> |
| <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> |
| <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="2" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/> |
| </Constraint> |
| </Constraints> |
| </Component> |
| <Container class="javax.swing.JScrollPane" name="propertiesScrollPane"> |
| <Constraints> |
| <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> |
| <GridBagConstraints gridX="0" gridY="2" gridWidth="2" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="1.0"/> |
| </Constraint> |
| </Constraints> |
| |
| <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> |
| <SubComponents> |
| <Component class="javax.swing.JList" name="methodList"> |
| <Properties> |
| <Property name="selectionMode" type="int" value="0"/> |
| </Properties> |
| <Events> |
| <EventHandler event="valueChanged" listener="javax.swing.event.ListSelectionListener" parameters="javax.swing.event.ListSelectionEvent" handler="methodListValueChanged"/> |
| </Events> |
| </Component> |
| </SubComponents> |
| </Container> |
| </SubComponents> |
| </Form> |