[Ejtools-cvs] libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window CascadeAction.java,1
Brought to you by:
letiemble
Update of /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window In directory usw-pr-cvs1:/tmp/cvs-serv8121/adwt/src/main/net/sourceforge/ejtools/awt/action/window Modified Files: CascadeAction.java CloseAction.java CloseAllAction.java InternalFrameAction.java TileAction.java Log Message: Pretty Print Index: CascadeAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/CascadeAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CascadeAction.java 16 May 2002 19:36:12 -0000 1.4 --- CascadeAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,22 **** /** ! * Regular "Cascade windows" Action that provides : ! * <ul> ! * <li> - a "Windows" menu if it doesn't exist ! * <li> - a "Cascade windows" menu item ! * </ul> ! * * * @author letiemble --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 27,31 **** public class CascadeAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class CascadeAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: CloseAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/CloseAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CloseAction.java 16 May 2002 19:36:12 -0000 1.4 --- CloseAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,22 **** /** ! * Regular "Close active window" Action that provides : ! * <ul> ! * <li> - a "Windows" menu if it doesn't exist ! * <li> - a "Close active window" menu item ! * </ul> ! * * * @author letiemble --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 27,31 **** public class CloseAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class CloseAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: CloseAllAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/CloseAllAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CloseAllAction.java 16 May 2002 19:36:12 -0000 1.4 --- CloseAllAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 14,23 **** /** ! * Regular "Close all windows" Action that provides : ! * <ul> ! * <li> - a "Windows" menu if it doesn't exist ! * <li> - a "Close all windows" menu item ! * </ul> ! * * * @author letiemble --- 14,18 ---- /** ! * Description of the Class * * @author letiemble *************** *** 28,32 **** public class CloseAllAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 23,27 ---- public class CloseAllAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: InternalFrameAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/InternalFrameAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InternalFrameAction.java 16 May 2002 19:36:12 -0000 1.4 --- InternalFrameAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 16,25 **** /** ! * Regular spacer for the title of a window that provides : ! * <ul> ! * <li> - a "Windows" menu if it doesn't exist ! * <li> - a "N/A" menu item replaced by the title of the window ! * </ul> ! * * * @author letiemble --- 16,20 ---- /** ! * Description of the Class * * @author letiemble *************** *** 30,34 **** public class InternalFrameAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 25,29 ---- public class InternalFrameAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: TileAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/TileAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TileAction.java 16 May 2002 19:36:12 -0000 1.4 --- TileAction.java 10 Jun 2002 07:25:29 -0000 1.5 *************** *** 13,22 **** /** ! * Regular "Tile windows" Action that provides : ! * <ul> ! * <li> - a "Windows" menu if it doesn't exist ! * <li> - a "Tile windows" menu item ! * </ul> ! * * * @author letiemble --- 13,17 ---- /** ! * Description of the Class * * @author letiemble *************** *** 27,31 **** public class TileAction extends CommandAction { ! /** Bundle for I18N */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 22,26 ---- public class TileAction extends CommandAction { ! /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); |