avrora.gui
Class SingleNodeMonitor.SingleNodePanel

java.lang.Object
  extended byavrora.gui.SingleNodeMonitor.SingleNodePanel
Direct Known Subclasses:
VisualStackMonitor.SPMon
Enclosing class:
SingleNodeMonitor

protected abstract class SingleNodeMonitor.SingleNodePanel
extends java.lang.Object


Field Summary
protected  Simulation.Node node
           
protected  MonitorPanel panel
           
 
Method Summary
protected abstract  void construct(Simulator s)
           
protected abstract  void destruct()
           
protected abstract  void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

protected final Simulation.Node node

panel

protected final MonitorPanel panel
Method Detail

construct

protected abstract void construct(Simulator s)

destruct

protected abstract void destruct()

remove

protected abstract void remove()