SMACS

Package smacs.xngr.browser.service

Interface Summary
ElementTypeListener Allows for listening to events from the service manager fired when adding and removing a service.
ElementTypeProperties The base interface for the element-type properties.
ServiceListener Allows for listening to ServiceManager events.
ServiceProperties Handles the properties for a Service.
 

Class Summary
AddServiceAction An action that can be used to add a new service to the application.
DeleteServiceAction An action that can be used to delete a service from the application.
ElementTypeHandler Stores a list of services, actions and the default service for a specific element type.
ServiceDocument The service.xml document representation as located in the jar file for the service .
ServiceDocument.ElementType A public class used to contain the ElementType information for the service.
ServiceEvent An event that hold a service as its source.
ServiceFactory Creates services and keeps a reference to them.
ServiceLoader The class loader for the service which allows for adding extension modules to it.
ServiceManager Manages the services in the system, allows for adding, removing and associating services.
ServicePropertiesAction An action that can be used to show the properties dialog for a service.
ServicePropertiesDialog A dialog that displays the properties for a service.
 

Exception Summary
InvalidServiceException An exception that is thrown to indicates an invalid service.
 


SMACS