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

Packages that use ButtonFactory
org.springframework.richclient.application.support   
org.springframework.richclient.command   
org.springframework.richclient.command.support   
org.springframework.richclient.factory   
 

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

Methods in org.springframework.richclient.application.support with parameters of type ButtonFactory
 void DefaultApplicationServices.setButtonFactory(ButtonFactory buttonFactory)
          Set the button factory service implementation
 

Uses of ButtonFactory in org.springframework.richclient.command
 

Methods in org.springframework.richclient.command that return ButtonFactory
 ButtonFactory CommandServices.getButtonFactory()
           
protected  ButtonFactory AbstractCommand.getButtonFactory()
           
 ButtonFactory CommandServices.getToolBarButtonFactory()
           
protected  ButtonFactory AbstractCommand.getToolBarButtonFactory()
           
 

Methods in org.springframework.richclient.command with parameters of type ButtonFactory
 AbstractButton AbstractCommand.createButton(ButtonFactory buttonFactory)
          Create a button using the defaults for faceDescriptorId and buttonConfigurer.
 AbstractButton AbstractCommand.createButton(ButtonFactory buttonFactory, CommandButtonConfigurer buttonConfigurer)
          Create a button using the default buttonFactory.
 AbstractButton CommandGroup.createButton(ButtonFactory buttonFactory, MenuFactory menuFactory)
           
 AbstractButton CommandGroup.createButton(ButtonFactory buttonFactory, MenuFactory menuFactory, CommandButtonConfigurer buttonConfigurer)
           
 AbstractButton AbstractCommand.createButton(String faceDescriptorId, ButtonFactory buttonFactory)
          Create a button using the default buttonConfigurer.
 AbstractButton CommandGroup.createButton(String faceDescriptorId, ButtonFactory buttonFactory, CommandButtonConfigurer buttonConfigurer)
           
 AbstractButton AbstractCommand.createButton(String faceDescriptorId, ButtonFactory buttonFactory, CommandButtonConfigurer buttonConfigurer)
          Creates a button using the provided id, factory and configurer.
 AbstractButton ToggleCommand.createButton(String faceDescriptorId, ButtonFactory buttonFactory, CommandButtonConfigurer configurer)
           
 AbstractButton CommandGroup.createButton(String faceDescriptorId, ButtonFactory buttonFactory, MenuFactory menuFactory)
           
 AbstractButton CommandGroup.createButton(String faceDescriptorId, ButtonFactory buttonFactory, MenuFactory menuFactory, CommandButtonConfigurer buttonConfigurer)
           
 AbstractButton ToggleCommand.createCheckBox(ButtonFactory buttonFactory)
           
 AbstractButton ToggleCommand.createCheckBox(String faceDescriptorId, ButtonFactory buttonFactory)
           
 AbstractButton ToggleCommand.createCheckBox(String faceDescriptorId, ButtonFactory buttonFactory, CommandButtonConfigurer configurer)
           
 AbstractButton ToggleCommand.createRadioButton(ButtonFactory buttonFactory)
           
 AbstractButton ToggleCommand.createRadioButton(String faceDescriptorId, ButtonFactory buttonFactory)
           
 AbstractButton ToggleCommand.createRadioButton(String faceDescriptorId, ButtonFactory buttonFactory, CommandButtonConfigurer configurer)
           
 JComponent CommandGroup.createToolBar(ButtonFactory buttonFactory)
           
 

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

Methods in org.springframework.richclient.command.support that return ButtonFactory
 ButtonFactory DefaultCommandManager.getButtonFactory()
           
 ButtonFactory DefaultCommandServices.getButtonFactory()
           
 ButtonFactory DefaultCommandManager.getToolBarButtonFactory()
           
 ButtonFactory DefaultCommandServices.getToolBarButtonFactory()
           
 

Methods in org.springframework.richclient.command.support with parameters of type ButtonFactory
 void DefaultCommandServices.setButtonFactory(ButtonFactory buttonFactory)
           
 void DefaultCommandServices.setToolBarButtonFactory(ButtonFactory buttonFactory)
           
 

Uses of ButtonFactory in org.springframework.richclient.factory
 

Classes in org.springframework.richclient.factory that implement ButtonFactory
 class DefaultButtonFactory
          Default implementation of a ButtonFactory.
 

Methods in org.springframework.richclient.factory that return ButtonFactory
protected  ButtonFactory DefaultComponentFactory.getButtonFactory()
           
 

Methods in org.springframework.richclient.factory with parameters of type ButtonFactory
 void DefaultComponentFactory.setButtonFactory(ButtonFactory buttonFactory)
          Set the button factory.
 



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