Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 837 → Rev 838

/sun/xmleditor/trunk/src/control/Controller.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.61 $
* @version $Revision: 1.62 $
*
* Last modification: $Date: 2003/07/24 12:27:15 $
* $Id: Controller.java,v 1.61 2003/07/24 12:27:15 smcsporr Exp $
* Last modification: $Date: 2003/07/26 10:50:06 $
* $Id: Controller.java,v 1.62 2003/07/26 10:50:06 smcsporr Exp $
*/
 
package src.control;
31,7 → 31,7
*
* @author Group 5
*
* @version $Revision: 1.61 $ Last modification: $Date: 2003/07/24 12:27:15 $
* @version $Revision: 1.62 $ Last modification: $Date: 2003/07/26 10:50:06 $
*/
public class Controller {
96,6 → 96,9
/* Give DocumentManager interface to the guiListener. */
gUIListener.setDocManagerInterface(docMaster);
 
/* Give PluginManager interface to the guiListener. */
gUIListener.setPluginManagerInterface(pluginManager);
 
/* Gives the plugin manager a reference to the document manager. */
pluginManager.setDocumentManagerInterface(docMaster);