edu.rice.cs.drjava
Class MainController

java.lang.Object
  extended by edu.rice.cs.drjava.MainController

public class MainController
extends Object

Main controller class for DrJava. This class sets up all of the appropriate cross-references between components at runtime. Almost all of the functionality of DrJava is hidden in components with extremely high-level interfaces. This class ensures that each component is registered with all other components that need to call its methods. In essence, this class manages component associations. Any details more low-level than who talks to who should be handled by components through their interfaces.

Version:
$Id: MainController.java 4419 2008-03-27 06:58:07Z rcartwright $

Constructor Summary
MainController()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainController

public MainController()