[Ejtools-cvs] libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file ExitAction.java,1.4,1.
Brought to you by:
letiemble
From: <let...@us...> - 2002-06-10 07:25:32
|
Update of /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file In directory usw-pr-cvs1:/tmp/cvs-serv8121/adwt/src/main/net/sourceforge/ejtools/awt/action/file Modified Files: ExitAction.java FileHistoryAction.java FileHistoryActionTop.java NewAction.java OpenAction.java PrintAction.java SaveAction.java SaveAsAction.java Log Message: Pretty Print Index: ExitAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/ExitAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ExitAction.java 16 May 2002 19:36:12 -0000 1.4 --- ExitAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 14,24 **** /** ! * Regular "Exit" Action that provides : ! * <ul> ! * <li> - a "File" menu if it doesn't exist ! * <li> - a "Exit" menu item ! * <li> - a separator before the menu item ! * </ul> ! * * * @author letiemble --- 14,18 ---- /** ! * Description of the Class * * @author letiemble *************** *** 29,33 **** public class ExitAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 23,27 ---- public class ExitAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: FileHistoryAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/FileHistoryAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FileHistoryAction.java 16 May 2002 19:36:12 -0000 1.4 --- FileHistoryAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,22 **** /** ! * Regular spacer for file history that provides : ! * <ul> ! * <li> - a "File" menu if it doesn't exist ! * <li> - a "N/A" menu item replaced by the file in the history ! * </ul> ! * * * @author letiemble --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 27,31 **** public class FileHistoryAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class FileHistoryAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: FileHistoryActionTop.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/FileHistoryActionTop.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FileHistoryActionTop.java 16 May 2002 19:36:12 -0000 1.4 --- FileHistoryActionTop.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 14,24 **** /** ! * Regular spacer for file history that provides : ! * <ul> ! * <li> - a "File" menu if it doesn't exist ! * <li> - a "N/A" menu item replaced by the file in the history ! * <li> - a separator before the menu item ! * </ul> ! * * * @author letiemble --- 14,18 ---- /** ! * Description of the Class * * @author letiemble *************** *** 29,33 **** public class FileHistoryActionTop extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 23,27 ---- public class FileHistoryActionTop extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: NewAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/NewAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** NewAction.java 16 May 2002 19:36:12 -0000 1.4 --- NewAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,23 **** /** ! * Regular "New" Action that provides : ! * <ul> ! * <li> - a "File" menu if it doesn't exist ! * <li> - a "New" menu item ! * <li> - a "New" toolbar button ! * </ul> ! * * * @author letiemble --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 28,32 **** public class NewAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class NewAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: OpenAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/OpenAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** OpenAction.java 16 May 2002 19:36:12 -0000 1.4 --- OpenAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,23 **** /** ! * Regular "Open" Action that provides : ! * <ul> ! * <li> - a "File" menu if it doesn't exist ! * <li> - a "Open" menu item ! * <li> - a "Open" toolbar button ! * </ul> ! * * * @author letiemble --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 28,32 **** public class OpenAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class OpenAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: PrintAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/PrintAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PrintAction.java 16 May 2002 19:36:12 -0000 1.4 --- PrintAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,23 **** /** ! * Regular "Print" Action that provides : ! * <ul> ! * <li> - a "File" menu if it doesn't exist ! * <li> - a "Print" menu item ! * <li> - a "Print" toolbar button ! * </ul> ! * * * @author letiemble --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 28,32 **** public class PrintAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class PrintAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: SaveAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/SaveAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SaveAction.java 16 May 2002 19:36:12 -0000 1.4 --- SaveAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,23 **** /** ! * Regular "Save" Action that provides : ! * <ul> ! * <li> - a "File" menu if it doesn't exist ! * <li> - a "Save" menu item ! * <li> - a "Save" toolbar button ! * </ul> ! * * * @author letiemble --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 28,32 **** public class SaveAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class SaveAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: SaveAsAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/SaveAsAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SaveAsAction.java 16 May 2002 19:36:12 -0000 1.4 --- SaveAsAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,22 **** /** ! * Regular "Save as" Action that provides : ! * <ul> ! * <li> - a "File" menu if it doesn't exist ! * <li> - a "Save as" menu item ! * </ul> ! * * * @author letiemble --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 27,31 **** public class SaveAsAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class SaveAsAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); |