[Ejtools-cvs] CVS: libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit CopyAction.java,1
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-16 19:38:03
|
Update of /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit In directory usw-pr-cvs1:/tmp/cvs-serv29461/adwt/src/main/net/sourceforge/ejtools/awt/action/edit Modified Files: CopyAction.java CutAction.java DeleteSelectedAction.java DeselectAllAction.java PasteAction.java SelectAllAction.java Log Message: Nothing Index: CopyAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit/CopyAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CopyAction.java 5 May 2002 20:09:56 -0000 1.3 --- CopyAction.java 16 May 2002 19:36:11 -0000 1.4 *************** *** 15,22 **** * Regular "Copy" Action that provides : * <ul> ! * <li>- a "Edit" menu if it doesn't exist ! * <li>- a "Copy" menu item ! * <li>- a "Copy" toolbar button * </ul> * * @author letiemble --- 15,23 ---- * Regular "Copy" Action that provides : * <ul> ! * <li> - a "Edit" menu if it doesn't exist ! * <li> - a "Copy" menu item ! * <li> - a "Copy" toolbar button * </ul> + * * * @author letiemble Index: CutAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit/CutAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CutAction.java 5 May 2002 20:09:56 -0000 1.3 --- CutAction.java 16 May 2002 19:36:12 -0000 1.4 *************** *** 15,22 **** * Regular "Cut" Action that provides : * <ul> ! * <li>- a "Edit" menu if it doesn't exist ! * <li>- a "Cut" menu item ! * <li>- a "Cut" toolbar button * </ul> * * @author letiemble --- 15,23 ---- * Regular "Cut" Action that provides : * <ul> ! * <li> - a "Edit" menu if it doesn't exist ! * <li> - a "Cut" menu item ! * <li> - a "Cut" toolbar button * </ul> + * * * @author letiemble Index: DeleteSelectedAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit/DeleteSelectedAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DeleteSelectedAction.java 5 May 2002 20:09:56 -0000 1.3 --- DeleteSelectedAction.java 16 May 2002 19:36:12 -0000 1.4 *************** *** 15,21 **** * Regular "DeleteSelected" Action that provides : * <ul> ! * <li>- a "Edit" menu if it doesn't exist ! * <li>- a "DeleteSelected" menu item * </ul> * * @author letiemble --- 15,22 ---- * Regular "DeleteSelected" Action that provides : * <ul> ! * <li> - a "Edit" menu if it doesn't exist ! * <li> - a "DeleteSelected" menu item * </ul> + * * * @author letiemble Index: DeselectAllAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit/DeselectAllAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DeselectAllAction.java 5 May 2002 20:09:56 -0000 1.3 --- DeselectAllAction.java 16 May 2002 19:36:12 -0000 1.4 *************** *** 15,21 **** * Regular "DeselectAll" Action that provides : * <ul> ! * <li>- a "Edit" menu if it doesn't exist ! * <li>- a "DeselectAll" menu item * </ul> * * @author letiemble --- 15,22 ---- * Regular "DeselectAll" Action that provides : * <ul> ! * <li> - a "Edit" menu if it doesn't exist ! * <li> - a "DeselectAll" menu item * </ul> + * * * @author letiemble Index: PasteAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit/PasteAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PasteAction.java 5 May 2002 20:09:56 -0000 1.3 --- PasteAction.java 16 May 2002 19:36:12 -0000 1.4 *************** *** 15,22 **** * Regular "Paste" Action that provides : * <ul> ! * <li>- a "Edit" menu if it doesn't exist ! * <li>- a "Paste" menu item ! * <li>- a "Paste" toolbar button * </ul> * * @author letiemble --- 15,23 ---- * Regular "Paste" Action that provides : * <ul> ! * <li> - a "Edit" menu if it doesn't exist ! * <li> - a "Paste" menu item ! * <li> - a "Paste" toolbar button * </ul> + * * * @author letiemble Index: SelectAllAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit/SelectAllAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SelectAllAction.java 5 May 2002 20:09:56 -0000 1.3 --- SelectAllAction.java 16 May 2002 19:36:12 -0000 1.4 *************** *** 15,21 **** * Regular "SelectAll" Action that provides : * <ul> ! * <li>- a "Edit" menu if it doesn't exist ! * <li>- a "SelectAll" menu item * </ul> * * @author letiemble --- 15,22 ---- * Regular "SelectAll" Action that provides : * <ul> ! * <li> - a "Edit" menu if it doesn't exist ! * <li> - a "SelectAll" menu item * </ul> + * * * @author letiemble |