org.springframework.richclient.application.support
Class ApplicationServicesAccessor
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final org.apache.commons.logging.Log logger
ApplicationServicesAccessor
public ApplicationServicesAccessor()
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.