Uses of Class
uchicago.src.reflector.IntrospectPanel

Packages that use IntrospectPanel
uchicago.src.reflector   
uchicago.src.sim.engine   
uchicago.src.sim.util   
 

Uses of IntrospectPanel in uchicago.src.reflector
 

Methods in uchicago.src.reflector that return IntrospectPanel
 IntrospectPanel IntrospectFrame.display()
           
 

Uses of IntrospectPanel in uchicago.src.sim.engine
 

Fields in uchicago.src.sim.engine declared as IntrospectPanel
protected  IntrospectPanel Controller.modelPanel
           
protected  IntrospectPanel Controller.simPanel
           
 

Methods in uchicago.src.sim.engine that return IntrospectPanel
 IntrospectPanel AbstractGUIController.getModelParameterPanel()
          Creates an IntrospectPanel that contains the parameters this AbstractGUIController's SimModel.
 IntrospectPanel AbstractGUIController.getRepastParameterPanel()
          Creates an IntrospectPanel that contains the parameters for all repast models.
 

Uses of IntrospectPanel in uchicago.src.sim.util
 

Methods in uchicago.src.sim.util with parameters of type IntrospectPanel
static void ProbeUtilities.addModelProbePanel(IntrospectPanel panel)
          Adds the IntrospectPanel for a simulation model.
static void ProbeUtilities.addProbePanel(java.lang.Object o, IntrospectPanel panel)
          Adds and associates the specified IntrospectPanel with the specified object.