Uses of Interface
edu.umd.cfar.lamp.apploader.propertysheets.PropertyInterfacer

Packages that use PropertyInterfacer
edu.umd.cfar.lamp.apploader.propertysheets A property viewer for individual java objects.  
edu.umd.cfar.lamp.viper.gui.config Widgets for displaying and editing ViPER schemata. 
edu.umd.cfar.lamp.viper.gui.data.lvalue   
 

Uses of PropertyInterfacer in edu.umd.cfar.lamp.apploader.propertysheets
 

Classes in edu.umd.cfar.lamp.apploader.propertysheets that implement PropertyInterfacer
 class PropertyAdapter
          Simple implementation of the PropertInterfacer interface that uses java Method objects to interact with the property.
 

Methods in edu.umd.cfar.lamp.apploader.propertysheets that return PropertyInterfacer
 PropertyInterfacer InstancePropertyDescriptor.getInterfacer()
          Get a property interfacer for the bean.
 PropertyInterfacer ExplicitPropertyDescriptor.getInterfacer()
          Gets the property functor.
 

Methods in edu.umd.cfar.lamp.apploader.propertysheets with parameters of type PropertyInterfacer
 void InstancePropertyDescriptor.setInterfacer(PropertyInterfacer functor)
          Set the interfacer for the property.
protected  void ExplicitPropertyDescriptor.setProxy(PropertyInterfacer proxy)
          Set the interfacer proxy.
 void ExplicitPropertyDescriptor.setInterfacer(PropertyInterfacer functor)
          Sets the property functor.
 

Uses of PropertyInterfacer in edu.umd.cfar.lamp.viper.gui.config
 

Classes in edu.umd.cfar.lamp.viper.gui.config that implement PropertyInterfacer
 class SetAttrIsDynamic
          Accessor of the 'isDynamic' method for Attribute Configs.
 class SetAttrName
           
 class SetAttrType
           
 class SetAttrValue
           
 class SetDescName
           
 class SetDescType
           
 

Uses of PropertyInterfacer in edu.umd.cfar.lamp.viper.gui.data.lvalue
 

Classes in edu.umd.cfar.lamp.viper.gui.data.lvalue that implement PropertyInterfacer
 class SetLvaluePossibles