Uses of Class
org.base.apps.beans.BoundProperty

Packages that use BoundProperty
org.base.apps.api.view   
org.base.apps.api.view.swing   
org.base.apps.api.view.util   
org.base.apps.beans   
 

Uses of BoundProperty in org.base.apps.api.view
 

Methods in org.base.apps.api.view that return BoundProperty
 BoundProperty BoundView.bind(String name, BoundView view)
           
 BoundProperty BoundView.getProperty()
           
 

Methods in org.base.apps.api.view with parameters of type BoundProperty
 void BoundView.setProperty(BoundProperty prop)
           
 

Uses of BoundProperty in org.base.apps.api.view.swing
 

Methods in org.base.apps.api.view.swing that return BoundProperty
 BoundProperty BoundComponentView.bind(String name, BoundView view)
           
 BoundProperty BoundComponentView.getProperty()
           
 

Methods in org.base.apps.api.view.swing with parameters of type BoundProperty
 void BoundComponentView.setProperty(BoundProperty prop)
           
 

Uses of BoundProperty in org.base.apps.api.view.util
 

Methods in org.base.apps.api.view.util that return BoundProperty
 BoundProperty BoundViewSupport.bind(String name, BoundView view)
           
 BoundProperty BoundViewSupport.getProperty()
           
 BoundProperty BoundViewSupport.getProperty(String name)
           
 

Methods in org.base.apps.api.view.util that return types with arguments of type BoundProperty
protected  Map<BoundProperty,BoundView> BoundViewSupport.getChildren()
           
 

Methods in org.base.apps.api.view.util with parameters of type BoundProperty
 void BoundViewSupport.setProperty(BoundProperty prop)
           
 

Method parameters in org.base.apps.api.view.util with type arguments of type BoundProperty
protected  void BoundViewSupport.setChildren(Map<BoundProperty,BoundView> children)
           
 

Uses of BoundProperty in org.base.apps.beans
 

Methods in org.base.apps.beans that return BoundProperty
 BoundProperty Thing.addProperty(String name)
           
 BoundProperty Thing.getProperty(String name)
           
 BoundProperty Thing.removeProperty(String name)
           
 

Methods in org.base.apps.beans that return types with arguments of type BoundProperty
protected  Map<String,BoundProperty> Thing.getProperties()
           
 

Method parameters in org.base.apps.beans with type arguments of type BoundProperty
protected  void Thing.setProperties(Map<String,BoundProperty> properties)
           
 


Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)