|
From: Peter De B. <pet...@gm...> - 2007-10-09 06:10:46
|
All,
A DesktopCommandGroupFactory interface and default implementation have been
introduced. This class provides support for a context menu on a JDesktopPane
(with tile, cascade and minimize all commands, and an entry for each open
window). The default implementation also has support for customizing the
cascade command (resize frames yes/no and the cascade offset).
usage:
<bean id="applicationPageFactory" class="
org.springframework.richclient.application.mdi.DesktopApplicationPageFactory
">
<property name="desktopCommandGroupFactory">
<bean class="
org.springframework.richclient.application.mdi.contextmenu.DefaultDesktopCommandGroupFactory
">
<property name="cascadeResizesFrames"
value="false"/>
</bean>
</property>
</bean>
regards,
Peter
|