org.springframework.richclient.application.mdi.contextmenu
Interface DesktopCommandGroupFactory
- All Known Implementing Classes:
- DefaultDesktopCommandGroupFactory
public interface DesktopCommandGroupFactory
Factory for JDesktopPane CommandGroups:
- a Window menu CommandGroup:
- a context menu CommandGroup: cascade, tile, minimze, separator, all open
frames
- Author:
- Peter De Bruycker
createWindowMenuCommandGroup
CommandGroup createWindowMenuCommandGroup(CommandManager commandManager,
JDesktopPane desktopPane)
createContextMenuCommandGroup
CommandGroup createContextMenuCommandGroup(CommandManager commandManager,
JDesktopPane desktopPane)
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.