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

Packages that use View
org.springframework.richclient.application Base application interfaces/classes. 
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 View in org.springframework.richclient.application
 

Methods in org.springframework.richclient.application with type parameters of type View
<T extends View>
T
ApplicationPage.getView(String id)
          Returns the View with the given id.
 

Methods in org.springframework.richclient.application that return View
 View ApplicationPage.showView(String id)
          Shows the View with the given id.
 View ApplicationPage.showView(String id, Object input)
          Shows the View with the given id, and passes the input to the View, by calling setInput(Object).
 

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

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

Methods in org.springframework.richclient.application.support with type parameters of type View
<T extends View>
T
AbstractApplicationPage.getView(String id)
           
 

Methods in org.springframework.richclient.application.support that return View
protected  View LookupViewDescriptor.createView()
           
protected  View DefaultViewDescriptor.createView()
           
 View AbstractApplicationPage.showView(String id)
           
 View AbstractApplicationPage.showView(String id, Object input)
           
 

Methods in org.springframework.richclient.application.support that return types with arguments of type View
 Class<? extends View> DefaultViewDescriptor.getViewClass()
           
 

Method parameters in org.springframework.richclient.application.support with type arguments of type View
 void DefaultViewDescriptor.setViewClass(Class<? extends View> viewClass)
           
 

Constructors in org.springframework.richclient.application.support with parameters of type View
SimpleViewDescriptor(String id, View view)
           
 

Constructor parameters in org.springframework.richclient.application.support with type arguments of type View
DefaultViewDescriptor(String id, Class<? extends View> viewClass)
           
DefaultViewDescriptor(String id, Class<? extends View> viewClass, Map<String,Object> viewProperties)
           
 

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

Classes in org.springframework.richclient.samples.showcase.view that implement View
 class ViewWithInput
           
 

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.
 

Uses of View in org.springframework.richclient.taskpane
 

Classes in org.springframework.richclient.taskpane that implement View
 class TaskPaneNavigatorView
           
 

Uses of View in org.springframework.richclient.widget
 

Classes in org.springframework.richclient.widget that implement View
 class WidgetView
          View implementation to show a widget
 



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