Package ZenModel :: Module interfaces :: Class IDeviceManager
[hide private]
[frames] | no frames]

Class IDeviceManager

source code

Interface implemented for objects that manage devices, like DeviceOrganizers or monitor configurations.

Instance Methods [hide private]
 
deviceMoveTargets(self)
Return a list of potential targets to which a device can be moved.
source code
 
getDeviceMoveTarget(self, moveTargetName)
Return the moveTarget based on its name.
source code
 
moveDevices(self, moveTarget, deviceNames=None, REQUEST=None)
Move a list of devices from this DeviceManager to another.
source code
 
removeDevices(self, deviceNames=None, REQUEST=None)
Remove devices from this DeviceManager.
source code
Method Details [hide private]

deviceMoveTargets(self)

source code 
Return a list of potential targets to which a device can be moved. Should remove self from of list.