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

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

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

Methods in org.springframework.richclient.application.support with parameters of type MenuFactory
 void DefaultApplicationServices.setMenuFactory(MenuFactory menuFactory)
          Set the menu factory service implementation
 

Uses of MenuFactory in org.springframework.richclient.command
 

Methods in org.springframework.richclient.command that return MenuFactory
 MenuFactory CommandServices.getMenuFactory()
           
protected  MenuFactory AbstractCommand.getMenuFactory()
           
 

Methods in org.springframework.richclient.command with parameters of type MenuFactory
 AbstractButton CommandGroup.createButton(ButtonFactory buttonFactory, MenuFactory menuFactory)
           
 AbstractButton CommandGroup.createButton(ButtonFactory buttonFactory, MenuFactory menuFactory, CommandButtonConfigurer buttonConfigurer)
           
 AbstractButton CommandGroup.createButton(String faceDescriptorId, ButtonFactory buttonFactory, MenuFactory menuFactory)
           
 AbstractButton CommandGroup.createButton(String faceDescriptorId, ButtonFactory buttonFactory, MenuFactory menuFactory, CommandButtonConfigurer buttonConfigurer)
           
 JMenuBar CommandGroup.createMenuBar(MenuFactory factory)
           
 JMenuItem AbstractCommand.createMenuItem(MenuFactory menuFactory)
          Create a menuItem using the defaults for faceDescriptorId and menuItemButtonConfigurer.
 JMenuItem AbstractCommand.createMenuItem(MenuFactory menuFactory, CommandButtonConfigurer buttonConfigurer)
          Create a menuItem using the default faceDescriptorId.
 JMenuItem AbstractCommand.createMenuItem(String faceDescriptorId, MenuFactory menuFactory)
          Create a menuItem using the default and menuItemButtonConfigurer.
 JMenuItem CommandGroup.createMenuItem(String faceDescriptorId, MenuFactory factory, CommandButtonConfigurer buttonConfigurer)
           
 JMenuItem AbstractCommand.createMenuItem(String faceDescriptorId, MenuFactory menuFactory, CommandButtonConfigurer buttonConfigurer)
          Create a menuItem using the provided id, factory and configurer.
 JMenuItem ToggleCommand.createMenuItem(String faceDescriptorId, MenuFactory factory, CommandButtonConfigurer buttonConfigurer)
           
 JPopupMenu CommandGroup.createPopupMenu(MenuFactory factory)
           
 

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

Methods in org.springframework.richclient.command.support that return MenuFactory
 MenuFactory DefaultCommandManager.getMenuFactory()
           
 MenuFactory DefaultCommandServices.getMenuFactory()
           
 

Methods in org.springframework.richclient.command.support with parameters of type MenuFactory
 void DefaultCommandServices.setMenuFactory(MenuFactory menuFactory)
           
 

Uses of MenuFactory in org.springframework.richclient.factory
 

Classes in org.springframework.richclient.factory that implement MenuFactory
 class DefaultMenuFactory
           
 

Methods in org.springframework.richclient.factory that return MenuFactory
protected  MenuFactory DefaultComponentFactory.getMenuFactory()
           
 

Methods in org.springframework.richclient.factory with parameters of type MenuFactory
 void DefaultComponentFactory.setMenuFactory(MenuFactory menuFactory)
          Set the menu factory.
 



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