© 2006-2007 ETH Zurich

Uses of Interface
org.ximtec.igesture.tool.locator.Service

Packages that use Service
org.ximtec.igesture.tool.locator   
org.ximtec.igesture.tool.service   
org.ximtec.igesture.tool.util   
org.ximtec.igesture.tool.view   
 

Uses of Service in org.ximtec.igesture.tool.locator
 

Subinterfaces of Service in org.ximtec.igesture.tool.locator
 interface RunnableService
          Special type of service which can be started and stopped.
 

Methods in org.ximtec.igesture.tool.locator that return Service
 Service Locator.getService(String identifier)
          Retrieves a specific service.
 

Methods in org.ximtec.igesture.tool.locator that return types with arguments of type Service
 List<Service> Locator.getServices()
          Returns all registered services.
 

Methods in org.ximtec.igesture.tool.locator with parameters of type Service
 void Locator.addService(Service service)
          Registers a new service.
 void Locator.removeService(Service service)
          Removes a service based on its unique identifier.
 

Uses of Service in org.ximtec.igesture.tool.service
 

Classes in org.ximtec.igesture.tool.service that implement Service
 class DeviceManagerService
           
 class GuiBundleService
          Service wrapper for a GuiBundle.
 class SwingMouseReaderService
          Service Wrapper for InputDeviceClient
 

Uses of Service in org.ximtec.igesture.tool.util
 

Classes in org.ximtec.igesture.tool.util that implement Service
 class ComponentFactory
          Comment
 

Uses of Service in org.ximtec.igesture.tool.view
 

Classes in org.ximtec.igesture.tool.view that implement Service
 class MainController
          The main controller class.
 class MainModel
          The main model.
 


© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.