Uses of Interface
org.base.apps.api.view.BoundView

Packages that use BoundView
org.base.apps.api.view   
org.base.apps.api.view.swing   
org.base.apps.api.view.util   
org.base.apps.core.swing.bound   
 

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

Classes in org.base.apps.api.view with type parameters of type BoundView
 interface BoundViewFactory<B extends BoundView,C>
           
 

Methods in org.base.apps.api.view with parameters of type BoundView
 BoundProperty BoundView.bind(String name, BoundView view)
           
 

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

Classes in org.base.apps.api.view.swing that implement BoundView
 class BoundComponentView<C extends Component>
          Base class for all bound JComponent views, implemented as an abstract class (rather than an interface) to mirror Swing's JComponent class hierarchy.
 

Methods in org.base.apps.api.view.swing with parameters of type BoundView
 BoundProperty BoundComponentView.bind(String name, BoundView view)
           
 

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

Classes in org.base.apps.api.view.util that implement BoundView
 class BoundViewSupport
          Utility implementation of BoundView, to be reused across actual implementations.
 

Methods in org.base.apps.api.view.util that return BoundView
protected  BoundView BoundViewSupport.getSupportedView()
           
 

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

Methods in org.base.apps.api.view.util with parameters of type BoundView
 BoundProperty BoundViewSupport.bind(String name, BoundView view)
           
protected  void BoundViewSupport.setSupportedView(BoundView supportedView)
           
 

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

Constructors in org.base.apps.api.view.util with parameters of type BoundView
BoundViewSupport(BoundView supported)
           
 

Uses of BoundView in org.base.apps.core.swing.bound
 

Classes in org.base.apps.core.swing.bound that implement BoundView
 class AbstractBoundText<C extends JTextComponent>
           
 class BoundField
          A bound JTextField.
 class BoundViewPanel
          Concrete implementation of BoundComponentView representing a panel.
 


Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)