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
 BeanAdapter.SimplePropertyAdapter BeanAdapter.getValueModel(String propertyName)
          Looks up and lazily creates a ValueModel that adapts the bound property with the specified name.
 BeanAdapter.SimplePropertyAdapter BeanAdapter.getValueModel(String propertyName, String getterName, String setterName)
          Looks up and lazily creates a ValueModel that adapts the bound property with the specified name.
 



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