| <?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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> |
| <AuxValues> |
| <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/> |
| <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> |
| <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> |
| <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/> |
| <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/> |
| <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> |
| <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> |
| <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> |
| <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> |
| </AuxValues> |
| |
| <Layout> |
| <DimensionLayout dim="0"> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Group type="102" attributes="0"> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Group type="102" alignment="0" attributes="0"> |
| <EmptySpace max="-2" attributes="0"/> |
| <Component id="lbTitle" max="32767" attributes="0"/> |
| </Group> |
| <Group type="102" alignment="0" attributes="0"> |
| <EmptySpace min="-2" pref="20" max="-2" attributes="0"/> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Component id="lbActions" min="-2" max="-2" attributes="0"/> |
| <Group type="102" alignment="0" attributes="0"> |
| <EmptySpace min="6" pref="6" max="-2" attributes="0"/> |
| <Component id="jScrollPane2" min="-2" pref="170" max="-2" attributes="0"/> |
| <EmptySpace type="unrelated" max="-2" attributes="0"/> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Component id="pnDetailsPanel" max="32767" attributes="0"/> |
| <Group type="102" attributes="0"> |
| <Component id="jLabel1" min="-2" pref="125" max="-2" attributes="0"/> |
| <EmptySpace type="unrelated" max="-2" attributes="0"/> |
| <Component id="cbAdd" max="32767" attributes="0"/> |
| </Group> |
| </Group> |
| </Group> |
| </Group> |
| </Group> |
| </Group> |
| <EmptySpace max="-2" attributes="0"/> |
| </Group> |
| </Group> |
| </DimensionLayout> |
| <DimensionLayout dim="1"> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Group type="102" alignment="0" attributes="0"> |
| <EmptySpace min="-2" max="-2" attributes="0"/> |
| <Component id="lbTitle" min="-2" max="-2" attributes="0"/> |
| <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> |
| <Component id="lbActions" min="-2" max="-2" attributes="0"/> |
| <EmptySpace min="-2" max="-2" attributes="0"/> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Group type="102" attributes="0"> |
| <Group type="103" groupAlignment="3" attributes="0"> |
| <Component id="cbAdd" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> |
| </Group> |
| <EmptySpace max="-2" attributes="0"/> |
| <Component id="pnDetailsPanel" max="32767" attributes="0"/> |
| </Group> |
| <Component id="jScrollPane2" max="32767" attributes="0"/> |
| </Group> |
| <EmptySpace max="-2" attributes="0"/> |
| </Group> |
| </Group> |
| </DimensionLayout> |
| </Layout> |
| <SubComponents> |
| <Component class="javax.swing.JLabel" name="lbActions"> |
| <Properties> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="BuildActionsCustomizer.lbActions.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| </Component> |
| <Container class="javax.swing.JScrollPane" name="jScrollPane2"> |
| <AuxValues> |
| <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> |
| </AuxValues> |
| |
| <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> |
| <SubComponents> |
| <Component class="javax.swing.JList" name="lsActions"> |
| <Properties> |
| <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| <Connection code="customActionsModel" type="code"/> |
| </Property> |
| <Property name="selectionMode" type="int" value="0"/> |
| </Properties> |
| <Events> |
| <EventHandler event="valueChanged" listener="javax.swing.event.ListSelectionListener" parameters="javax.swing.event.ListSelectionEvent" handler="lsActionsValueChanged"/> |
| </Events> |
| <AuxValues> |
| <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<CustomActionMapping>"/> |
| </AuxValues> |
| </Component> |
| </SubComponents> |
| </Container> |
| <Container class="javax.swing.JPanel" name="pnDetailsPanel"> |
| |
| <Layout class="org.netbeans.modules.form.compat2.layouts.DesignCardLayout"/> |
| <SubComponents> |
| <Component class="javax.swing.JLabel" name="lbNoAction"> |
| <Properties> |
| <Property name="horizontalAlignment" type="int" value="0"/> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="BuildActionsCustomizer.lbNoAction.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| <Constraints> |
| <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignCardLayout" value="org.netbeans.modules.form.compat2.layouts.DesignCardLayout$CardConstraintsDescription"> |
| <CardConstraints cardName="empty"/> |
| </Constraint> |
| </Constraints> |
| </Component> |
| <Container class="javax.swing.JPanel" name="pnDetails"> |
| <Properties> |
| <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> |
| <Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo"> |
| <LineBorder/> |
| </Border> |
| </Property> |
| </Properties> |
| <Constraints> |
| <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignCardLayout" value="org.netbeans.modules.form.compat2.layouts.DesignCardLayout$CardConstraintsDescription"> |
| <CardConstraints cardName="details"/> |
| </Constraint> |
| </Constraints> |
| |
| <Layout> |
| <DimensionLayout dim="0"> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Group type="102" attributes="0"> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Group type="102" alignment="1" attributes="0"> |
| <EmptySpace min="0" pref="0" max="32767" attributes="0"/> |
| <Component id="btRemove" min="-2" max="-2" attributes="0"/> |
| </Group> |
| <Group type="102" alignment="0" attributes="0"> |
| <EmptySpace max="-2" attributes="0"/> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Group type="102" alignment="0" attributes="0"> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Component id="lbName" alignment="0" min="-2" max="-2" attributes="0"/> |
| <Component id="lbLabel" alignment="0" min="-2" max="-2" attributes="0"/> |
| </Group> |
| <EmptySpace max="-2" attributes="0"/> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Component id="tfLabel" max="32767" attributes="0"/> |
| <Component id="tfName" max="32767" attributes="0"/> |
| </Group> |
| </Group> |
| <Group type="102" alignment="0" attributes="0"> |
| <Component id="lbReloadRule" min="-2" max="-2" attributes="0"/> |
| <EmptySpace type="unrelated" max="-2" attributes="0"/> |
| <Component id="cbReloadRule" min="-2" pref="138" max="-2" attributes="0"/> |
| <EmptySpace type="separate" max="-2" attributes="0"/> |
| <Component id="cbRepeatable" pref="146" max="32767" attributes="0"/> |
| </Group> |
| <Group type="102" alignment="1" attributes="0"> |
| <EmptySpace min="6" pref="6" max="-2" attributes="0"/> |
| <Component id="jScrollPane3" max="32767" attributes="0"/> |
| </Group> |
| <Group type="102" attributes="0"> |
| <Component id="lbArgs" min="-2" max="-2" attributes="0"/> |
| <EmptySpace min="0" pref="0" max="32767" attributes="0"/> |
| </Group> |
| </Group> |
| </Group> |
| <Component id="lbReloadHints" alignment="1" pref="0" max="32767" attributes="0"/> |
| </Group> |
| <EmptySpace max="-2" attributes="0"/> |
| </Group> |
| </Group> |
| </DimensionLayout> |
| <DimensionLayout dim="1"> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Group type="102" alignment="0" attributes="0"> |
| <EmptySpace max="-2" attributes="0"/> |
| <Group type="103" groupAlignment="3" attributes="0"> |
| <Component id="lbName" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="tfName" alignment="3" min="-2" max="-2" attributes="0"/> |
| </Group> |
| <EmptySpace max="-2" attributes="0"/> |
| <Group type="103" groupAlignment="3" attributes="0"> |
| <Component id="lbLabel" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="tfLabel" alignment="3" min="-2" max="-2" attributes="0"/> |
| </Group> |
| <EmptySpace type="unrelated" max="-2" attributes="0"/> |
| <Component id="lbArgs" min="-2" max="-2" attributes="0"/> |
| <EmptySpace max="-2" attributes="0"/> |
| <Component id="jScrollPane3" min="-2" pref="78" max="-2" attributes="0"/> |
| <EmptySpace type="unrelated" max="-2" attributes="0"/> |
| <Group type="103" groupAlignment="3" attributes="0"> |
| <Component id="lbReloadRule" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="cbReloadRule" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="cbRepeatable" alignment="3" min="-2" max="-2" attributes="0"/> |
| </Group> |
| <EmptySpace max="-2" attributes="0"/> |
| <Component id="lbReloadHints" max="32767" attributes="0"/> |
| <EmptySpace max="-2" attributes="0"/> |
| <Component id="btRemove" min="-2" max="-2" attributes="0"/> |
| <EmptySpace max="-2" attributes="0"/> |
| </Group> |
| </Group> |
| </DimensionLayout> |
| </Layout> |
| <SubComponents> |
| <Component class="javax.swing.JLabel" name="lbName"> |
| <Properties> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="BuildActionsCustomizer.lbName.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JLabel" name="lbLabel"> |
| <Properties> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="BuildActionsCustomizer.lbLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JTextField" name="tfName"> |
| <Properties> |
| <Property name="editable" type="boolean" value="false"/> |
| <Property name="enabled" type="boolean" value="false"/> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JTextField" name="tfLabel"> |
| <Properties> |
| <Property name="enabled" type="boolean" value="false"/> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JLabel" name="lbArgs"> |
| <Properties> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="BuildActionsCustomizer.lbArgs.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JButton" name="btRemove"> |
| <Properties> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="BuildActionsCustomizer.btRemove.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| <Events> |
| <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btRemoveActionPerformed"/> |
| </Events> |
| </Component> |
| <Component class="javax.swing.JLabel" name="lbReloadRule"> |
| <Properties> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="BuildActionsCustomizer.lbReloadRule.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JComboBox" name="cbReloadRule"> |
| <Properties> |
| <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> |
| <StringArray count="4"> |
| <StringItem index="0" value="NEVER"/> |
| <StringItem index="1" value="DEFAULT"/> |
| <StringItem index="2" value="ALWAYS"/> |
| <StringItem index="3" value="ALWAYS_ONLINE"/> |
| </StringArray> |
| </Property> |
| </Properties> |
| <Events> |
| <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="cbReloadRuleItemStateChanged"/> |
| </Events> |
| <AuxValues> |
| <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> |
| </AuxValues> |
| </Component> |
| <Component class="javax.swing.JCheckBox" name="cbRepeatable"> |
| <Properties> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="BuildActionsCustomizer.cbRepeatable.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="BuildActionsCustomizer.cbRepeatable.toolTipText" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| <Events> |
| <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="cbRepeatableStateChanged"/> |
| </Events> |
| </Component> |
| <Container class="javax.swing.JScrollPane" name="jScrollPane3"> |
| <AuxValues> |
| <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> |
| </AuxValues> |
| |
| <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> |
| <SubComponents> |
| <Component class="javax.swing.JEditorPane" name="taArgs"> |
| <Properties> |
| <Property name="contentType" type="java.lang.String" value="text/x-gradle-cli" noResource="true"/> |
| </Properties> |
| </Component> |
| </SubComponents> |
| </Container> |
| <Component class="javax.swing.JLabel" name="lbReloadHints"> |
| <Properties> |
| <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| <Font name="Dialog" size="12" style="0"/> |
| </Property> |
| <Property name="horizontalAlignment" type="int" value="2"/> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="BuildActionsCustomizer.lbReloadHints.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| <Property name="verticalAlignment" type="int" value="1"/> |
| <Property name="enabled" type="boolean" value="false"/> |
| </Properties> |
| </Component> |
| </SubComponents> |
| </Container> |
| </SubComponents> |
| </Container> |
| <Component class="javax.swing.JComboBox" name="cbAdd"> |
| <Properties> |
| <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| <Connection code="availableActionsModel" type="code"/> |
| </Property> |
| </Properties> |
| <Events> |
| <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cbAddActionPerformed"/> |
| </Events> |
| <AuxValues> |
| <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> |
| </AuxValues> |
| </Component> |
| <Component class="javax.swing.JLabel" name="lbTitle"> |
| <Properties> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="BuildActionsCustomizer.lbTitle.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JLabel" name="jLabel1"> |
| <Properties> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="BuildActionsCustomizer.jLabel1.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| </Component> |
| </SubComponents> |
| </Form> |