| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
| protected  ButtonFactory | AbstractCommand.getButtonFactory() | 
|  ButtonFactory | CommandServices.getButtonFactory() | 
| protected  ButtonFactory | AbstractCommand.getToolBarButtonFactory() | 
|  ButtonFactory | CommandServices.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 | ToggleCommand.createButton(String faceDescriptorId,
                         ButtonFactory buttonFactory,
                         CommandButtonConfigurer configurer) | 
|  AbstractButton | CommandGroup.createButton(String faceDescriptorId,
                         ButtonFactory buttonFactory,
                         CommandButtonConfigurer buttonConfigurer) | 
|  AbstractButton | SplitPaneExpansionToggleCommand.createButton(String faceDescriptorId,
                         ButtonFactory buttonFactory,
                         CommandButtonConfigurer configurer) | 
|  AbstractButton | AbstractCommand.createButton(String faceDescriptorId,
                         ButtonFactory buttonFactory,
                         CommandButtonConfigurer buttonConfigurer)Creates a button using the provided id, factory and 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 | DefaultButtonFactoryDefault 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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||