uk.ac.ed.simulator_pdb
Class SwingController

java.lang.Object
  extended byuk.ac.ed.simulator_pdb.SwingController

public class SwingController
extends java.lang.Object

User: nix Date: May 4, 2004 Time: 10:55:05 AM To change this template use Options | File TemplateBuilderModel.


Constructor Summary
SwingController(Model model, SwingView view)
          Constructs a new SwingController
 
Method Summary
protected  void initInstanceBuilderController()
           
protected  void initMenubarEventHandlers()
           
protected  void initSettingsController()
           
protected  void initSimulatorController()
           
protected  void initTemplateBuilderController()
           
protected  void initWindowEventHandlers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingController

public SwingController(Model model,
                       SwingView view)
Constructs a new SwingController

Parameters:
view - SwingView corresponding to the controller
Method Detail

initSettingsController

protected void initSettingsController()

initTemplateBuilderController

protected void initTemplateBuilderController()

initInstanceBuilderController

protected void initInstanceBuilderController()

initSimulatorController

protected void initSimulatorController()

initWindowEventHandlers

protected void initWindowEventHandlers()

initMenubarEventHandlers

protected void initMenubarEventHandlers()