public interface IExtensionManager
extends java.io.Serializable
Description: 'Provides access to members that query extension.' 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 |
IID05c71634_d9d5_4d6f_b68e_d7661142fa06 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IExtension |
findExtension(java.lang.Object nameOrID)
Finds the extension by CLSID (IUID) or name (String).
|
IExtension |
getExtension(int index)
The extension at the specified index.
|
IUID |
getExtensionCLSID(int index)
The CLSID of the extension at the specified index.
|
int |
getExtensionCount()
The number of extensions loaded in the application.
|
static final int IID05c71634_d9d5_4d6f_b68e_d7661142fa06
static final int xxDummy
static final java.lang.String IID
int getExtensionCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IExtension getExtension(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUID getExtensionCLSID(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IExtension findExtension(java.lang.Object nameOrID) throws java.io.IOException, AutomationException
nameOrID
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.