Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 701 → Rev 702

/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.56 $
* @version $Revision: 1.57 $
*
* Last modification: $Date: 2003/07/21 14:01:02 $
* $Id: Controller.java,v 1.56 2003/07/21 14:01:02 hjokusch Exp $
* Last modification: $Date: 2003/07/21 16:12:16 $
* $Id: Controller.java,v 1.57 2003/07/21 16:12:16 smcsporr Exp $
*/
 
package src.control;
23,7 → 23,7
*
* @author H. Jakusch
*
* @version $Revision: 1.56 $ Last modification: $Date: 2003/07/21 14:01:02 $
* @version $Revision: 1.57 $ Last modification: $Date: 2003/07/21 16:12:16 $
*/
public class Controller {
90,7 → 90,7
updateView.setPluginManagerInterface(pluginManager);
/* Give Interfaces to gui. */
myGui.setInterfaces(gUIListener,docMaster, updateView,docMaster,docMaster);
myGui.setInterfaces(gUIListener,docMaster, updateView, pluginManager, docMaster,docMaster);
/* Register the log panel to the different objects. */
parser.setLogInterface(myGui.getLogInterface());