Changeset 50 in tmcsimulator-scriptbuilder for trunk/src/event/editor/CCTVPanel.form


Ignore:
Timestamp:
08/08/2017 11:09:34 AM (9 years ago)
Author:
bmcguffin
Message:

Added action listeners and functionality to all editor windows. Changes made inside windows will now be applied to the model.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/event/editor/CCTVPanel.form

    r1 r50  
    3030                      <EmptySpace max="-2" attributes="0"/> 
    3131                      <Group type="103" groupAlignment="0" attributes="0"> 
    32                           <Component id="jTextField1" alignment="0" pref="487" max="32767" attributes="0"/> 
    33                           <Component id="dir" alignment="0" pref="487" max="32767" attributes="0"/> 
    34                           <Component id="toggle" alignment="0" pref="487" max="32767" attributes="0"/> 
     32                          <Component id="txtIDField" alignment="0" pref="487" max="32767" attributes="0"/> 
     33                          <Component id="txtDirField" alignment="0" pref="487" max="32767" attributes="0"/> 
     34                          <Component id="txtToggleField" alignment="0" pref="487" max="32767" attributes="0"/> 
    3535                      </Group> 
    3636                  </Group> 
     
    4848              <Group type="103" groupAlignment="3" attributes="0"> 
    4949                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> 
    50                   <Component id="jTextField1" alignment="3" min="-2" max="-2" attributes="0"/> 
     50                  <Component id="txtIDField" alignment="3" min="-2" max="-2" attributes="0"/> 
    5151              </Group> 
    5252              <EmptySpace max="-2" attributes="0"/> 
    5353              <Group type="103" groupAlignment="3" attributes="0"> 
    5454                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> 
    55                   <Component id="dir" alignment="3" min="-2" max="-2" attributes="0"/> 
     55                  <Component id="txtDirField" alignment="3" min="-2" max="-2" attributes="0"/> 
    5656              </Group> 
    5757              <EmptySpace max="-2" attributes="0"/> 
    5858              <Group type="103" groupAlignment="3" attributes="0"> 
    5959                  <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> 
    60                   <Component id="toggle" alignment="3" min="-2" max="-2" attributes="0"/> 
     60                  <Component id="txtToggleField" alignment="3" min="-2" max="-2" attributes="0"/> 
    6161              </Group> 
    6262              <EmptySpace min="-2" pref="48" max="-2" attributes="0"/> 
     
    8282      </Properties> 
    8383    </Component> 
    84     <Component class="javax.swing.JFormattedTextField" name="dir"> 
     84    <Component class="javax.swing.JFormattedTextField" name="txtDirField"> 
    8585      <Properties> 
    8686        <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor"> 
     
    9494      </Properties> 
    9595    </Component> 
    96     <Component class="javax.swing.JTextField" name="jTextField1"> 
     96    <Component class="javax.swing.JTextField" name="txtIDField"> 
    9797    </Component> 
    9898    <Component class="javax.swing.JLabel" name="jLabel2"> 
     
    101101      </Properties> 
    102102    </Component> 
    103     <Component class="javax.swing.JFormattedTextField" name="toggle"> 
     103    <Component class="javax.swing.JFormattedTextField" name="txtToggleField"> 
    104104      <Properties> 
    105105        <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor"> 
Note: See TracChangeset for help on using the changeset viewer.