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

Packages that use View
org.springframework.richclient.application.support   
org.springframework.richclient.samples.petclinic.exceptionhandling   
org.springframework.richclient.samples.petclinic.ui   
org.springframework.richclient.samples.simple.ui   
org.springframework.richclient.script   
 

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

Classes in org.springframework.richclient.application.support that implement View
 class AbstractView
           
 

Methods in org.springframework.richclient.application.support that return View
protected  View DefaultViewDescriptor.createView()
           
protected  View LookupViewDescriptor.createView()
           
 

Uses of View in org.springframework.richclient.samples.petclinic.exceptionhandling
 

Classes in org.springframework.richclient.samples.petclinic.exceptionhandling that implement View
 class ExceptionHandlingView
           
 

Uses of View in org.springframework.richclient.samples.petclinic.ui
 

Classes in org.springframework.richclient.samples.petclinic.ui that implement View
 class OwnerManagerView
          Shows the owners and their pets in a tree structure.
 class VetManagerView
           
 

Uses of View in org.springframework.richclient.samples.simple.ui
 

Classes in org.springframework.richclient.samples.simple.ui that implement View
 class ContactView
          This class provides the main view of the contacts.
 class InitialView
          This class defines the initial view to be presented in the sample application.
 

Uses of View in org.springframework.richclient.script
 

Classes in org.springframework.richclient.script that implement View
 class ScriptedView
          A View implementation that uses ScriptEngine to build its control.
 



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