swarm.simtoolsgui
Class ProbeDisplayManagerImpl

java.lang.Object
  |
  +--swarm.simtoolsgui.ProbeDisplayManagerImpl

public class ProbeDisplayManagerImpl
extends Object
implements SwarmObjectS, SwarmObject, ProbeDisplayManagerS, ProbeDisplayManager

The ProbeDisplay manager.. A (singleton) class whose instance is used to manage all the ProbeDisplays created by the user during a GUI run of the simulation.


Constructor Summary
ProbeDisplayManagerImpl()
           
ProbeDisplayManagerImpl(Zone aZone)
          Default constructor for Impl class
 
Methods implemented by this class for interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods implemented by this class for interface swarm.simtoolsgui.ProbeDisplayManager
addProbeDisplay, createArchivedCompleteProbeDisplayFor$variableName, createArchivedDefaultProbeDisplayFor$variableName, createArchivedProbeDisplayFor$variableName, createCompleteProbeDisplayFor, createDefaultProbeDisplayFor, createProbeDisplayFor, dropProbeDisplaysFor, getDropImmediatelyFlag, removeProbeDisplay, setDropImmediatelyFlag, update
 
Methods implemented by this class for interface swarm.defobj.Drop
drop
 
Methods implemented by this class for interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProbeDisplayManagerImpl

public ProbeDisplayManagerImpl()

ProbeDisplayManagerImpl

public ProbeDisplayManagerImpl(Zone aZone)
Default constructor for Impl class