Uses of Interface
org.springframework.richclient.application.PageDescriptor

Packages that use PageDescriptor
org.springframework.richclient.application Base application interfaces/classes. 
org.springframework.richclient.application.docking.flexdock   
org.springframework.richclient.application.docking.vldocking   
org.springframework.richclient.application.mdi   
org.springframework.richclient.application.support   
org.springframework.richclient.application.tabbed   
org.springframework.richclient.command.support   
 

Uses of PageDescriptor in org.springframework.richclient.application
 

Methods in org.springframework.richclient.application that return PageDescriptor
 PageDescriptor PageDescriptorRegistry.getPageDescriptor(String pageDescriptorId)
          Returns the page descriptor with the given identifier, or null if no such descriptor exists in the registry.
 PageDescriptor[] PageDescriptorRegistry.getPageDescriptors()
          Returns an array of all the page descriptors in the registry.
 

Methods in org.springframework.richclient.application with parameters of type PageDescriptor
 ApplicationPage ApplicationPageFactory.createApplicationPage(ApplicationWindow window, PageDescriptor descriptor)
          Create a new ApplicationPage.
 void ApplicationWindow.showPage(PageDescriptor pageDescriptor)
           
 

Uses of PageDescriptor in org.springframework.richclient.application.docking.flexdock
 

Methods in org.springframework.richclient.application.docking.flexdock with parameters of type PageDescriptor
 ApplicationPage FlexDockApplicationPageFactory.createApplicationPage(ApplicationWindow window, PageDescriptor descriptor)
           
 

Uses of PageDescriptor in org.springframework.richclient.application.docking.vldocking
 

Classes in org.springframework.richclient.application.docking.vldocking that implement PageDescriptor
 class VLDockingPageDescriptor
           
 

Methods in org.springframework.richclient.application.docking.vldocking with parameters of type PageDescriptor
 ApplicationPage VLDockingApplicationPageFactory.createApplicationPage(ApplicationWindow window, PageDescriptor descriptor)
           
protected  VLDockingApplicationPage VLDockingApplicationPageFactory.findPage(ApplicationWindow window, PageDescriptor descriptor)
           
 

Constructors in org.springframework.richclient.application.docking.vldocking with parameters of type PageDescriptor
VLDockingApplicationPage(ApplicationWindow window, PageDescriptor pageDescriptor)
           
 

Uses of PageDescriptor in org.springframework.richclient.application.mdi
 

Classes in org.springframework.richclient.application.mdi that implement PageDescriptor
 class DesktopPageDescriptor
           
 

Methods in org.springframework.richclient.application.mdi with parameters of type PageDescriptor
 ApplicationPage DesktopApplicationPageFactory.createApplicationPage(ApplicationWindow window, PageDescriptor descriptor)
           
 

Constructors in org.springframework.richclient.application.mdi with parameters of type PageDescriptor
DesktopApplicationPage(ApplicationWindow window, PageDescriptor pageDescriptor, int dragMode, DesktopCommandGroupFactory desktopCommandGroupFactory)
           
 

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

Classes in org.springframework.richclient.application.support that implement PageDescriptor
 class AbstractPageDescriptor
          Abstract base class for PageDescriptor implementations.
 class MultiViewPageDescriptor
          Base class for PageDescriptor implementations that support multiple PageComponents
 class SingleViewPageDescriptor
           
 

Methods in org.springframework.richclient.application.support that return PageDescriptor
protected  PageDescriptor AbstractApplicationPage.getPageDescriptor()
           
protected  PageDescriptor AbstractApplicationWindow.getPageDescriptor(String pageDescriptorId)
           
 PageDescriptor BeanFactoryPageDescriptorRegistry.getPageDescriptor(String pageName)
          Returns the page descriptor with the given identifier, or null if no such bean definition with the given name exists in the current application context.
 PageDescriptor[] BeanFactoryPageDescriptorRegistry.getPageDescriptors()
          Returns an array of all the page descriptors in the registry.
 

Methods in org.springframework.richclient.application.support with parameters of type PageDescriptor
 ApplicationPage DefaultApplicationPageFactory.createApplicationPage(ApplicationWindow window, PageDescriptor descriptor)
           
protected  ApplicationPage AbstractApplicationWindow.createPage(PageDescriptor descriptor)
          Factory method for creating the page area managed by this window.
 void AbstractApplicationPage.setDescriptor(PageDescriptor descriptor)
           
 void AbstractApplicationWindow.showPage(PageDescriptor pageDescriptor)
           
 

Constructors in org.springframework.richclient.application.support with parameters of type PageDescriptor
AbstractApplicationPage(ApplicationWindow window, PageDescriptor pageDescriptor)
           
DefaultApplicationPage(ApplicationWindow window, PageDescriptor pageDescriptor)
           
 

Uses of PageDescriptor in org.springframework.richclient.application.tabbed
 

Methods in org.springframework.richclient.application.tabbed with parameters of type PageDescriptor
 ApplicationPage TabbedApplicationPageFactory.createApplicationPage(ApplicationWindow window, PageDescriptor descriptor)
           
 

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

Methods in org.springframework.richclient.command.support with parameters of type PageDescriptor
 void ShowPageCommand.setPageDescriptor(PageDescriptor pageDescriptor)
          Sets the descriptor for the page that is to be opened by this command object.
 

Constructors in org.springframework.richclient.command.support with parameters of type PageDescriptor
ShowPageCommand(PageDescriptor pageDescriptor, ApplicationWindow applicationWindow)
          Creates a new ShowPageCommand with the given page descriptor and associated application window.
 



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