Uses of Package
org.springframework.richclient.application

Packages that use org.springframework.richclient.application
org.springframework.richclient.application Base application interfaces/classes. 
org.springframework.richclient.application.config   
org.springframework.richclient.application.docking.flexdock   
org.springframework.richclient.application.docking.vldocking   
org.springframework.richclient.application.mdi   
org.springframework.richclient.application.support   
org.springframework.richclient.application.tabbed   
org.springframework.richclient.command   
org.springframework.richclient.command.support   
org.springframework.richclient.samples.petclinic   
org.springframework.richclient.samples.petclinic.exceptionhandling   
org.springframework.richclient.samples.petclinic.ui   
org.springframework.richclient.samples.showcase   
org.springframework.richclient.samples.simple.app   
org.springframework.richclient.samples.simple.ui   
org.springframework.richclient.script   
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.application
Application
          A singleton workbench or shell of a rich client application.
ApplicationDescriptor
           
ApplicationException
          Indicates that an application-level programming error or a runtime configuration error has occurred.
ApplicationPage
          An ApplicationPage is a container for PageComponents.
ApplicationServices
          A service locator that can retrieve instances of a service by class type.
ApplicationServicesLocator
           This class provides a singleton model for accessing the configured ApplicationServices object.
ApplicationWindow
          A main application window (or frame) consisting of a menu bar, tool bar, single page (content pane), and status bar.
ConfigurationException
           Indicates that there is a problem with the runtime configuration of the application.
PageComponent
          A page component is displayed within an area on the page associated with an application window.
PageComponentContext
           
PageComponentDescriptor
          Metadata about a page component; a page component is effectively a singleton page component definition.
PageComponentListener
           
PageComponentPane
          A PageComponentPane is a container that holds the PageComponent's control, and can add extra decorations (add a toolbar, a border, ...)
PageDescriptor
           
PageLayoutBuilder
           
PageListener
          Client interface for listening to page lifecycle events.
ViewDescriptor
          Metadata about a view; a view descriptor is effectively a singleton view definition.
WindowManager
          A manager for a group of windows.
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.application.config
Application
          A singleton workbench or shell of a rich client application.
ApplicationServices
          A service locator that can retrieve instances of a service by class type.
ApplicationWindow
          A main application window (or frame) consisting of a menu bar, tool bar, single page (content pane), and status bar.
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.application.docking.flexdock
ApplicationPage
          An ApplicationPage is a container for PageComponents.
ApplicationPageFactory
          Service interface for creating ApplicationPages.
ApplicationWindow
          A main application window (or frame) consisting of a menu bar, tool bar, single page (content pane), and status bar.
PageComponent
          A page component is displayed within an area on the page associated with an application window.
PageComponentDescriptor
          Metadata about a page component; a page component is effectively a singleton page component definition.
PageDescriptor
           
ViewDescriptor
          Metadata about a view; a view descriptor is effectively a singleton view definition.
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.application.docking.vldocking
ApplicationPage
          An ApplicationPage is a container for PageComponents.
ApplicationPageFactory
          Service interface for creating ApplicationPages.
ApplicationWindow
          A main application window (or frame) consisting of a menu bar, tool bar, single page (content pane), and status bar.
PageComponent
          A page component is displayed within an area on the page associated with an application window.
PageComponentDescriptor
          Metadata about a page component; a page component is effectively a singleton page component definition.
PageDescriptor
           
PageLayoutBuilder
           
ViewDescriptor
          Metadata about a view; a view descriptor is effectively a singleton view definition.
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.application.mdi
ApplicationPage
          An ApplicationPage is a container for PageComponents.
ApplicationPageFactory
          Service interface for creating ApplicationPages.
ApplicationWindow
          A main application window (or frame) consisting of a menu bar, tool bar, single page (content pane), and status bar.
PageComponent
          A page component is displayed within an area on the page associated with an application window.
PageComponentDescriptor
          Metadata about a page component; a page component is effectively a singleton page component definition.
PageDescriptor
           
PageLayoutBuilder
           
ViewDescriptor
          Metadata about a view; a view descriptor is effectively a singleton view definition.
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.application.support
Application
          A singleton workbench or shell of a rich client application.
ApplicationDescriptor
           
ApplicationPage
          An ApplicationPage is a container for PageComponents.
ApplicationPageFactory
          Service interface for creating ApplicationPages.
ApplicationServices
          A service locator that can retrieve instances of a service by class type.
ApplicationWindow
          A main application window (or frame) consisting of a menu bar, tool bar, single page (content pane), and status bar.
ApplicationWindowFactory
          Service interface for creating ApplicationWindows.
PageComponent
          A page component is displayed within an area on the page associated with an application window.
PageComponentContext
           
PageComponentDescriptor
          Metadata about a page component; a page component is effectively a singleton page component definition.
PageComponentListener
           
PageComponentPane
          A PageComponentPane is a container that holds the PageComponent's control, and can add extra decorations (add a toolbar, a border, ...)
PageComponentPaneFactory
          Service interface for creating PageComponentPanes.
PageDescriptor
           
PageDescriptorRegistry
          A registry for PageDescriptor definitions.
PageLayoutBuilder
           
PageListener
          Client interface for listening to page lifecycle events.
View
          A view is a panel-like component displayed within an area on the page associated with an application window.
ViewContext
           
ViewDescriptor
          Metadata about a view; a view descriptor is effectively a singleton view definition.
ViewDescriptorRegistry
          A registry for ViewDescriptor definitions.
WindowManager
          A manager for a group of windows.
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.application.tabbed
ApplicationPage
          An ApplicationPage is a container for PageComponents.
ApplicationPageFactory
          Service interface for creating ApplicationPages.
ApplicationWindow
          A main application window (or frame) consisting of a menu bar, tool bar, single page (content pane), and status bar.
PageComponent
          A page component is displayed within an area on the page associated with an application window.
PageDescriptor
           
PageLayoutBuilder
           
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.command
ApplicationException
          Indicates that an application-level programming error or a runtime configuration error has occurred.
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.command.support
ApplicationWindow
          A main application window (or frame) consisting of a menu bar, tool bar, single page (content pane), and status bar.
PageDescriptor
           
ViewDescriptor
          Metadata about a view; a view descriptor is effectively a singleton view definition.
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.samples.petclinic
ApplicationWindow
          A main application window (or frame) consisting of a menu bar, tool bar, single page (content pane), and status bar.
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.samples.petclinic.exceptionhandling
PageComponent
          A page component is displayed within an area on the page associated with an application window.
View
          A view is a panel-like component displayed within an area on the page associated with an application window.
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.samples.petclinic.ui
PageComponent
          A page component is displayed within an area on the page associated with an application window.
PageComponentContext
           
View
          A view is a panel-like component displayed within an area on the page associated with an application window.
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.samples.showcase
ApplicationWindow
          A main application window (or frame) consisting of a menu bar, tool bar, single page (content pane), and status bar.
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.samples.simple.app
ApplicationWindow
          A main application window (or frame) consisting of a menu bar, tool bar, single page (content pane), and status bar.
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.samples.simple.ui
PageComponent
          A page component is displayed within an area on the page associated with an application window.
PageComponentContext
           
View
          A view is a panel-like component displayed within an area on the page associated with an application window.
 

Classes in org.springframework.richclient.application used by org.springframework.richclient.script
PageComponent
          A page component is displayed within an area on the page associated with an application window.
View
          A view is a panel-like component displayed within an area on the page associated with an application window.
 



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