Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 795 → Rev 796

/sun/xmleditor/trunk/src/control/DocumentManager.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.117 $
* @version $Revision: 1.118 $
*
* Last modification: $Date: 2003/07/25 11:19:55 $
* $Id: DocumentManager.java,v 1.117 2003/07/25 11:19:55 hjokusch Exp $
* Last modification: $Date: 2003/07/25 11:28:18 $
* $Id: DocumentManager.java,v 1.118 2003/07/25 11:28:18 smcsporr Exp $
*/
 
package src.control;
50,7 → 50,7
*
* @author Group 5
*
* @version $Revision: 1.117 $ Last modification: $Date: 2003/07/25 11:19:55 $
* @version $Revision: 1.118 $ Last modification: $Date: 2003/07/25 11:28:18 $
*/
public class DocumentManager implements ActionListener,DocumentManagerInterface,ChangeListener {
 
299,7 → 299,7
* the tabbed pane used in the GUI if another document than the currently displayed one
* has been chosen by the user.
*
* @param sEvent: A <code>ChangeEvent</code> event fired by the GUI's tabbed pane object.
* @param sEvent A <code>ChangeEvent</code> event fired by the GUI's tabbed pane object.
*
* @see src.gui.GUI
* @see javax.swing.event.ChangeEvent
335,7 → 335,7
* This method sets an internal reference to the log panel that is used to
* output logging messages to inform the user about program events.
*
* @param log: A log panel implementation compliant to src.gui.LogInterface.
* @param log A log panel implementation compliant to src.gui.LogInterface.
*
* author S. McSporran
*
348,7 → 348,7
/**
* Sets a reference to a status panel that implements src.gui.StatusInterface.
*
* @param stat: A status panel implementation that implements src.gui.StatusInterface.
* @param stat A status panel implementation that implements src.gui.StatusInterface.
*
* @see src.gui.StatusInterface
*