Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 724 → Rev 725

/sun/xmleditor/trunk/src/control/OtherGUIActions.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.15 $
* @version $Revision: 1.16 $
*
* Last modification: $Date: 2003/07/17 16:51:33 $
* $Id: OtherGUIActions.java,v 1.15 2003/07/17 16:51:33 smcsporr Exp $
* Last modification: $Date: 2003/07/18 16:30:05 $
* $Id: OtherGUIActions.java,v 1.16 2003/07/18 16:30:05 smcsporr Exp $
*/
 
package src.control;
41,13 → 41,12
* author Group 5
*/
public void setDocManagerInterface(DocumentManagerInterface doc) {
 
docMaster = doc;
}
 
/**
* <code>actionPerformed</code> takes <code>ActionEvent</code>s and
* performs the appropiate actions. This method catches and handles
* performs the appropriate actions. This method catches and handles
* <code>ActionEvent</code>s that have an action command 'Exit'.
*
* @param ae: An <code>ActionEvent</code> that needs to be processed.