com.esri.arcgis.system
Interface IComponentCategoryInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ComponentCategoryManager, IComponentCategoryInfoProxy

public interface IComponentCategoryInfo
extends java.io.Serializable

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

Description: 'Provides access to members that work with the component category manager.' 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 IIDc5185fd4_557c_4e07_9a75_abf060f2ef41
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumUID getComponentsInCategory(IUID pCategoryID)
          Obtains a collection of component IDs matching the specified component category ID.
 

Field Detail

IIDc5185fd4_557c_4e07_9a75_abf060f2ef41

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

getComponentsInCategory

IEnumUID getComponentsInCategory(IUID pCategoryID)
                                 throws java.io.IOException,
                                        AutomationException
Obtains a collection of component IDs matching the specified component category ID.

Parameters:
pCategoryID - A reference to a com.esri.arcgis.system.IUID (in)
Returns:
A reference to a com.esri.arcgis.system.IEnumUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.