[Ejtools-cvs] CVS: libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file ExitAction.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/file In directory usw-pr-cvs1:/tmp/cvs-serv29461/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: Nothing Index: ExitAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/ExitAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ExitAction.java 5 May 2002 20:09:56 -0000 1.3 --- ExitAction.java 16 May 2002 19:36:12 -0000 1.4 *************** *** 16,23 **** * 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 --- 16,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 Index: FileHistoryAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/FileHistoryAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FileHistoryAction.java 5 May 2002 20:09:56 -0000 1.3 --- FileHistoryAction.java 16 May 2002 19:36:12 -0000 1.4 *************** *** 15,21 **** * 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 --- 15,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 Index: FileHistoryActionTop.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/FileHistoryActionTop.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FileHistoryActionTop.java 5 May 2002 20:09:56 -0000 1.3 --- FileHistoryActionTop.java 16 May 2002 19:36:12 -0000 1.4 *************** *** 16,23 **** * 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 --- 16,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 Index: NewAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/NewAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** NewAction.java 5 May 2002 20:09:56 -0000 1.3 --- NewAction.java 16 May 2002 19:36:12 -0000 1.4 *************** *** 15,22 **** * 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 --- 15,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 Index: OpenAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/OpenAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OpenAction.java 5 May 2002 20:09:56 -0000 1.3 --- OpenAction.java 16 May 2002 19:36:12 -0000 1.4 *************** *** 15,22 **** * 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 --- 15,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 Index: PrintAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/PrintAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PrintAction.java 5 May 2002 20:09:56 -0000 1.3 --- PrintAction.java 16 May 2002 19:36:12 -0000 1.4 *************** *** 15,22 **** * 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 --- 15,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 Index: SaveAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/SaveAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SaveAction.java 5 May 2002 20:09:56 -0000 1.3 --- SaveAction.java 16 May 2002 19:36:12 -0000 1.4 *************** *** 15,22 **** * 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 --- 15,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 Index: SaveAsAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/SaveAsAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SaveAsAction.java 5 May 2002 20:09:56 -0000 1.3 --- SaveAsAction.java 16 May 2002 19:36:12 -0000 1.4 *************** *** 15,21 **** * 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 --- 15,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 |