public interface IComponentCategoryManager
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd9b58741_322d_11d2_a29a_080009b6f22b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDd9b58741_322d_11d2_a29a_080009b6f22b
static final int xxDummy
static final java.lang.String IID
void create(java.lang.String name, IUID category) throws java.io.IOException, AutomationException
name
- The name (in)category
- A reference to a com.esri.arcgis.system.IUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setup(java.lang.String pathname, IUID objectType, IUID category, boolean install) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setupObject(java.lang.String pathname, IUID obj, IUID category, boolean install) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.