|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.addinframework.IAddInManagerProxy
public class IAddInManagerProxy
Internal use class Proxy for COM Interface 'IAddInManager'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\SharedArcGIS\DepFiles\com\DADF\esriDADFSystem.tlb'
Description: 'IAddInManager Interface' 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.addinframework.IAddInManager |
---|
IID, IID21578701_16a1_435c_b839_3ea53cb354f5 |
Constructor Summary | |
---|---|
|
IAddInManagerProxy()
For internal use only |
|
IAddInManagerProxy(java.lang.Object obj)
|
protected |
IAddInManagerProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IAddInManagerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IAddInManagerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addFolder(java.lang.String pathToAddInFolder)
Adds a path to the folder processing list. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
void |
createObject(GUID addInID,
java.lang.Object pOuter,
java.lang.Object[] ppObj)
Create an instance of the specified object. |
IEnumAddInFolders |
getAddInFolders()
Retrieves add-in probing folders. |
IEnumNode |
getAddInRecords()
Retrieves all registered addin records. |
IEnumNode |
getAddInRecordsEx(java.lang.String xpathQuery)
Retrieves registered addin records matching the specified xpath query. |
int |
getEnabled()
Indicates if the addin manager is enabled. |
void |
getIDsInCategory(GUID category,
IEnumAddInID[] ppEnumAddInIDs)
Enumerate objects IDs within a specified category. |
void |
getLocale(java.lang.String[] locale)
Retrives the current locale. |
IAddInRecord |
getRecord(GUID addInID)
Returns the record asociated with the specified ID. |
void |
initialize(java.lang.Object pHook,
java.lang.String langID)
Called to initialize the addin manager (normally called at application startup). |
void |
initializeEx(java.lang.Object pHook,
java.lang.String langID,
int options)
Called to initialize the addin manager (normally called at application startup). |
boolean |
isUserMode()
Indicates if the add-in manager is in user mode. |
void |
refresh(java.lang.String pathToAddInFolder)
Refreshes AddIns information in the specified folder. |
void |
removeFolder(java.lang.String pathToAddInFolder)
Removes a path from the folder processing list. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setEnabled(int enabled)
Indicates if the add-in manager is enabled. |
void |
setUserMode(boolean enabled)
Indicates if the add-in manager is in user mode. |
void |
shutdown()
Called to shutdown the addin manager (normally called at application shutdown). |
void |
translateID(java.lang.String strID,
GUID[] pID)
Translates an AddIn string ID to it's corresponding registered GUID. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IAddInManagerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IAddInManagerProxy()
public IAddInManagerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IAddInManagerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IAddInManagerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void initialize(java.lang.Object pHook, java.lang.String langID) throws java.io.IOException, AutomationException
initialize
in interface IAddInManager
pHook
- A reference to another Object (IUnknown) (in)langID
- The langID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addFolder(java.lang.String pathToAddInFolder) throws java.io.IOException, AutomationException
addFolder
in interface IAddInManager
pathToAddInFolder
- The pathToAddInFolder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeFolder(java.lang.String pathToAddInFolder) throws java.io.IOException, AutomationException
removeFolder
in interface IAddInManager
pathToAddInFolder
- The pathToAddInFolder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refresh(java.lang.String pathToAddInFolder) throws java.io.IOException, AutomationException
refresh
in interface IAddInManager
pathToAddInFolder
- The pathToAddInFolder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void createObject(GUID addInID, java.lang.Object pOuter, java.lang.Object[] ppObj) throws java.io.IOException, AutomationException
createObject
in interface IAddInManager
addInID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)pOuter
- A reference to another Object (IUnknown) (in)ppObj
- A reference to another Object (IUnknown) (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAddInRecord getRecord(GUID addInID) throws java.io.IOException, AutomationException
getRecord
in interface IAddInManager
addInID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getIDsInCategory(GUID category, IEnumAddInID[] ppEnumAddInIDs) throws java.io.IOException, AutomationException
getIDsInCategory
in interface IAddInManager
category
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppEnumAddInIDs
- A reference to a com.esri.arcgis.addinframework.IEnumAddInID (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void translateID(java.lang.String strID, GUID[] pID) throws java.io.IOException, AutomationException
translateID
in interface IAddInManager
strID
- The strID (in)pID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void shutdown() throws java.io.IOException, AutomationException
shutdown
in interface IAddInManager
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumNode getAddInRecords() throws java.io.IOException, AutomationException
getAddInRecords
in interface IAddInManager
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEnabled(int enabled) throws java.io.IOException, AutomationException
setEnabled
in interface IAddInManager
enabled
- A com.esri.arcgis.addinframework.esriAddInMode constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getEnabled() throws java.io.IOException, AutomationException
getEnabled
in interface IAddInManager
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumAddInFolders getAddInFolders() throws java.io.IOException, AutomationException
getAddInFolders
in interface IAddInManager
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumNode getAddInRecordsEx(java.lang.String xpathQuery) throws java.io.IOException, AutomationException
getAddInRecordsEx
in interface IAddInManager
xpathQuery
- The xpathQuery (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUserMode(boolean enabled) throws java.io.IOException, AutomationException
setUserMode
in interface IAddInManager
enabled
- The enabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUserMode() throws java.io.IOException, AutomationException
isUserMode
in interface IAddInManager
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getLocale(java.lang.String[] locale) throws java.io.IOException, AutomationException
getLocale
in interface IAddInManager
locale
- The locale (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void initializeEx(java.lang.Object pHook, java.lang.String langID, int options) throws java.io.IOException, AutomationException
initializeEx
in interface IAddInManager
pHook
- A reference to another Object (IUnknown) (in)langID
- The langID (in)options
- A com.esri.arcgis.addinframework.esriAddInSettings constant (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 |