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

Packages that use AbstractView
org.springframework.richclient.application.support   
org.springframework.richclient.samples.showcase.view   
org.springframework.richclient.samples.simple.ui   
org.springframework.richclient.script   
org.springframework.richclient.taskpane   
org.springframework.richclient.widget   
 

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

Subclasses of AbstractView in org.springframework.richclient.application.support
 class AbstractNavigatorView
          Abstract class for views that use some sort of navigation component for the overall application.
 

Uses of AbstractView in org.springframework.richclient.samples.showcase.view
 

Subclasses of AbstractView in org.springframework.richclient.samples.showcase.view
 class ViewWithInput
           
 

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.
 

Uses of AbstractView in org.springframework.richclient.taskpane
 

Subclasses of AbstractView in org.springframework.richclient.taskpane
 class TaskPaneNavigatorView
           
 

Uses of AbstractView in org.springframework.richclient.widget
 

Subclasses of AbstractView in org.springframework.richclient.widget
 class WidgetView
          View implementation to show a widget
 



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