com.esri.arcgis.catalogUI
Interface IGxDocumentationViewWindow

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxDocumentationViewWindow, IGxDocumentationViewWindowProxy

public interface IGxDocumentationViewWindow
extends java.io.Serializable

COM Interface 'IGxDocumentationViewWindow'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members of IGxDocumentationViewWindow interface.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5626c4a7_9000_49d3_b0e4_83b8cd3f15ec
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void close()
          Close the embeded window.
 int getHWnd()
          HWND of the child window.
 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.
 

Field Detail

IID5626c4a7_9000_49d3_b0e4_83b8cd3f15ec

static final int IID5626c4a7_9000_49d3_b0e4_83b8cd3f15ec
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getHWnd

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

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

onObjectChanged

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

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

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

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

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

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

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

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

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

print

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

invalidate

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.