|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IInputDeviceManager
Provides access to members that give life to Input Devices.
| Method Summary | |
|---|---|
void |
addDevice(IUID pDeviceCLSID,
Object initializationData)
Creates a single device given the CLSID, then passes initializationData to IInputDevice::Startup. |
IExtension |
findDevice(Object nameOrID)
Finds the input device by CLSID (IUID) or name (String). |
IExtension |
getDevice(int index)
The input device at the specified index. |
IUID |
getDeviceCLSID(int index)
The CLSID of the input device at the specified index. |
int |
getDeviceCount()
The number of input devices loaded in the application. |
void |
shutdownDevices()
Shuts down and releases the extensions that are loaded and calls IExtension::Shutdown. |
void |
startupDevices(Object initializationData)
Creates and starts the devices for Inut Device component category, passing initializationData to each in IInputDevice::Startup. |
| Method Detail |
|---|
void startupDevices(Object initializationData)
throws IOException,
AutomationException
initializationData - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void shutdownDevices()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addDevice(IUID pDeviceCLSID,
Object initializationData)
throws IOException,
AutomationException
pDeviceCLSID - A reference to a com.esri.arcgis.system.IUID (in)initializationData - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDeviceCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IExtension getDevice(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getDeviceCLSID(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IExtension findDevice(Object nameOrID)
throws IOException,
AutomationException
nameOrID - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||