[Ejtools-cvs] libraries/adwt/src/main/org/ejtools/adwt/action Command.java,1.5,1.6 CommandAction.jav
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 In directory sc8-pr-cvs1:/tmp/cvs-serv24196/adwt/src/main/org/ejtools/adwt/action Modified Files: Command.java CommandAction.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: Command.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/Command.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Command.java 8 Jan 2003 21:11:13 -0000 1.5 --- Command.java 15 Sep 2003 22:37:12 -0000 1.6 *************** *** 11,16 **** * Interface needed to implement to Command Pattern. * ! * @author <a href="mailto:let...@us...">Laurent Etiemble</a> ! * @created 29 décembre 2001 * @version $Revision$ */ --- 11,15 ---- * Interface needed to implement to Command Pattern. * ! * @author Laurent Etiemble * @version $Revision$ */ Index: CommandAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/CommandAction.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CommandAction.java 8 Jan 2003 21:11:13 -0000 1.6 --- CommandAction.java 15 Sep 2003 22:37:12 -0000 1.7 *************** *** 29,37 **** * Description of the Class * ! * @author <a href="mailto:let...@us...">Laurent Etiemble</a> ! * @created 2 novembre 2001 * @version $Revision$ * @todo Javadoc to complete - * @todo Add support for tooltip */ public class CommandAction extends CustomBeanContextServicesSupport implements Action --- 29,35 ---- * Description of the Class * ! * @author Laurent Etiemble * @version $Revision$ * @todo Javadoc to complete */ public class CommandAction extends CustomBeanContextServicesSupport implements Action |