com.esri.arcgis.arcmapui
Class IGenericWindowProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcmapui.IDataWindowProxy
          extended by 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

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.arcmapui.IGenericWindow
IID, IID4b043fa0_7906_11d2_a084_0000f8775bf9
 
Fields inherited from interface com.esri.arcgis.arcmapui.IDataWindow
IID04dbd416_aee2_11d1_8750_0000f8751720
 
Constructor Summary
  IGenericWindowProxy()
          For internal use only
  IGenericWindowProxy(java.lang.Object obj)
           
protected IGenericWindowProxy(java.lang.Object obj, java.lang.String iid)
           
  IGenericWindowProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IGenericWindowProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
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.arcmapui.IDataWindowProxy
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show
 
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
 
Methods inherited from interface com.esri.arcgis.arcmapui.IDataWindow
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

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
Method Detail

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.