avrora.gui
Class MonitorPanel

java.lang.Object
  extended byavrora.gui.MonitorPanel

public class MonitorPanel
extends java.lang.Object

The MonitorPanel represents a pair of panels for a monitor, where one panel is the display panel (selectable through the main tab) and one is the options panel which is displayed when the user accesses the options for this monitor.


Method Summary
 void clear()
          This function should be called between different simulations in order to clear all the old data
 void paint()
          This function will be called by PaintThread if it detects that this monitor is the currently displayed monitor
 void setUpdater(avrora.gui.MonitorPanel.Updater u)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clear

public void clear()
This function should be called between different simulations in order to clear all the old data


paint

public void paint()
This function will be called by PaintThread if it detects that this monitor is the currently displayed monitor


setUpdater

public void setUpdater(avrora.gui.MonitorPanel.Updater u)