org.springframework.richclient.application.mdi
Class DesktopApplicationPageFactory
java.lang.Object
org.springframework.richclient.application.mdi.DesktopApplicationPageFactory
- All Implemented Interfaces:
- ApplicationPageFactory
public class DesktopApplicationPageFactory
- extends Object
- implements ApplicationPageFactory
Factory for DesktopApplicationPage
instances
- Author:
- Peter De Bruycker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DesktopApplicationPageFactory
public DesktopApplicationPageFactory()
getDragMode
public int getDragMode()
setDragMode
public void setDragMode(int dragMode)
createApplicationPage
public ApplicationPage createApplicationPage(ApplicationWindow window,
PageDescriptor descriptor)
- Description copied from interface:
ApplicationPageFactory
- Create a new
ApplicationPage
.
- Specified by:
createApplicationPage
in interface ApplicationPageFactory
- Returns:
- the window
setDesktopCommandGroupFactory
public void setDesktopCommandGroupFactory(DesktopCommandGroupFactory desktopCommandGroupFactory)
getDesktopCommandGroupFactory
public DesktopCommandGroupFactory getDesktopCommandGroupFactory()
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.