| <?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"> |
| |
| <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"> |
| <Property name="verticalGap" type="int" value="2"/> |
| </Layout> |
| <SubComponents> |
| <Container class="javax.swing.JPanel" name="targerInfoPanel"> |
| <Constraints> |
| <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> |
| <BorderConstraints direction="North"/> |
| </Constraint> |
| </Constraints> |
| |
| <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"> |
| <Property name="verticalGap" type="int" value="6"/> |
| </Layout> |
| <SubComponents> |
| <Container class="javax.swing.JPanel" name="targetNamePanel"> |
| <Constraints> |
| <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> |
| <BorderConstraints direction="North"/> |
| </Constraint> |
| </Constraints> |
| |
| <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"> |
| <Property name="alignment" type="int" value="0"/> |
| <Property name="horizontalGap" type="int" value="0"/> |
| <Property name="verticalGap" type="int" value="0"/> |
| </Layout> |
| <SubComponents> |
| <Component class="javax.swing.JLabel" name="targetNameLabel"> |
| <Properties> |
| <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| <Connection component="targetComponentName" type="bean"/> |
| </Property> |
| <Property name="text" type="java.lang.String" value="Target Component:"/> |
| <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="0" right="6" top="0"/> |
| </Border> |
| </Property> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JTextField" name="targetComponentName"> |
| <Properties> |
| <Property name="editable" type="boolean" value="false"/> |
| <Property name="text" type="java.lang.String" value="jTextField1"/> |
| </Properties> |
| </Component> |
| </SubComponents> |
| </Container> |
| <Container class="javax.swing.JPanel" name="actionTypePanel"> |
| <Constraints> |
| <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> |
| <BorderConstraints direction="Center"/> |
| </Constraint> |
| </Constraints> |
| |
| <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"> |
| <Property name="alignment" type="int" value="0"/> |
| <Property name="horizontalGap" type="int" value="0"/> |
| <Property name="verticalGap" type="int" value="0"/> |
| </Layout> |
| <SubComponents> |
| <Component class="javax.swing.JRadioButton" name="propertyButton"> |
| <Properties> |
| <Property name="selected" type="boolean" value="true"/> |
| <Property name="text" type="java.lang.String" value="Set Property"/> |
| <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> |
| <Insets value="[2, 2, 2, 10]"/> |
| </Property> |
| </Properties> |
| <Events> |
| <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="actionTypeButtonPressed"/> |
| </Events> |
| </Component> |
| <Component class="javax.swing.JRadioButton" name="methodButton"> |
| <Properties> |
| <Property name="text" type="java.lang.String" value="Method Call"/> |
| <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> |
| <Insets value="[2, 2, 2, 10]"/> |
| </Property> |
| </Properties> |
| <Events> |
| <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="actionTypeButtonPressed"/> |
| </Events> |
| </Component> |
| <Component class="javax.swing.JRadioButton" name="codeButton"> |
| <Properties> |
| <Property name="text" type="java.lang.String" value="User Code"/> |
| </Properties> |
| <Events> |
| <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="actionTypeButtonPressed"/> |
| </Events> |
| </Component> |
| </SubComponents> |
| </Container> |
| </SubComponents> |
| </Container> |
| <Container class="javax.swing.JScrollPane" name="actionPanel"> |
| <Constraints> |
| <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> |
| <BorderConstraints direction="Center"/> |
| </Constraint> |
| </Constraints> |
| |
| <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> |
| <SubComponents> |
| <Component class="javax.swing.JList" name="actionList"> |
| </Component> |
| </SubComponents> |
| </Container> |
| </SubComponents> |
| </Form> |