org.springframework.richclient.application.support
Class ApplicationServicesAccessor

java.lang.Object
  extended by org.springframework.richclient.application.support.ApplicationServicesAccessor
Direct Known Subclasses:
AbstractBinder, AbstractControlFactory, AbstractWizard, ApplicationDialog, LabeledObjectSupport

public class ApplicationServicesAccessor
extends Object

Author:
Keith Donald

Field Summary
protected  org.apache.commons.logging.Log logger
           
 
Constructor Summary
ApplicationServicesAccessor()
           
 
Method Summary
protected  ApplicationWindow getActiveWindow()
           
protected  Application getApplication()
           
protected  ApplicationContext getApplicationContext()
           
protected  String getApplicationName()
           
protected  ApplicationServices getApplicationServices()
           
protected  CommandConfigurer getCommandConfigurer()
           
protected  ComponentFactory getComponentFactory()
           
protected  org.springframework.binding.convert.ConversionService getConversionService()
           
protected  IconSource getIconSource()
           
protected  ImageSource getImageSource()
           
protected  String getMessage(String messageCode)
           
protected  String getMessage(String[] messageCodes)
           
protected  String getMessage(String[] messageCodes, Object[] args)
           
protected  String getMessage(String messageCode, Object[] args)
           
protected  MessageSourceAccessor getMessages()
           
protected  MessageSource getMessageSource()
           
protected  ApplicationObjectConfigurer getObjectConfigurer()
           
protected  Object getService(Class serviceType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.apache.commons.logging.Log logger
Constructor Detail

ApplicationServicesAccessor

public ApplicationServicesAccessor()
Method Detail

getApplicationName

protected String getApplicationName()

getApplication

protected Application getApplication()

getApplicationServices

protected ApplicationServices getApplicationServices()

getService

protected Object getService(Class serviceType)

getApplicationContext

protected ApplicationContext getApplicationContext()

getComponentFactory

protected ComponentFactory getComponentFactory()

getMessageSource

protected MessageSource getMessageSource()

getMessages

protected MessageSourceAccessor getMessages()

getImageSource

protected ImageSource getImageSource()

getIconSource

protected IconSource getIconSource()

getObjectConfigurer

protected ApplicationObjectConfigurer getObjectConfigurer()

getCommandConfigurer

protected CommandConfigurer getCommandConfigurer()

getActiveWindow

protected ApplicationWindow getActiveWindow()

getConversionService

protected org.springframework.binding.convert.ConversionService getConversionService()

getMessage

protected String getMessage(String messageCode)

getMessage

protected String getMessage(String[] messageCodes)

getMessage

protected String getMessage(String messageCode,
                            Object[] args)

getMessage

protected String getMessage(String[] messageCodes,
                            Object[] args)


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