repast.simphony.ui.probe
Class ProbePanelCreator

java.lang.Object
  extended by repast.simphony.ui.probe.ProbePanelCreator

public class ProbePanelCreator
extends Object

Creates a panel showing the properties of a probed object.

Version:
$Revision$ $Date$
Author:
Nick Collier

Constructor Summary
ProbePanelCreator(Object targetBean)
           
ProbePanelCreator(Parameters params)
           
 
Method Summary
 Probe getBufferedProbe(String title, boolean wrap)
           
 Probe getProbe(String title, boolean wrap)
           
 Map<String,Object> getProbedProperties()
          Creates a Map containing the names and values for properties in a probed object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProbePanelCreator

public ProbePanelCreator(Parameters params)

ProbePanelCreator

public ProbePanelCreator(Object targetBean)
Method Detail

getProbedProperties

public Map<String,Object> getProbedProperties()
Creates a Map containing the names and values for properties in a probed object. This method may be referenced elsewhere for getting probe info on an object.

Returns:
a Map containing the names and values for properties in a probed object.

getProbe

public Probe getProbe(String title,
                      boolean wrap)

getBufferedProbe

public Probe getBufferedProbe(String title,
                              boolean wrap)