Uses of Interface
uchicago.src.reflector.PropertyWidget

Packages that use PropertyWidget
uchicago.src.reflector   
uchicago.src.sim.math   
 

Uses of PropertyWidget in uchicago.src.reflector
 

Classes in uchicago.src.reflector that implement PropertyWidget
 class FileWidget
           
 class PairComboBox
           
 class PropertyButton
          Button property for introspection panels.
 class PropertyCheckBox
           
 class PropertyComboBox
           
 class PropertyLabel
           
 class PropertyTextField
           
 class RangeWidget
          Gui widget for range properties.
 

Fields in uchicago.src.reflector declared as PropertyWidget
protected  PropertyWidget PropertyDescriptor.widget
          The widget used to manipulate this property
 

Methods in uchicago.src.reflector that return PropertyWidget
 PropertyWidget WidgetInfo.getPropertyWidget()
          Gets a PropertyWidget for the specified object.
 PropertyWidget PropertyDescriptor.getWidget()
          Returns the PropertyWidget associated with this PropertyDescriptor.
 PropertyWidget WidgetFactory.getWidget(java.lang.String propertyName)
           
 

Constructors in uchicago.src.reflector with parameters of type PropertyWidget
PropertyDescriptor(java.lang.String name, PropertyWidget widget)
           
 

Uses of PropertyWidget in uchicago.src.sim.math
 

Classes in uchicago.src.sim.math that implement PropertyWidget
 class CEquationPropertyWidget
           
 

Methods in uchicago.src.sim.math that return PropertyWidget
 PropertyWidget CEquationWidgetInfo.getPropertyWidget()