com.esri.arcgis.arcmapui
Interface IContentsView2

All Superinterfaces:
IContentsView, Serializable
All Known Subinterfaces:
IContentsView3
All Known Implementing Classes:
IContentsView2Proxy, IContentsView3Proxy, TOCGMxCatalogView, TOCGMxDisplayView, TOCGMxLegendSelectionView, TOCGMxTypeView

public interface IContentsView2
extends IContentsView, Serializable

Provides access to members that control the table of contents views of GMx.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void basicActivate(int parentHWnd, IDocument document)
          Activates the contents view.
 
Methods inherited from interface com.esri.arcgis.arcmapui.IContentsView
activate, addToSelectedItems, deactivate, getContextItem, getHWnd, getName, getSelectedItem, isShowLines, isVisible, refresh, removeFromSelectedItems, setContextItem, setProcessEvents, setSelectedItem, setShowLines, setVisible
 

Method Detail

basicActivate

void basicActivate(int parentHWnd,
                   IDocument document)
                   throws IOException,
                          AutomationException
Activates the contents view.

Product Availability

Available with ArcGIS Desktop.

Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
document - A reference to a com.esri.arcgis.framework.IDocument (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.