|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IComponentCategoryManager
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 |
---|
static final int IIDd9b58741_322d_11d2_a29a_080009b6f22b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |