com.esri.arcgis.catalogUI
Class GxDocumentationViewWindow

java.lang.Object
  extended by com.esri.arcgis.catalogUI.GxDocumentationViewWindow
All Implemented Interfaces:
IGxDocumentationViewWindow, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class GxDocumentationViewWindow
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IGxDocumentationViewWindow

Provides access to memebers of DescriptionWindow.

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

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(com.esri.arcgis.search.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

GxDocumentationViewWindow

public GxDocumentationViewWindow()
                          throws IOException,
                                 UnknownHostException
Constructs a GxDocumentationViewWindow using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

GxDocumentationViewWindow

public GxDocumentationViewWindow(Object obj)
                          throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GxDocumentationViewWindow theGxDocumentationViewWindow = (GxDocumentationViewWindow) obj;

Construct a GxDocumentationViewWindow using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to GxDocumentationViewWindow.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

getHWnd

public int getHWnd()
            throws IOException,
                   AutomationException
HWND of the child window.

Product Availability

Available with ArcGIS Desktop.

Specified by:
getHWnd in interface IGxDocumentationViewWindow
Returns:
The hWnd (A COM typedef)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onObjectChanged

public void onObjectChanged(IGxObject pGxObject,
                            IPropertySet pMetadata)
                     throws IOException,
                            AutomationException
The selected object is changed.

Product Availability

Available with ArcGIS Desktop.

Specified by:
onObjectChanged in interface IGxDocumentationViewWindow
Parameters:
pGxObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
pMetadata - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onMetadataChanged

public void onMetadataChanged(IMetadata pMetadata)
                       throws IOException,
                              AutomationException
The metadata of the selected object is changed.

Product Availability

Available with ArcGIS Desktop.

Specified by:
onMetadataChanged in interface IGxDocumentationViewWindow
Parameters:
pMetadata - A reference to a com.esri.arcgis.geodatabase.IMetadata (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onMetadataChanged2

public void onMetadataChanged2(IPropertySet pMetadata)
                        throws IOException,
                               AutomationException
The metadata of the selected object is changed.

Product Availability

Available with ArcGIS Desktop.

Specified by:
onMetadataChanged2 in interface IGxDocumentationViewWindow
Parameters:
pMetadata - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onItemInfoChanged

public void onItemInfoChanged(com.esri.arcgis.search.IItemInfo pItemInfo)
                       throws IOException,
                              AutomationException
The selected ItemInfo is changed.

Product Availability

Available with ArcGIS Desktop.

Specified by:
onItemInfoChanged in interface IGxDocumentationViewWindow
Parameters:
pItemInfo - A reference to a com.esri.arcgis.search.IItemInfo (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

close

public void close()
           throws IOException,
                  AutomationException
Close the embeded window.

Product Availability

Available with ArcGIS Desktop.

Specified by:
close in interface IGxDocumentationViewWindow
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

print

public void print()
           throws IOException,
                  AutomationException
Print selected content.

Product Availability

Available with ArcGIS Desktop.

Specified by:
print in interface IGxDocumentationViewWindow
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

invalidate

public void invalidate()
                throws IOException,
                       AutomationException
Force UI to repaint.

Product Availability

Available with ArcGIS Desktop.

Specified by:
invalidate in interface IGxDocumentationViewWindow
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.