public interface IInputDeviceManager
extends java.io.Serializable
Description: 'Provides access to members that give life to Input Devices.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID52620d38_e275_4725_a976_65bcdd2c93fd |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addDevice(IUID pDeviceCLSID,
java.lang.Object initializationData)
Creates a single device given the CLSID, then passes initializationData to IInputDevice::Startup.
|
IExtension |
findDevice(java.lang.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(java.lang.Object initializationData)
Creates and starts the devices for Inut Device component category, passing initializationData to each in IInputDevice::Startup.
|
static final int IID52620d38_e275_4725_a976_65bcdd2c93fd
static final int xxDummy
static final java.lang.String IID
void startupDevices(java.lang.Object initializationData) throws java.io.IOException, AutomationException
initializationData
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void shutdownDevices() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addDevice(IUID pDeviceCLSID, java.lang.Object initializationData) throws java.io.IOException, AutomationException
pDeviceCLSID
- A reference to a com.esri.arcgis.system.IUID (in)initializationData
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDeviceCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IExtension getDevice(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUID getDeviceCLSID(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IExtension findDevice(java.lang.Object nameOrID) throws java.io.IOException, AutomationException
nameOrID
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.