Uses of Interface
org.base.apps.util.view.swing.ViewBuilder

Packages that use ViewBuilder
org.base.apps.api.view   
org.base.apps.api.view.swing   
org.base.apps.core.swing.bound   
org.base.apps.util.view.swing Basic Swing utilities, including several extensions to augment default functionality. 
 

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

Subinterfaces of ViewBuilder in org.base.apps.api.view
 interface AppViewBuilder<AV,C>
           
 

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

Classes in org.base.apps.api.view.swing that implement ViewBuilder
 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.
 

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

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

Uses of ViewBuilder in org.base.apps.util.view.swing
 

Classes in org.base.apps.util.view.swing that implement ViewBuilder
 class ViewPanel<C extends Component>
           
 

Methods in org.base.apps.util.view.swing that return ViewBuilder
 ViewBuilder<C> ViewPanel.addSection(C comp)
           
 ViewBuilder<C> ViewBuilder.addSection(C comp)
           
 ViewBuilder<C> ViewPanel.addView(C comp)
           
 ViewBuilder<C> ViewBuilder.addView(C comp)
           
 ViewBuilder<C> ViewPanel.endSection()
           
 ViewBuilder<C> ViewBuilder.endSection()
           
 ViewBuilder<C> ViewPanel.nextSection()
           
 ViewBuilder<C> ViewBuilder.nextSection()
           
 ViewBuilder<C> ViewPanel.nextSection(ViewBuilder.Axis axis)
           
 ViewBuilder<C> ViewBuilder.nextSection(ViewBuilder.Axis axis)
           
 ViewBuilder<C> ViewPanel.startSection()
           
 ViewBuilder<C> ViewBuilder.startSection()
           
 ViewBuilder<C> ViewPanel.startSection(ViewBuilder.Axis axis)
           
 ViewBuilder<C> ViewBuilder.startSection(ViewBuilder.Axis axis)
           
 


Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)