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

Packages that use ApplicationDescriptor
org.springframework.richclient.application Base application interfaces/classes. 
org.springframework.richclient.application.support   
 

Uses of ApplicationDescriptor in org.springframework.richclient.application
 

Methods in org.springframework.richclient.application that return ApplicationDescriptor
 ApplicationDescriptor Application.getDescriptor()
           
 

Methods in org.springframework.richclient.application with parameters of type ApplicationDescriptor
 void Application.setDescriptor(ApplicationDescriptor descriptor)
           
 

Constructors in org.springframework.richclient.application with parameters of type ApplicationDescriptor
Application(ApplicationDescriptor descriptor, ApplicationLifecycleAdvisor advisor)
           
 

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

Classes in org.springframework.richclient.application.support that implement ApplicationDescriptor
 class DefaultApplicationDescriptor
          Metadata about a application.
 



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