modsim
Class ExtrCtrlAFrame

java.lang.Object
  extended by modsim.ExtrCtrlAFrame

public class ExtrCtrlAFrame
extends java.lang.Object

GUI interface for Aiaododi simulator.

Author:
bburch

Constructor Summary
ExtrCtrlAFrame()
          Constructor.
 
Method Summary
 void setData()
          Sets the data for the display.
 void setPanel(javax.swing.JPanel panel)
          Set the panel to put things in and make it.
 void setSimulator(ExtrCtrlASim sim)
          Set the simulator so we can reference variables.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtrCtrlAFrame

public ExtrCtrlAFrame()
Constructor.

Method Detail

setData

public void setData()
Sets the data for the display. Input data set by GUI


setPanel

public void setPanel(javax.swing.JPanel panel)
Set the panel to put things in and make it.

Parameters:
panel - JPanel - panel passed from top level

setSimulator

public void setSimulator(ExtrCtrlASim sim)
Set the simulator so we can reference variables.

Parameters:
sim - F7Simulator