Class ProbePanelCreator


  • public class ProbePanelCreator
    extends Object
    Creates a panel showing the properties of a probed object.
    Version:
    $Revision$ $Date$
    Author:
    Nick Collier
    • Constructor Detail

      • ProbePanelCreator

        public ProbePanelCreator​(Parameters params)
    • 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)