Ignore:
Timestamp:
2010-09-06T09:58:53+02:00 (14 years ago)
Author:
malcolmh
Message:

save

Location:
applications/editors/josm/plugins/toms/src/toms
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/toms/src/toms/dialogs/SmpDialogAction.java

    r23005 r23009  
    134134        public JComboBox cbM01Racon = null;
    135135        public JTextField tfM01Racon = null;
    136         private JLabel lM01Racon = null;
     136        public JLabel lM01Racon = null;
    137137        public JCheckBox cM01Fog = null;
    138138        public JComboBox cbM01Fog = null;
    139         private JLabel lM01FogGroup = null;
     139        public JLabel lM01FogGroup = null;
    140140        public JTextField tfM01FogGroup = null;
    141         private JLabel lM01FogPeriod = null;
     141        public JLabel lM01FogPeriod = null;
    142142        public JTextField tfM01FogPeriod = null;
    143143        public JCheckBox cM01Fired = null;
     
    145145        public JRadioButton rbM01Fired1 = null;
    146146        public JRadioButton rbM01FiredN = null;
    147         private JLabel lM01Kennung = null;
     147        public JLabel lM01Kennung = null;
    148148        public JComboBox cbM01Kennung = null;
    149         private JLabel lM01Height = null;
     149        public JLabel lM01Height = null;
    150150        public JTextField tfM01Height = null;
    151         private JLabel lM01Range = null;
    152         private JLabel lM01Group = null;
     151        public JLabel lM01Range = null;
     152        public JLabel lM01Group = null;
    153153        public JTextField tfM01Group = null;
    154         private JLabel lM01RepeatTime = null;
     154        public JLabel lM01RepeatTime = null;
    155155        public JTextField tfM01RepeatTime = null;
    156         private JLabel lM01Sector = null;
     156        public JLabel lM01Sector = null;
    157157        public JComboBox cbM01Sector = null;
    158         private JLabel lM01Colour = null;
     158        public JLabel lM01Colour = null;
    159159        public JComboBox cbM01Colour = null;
    160         private JLabel lM01Bearing = null;
     160        public JLabel lM01Bearing = null;
    161161        public JTextField tfM01Bearing = null;
    162162        public JTextField tfM02Bearing = null;
     
    439439                                } else if (str.equals("yellow")) { //$NON-NLS-1$
    440440                                        buoy = new BuoySaw(this, node);
    441                                         return;
    442                                 } else {
    443                                         buoy = new BuoyUkn(this, Messages.getString("SmpDialogAction.82")); //$NON-NLS-1$
    444                                         buoy.setNode(node);
    445441                                        return;
    446442                                }
  • applications/editors/josm/plugins/toms/src/toms/msg/messages.properties

    r23006 r23009  
    1717SmpDialogAction.129=Sector:
    1818SmpDialogAction.131=Colour:
    19 SmpDialogAction.133=Brg:         \uFFFD-        \uFFFD, r:
     19SmpDialogAction.133=Brg:         \u00B0-        \u00B0, r:
    2020SmpDialogAction.134=-A
    2121SmpDialogAction.140=Single
     
    4747SmpDialogAction.191=R
    4848SmpDialogAction.192=G
    49 SmpDialogAction.194=Com
     49SmpDialogAction.194=All
    5050SmpDialogAction.195=1
    5151SmpDialogAction.196=2
  • applications/editors/josm/plugins/toms/src/toms/msg/messages_de.properties

    r23006 r23009  
    6161SmpDialogAction.27=Bitte einen Knoten anwählen
    6262SmpDialogAction.28=Bitte nur einen Knoten anwählen
    63 SmpDialogAction.82=Parse-Error: ungültige Farbe
    6463SmpDialogAction.9=Seamap Editor
    6564SmpDialogAction.4=OpenSeaMap Editor
  • applications/editors/josm/plugins/toms/src/toms/msg/messages_en.properties

    r23006 r23009  
    1717SmpDialogAction.129=Sector:
    1818SmpDialogAction.131=Colour:
    19 SmpDialogAction.133=Brg:         \uFFFD-        \uFFFD, r:
     19SmpDialogAction.133=Brg:         \u00B0-        \u00B0, r:
    2020SmpDialogAction.134=-A
    2121SmpDialogAction.140=Single
     
    4747SmpDialogAction.191=R
    4848SmpDialogAction.192=G
    49 SmpDialogAction.194=Com
     49SmpDialogAction.194=All
    5050SmpDialogAction.195=1
    5151SmpDialogAction.196=2
     
    6363SmpDialogAction.28=Please select only one node
    6464SmpDialogAction.4=Edit OpenSeaMap
    65 SmpDialogAction.82=Parse-Error: Invalid colour
    6665SmpDialogAction.9=Seamark Editor
    6766SmpDialogAction.91=Seamark not set
  • applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/Buoy.java

    r23000 r23009  
    339339                dlg.cM01TopMark.setEnabled(false);
    340340                dlg.cbM01TopMark.removeAllItems();
    341                 dlg.cbM01TopMark.setEnabled(false);
     341                dlg.cbM01TopMark.setVisible(false);
    342342                setTopMark(false);
    343343                dlg.cM01Radar.setSelected(false);
     
    346346                dlg.cM01Racon.setEnabled(false);
    347347                dlg.cbM01Racon.removeAllItems();
    348                 dlg.cbM01Racon.setEnabled(false);
     348                dlg.cbM01Racon.setVisible(false);
    349349                dlg.tfM01Racon.setText("");
    350                 dlg.tfM01Racon.setEnabled(false);
     350                dlg.tfM01Racon.setVisible(false);
     351                dlg.lM01Racon.setVisible(false);
    351352                dlg.cM01Fog.setSelected(false);
    352353                dlg.cM01Fog.setEnabled(false);
    353354                dlg.cbM01Fog.removeAllItems();
    354                 dlg.cbM01Fog.setEnabled(false);
     355                dlg.cbM01Fog.setVisible(false);
    355356                dlg.tfM01FogGroup.setText("");
    356                 dlg.tfM01FogGroup.setEnabled(false);
     357                dlg.tfM01FogGroup.setVisible(false);
     358                dlg.lM01FogGroup.setVisible(false);
    357359                dlg.tfM01FogPeriod.setText("");
    358                 dlg.tfM01FogPeriod.setEnabled(false);
     360                dlg.tfM01FogPeriod.setVisible(false);
     361                dlg.lM01FogPeriod.setVisible(false);
    359362                dlg.cM01Fired.setSelected(false);
    360363                dlg.cM01Fired.setEnabled(false);
     
    363366                dlg.rbM01FiredN.setEnabled(false);
    364367                dlg.cbM01Kennung.removeAllItems();
    365                 dlg.cbM01Kennung.setEnabled(false);
     368                dlg.cbM01Kennung.setVisible(false);
     369                dlg.lM01Kennung.setVisible(false);
    366370                dlg.tfM01Height.setText("");
    367                 dlg.tfM01Height.setEnabled(false);
     371                dlg.tfM01Height.setVisible(false);
     372                dlg.lM01Height.setVisible(false);
    368373                dlg.tfM01Range.setText("");
    369                 dlg.tfM01Range.setEnabled(false);
    370                 dlg.cbM01Colour.setEnabled(false);
    371                 dlg.cbM01Sector.setEnabled(false);
     374                dlg.tfM01Range.setVisible(false);
     375                dlg.lM01Range.setVisible(false);
     376                dlg.cbM01Colour.setVisible(false);
     377                dlg.lM01Colour.setVisible(false);
     378                dlg.cbM01Sector.setVisible(false);
     379                dlg.lM01Sector.setVisible(false);
    372380                dlg.tfM01Group.setText("");
    373                 dlg.tfM01Group.setEnabled(false);
     381                dlg.tfM01Group.setVisible(false);
     382                dlg.lM01Group.setVisible(false);
    374383                dlg.tfM01RepeatTime.setText("");
    375                 dlg.tfM01RepeatTime.setEnabled(false);
     384                dlg.tfM01RepeatTime.setVisible(false);
     385                dlg.lM01RepeatTime.setVisible(false);
    376386                dlg.tfM01Bearing.setText("");
    377                 dlg.tfM01Bearing.setEnabled(false);
     387                dlg.tfM01Bearing.setVisible(false);
     388                dlg.lM01Bearing.setVisible(false);
    378389                dlg.tfM02Bearing.setText("");
    379                 dlg.tfM02Bearing.setEnabled(false);
     390                dlg.tfM02Bearing.setVisible(false);
    380391                dlg.tfM01Radius.setText("");
    381                 dlg.tfM01Radius.setEnabled(false);
     392                dlg.tfM01Radius.setVisible(false);
    382393
    383394                dlg.bM01Save.setEnabled(false);
Note: See TracChangeset for help on using the changeset viewer.