|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.catalogUI.DescriptionWindow
public class DescriptionWindow
Provides access to memebers of DescriptionWindow.
Constructor Summary | |
---|---|
DescriptionWindow()
Constructs a DescriptionWindow using ArcGIS Engine. |
|
DescriptionWindow(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DescriptionWindow theDescriptionWindow = (DescriptionWindow) obj; |
Method Summary | |
---|---|
boolean |
equals(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(String path)
Indicates whether the Item Description Window is already being displayed for the selected path. |
static String |
getClsid()
getClsid. |
IGxDocumentationView |
getDocumentationView()
The documentation view in item description window. |
int |
getHWnd()
HWND of the Item Description Window. |
IItemInfo |
getTargetItemInfo()
Pass the target ItemInfo to item description window. |
IGxObject |
getTargetObject()
Pass the editing target object to item description window. |
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 |
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(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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public DescriptionWindow() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic DescriptionWindow(Object obj) throws IOException
DescriptionWindow theDescriptionWindow = (DescriptionWindow) obj;
obj
to DescriptionWindow
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setApplicationByRef(IApplication rhs1) throws IOException, AutomationException
setApplicationByRef
in interface IDescriptionWindow
rhs1
- A reference to a com.esri.arcgis.framework.IApplication (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTargetObjectByRef(IGxObject ppGxObject) throws IOException, AutomationException
setTargetObjectByRef
in interface IDescriptionWindow
ppGxObject
- A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxObject getTargetObject() throws IOException, AutomationException
getTargetObject
in interface IDescriptionWindow
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTargetPath(String path) throws IOException, AutomationException
setTargetPath
in interface IDescriptionWindow
path
- The path (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTargetPath() throws IOException, AutomationException
getTargetPath
in interface IDescriptionWindow
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTargetItemInfoByRef(IItemInfo ppItemInfo) throws IOException, AutomationException
setTargetItemInfoByRef
in interface IDescriptionWindow
ppItemInfo
- A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IItemInfo getTargetItemInfo() throws IOException, AutomationException
getTargetItemInfo
in interface IDescriptionWindow
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDescriptionWindow findViaItemInfo(IItemInfo pItemInfo) throws IOException, AutomationException
findViaItemInfo
in interface IDescriptionWindow
pItemInfo
- A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDescriptionWindow findViaPath(String path) throws IOException, AutomationException
findViaPath
in interface IDescriptionWindow
path
- The path (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDescriptionWindow findViaObject(IGxObject pGxObject) throws IOException, AutomationException
findViaObject
in interface IDescriptionWindow
pGxObject
- A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHWnd() throws IOException, AutomationException
getHWnd
in interface IDescriptionWindow
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void show(boolean rePosition) throws IOException, AutomationException
show
in interface IDescriptionWindow
rePosition
- The rePosition (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refresh() throws IOException, AutomationException
refresh
in interface IDescriptionWindow
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxDocumentationView getDocumentationView() throws IOException, AutomationException
getDocumentationView
in interface IDescriptionWindow
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 |