com.esri.arcgis.system
Interface IComponentCategoryManager

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

public interface IComponentCategoryManager
extends java.io.Serializable

COM Interface 'IComponentCategoryManager'. 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 IIDd9b58741_322d_11d2_a29a_080009b6f22b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void create(java.lang.String name, IUID category)
          Creates a component category.
 void setup(java.lang.String pathname, IUID objectType, IUID category, boolean install)
          Installs or uninstalls the objects that match the object type into the given category.
 void setupObject(java.lang.String pathname, IUID obj, IUID category, boolean install)
          Installs or uninstalls the given object into the given category.
 

Field Detail

IIDd9b58741_322d_11d2_a29a_080009b6f22b

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

create

void create(java.lang.String name,
            IUID category)
            throws java.io.IOException,
                   AutomationException
Creates a component category.

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

setup

void setup(java.lang.String pathname,
           IUID objectType,
           IUID category,
           boolean install)
           throws java.io.IOException,
                  AutomationException
Installs or uninstalls the objects that match the object type into the given category.

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

setupObject

void setupObject(java.lang.String pathname,
                 IUID obj,
                 IUID category,
                 boolean install)
                 throws java.io.IOException,
                        AutomationException
Installs or uninstalls the given object into the given category.

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