repast.simphony.ui.probe
Class ProbePanelCreator
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProbePanelCreator
public ProbePanelCreator(Parameters params)
ProbePanelCreator
public ProbePanelCreator(Object targetBean)
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)