org.springframework.richclient.form.binding.swing
Class SandboxSwingBindingFactoryProvider

java.lang.Object
  extended by org.springframework.richclient.form.binding.swing.SandboxSwingBindingFactoryProvider
All Implemented Interfaces:
BindingFactoryProvider

public class SandboxSwingBindingFactoryProvider
extends Object
implements BindingFactoryProvider

This provider constructs instances of SandboxSwingBindingFactory on demand.

Author:
Larry Streepy, Larry Streepy
See Also:
org.springframework.richclient.application.ApplicationServices#getBindingFactory(FormModel),

In order to use this factory, specify the {@link SandboxSwingBindingFactoryProvider} as the binding factory provider in the application context. Like this:

      <bean id="bindingFactoryProvider" class="org.springframework.richclient.form.binding.swing.SandboxSwingBindingFactoryProvider" />
 

Constructor Summary
SandboxSwingBindingFactoryProvider()
           
 
Method Summary
 BindingFactory getBindingFactory(FormModel formModel)
          Produce a BindingFactory using the provided form model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SandboxSwingBindingFactoryProvider

public SandboxSwingBindingFactoryProvider()
Method Detail

getBindingFactory

public BindingFactory getBindingFactory(FormModel formModel)
Produce a BindingFactory using the provided form model.

Specified by:
getBindingFactory in interface BindingFactoryProvider
Parameters:
formModel - Form model on which to construct the BindingFactory
Returns:
BindingFactory


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.