© 2006-2007 ETH Zurich

org.ximtec.igesture.tool.service
Class DeviceManagerService

java.lang.Object
  extended by org.ximtec.igesture.tool.core.DefaultController
      extended by org.ximtec.igesture.tool.view.devicemanager.DeviceManagerController
          extended by org.ximtec.igesture.tool.service.DeviceManagerService
All Implemented Interfaces:
PropertyChangeListener, EventListener, IDeviceManager, Controller, Service

public class DeviceManagerService
extends DeviceManagerController
implements Service

Author:
Bjorn Puype, bpuype@gmail.com

Field Summary
static String IDENTIFIER
           
 
Constructor Summary
DeviceManagerService(Controller parentController, String key, org.sigtec.graphix.GuiBundle guiBundle)
           
 
Method Summary
 String getIdentifier()
          Returns the identifier of the service.
 
Methods inherited from class org.ximtec.igesture.tool.view.devicemanager.DeviceManagerController
addDevice, addDeviceManagerListener, addUser, areInitialsValid, associateUser, getAssociatedUser, getDefaultUser, getDevices, getDiscoveryMapping, getEnableAddDevicesAction, getUsers, getView, loadConfiguration, notifyDeviceManagerListener, removeAllDeviceManagerListener, removeDevice, removeDeviceManagerListener, removeUser, saveConfiguration, showView
 
Methods inherited from class org.ximtec.igesture.tool.core.DefaultController
addAction, addController, execute, getAction, getControllers, getLocator, getParent, isRoot, propertyChange, removeAllControllers, removeController, setLocator, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDENTIFIER

public static final String IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

DeviceManagerService

public DeviceManagerService(Controller parentController,
                            String key,
                            org.sigtec.graphix.GuiBundle guiBundle)
See Also:
DeviceManagerController.DeviceManagerController(Controller, String, GuiBundle)
Method Detail

getIdentifier

public String getIdentifier()
Description copied from interface: Service
Returns the identifier of the service.

Specified by:
getIdentifier in interface Service
Returns:
the service's identifier.

© 2006-2007 ETH Zurich

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