Uses of Class
uchicago.src.sim.event.CheckBoxListener

Packages that use CheckBoxListener
uchicago.src.sim.engine   
 

Uses of CheckBoxListener in uchicago.src.sim.engine
 

Methods in uchicago.src.sim.engine with parameters of type CheckBoxListener
 void ModelManipulator.addCheckBox(java.lang.String label, CheckBoxListener listener, boolean isSelected)
          Adds a checkbox to this ModelManipulator with the specified label, CheckBoxListener, and whether the box should be selected initially.