swarm.simtoolsgui
Class ProbeDisplayManagerCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.simtoolsgui.ProbeDisplayManagerCImpl

public class ProbeDisplayManagerCImpl
extends PhaseCImpl
implements SwarmObjectS, SwarmObjectC, ProbeDisplayManagerS

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.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
ProbeDisplayManagerCImpl()
           
ProbeDisplayManagerCImpl(ProbeDisplayManagerImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProbeDisplayManagerCImpl

public ProbeDisplayManagerCImpl(ProbeDisplayManagerImpl nextPhase)

ProbeDisplayManagerCImpl

public ProbeDisplayManagerCImpl()