[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-05 20:09:59
|
Update of /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file In directory usw-pr-cvs1:/tmp/cvs-serv7792/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: Add some JavaDocs Index: ExitAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/ExitAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ExitAction.java 30 Apr 2002 21:06:52 -0000 1.2 --- ExitAction.java 5 May 2002 20:09:56 -0000 1.3 *************** *** 14,32 **** /** ! * Description of the Class * ! * @author letiemble ! * @created 29 décembre 2001 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class ExitAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * @param command The exit command that the action should act upon. */ public ExitAction(Command command) --- 14,37 ---- /** ! * 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 ! * @created 29 décembre 2001 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class ExitAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * @param command The exit command that the action should act upon. */ public ExitAction(Command command) Index: FileHistoryAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/FileHistoryAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FileHistoryAction.java 30 Apr 2002 21:06:52 -0000 1.2 --- FileHistoryAction.java 5 May 2002 20:09:56 -0000 1.3 *************** *** 13,33 **** /** ! * Description of the Class * ! * @author letiemble ! * @created 29 décembre 2001 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class FileHistoryAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * Constructor for the CloseAction object * ! * @param command Description of Parameter */ public FileHistoryAction(Command command) --- 13,37 ---- /** ! * 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 ! * @created 29 décembre 2001 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class FileHistoryAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * Constructor for the CloseAction object * ! * @param command Description of Parameter */ public FileHistoryAction(Command command) Index: FileHistoryActionTop.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/FileHistoryActionTop.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FileHistoryActionTop.java 30 Apr 2002 21:06:52 -0000 1.2 --- FileHistoryActionTop.java 5 May 2002 20:09:56 -0000 1.3 *************** *** 14,34 **** /** ! * Description of the Class * ! * @author letiemble ! * @created 29 décembre 2001 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class FileHistoryActionTop extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * Constructor for the CloseAction object * ! * @param command Description of Parameter */ public FileHistoryActionTop(Command command) --- 14,39 ---- /** ! * 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 ! * @created 29 décembre 2001 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class FileHistoryActionTop extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * Constructor for the CloseAction object * ! * @param command Description of Parameter */ public FileHistoryActionTop(Command command) Index: NewAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/NewAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NewAction.java 30 Apr 2002 21:06:52 -0000 1.2 --- NewAction.java 5 May 2002 20:09:56 -0000 1.3 *************** *** 13,33 **** /** ! * Description of the Class * ! * @author letiemble ! * @created 29 décembre 2001 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class NewAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * Constructor for the NewAction object * ! * @param command Description of Parameter */ public NewAction(Command command) --- 13,38 ---- /** ! * 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 ! * @created 29 décembre 2001 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class NewAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * Constructor for the NewAction object * ! * @param command Description of Parameter */ public NewAction(Command command) Index: OpenAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/OpenAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OpenAction.java 30 Apr 2002 21:06:52 -0000 1.2 --- OpenAction.java 5 May 2002 20:09:56 -0000 1.3 *************** *** 13,33 **** /** ! * Description of the Class * ! * @author letiemble ! * @created 29 décembre 2001 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class OpenAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * Constructor for the OpenAction object * ! * @param command Description of Parameter */ public OpenAction(Command command) --- 13,38 ---- /** ! * 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 ! * @created 29 décembre 2001 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class OpenAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * Constructor for the OpenAction object * ! * @param command Description of Parameter */ public OpenAction(Command command) Index: PrintAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/PrintAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PrintAction.java 30 Apr 2002 21:06:52 -0000 1.2 --- PrintAction.java 5 May 2002 20:09:56 -0000 1.3 *************** *** 13,33 **** /** ! * Description of the Class * ! * @author letiemble ! * @created 18 mars 2002 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class PrintAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * Constructor for the PrintAction object * ! * @param command Description of Parameter */ public PrintAction(Command command) --- 13,38 ---- /** ! * 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 ! * @created 18 mars 2002 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class PrintAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * Constructor for the PrintAction object * ! * @param command Description of Parameter */ public PrintAction(Command command) Index: SaveAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/SaveAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SaveAction.java 30 Apr 2002 21:06:52 -0000 1.2 --- SaveAction.java 5 May 2002 20:09:56 -0000 1.3 *************** *** 13,33 **** /** ! * Description of the Class * ! * @author letiemble ! * @created 29 décembre 2001 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class SaveAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * Constructor for the SaveAction object * ! * @param command Description of Parameter */ public SaveAction(Command command) --- 13,38 ---- /** ! * 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 ! * @created 29 décembre 2001 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class SaveAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * Constructor for the SaveAction object * ! * @param command Description of Parameter */ public SaveAction(Command command) Index: SaveAsAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/SaveAsAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SaveAsAction.java 30 Apr 2002 21:06:52 -0000 1.2 --- SaveAsAction.java 5 May 2002 20:09:56 -0000 1.3 *************** *** 13,33 **** /** ! * Description of the Class * ! * @author letiemble ! * @created 29 décembre 2001 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class SaveAsAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * Constructor for the SaveAsAction object * ! * @param command Description of Parameter */ public SaveAsAction(Command command) --- 13,37 ---- /** ! * 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 ! * @created 29 décembre 2001 ! * @version $Revision$ ! * @todo Javadoc to complete */ public class SaveAsAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); /** ! * Constructor for the SaveAsAction object * ! * @param command Description of Parameter */ public SaveAsAction(Command command) |