swarm.simtoolsgui
Interface MultiVarProbeDisplayC


public abstract interface MultiVarProbeDisplayC
extends CommonProbeDisplayS, CommonProbeDisplayC

A display for displaying a ProbeMap across a number of objects.. This ProbeDisplay extracts all the variable probes from a probe map and creates a variable probe entry for each object in the list provided by the user.


Method Summary
 Object createEnd()
           
 Object setObjectList(ListImpl objectList)
          Sets the list of objects to display.
 Object setObjectNameSelector(Selector objectNameSelector)
          Sets the selector to send for labeling the object.
 Object setProbeMap(ProbeMapImpl probeMap)
          Sets the probe map (i.e.
 

Method Detail

setObjectList

public Object setObjectList(ListImpl objectList)
Sets the list of objects to display.

setProbeMap

public Object setProbeMap(ProbeMapImpl probeMap)
Sets the probe map (i.e. list of fields) to display.

setObjectNameSelector

public Object setObjectNameSelector(Selector objectNameSelector)
Sets the selector to send for labeling the object.

createEnd

public Object createEnd()