|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.catalogUI.IDescriptionWindowProxy
Description: 'Provides access to members of Item Descrition Window.' 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 IDescriptionWindowProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| 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.catalogUI.IDescriptionWindow |
|---|
IID, IID65f86c2e_40e4_4135_8ebc_364a0ef7e9ae |
| Constructor Summary | |
|---|---|
|
IDescriptionWindowProxy()
Deprecated. For internal use only |
|
IDescriptionWindowProxy(java.lang.Object obj)
Deprecated. |
protected |
IDescriptionWindowProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDescriptionWindowProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDescriptionWindowProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IDescriptionWindow |
findViaItemInfo(IItemInfo pItemInfo)
Deprecated. Indicates whether the Item Description Window is already being displayed for the selected ItemInfo. |
IDescriptionWindow |
findViaObject(IGxObject pGxObject)
Deprecated. Indicates whether the Item Description Window is already being displayed for the selected GxObject. |
IDescriptionWindow |
findViaPath(java.lang.String path)
Deprecated. Indicates whether the Item Description Window is already being displayed for the selected path. |
IGxDocumentationView |
getDocumentationView()
Deprecated. The documentation view in item description window. |
int |
getHWnd()
Deprecated. HWND of the Item Description Window. |
IItemInfo |
getTargetItemInfo()
Deprecated. Pass the target ItemInfo to item description window. |
IGxObject |
getTargetObject()
Deprecated. Pass the editing target object to item description window. |
java.lang.String |
getTargetPath()
Deprecated. Pass the editing target path to item description window. |
void |
refresh()
Deprecated. Refresh the Item Description Window. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setApplicationByRef(IApplication rhs1)
Deprecated. Provides the window with a reference to the application. |
void |
setTargetItemInfoByRef(IItemInfo ppItemInfo)
Deprecated. Pass the target ItemInfo to item description window. |
void |
setTargetObjectByRef(IGxObject ppGxObject)
Deprecated. Pass the editing target object to item description window. |
void |
setTargetPath(java.lang.String path)
Deprecated. Pass the editing target path to item description window. |
void |
show(boolean rePosition)
Deprecated. Show tem Description Window of select object. |
| 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 |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IDescriptionWindowProxy(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.IOExceptionpublic IDescriptionWindowProxy()
public IDescriptionWindowProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IDescriptionWindowProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IDescriptionWindowProxy(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| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setApplicationByRef(IApplication rhs1)
throws java.io.IOException,
AutomationException
setApplicationByRef in interface IDescriptionWindowrhs1 - A reference to a com.esri.arcgis.framework.IApplication (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTargetObjectByRef(IGxObject ppGxObject)
throws java.io.IOException,
AutomationException
setTargetObjectByRef in interface IDescriptionWindowppGxObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGxObject getTargetObject()
throws java.io.IOException,
AutomationException
getTargetObject in interface IDescriptionWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTargetPath(java.lang.String path)
throws java.io.IOException,
AutomationException
setTargetPath in interface IDescriptionWindowpath - The path (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getTargetPath()
throws java.io.IOException,
AutomationException
getTargetPath in interface IDescriptionWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTargetItemInfoByRef(IItemInfo ppItemInfo)
throws java.io.IOException,
AutomationException
setTargetItemInfoByRef in interface IDescriptionWindowppItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IItemInfo getTargetItemInfo()
throws java.io.IOException,
AutomationException
getTargetItemInfo in interface IDescriptionWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDescriptionWindow findViaItemInfo(IItemInfo pItemInfo)
throws java.io.IOException,
AutomationException
findViaItemInfo in interface IDescriptionWindowpItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDescriptionWindow findViaPath(java.lang.String path)
throws java.io.IOException,
AutomationException
findViaPath in interface IDescriptionWindowpath - The path (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDescriptionWindow findViaObject(IGxObject pGxObject)
throws java.io.IOException,
AutomationException
findViaObject in interface IDescriptionWindowpGxObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHWnd()
throws java.io.IOException,
AutomationException
getHWnd in interface IDescriptionWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void show(boolean rePosition)
throws java.io.IOException,
AutomationException
show in interface IDescriptionWindowrePosition - The rePosition (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void refresh()
throws java.io.IOException,
AutomationException
refresh in interface IDescriptionWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGxDocumentationView getDocumentationView()
throws java.io.IOException,
AutomationException
getDocumentationView in interface IDescriptionWindowjava.io.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 | ||||||||