com.esri.arcgis.arcmapui
Interface IContentsView3

All Superinterfaces:
IContentsView, IContentsView2, java.io.Serializable
All Known Implementing Classes:
IContentsView3Proxy

public interface IContentsView3
extends IContentsView2, java.io.Serializable

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

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 IIDe4d75693_5fc8_4311_b990_b3d53138dee3
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.arcmapui.IContentsView2
IIDb461cde5_216d_11d6_b2b3_00508bcdde28
 
Fields inherited from interface com.esri.arcgis.arcmapui.IContentsView
IIDfddb19ef_cb6f_11d2_9f38_00c04f6bc78e
 
Method Summary
 int getBitmap()
          Bitmap shown in Table Of Contents window toolbar.
 java.lang.String getTooltip()
          getTooltip
 
Methods inherited from interface com.esri.arcgis.arcmapui.IContentsView2
basicActivate
 
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

IIDe4d75693_5fc8_4311_b990_b3d53138dee3

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

getBitmap

int getBitmap()
              throws java.io.IOException,
                     AutomationException
Bitmap shown in Table Of Contents window toolbar.

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

getTooltip

java.lang.String getTooltip()
                            throws java.io.IOException,
                                   AutomationException
getTooltip

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