Uses of Interface
org.springframework.richclient.factory.ComponentFactory

Packages that use ComponentFactory
org.springframework.richclient.application.support   
org.springframework.richclient.command   
org.springframework.richclient.command.support   
org.springframework.richclient.factory   
org.springframework.richclient.form.builder   
org.springframework.richclient.layout   
 

Uses of ComponentFactory in org.springframework.richclient.application.support
 

Methods in org.springframework.richclient.application.support that return ComponentFactory
protected  ComponentFactory ApplicationServicesAccessor.getComponentFactory()
           
 

Methods in org.springframework.richclient.application.support with parameters of type ComponentFactory
 void DefaultApplicationServices.setComponentFactory(ComponentFactory componentFactory)
          Set the component factory service implementation
 

Uses of ComponentFactory in org.springframework.richclient.command
 

Methods in org.springframework.richclient.command that return ComponentFactory
 ComponentFactory CommandServices.getComponentFactory()
           
protected  ComponentFactory AbstractCommand.getComponentFactory()
           
 

Uses of ComponentFactory in org.springframework.richclient.command.support
 

Methods in org.springframework.richclient.command.support that return ComponentFactory
 ComponentFactory DefaultCommandManager.getComponentFactory()
           
 ComponentFactory DefaultCommandServices.getComponentFactory()
           
 

Methods in org.springframework.richclient.command.support with parameters of type ComponentFactory
 void DefaultCommandServices.setComponentFactory(ComponentFactory componentFactory)
           
 

Uses of ComponentFactory in org.springframework.richclient.factory
 

Classes in org.springframework.richclient.factory that implement ComponentFactory
 class DefaultComponentFactory
          Default component factory implementation that delegates to JGoodies component factory.
 

Uses of ComponentFactory in org.springframework.richclient.form.builder
 

Methods in org.springframework.richclient.form.builder that return ComponentFactory
protected  ComponentFactory AbstractFormBuilder.getComponentFactory()
          Returns the ComponentFactory that delivers all the visual components.
 

Methods in org.springframework.richclient.form.builder with parameters of type ComponentFactory
 void AbstractFormBuilder.setComponentFactory(ComponentFactory componentFactory)
          Set the ComponentFactory.
 void GridBagLayoutFormBuilder.setComponentFactory(ComponentFactory componentFactory)
           
 

Uses of ComponentFactory in org.springframework.richclient.layout
 

Methods in org.springframework.richclient.layout that return ComponentFactory
 ComponentFactory TableLayoutBuilder.getComponentFactory()
          Returns the ComponentFactorythat this uses to create things like labels.
 ComponentFactory GridBagLayoutBuilder.getComponentFactory()
           
 

Methods in org.springframework.richclient.layout with parameters of type ComponentFactory
 void TableLayoutBuilder.setComponentFactory(ComponentFactory componentFactory)
          Sets the ComponentFactorythat this uses to create things like labels.
 void GridBagLayoutBuilder.setComponentFactory(ComponentFactory componentFactory)
           
 



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