/[schmitzm]/trunk/src/skrueger/swing/TranslationEditJPanel.java
ViewVC logotype

Diff of /trunk/src/skrueger/swing/TranslationEditJPanel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by mojays, Tue Feb 24 22:43:52 2009 UTC revision 33 by alfonx, Sat Mar 28 17:06:27 2009 UTC
# Line 28  import schmitzm.swing.SwingUtil; Line 28  import schmitzm.swing.SwingUtil;
28  import skrueger.i8n.Translation;  import skrueger.i8n.Translation;
29    
30  /**  /**
31   * A JPanel that asks the user for translation of several strings   * A {@link JPanel} that asks the user for translation of several strings
32   * @author Stefan Alfons Krüger   * @author Stefan Alfons Krüger
33   *   *
34   */   */
# Line 198  public class TranslationEditJPanel exten Line 198  public class TranslationEditJPanel exten
198                  return jPanel;                  return jPanel;
199          }          }
200                    
201            /**
202             * @return The {@link Translation} that this {@link TranslationEditJPanel} deals with.
203             */
204          public Translation getTranslation() {          public Translation getTranslation() {
205                  return trans;                  return trans;
206          }          }

Legend:
Removed from v.2  
changed lines
  Added in v.33

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26