swarm.simtoolsgui
Interface SingleProbeDisplay

All Known Subinterfaces:
CompleteProbeDisplay, ProbeDisplay, SimpleProbeDisplay
All Known Implementing Classes:
ProbeDisplayImpl

public interface SingleProbeDisplay
extends CommonProbeDisplay, CommonProbeDisplayS

An abstract protocol underlying single-object probe displays.. This protocol is common to CompleteProbeDisplay and ProbeDisplay.


Method Summary
 java.lang.Object getProbedObject()
          Gets the probed object.
 
Methods inherited from interface swarm.simtoolsgui.CommonProbeDisplay
getMarkedForDropFlag, getTopLevel, update
 
Methods inherited from interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods inherited from interface swarm.defobj.Drop
drop
 
Methods inherited from interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from interface swarm.defobj.GetName
getName
 

Method Detail

getProbedObject

public java.lang.Object getProbedObject()
Gets the probed object.