modsim
Class TestDrvLatFrame

java.lang.Object
  extended by modsim.TestDrvLatFrame

public class TestDrvLatFrame
extends java.lang.Object

GUI interface for Aiaododi simulator.

Author:
bburch

Constructor Summary
TestDrvLatFrame()
          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(TestDrvLatSim 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

TestDrvLatFrame

public TestDrvLatFrame()
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(TestDrvLatSim sim)
Set the simulator so we can reference variables.

Parameters:
sim - F7Simulator