org.kabeja.ui
Interface ServiceManager

All Known Implementing Classes:
ServiceContainer

public interface ServiceManager

The Service Manager provides access to services of the application. You can query the Service Manager for service.

Author:
Simon Mieth

Method Summary
 Component[] getServiceComponents(java.lang.String service)
           
 

Method Detail

getServiceComponents

Component[] getServiceComponents(java.lang.String service)
Parameters:
service - the searched service
Returns:
an array of Components which provides the service