|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.arcmapui.IDataWindowProxy com.esri.arcgis.arcmapui.IGenericWindowProxy
public class IGenericWindowProxy
Provides access to members that control a data window with a particular hWnd.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IGenericWindowProxy()
|
|
IGenericWindowProxy(Object obj)
|
protected |
IGenericWindowProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IGenericWindow |
getFindWindow(String windowName)
Find an already displayed window. |
String |
getName()
Name of data window. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setActiveXUID(IUID rhs1)
UID of ActiveX component to place in data window. |
void |
setName(String pWindowName)
Name of data window. |
void |
setTitle(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 |
---|
public boolean noncastable
Constructor Detail |
---|
public IGenericWindowProxy()
public IGenericWindowProxy(Object obj) throws IOException
IOException
protected IGenericWindowProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class IDataWindowProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class IDataWindowProxy
IOException
public void setTitle(String rhs1) throws IOException, AutomationException
setTitle
in interface IGenericWindow
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String pWindowName) throws IOException, AutomationException
setName
in interface IGenericWindow
pWindowName
- The pWindowName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IGenericWindow
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActiveXUID(IUID rhs1) throws IOException, AutomationException
setActiveXUID
in interface IGenericWindow
rhs1
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGenericWindow getFindWindow(String windowName) throws IOException, AutomationException
getFindWindow
in interface IGenericWindow
windowName
- The windowName (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 |