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, java.io.Serializable

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

COM Class 'GxDocumentationViewWindow'. 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.catalogUI.IGxDocumentationViewWindow
IID, IID5626c4a7_9000_49d3_b0e4_83b8cd3f15ec, xxDummy
 
Constructor Summary
GxDocumentationViewWindow()
          Constructs a GxDocumentationViewWindow using ArcGIS Engine.
GxDocumentationViewWindow(java.lang.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(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 int getHWnd()
          HWND of the child window.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 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.
 void release()
          Release a GxDocumentationViewWindow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GxDocumentationViewWindow

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

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

GxDocumentationViewWindow

public GxDocumentationViewWindow(java.lang.Object obj)
                          throws java.io.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:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

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

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a GxDocumentationViewWindow.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getHWnd

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

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

onObjectChanged

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onMetadataChanged

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

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

onMetadataChanged2

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

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

onItemInfoChanged

public void onItemInfoChanged(IItemInfo pItemInfo)
                       throws java.io.IOException,
                              AutomationException
The selected ItemInfo is changed.

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

close

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

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

print

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

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

invalidate

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

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