Uses of Class
com.jgoodies.binding.beans.BeanAdapter.SimplePropertyAdapter

Packages that use BeanAdapter.SimplePropertyAdapter
com.jgoodies.binding.beans Contains classes to model and work with Java Beans and Java Bean properties. 
 

Uses of BeanAdapter.SimplePropertyAdapter in com.jgoodies.binding.beans
 

Methods in com.jgoodies.binding.beans that return BeanAdapter.SimplePropertyAdapter
protected  BeanAdapter.SimplePropertyAdapter BeanAdapter.createPropertyAdapter(java.lang.String propertyName, java.lang.String getterName, java.lang.String setterName)
          Creates and returns a SimplePropertyAdapter that adapts the bound property with the specified name.
 BeanAdapter.SimplePropertyAdapter BeanAdapter.getValueModel(java.lang.String propertyName)
          Looks up and lazily creates a ValueModel that adapts the bound property with the specified name.
 BeanAdapter.SimplePropertyAdapter BeanAdapter.getValueModel(java.lang.String propertyName, java.lang.String getterName, java.lang.String setterName)
          Looks up and lazily creates a ValueModel that adapts the bound property with the specified name.
 



Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.