swarm.simtoolsgui
Class CompleteProbeDisplayCImpl

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

public class CompleteProbeDisplayCImpl
extends PhaseCImpl
implements SingleProbeDisplayS, SingleProbeDisplayC, CompleteProbeDisplayS

A class that generates a complete ProbeMap for an object.. A class which generates a GUI to a complete ProbeMap of probes applied to a given target object (by complete we mean that all the probes for the target object's class and its superclasses are included)...


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
CompleteProbeDisplayCImpl()
           
 
Methods implemented by this class for interface swarm.simtoolsgui.SingleProbeDisplayC
createEnd, setProbedObject
 
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

CompleteProbeDisplayCImpl

public CompleteProbeDisplayCImpl()