swarm.simtoolsgui
Class ProbeDisplayManagerCImpl

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

public class ProbeDisplayManagerCImpl
extends PhaseCImpl
implements SwarmObjectC, SwarmObjectS, ProbeDisplayManagerS, ProbeDisplayManagerC

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(ProbeDisplayManager nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
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(ProbeDisplayManager nextPhase)

ProbeDisplayManagerCImpl

public ProbeDisplayManagerCImpl()