[Ejtools-cvs] libraries/adwt/src/main/org/ejtools/adwt/action/file ExitAction.java,1.8,1.9 FileHisto
Brought to you by:
letiemble
|
From: <let...@us...> - 2003-09-15 22:37:48
|
Update of /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/file In directory sc8-pr-cvs1:/tmp/cvs-serv24196/adwt/src/main/org/ejtools/adwt/action/file Modified Files: ExitAction.java FileHistoryAction.java FileHistoryActionTop.java NewAction.java OpenAction.java PrintAction.java SaveAction.java SaveAsAction.java Log Message: Adjust Eclipse build files Adjust some Javadoc Review the models for TreeView and ListView : much more lightweight Convert resources files to UTF-8 to avoid loosing accents Index: ExitAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/file/ExitAction.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ExitAction.java 21 Feb 2003 22:47:54 -0000 1.8 --- ExitAction.java 15 Sep 2003 22:37:13 -0000 1.9 *************** *** 16,21 **** * Description of the Class * ! * @author <a href="mailto:let...@us...">Laurent Etiemble</a> ! * @created 29 décembre 2001 * @version $Revision$ * @todo Javadoc to complete --- 16,20 ---- * Description of the Class * ! * @author Laurent Etiemble * @version $Revision$ * @todo Javadoc to complete Index: FileHistoryAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/file/FileHistoryAction.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FileHistoryAction.java 21 Feb 2003 22:47:54 -0000 1.6 --- FileHistoryAction.java 15 Sep 2003 22:37:13 -0000 1.7 *************** *** 15,20 **** * Description of the Class * ! * @author <a href="mailto:let...@us...">Laurent Etiemble</a> ! * @created 29 décembre 2001 * @version $Revision$ * @todo Javadoc to complete --- 15,19 ---- * Description of the Class * ! * @author Laurent Etiemble * @version $Revision$ * @todo Javadoc to complete Index: FileHistoryActionTop.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/file/FileHistoryActionTop.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** FileHistoryActionTop.java 21 Feb 2003 22:47:55 -0000 1.7 --- FileHistoryActionTop.java 15 Sep 2003 22:37:13 -0000 1.8 *************** *** 16,21 **** * Description of the Class * ! * @author <a href="mailto:let...@us...">Laurent Etiemble</a> ! * @created 29 décembre 2001 * @version $Revision$ * @todo Javadoc to complete --- 16,20 ---- * Description of the Class * ! * @author Laurent Etiemble * @version $Revision$ * @todo Javadoc to complete Index: NewAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/file/NewAction.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** NewAction.java 21 Feb 2003 22:47:54 -0000 1.7 --- NewAction.java 15 Sep 2003 22:37:13 -0000 1.8 *************** *** 15,20 **** * Description of the Class * ! * @author <a href="mailto:let...@us...">Laurent Etiemble</a> ! * @created 29 décembre 2001 * @version $Revision$ * @todo Javadoc to complete --- 15,19 ---- * Description of the Class * ! * @author Laurent Etiemble * @version $Revision$ * @todo Javadoc to complete Index: OpenAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/file/OpenAction.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** OpenAction.java 21 Feb 2003 22:47:54 -0000 1.7 --- OpenAction.java 15 Sep 2003 22:37:13 -0000 1.8 *************** *** 15,20 **** * Description of the Class * ! * @author <a href="mailto:let...@us...">Laurent Etiemble</a> ! * @created 29 décembre 2001 * @version $Revision$ * @todo Javadoc to complete --- 15,19 ---- * Description of the Class * ! * @author Laurent Etiemble * @version $Revision$ * @todo Javadoc to complete Index: PrintAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/file/PrintAction.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** PrintAction.java 21 Feb 2003 22:47:55 -0000 1.6 --- PrintAction.java 15 Sep 2003 22:37:13 -0000 1.7 *************** *** 15,20 **** * Description of the Class * ! * @author <a href="mailto:let...@us...">Laurent Etiemble</a> ! * @created 18 mars 2002 * @version $Revision$ * @todo Javadoc to complete --- 15,19 ---- * Description of the Class * ! * @author Laurent Etiemble * @version $Revision$ * @todo Javadoc to complete Index: SaveAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/file/SaveAction.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** SaveAction.java 21 Feb 2003 22:47:54 -0000 1.7 --- SaveAction.java 15 Sep 2003 22:37:13 -0000 1.8 *************** *** 15,20 **** * Description of the Class * ! * @author <a href="mailto:let...@us...">Laurent Etiemble</a> ! * @created 29 décembre 2001 * @version $Revision$ * @todo Javadoc to complete --- 15,19 ---- * Description of the Class * ! * @author Laurent Etiemble * @version $Revision$ * @todo Javadoc to complete Index: SaveAsAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/file/SaveAsAction.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** SaveAsAction.java 21 Feb 2003 22:47:55 -0000 1.6 --- SaveAsAction.java 15 Sep 2003 22:37:13 -0000 1.7 *************** *** 15,20 **** * Description of the Class * ! * @author <a href="mailto:let...@us...">Laurent Etiemble</a> ! * @created 29 décembre 2001 * @version $Revision$ * @todo Javadoc to complete --- 15,19 ---- * Description of the Class * ! * @author Laurent Etiemble * @version $Revision$ * @todo Javadoc to complete |