com.esri.arcgis.systemUI
Interface IMultiItemSeparator

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

public interface IMultiItemSeparator
extends java.io.Serializable

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

Description: 'Extends multiItem capabalities to support separators.' 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 IID5398cee2_0a8e_4bdf_af26_77c9af2ebc63
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isSeparator(int index)
          Indicates if item has a separator.
 

Field Detail

IID5398cee2_0a8e_4bdf_af26_77c9af2ebc63

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

isSeparator

boolean isSeparator(int index)
                    throws java.io.IOException,
                           AutomationException
Indicates if item has a separator.

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