swarm.simtoolsgui
Interface ProbeDisplayC

All Known Implementing Classes:
ProbeDisplayCImpl

public interface ProbeDisplayC
extends SingleProbeDisplayC, SingleProbeDisplayS

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


Method Summary
 java.lang.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
 
Methods inherited from interface swarm.simtoolsgui.WindowGeometryRecordNameC
setSaveSizeFlag, setWindowGeometryRecordName
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

setProbeMap

public java.lang.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.