swarm.simtoolsgui
Interface ProbeDisplayC

All Known Implementing Classes:
ProbeDisplayCImpl

public interface ProbeDisplayC
extends SingleProbeDisplayS, SingleProbeDisplayC

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


Method Summary
 Object createEnd()
           
 Object setProbeMap(ProbeMap probeMap)
          This is an optional create phase method - if no probeMap is specified the ProbeDisplay will ask the probedObject for a ProbeMap using the getProbeMap method described below...
 
Methods inherited from interface swarm.simtoolsgui.SingleProbeDisplayC
setProbedObject
 

Method Detail

setProbeMap

public Object setProbeMap(ProbeMap probeMap)
This is an optional create phase method - if no probeMap is specified the ProbeDisplay will ask the probedObject for a ProbeMap using the getProbeMap method described below... The default behaviour of this method will be to return the probeLibrary's copy of the probeMap for the class of the target object.

createEnd

public Object createEnd()
Specified by:
createEnd in interface SingleProbeDisplayC