diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-25 09:09:46 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-25 09:09:46 +0000 |
| commit | 73d9798f8bccd2bfc3169e95790c7fc185701188 (patch) | |
| tree | 5359b7cd0da71450e64a975cec4fced01a8d0fcb /sources/prefs/editors/VSEditor.java | |
| parent | 009350323123fc4b47041cb2194e8df19f69423b (diff) | |
comments.
Diffstat (limited to 'sources/prefs/editors/VSEditor.java')
| -rw-r--r-- | sources/prefs/editors/VSEditor.java | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sources/prefs/editors/VSEditor.java b/sources/prefs/editors/VSEditor.java index 013b62a..f1d4991 100644 --- a/sources/prefs/editors/VSEditor.java +++ b/sources/prefs/editors/VSEditor.java @@ -91,7 +91,7 @@ public abstract class VSEditor implements ActionListener { public static final int SIMULATION_PREFERENCES = 1; /** - * Instantiates a new vS editor. + * Instantiates a new lang.process.removeeditor. * * @param prefs the prefs * @param prefsToEdit the prefs to edit @@ -300,7 +300,7 @@ public abstract class VSEditor implements ActionListener { * @param key the key * @param prefsToEdit the prefs to edit * - * @return the vS tupel< string, component, j combo box> + * @return the lang.process.removetupel< string, component, j combo box> */ protected VSTupel<String,Component,JComboBox> createIntegerComponent(String fullKey, String key, VSPrefs prefsToEdit) { String descr = prefsToEdit.getDescription(fullKey); @@ -336,7 +336,7 @@ public abstract class VSEditor implements ActionListener { * @param key the key * @param prefsToEdit the prefs to edit * - * @return the vS tupel< string, component, j check box> + * @return the lang.process.removetupel< string, component, j check box> */ protected VSTupel<String,Component,JCheckBox> createBooleanComponent(String fullKey, String key, VSPrefs prefsToEdit) { final String activated = prefs.getString("lang.activated"); @@ -355,7 +355,7 @@ public abstract class VSEditor implements ActionListener { * @param key the key * @param prefsToEdit the prefs to edit * - * @return the vS tupel< string, component, j text field> + * @return the lang.process.removetupel< string, component, j text field> */ protected VSTupel<String,Component,JTextField> createLongComponent(String fullKey, String key, VSPrefs prefsToEdit) { String descr = prefsToEdit.getDescription(fullKey); @@ -380,7 +380,7 @@ public abstract class VSEditor implements ActionListener { * @param key the key * @param prefsToEdit the prefs to edit * - * @return the vS tupel< string, component, j text field> + * @return the lang.process.removetupel< string, component, j text field> */ protected VSTupel<String,Component,JTextField> createFloatComponent(String fullKey, String key, VSPrefs prefsToEdit) { String descr = prefsToEdit.getDescription(fullKey); @@ -405,7 +405,7 @@ public abstract class VSEditor implements ActionListener { * @param key the key * @param prefsToEdit the prefs to edit * - * @return the vS tupel< string, component, j text field> + * @return the lang.process.removetupel< string, component, j text field> */ protected VSTupel<String,Component,JTextField> createColorComponent(String fullKey, String key, final VSPrefs prefsToEdit) { String descr = prefsToEdit.getDescription(fullKey); @@ -446,7 +446,7 @@ public abstract class VSEditor implements ActionListener { * @param key the key * @param prefsToEdit the prefs to edit * - * @return the vS tupel< string, component, j text field> + * @return the lang.process.removetupel< string, component, j text field> */ protected VSTupel<String,Component,JTextField> createStringComponent(String fullKey, String key, VSPrefs prefsToEdit) { String descr = prefsToEdit.getDescription(fullKey); |
