[Ejtools-cvs] libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit CopyAction.java,1.4,1.
Brought to you by:
letiemble
Update of /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit In directory usw-pr-cvs1:/tmp/cvs-serv8121/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: Pretty Print Index: CopyAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit/CopyAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CopyAction.java 16 May 2002 19:36:11 -0000 1.4 --- CopyAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,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 --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 28,32 **** public class CopyAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class CopyAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: CutAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit/CutAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CutAction.java 16 May 2002 19:36:12 -0000 1.4 --- CutAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,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 --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 28,32 **** public class CutAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class CutAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: DeleteSelectedAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit/DeleteSelectedAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DeleteSelectedAction.java 16 May 2002 19:36:12 -0000 1.4 --- DeleteSelectedAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,22 **** /** ! * Regular "DeleteSelected" Action that provides : ! * <ul> ! * <li> - a "Edit" menu if it doesn't exist ! * <li> - a "DeleteSelected" menu item ! * </ul> ! * * * @author letiemble --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 27,31 **** public class DeleteSelectedAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class DeleteSelectedAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: DeselectAllAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit/DeselectAllAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DeselectAllAction.java 16 May 2002 19:36:12 -0000 1.4 --- DeselectAllAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,22 **** /** ! * Regular "DeselectAll" Action that provides : ! * <ul> ! * <li> - a "Edit" menu if it doesn't exist ! * <li> - a "DeselectAll" menu item ! * </ul> ! * * * @author letiemble --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 27,31 **** public class DeselectAllAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class DeselectAllAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: PasteAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit/PasteAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PasteAction.java 16 May 2002 19:36:12 -0000 1.4 --- PasteAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,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 --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 28,32 **** public class PasteAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class PasteAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: SelectAllAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/edit/SelectAllAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SelectAllAction.java 16 May 2002 19:36:12 -0000 1.4 --- SelectAllAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,22 **** /** ! * Regular "SelectAll" Action that provides : ! * <ul> ! * <li> - a "Edit" menu if it doesn't exist ! * <li> - a "SelectAll" menu item ! * </ul> ! * * * @author letiemble --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 27,31 **** public class SelectAllAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class SelectAllAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); |