|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.catalogUI.DescriptionWindow
public class DescriptionWindow
COM Class 'DescriptionWindow'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'
Description 'Provides access to memebers of DescriptionWindow.' 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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.catalogUI.IDescriptionWindow |
---|
IID, IID65f86c2e_40e4_4135_8ebc_364a0ef7e9ae, xxDummy |
Constructor Summary | |
---|---|
DescriptionWindow()
Constructs a DescriptionWindow using ArcGIS Engine. |
|
DescriptionWindow(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DescriptionWindow theDescriptionWindow = (DescriptionWindow) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
IDescriptionWindow |
findViaItemInfo(IItemInfo pItemInfo)
Indicates whether the Item Description Window is already being displayed for the selected ItemInfo. |
IDescriptionWindow |
findViaObject(IGxObject pGxObject)
Indicates whether the Item Description Window is already being displayed for the selected GxObject. |
IDescriptionWindow |
findViaPath(java.lang.String path)
Indicates whether the Item Description Window is already being displayed for the selected path. |
static java.lang.String |
getClsid()
getClsid. |
IGxDocumentationView |
getDocumentationView()
The documentation view in item description window. |
int |
getHWnd()
HWND of the Item Description Window. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IItemInfo |
getTargetItemInfo()
Pass the target ItemInfo to item description window. |
IGxObject |
getTargetObject()
Pass the editing target object to item description window. |
java.lang.String |
getTargetPath()
Pass the editing target path to item description window. |
int |
hashCode()
the hashcode for this object |
void |
refresh()
Refresh the Item Description Window. |
void |
release()
Release a DescriptionWindow. |
void |
setApplicationByRef(IApplication rhs1)
Provides the window with a reference to the application. |
void |
setTargetItemInfoByRef(IItemInfo ppItemInfo)
Pass the target ItemInfo to item description window. |
void |
setTargetObjectByRef(IGxObject ppGxObject)
Pass the editing target object to item description window. |
void |
setTargetPath(java.lang.String path)
Pass the editing target path to item description window. |
void |
show(boolean rePosition)
Show tem Description Window of select object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DescriptionWindow() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic DescriptionWindow(java.lang.Object obj) throws java.io.IOException
DescriptionWindow theDescriptionWindow = (DescriptionWindow) obj;
obj
to DescriptionWindow
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setApplicationByRef(IApplication rhs1) throws java.io.IOException, AutomationException
setApplicationByRef
in interface IDescriptionWindow
rhs1
- 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 IDescriptionWindow
ppGxObject
- 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 IDescriptionWindow
java.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 IDescriptionWindow
path
- 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 IDescriptionWindow
java.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 IDescriptionWindow
ppItemInfo
- 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 IDescriptionWindow
java.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 IDescriptionWindow
pItemInfo
- 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 IDescriptionWindow
path
- 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 IDescriptionWindow
pGxObject
- 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 IDescriptionWindow
java.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 IDescriptionWindow
rePosition
- 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 IDescriptionWindow
java.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 IDescriptionWindow
java.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 |