com.esri.arcgis.arcmapui
Interface IContentsView2

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

public interface IContentsView2
extends IContentsView, java.io.Serializable

COM Interface 'IContentsView2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the table of contents views of GMx.' 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 IIDb461cde5_216d_11d6_b2b3_00508bcdde28
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.arcmapui.IContentsView
IIDfddb19ef_cb6f_11d2_9f38_00c04f6bc78e
 
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
 

Field Detail

IIDb461cde5_216d_11d6_b2b3_00508bcdde28

static final int IIDb461cde5_216d_11d6_b2b3_00508bcdde28
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

basicActivate

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

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