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 =
public class IInputDeviceManagerProxy extends com.esri.arcgis.interop.Dispatch implements IInputDeviceManager, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID52620d38_e275_4725_a976_65bcdd2c93fd
Modifier | Constructor and Description |
---|---|
|
IInputDeviceManagerProxy()
Deprecated.
For internal use only
|
|
IInputDeviceManagerProxy(java.lang.Object obj)
Deprecated.
|
protected |
IInputDeviceManagerProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IInputDeviceManagerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IInputDeviceManagerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addDevice(IUID pDeviceCLSID,
java.lang.Object initializationData)
Deprecated.
Creates a single device given the CLSID, then passes initializationData to IInputDevice::Startup.
|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IExtension |
findDevice(java.lang.Object nameOrID)
Deprecated.
Finds the input device by CLSID (IUID) or name (String).
|
IExtension |
getDevice(int index)
Deprecated.
The input device at the specified index.
|
IUID |
getDeviceCLSID(int index)
Deprecated.
The CLSID of the input device at the specified index.
|
int |
getDeviceCount()
Deprecated.
The number of input devices loaded in the application.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
shutdownDevices()
Deprecated.
Shuts down and releases the extensions that are loaded and calls IExtension::Shutdown.
|
void |
startupDevices(java.lang.Object initializationData)
Deprecated.
Creates and starts the devices for Inut Device component category, passing initializationData to each in IInputDevice::Startup.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IInputDeviceManagerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IInputDeviceManagerProxy()
public IInputDeviceManagerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IInputDeviceManagerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IInputDeviceManagerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void startupDevices(java.lang.Object initializationData) throws java.io.IOException, AutomationException
startupDevices
in interface IInputDeviceManager
initializationData
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void shutdownDevices() throws java.io.IOException, AutomationException
shutdownDevices
in interface IInputDeviceManager
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addDevice(IUID pDeviceCLSID, java.lang.Object initializationData) throws java.io.IOException, AutomationException
addDevice
in interface IInputDeviceManager
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.public int getDeviceCount() throws java.io.IOException, AutomationException
getDeviceCount
in interface IInputDeviceManager
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IExtension getDevice(int index) throws java.io.IOException, AutomationException
getDevice
in interface IInputDeviceManager
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IUID getDeviceCLSID(int index) throws java.io.IOException, AutomationException
getDeviceCLSID
in interface IInputDeviceManager
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IExtension findDevice(java.lang.Object nameOrID) throws java.io.IOException, AutomationException
findDevice
in interface IInputDeviceManager
nameOrID
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.