Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 662 → Rev 663

/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.52 $
* @version $Revision: 1.53 $
*
* Last modification: $Date: 2003/07/21 10:59:11 $
* $Id: Controller.java,v 1.52 2003/07/21 10:59:11 swalkenh Exp $
* Last modification: $Date: 2003/07/21 11:04:17 $
* $Id: Controller.java,v 1.53 2003/07/21 11:04:17 swalkenh Exp $
*/
 
package src.control;
41,19 → 41,17
* to handle program-to-plugin and plugin-to-program actions. */
private PluginManager pluginManager;
// private PopUpJTree popTree;
/**
* Makes a new instance of <code>Gui</code>,<code>Parser</code>,
* <code>DocumentFactory</code>,<code>OtherGUIActions<code/>
* ,<code>DocumentManager</code>,,<code>UpdateView</code>
* and links them with interfaces.
* <code>DocumentFactory</code>,<code>OtherGUIActions<code/>,
* <code>DocumentManager</code>,<code>UpdateView</code>
* and links them with the needed interfaces.
*
* @see src.control.OtherGUIActions
* @see src.document.DocumentFactory
* @see src.gui.Gui
* @see src.parser.Parser
* @see src.control.DocumentManager;
* @see src.control.DocumentManager
*/
public Controller () {