|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.catalogUI.GxDocumentationViewWindow
public class GxDocumentationViewWindow
Provides access to memebers of DescriptionWindow.
Constructor Summary | |
---|---|
GxDocumentationViewWindow()
Constructs a GxDocumentationViewWindow using ArcGIS Engine. |
|
GxDocumentationViewWindow(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GxDocumentationViewWindow theGxDocumentationViewWindow = (GxDocumentationViewWindow) obj; |
Method Summary | |
---|---|
void |
close()
Close the embeded window. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getHWnd()
HWND of the child window. |
int |
hashCode()
the hashcode for this object |
void |
invalidate()
Force UI to repaint. |
void |
onItemInfoChanged(IItemInfo pItemInfo)
The selected ItemInfo is changed. |
void |
onMetadataChanged(IMetadata pMetadata)
The metadata of the selected object is changed. |
void |
onMetadataChanged2(IPropertySet pMetadata)
The metadata of the selected object is changed. |
void |
onObjectChanged(IGxObject pGxObject,
IPropertySet pMetadata)
The selected object is changed. |
void |
print()
Print selected content. |
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 GxDocumentationViewWindow() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GxDocumentationViewWindow(Object obj) throws IOException
GxDocumentationViewWindow theGxDocumentationViewWindow = (GxDocumentationViewWindow) obj;
obj
to GxDocumentationViewWindow
.
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 int getHWnd() throws IOException, AutomationException
getHWnd
in interface IGxDocumentationViewWindow
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onObjectChanged(IGxObject pGxObject, IPropertySet pMetadata) throws IOException, AutomationException
onObjectChanged
in interface IGxDocumentationViewWindow
pGxObject
- A reference to a com.esri.arcgis.catalog.IGxObject (in)pMetadata
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onMetadataChanged(IMetadata pMetadata) throws IOException, AutomationException
onMetadataChanged
in interface IGxDocumentationViewWindow
pMetadata
- A reference to a com.esri.arcgis.geodatabase.IMetadata (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onMetadataChanged2(IPropertySet pMetadata) throws IOException, AutomationException
onMetadataChanged2
in interface IGxDocumentationViewWindow
pMetadata
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onItemInfoChanged(IItemInfo pItemInfo) throws IOException, AutomationException
onItemInfoChanged
in interface IGxDocumentationViewWindow
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 void close() throws IOException, AutomationException
close
in interface IGxDocumentationViewWindow
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void print() throws IOException, AutomationException
print
in interface IGxDocumentationViewWindow
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void invalidate() throws IOException, AutomationException
invalidate
in interface IGxDocumentationViewWindow
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 |