|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDescriptionWindow
Provides access to members of Item Descrition Window.
Method Summary | |
---|---|
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. |
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. |
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. |
Method Detail |
---|
void setApplicationByRef(IApplication rhs1) throws IOException, AutomationException
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.void setTargetObjectByRef(IGxObject ppGxObject) throws IOException, AutomationException
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.IGxObject getTargetObject() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTargetPath(String path) throws IOException, AutomationException
path
- The path (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTargetPath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTargetItemInfoByRef(IItemInfo ppItemInfo) throws IOException, AutomationException
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.IItemInfo getTargetItemInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDescriptionWindow findViaItemInfo(IItemInfo pItemInfo) throws IOException, AutomationException
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.IDescriptionWindow findViaPath(String path) throws IOException, AutomationException
path
- The path (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDescriptionWindow findViaObject(IGxObject pGxObject) throws IOException, AutomationException
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.int getHWnd() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void show(boolean rePosition) throws IOException, AutomationException
rePosition
- The rePosition (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refresh() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGxDocumentationView getDocumentationView() throws IOException, AutomationException
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 |