com.esri.arcgis.arcmapui
Class IGenericWindowProxy
java.lang.Object
com.esri.arcgis.interop.Dispatch
com.esri.arcgis.arcmapui.IDataWindowProxy
com.esri.arcgis.arcmapui.IGenericWindowProxy
- All Implemented Interfaces:
- IDataWindow, IGenericWindow, java.io.Externalizable, java.io.Serializable
public class IGenericWindowProxy
- extends IDataWindowProxy
- implements IGenericWindow, java.io.Serializable
Internal use class
Proxy for COM Interface 'IGenericWindow'. Generated 3/19/2015 1:21:02 PM
from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description: 'Provides access to members that control a data window with a particular hWnd.'
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 =
- See Also:
- Serialized Form
Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Method Summary |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
IGenericWindow |
getFindWindow(java.lang.String windowName)
Find an already displayed window. |
java.lang.String |
getName()
Name of data window. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setActiveXUID(IUID rhs1)
UID of ActiveX component to place in data window. |
void |
setName(java.lang.String pWindowName)
Name of data window. |
void |
setTitle(java.lang.String rhs1)
Name displayed on form. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
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 |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
targetClass
public static final java.lang.Class targetClass
noncastable
public boolean noncastable
IGenericWindowProxy
public IGenericWindowProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
- Throws:
java.net.UnknownHostException
java.io.IOException
IGenericWindowProxy
public IGenericWindowProxy()
- For internal use only
IGenericWindowProxy
public IGenericWindowProxy(java.lang.Object obj)
throws java.io.IOException
- Throws:
java.io.IOException
IGenericWindowProxy
protected IGenericWindowProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
- Throws:
java.io.IOException
IGenericWindowProxy
protected IGenericWindowProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
- Throws:
java.io.IOException
addListener
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
- Overrides:
addListener
in class IDataWindowProxy
- Throws:
java.io.IOException
removeListener
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
- Overrides:
removeListener
in class IDataWindowProxy
- Throws:
java.io.IOException
setTitle
public void setTitle(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
- Name displayed on form.
- Specified by:
setTitle
in interface IGenericWindow
- Parameters:
rhs1
- The rhs1 (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
setName
public void setName(java.lang.String pWindowName)
throws java.io.IOException,
AutomationException
- Name of data window.
- Specified by:
setName
in interface IGenericWindow
- Parameters:
pWindowName
- The pWindowName (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getName
public java.lang.String getName()
throws java.io.IOException,
AutomationException
- Name of data window.
- Specified by:
getName
in interface IGenericWindow
- Returns:
- The pWindowName
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
setActiveXUID
public void setActiveXUID(IUID rhs1)
throws java.io.IOException,
AutomationException
- UID of ActiveX component to place in data window.
- Specified by:
setActiveXUID
in interface IGenericWindow
- Parameters:
rhs1
- A reference to a com.esri.arcgis.system.IUID (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getFindWindow
public IGenericWindow getFindWindow(java.lang.String windowName)
throws java.io.IOException,
AutomationException
- Find an already displayed window.
- Specified by:
getFindWindow
in interface IGenericWindow
- Parameters:
windowName
- The windowName (in)
- Returns:
- A reference to a com.esri.arcgis.arcmapui.IGenericWindow
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.