Uses of Class
org.springframework.richclient.application.support.AbstractView

Packages that use AbstractView
org.springframework.richclient.samples.petclinic.exceptionhandling   
org.springframework.richclient.samples.petclinic.ui   
org.springframework.richclient.samples.simple.ui   
org.springframework.richclient.script   
 

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

Subclasses of AbstractView in org.springframework.richclient.samples.petclinic.exceptionhandling
 class ExceptionHandlingView
           
 

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

Subclasses of AbstractView in org.springframework.richclient.samples.petclinic.ui
 class OwnerManagerView
          Shows the owners and their pets in a tree structure.
 class VetManagerView
           
 

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

Subclasses of AbstractView in org.springframework.richclient.samples.simple.ui
 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 AbstractView in org.springframework.richclient.script
 

Subclasses of AbstractView in org.springframework.richclient.script
 class ScriptedView
          A View implementation that uses ScriptEngine to build its control.
 



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