com.esri.arcgis.systemUI
Interface IMultiItemEx

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMultiItemExProxy

public interface IMultiItemEx
extends java.io.Serializable

COM Interface 'IMultiItemEx'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'

Description: 'Provides access to members that define a multiItem with extended features.' 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 IID1e29f387_f77a_42cc_ad58_5fb1f5f8e11d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getItemHelpContextID(int index)
          The help context ID associated with the item specified by the index.
 java.lang.String getItemHelpFile(int index)
          The name of the help file associated with the item specified by the index.
 java.lang.String getItemMessage(int index)
          The status bar message for the item specified by the index.
 

Field Detail

IID1e29f387_f77a_42cc_ad58_5fb1f5f8e11d

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

getItemMessage

java.lang.String getItemMessage(int index)
                                throws java.io.IOException,
                                       AutomationException
The status bar message for the item specified by the index.

Parameters:
index - The index (in)
Returns:
The message
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemHelpFile

java.lang.String getItemHelpFile(int index)
                                 throws java.io.IOException,
                                        AutomationException
The name of the help file associated with the item specified by the index.

Parameters:
index - The index (in)
Returns:
The helpFile
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemHelpContextID

int getItemHelpContextID(int index)
                         throws java.io.IOException,
                                AutomationException
The help context ID associated with the item specified by the index.

Parameters:
index - The index (in)
Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.