swarm.simtoolsgui
Class ProbeDisplayCImpl

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

public class ProbeDisplayCImpl
extends PhaseCImpl
implements SingleProbeDisplayC, SingleProbeDisplayS, ProbeDisplayS, ProbeDisplayC

A class to display ProbeMaps. A class which generates a GUI to a ProbeMap of probes applied to a given target object.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
ProbeDisplayCImpl()
           
ProbeDisplayCImpl(ProbeDisplay nextPhase)
           
 
Methods implemented by this class for interface swarm.simtoolsgui.SingleProbeDisplayC
setProbedObject
 
Methods implemented by this class for interface swarm.simtoolsgui.ProbeDisplayC
setProbeMap
 
Methods implemented by this class for interface swarm.simtoolsgui.WindowGeometryRecordNameC
setSaveSizeFlag, setWindowGeometryRecordName
 
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

ProbeDisplayCImpl

public ProbeDisplayCImpl(ProbeDisplay nextPhase)

ProbeDisplayCImpl

public ProbeDisplayCImpl()