|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.controls.ICommandPoolEditProxy
Description: 'Provides access to members that control the command pool.' 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 =
public class ICommandPoolEditProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
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.controls.ICommandPoolEdit |
---|
IID, IIDcbb44409_c9b4_400b_be35_446516674392 |
Constructor Summary | |
---|---|
|
ICommandPoolEditProxy()
Deprecated. For internal use only |
|
ICommandPoolEditProxy(java.lang.Object obj)
Deprecated. |
protected |
ICommandPoolEditProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ICommandPoolEditProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ICommandPoolEditProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addCommand(ICommand command,
IUID pUID)
Deprecated. Adds the specified command to the command pool. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IArray |
addUID(IUID uID)
Deprecated. Adds the given UID to the command pool and returns an array of command objects. |
void |
callOnCreate(ICommand pCommand)
Deprecated. Calls the specified command OnCreate method if the Hook is set and OnCreate has not already been called. |
java.lang.Object |
getHook()
Deprecated. The object that is passed as a hook to the OnCreate method on the command. |
void |
remove(ICommand command)
Deprecated. Decrements the usage count of the command. |
void |
removeAll()
Deprecated. Removes all commands from the command pool, regardless of each commands usage count. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setHook(java.lang.Object pHook)
Deprecated. Sets the object that is passed as a hook to the OnCreate method on the command. |
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 ICommandPoolEditProxy(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 ICommandPoolEditProxy()
public ICommandPoolEditProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ICommandPoolEditProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ICommandPoolEditProxy(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 addCommand(ICommand command, IUID pUID) throws java.io.IOException, AutomationException
addCommand
in interface ICommandPoolEdit
command
- A reference to a com.esri.arcgis.systemUI.ICommand (in)pUID
- 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.public IArray addUID(IUID uID) throws java.io.IOException, AutomationException
addUID
in interface ICommandPoolEdit
uID
- 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.public void remove(ICommand command) throws java.io.IOException, AutomationException
remove
in interface ICommandPoolEdit
command
- A reference to a com.esri.arcgis.systemUI.ICommand (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws java.io.IOException, AutomationException
removeAll
in interface ICommandPoolEdit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void callOnCreate(ICommand pCommand) throws java.io.IOException, AutomationException
callOnCreate
in interface ICommandPoolEdit
pCommand
- A reference to a com.esri.arcgis.systemUI.ICommand (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHook(java.lang.Object pHook) throws java.io.IOException, AutomationException
setHook
in interface ICommandPoolEdit
pHook
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getHook() throws java.io.IOException, AutomationException
getHook
in interface ICommandPoolEdit
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 |