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

Packages that use ViewDescriptor
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.command.support   
 

Uses of ViewDescriptor in org.springframework.richclient.application
 

Methods in org.springframework.richclient.application that return ViewDescriptor
 ViewDescriptor ViewDescriptorRegistry.getViewDescriptor(String viewDescriptorId)
          Returns the view descriptor with the given identifier, or null if no such descriptor exists in the registry.
 ViewDescriptor[] ViewDescriptorRegistry.getViewDescriptors()
          Returns an array of all the view descriptors in the registry.
 

Methods in org.springframework.richclient.application with parameters of type ViewDescriptor
 void ApplicationPage.showView(ViewDescriptor viewDescriptor)
           
 

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

Classes in org.springframework.richclient.application.docking.flexdock that implement ViewDescriptor
 class FlexDockViewDescriptor
           
 

Methods in org.springframework.richclient.application.docking.flexdock with parameters of type ViewDescriptor
protected  void FlexDockApplicationPage.configureView(PageComponent component, org.flexdock.view.View view, ViewDescriptor descriptor)
           
 

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

Classes in org.springframework.richclient.application.docking.vldocking that implement ViewDescriptor
 class VLDockingViewDescriptor
           
 

Methods in org.springframework.richclient.application.docking.vldocking with parameters of type ViewDescriptor
protected  com.vlsolutions.swing.docking.Dockable VLDockingApplicationPage.createDockable(ViewDescriptor descriptor, PageComponent pageComponent)
           
 

Constructors in org.springframework.richclient.application.docking.vldocking with parameters of type ViewDescriptor
ViewDescriptorDockable(ViewDescriptor viewDescriptor)
           
ViewDescriptorDockable(ViewDescriptor viewDescriptor, PageComponent pageComponent)
           
 

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

Classes in org.springframework.richclient.application.mdi that implement ViewDescriptor
 class DesktopViewDescriptor
           
 

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

Classes in org.springframework.richclient.application.support that implement ViewDescriptor
 class DefaultViewDescriptor
          Provides a standard implementation of ViewDescriptor.
 class LookupViewDescriptor
          An implementation of ViewDescriptor that instantiates new Views by looking them up in a Spring BeanFactory.
 

Methods in org.springframework.richclient.application.support that return ViewDescriptor
protected  ViewDescriptor AbstractApplicationPage.getViewDescriptor(String viewDescriptorId)
           
 ViewDescriptor BeanFactoryViewDescriptorRegistry.getViewDescriptor(String viewName)
          Returns the view descriptor with the given identifier, or null if no such bean definition with the given name exists in the current application context.
 ViewDescriptor[] BeanFactoryViewDescriptorRegistry.getViewDescriptors()
          Returns an array of all the view descriptors in the registry.
 

Methods in org.springframework.richclient.application.support with parameters of type ViewDescriptor
 void AbstractApplicationPage.showView(ViewDescriptor viewDescriptor)
           
 

Constructors in org.springframework.richclient.application.support with parameters of type ViewDescriptor
SingleViewPageDescriptor(ViewDescriptor viewDescriptor)
           
 

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

Methods in org.springframework.richclient.command.support with parameters of type ViewDescriptor
 void ShowViewCommand.setViewDescriptor(ViewDescriptor viewDescriptor)
          Sets the descriptor for the view that is to be opened by this command object.
 

Constructors in org.springframework.richclient.command.support with parameters of type ViewDescriptor
ShowViewCommand(ViewDescriptor viewDescriptor, ApplicationWindow applicationWindow)
          Creates a new ShowViewCommand with the given view descriptor and associated application window.
 



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