uk.ac.essex.common
Class ServiceLocatorImpl

java.lang.Object
  extended by uk.ac.essex.common.ServiceLocator
      extended by uk.ac.essex.common.ServiceLocatorImpl

public class ServiceLocatorImpl
extends ServiceLocator


Created Date: 11-Jan-2004

You should have received a copy of Lesser GNU public license with this code. If not please visit this site


Method Summary
 ActionService getActionService()
           
 KeyMapService getKeyMapService()
           
 LanguageService getLanguageService()
           
 MenuService getMenuService()
           
 ToolBarService getToolBarService()
           
 
Methods inherited from class uk.ac.essex.common.ServiceLocator
createServiceLocator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getActionService

public ActionService getActionService()
                               throws InitialisationException
Specified by:
getActionService in class ServiceLocator
Throws:
InitialisationException

getLanguageService

public LanguageService getLanguageService()
                                   throws InitialisationException
Specified by:
getLanguageService in class ServiceLocator
Throws:
InitialisationException

getKeyMapService

public KeyMapService getKeyMapService()
                               throws InitialisationException
Specified by:
getKeyMapService in class ServiceLocator
Throws:
InitialisationException

getMenuService

public MenuService getMenuService()
Specified by:
getMenuService in class ServiceLocator

getToolBarService

public ToolBarService getToolBarService()
Specified by:
getToolBarService in class ServiceLocator