[Ejtools-cvs] libraries/adwt/src/main/org/ejtools/adwt/action/window CascadeAction.java,1.7,1.8 Clos
Brought to you by:
letiemble
Update of /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/window In directory sc8-pr-cvs1:/tmp/cvs-serv24196/adwt/src/main/org/ejtools/adwt/action/window Modified Files: CascadeAction.java CloseAction.java CloseAllAction.java InternalFrameAction.java TileAction.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: CascadeAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/window/CascadeAction.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CascadeAction.java 21 Feb 2003 22:48:04 -0000 1.7 --- CascadeAction.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: CloseAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/window/CloseAction.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CloseAction.java 21 Feb 2003 22:48:04 -0000 1.6 --- CloseAction.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: CloseAllAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/window/CloseAllAction.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CloseAllAction.java 21 Feb 2003 22:48:06 -0000 1.7 --- CloseAllAction.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 11 janvier 2002 * @version $Revision$ * @todo Javadoc to complete --- 16,20 ---- * Description of the Class * ! * @author Laurent Etiemble * @version $Revision$ * @todo Javadoc to complete Index: InternalFrameAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/window/InternalFrameAction.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** InternalFrameAction.java 21 Feb 2003 22:48:07 -0000 1.6 --- InternalFrameAction.java 15 Sep 2003 22:37:13 -0000 1.7 *************** *** 18,23 **** * Description of the Class * ! * @author <a href="mailto:let...@us...">Laurent Etiemble</a> ! * @created 11 janvier 2002 * @version $Revision$ * @todo Javadoc to complete --- 18,22 ---- * Description of the Class * ! * @author Laurent Etiemble * @version $Revision$ * @todo Javadoc to complete Index: TileAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/window/TileAction.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** TileAction.java 21 Feb 2003 22:48:08 -0000 1.7 --- TileAction.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 |