|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICommandPoolEdit
COM Interface 'ICommandPoolEdit'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDcbb44409_c9b4_400b_be35_446516674392
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addCommand(ICommand command,
IUID pUID)
Adds the specified command to the command pool. |
IArray |
addUID(IUID uID)
Adds the given UID to the command pool and returns an array of command objects. |
void |
callOnCreate(ICommand pCommand)
Calls the specified command OnCreate method if the Hook is set and OnCreate has not already been called. |
java.lang.Object |
getHook()
The object that is passed as a hook to the OnCreate method on the command. |
void |
remove(ICommand command)
Decrements the usage count of the command. |
void |
removeAll()
Removes all commands from the command pool, regardless of each commands usage count. |
void |
setHook(java.lang.Object pHook)
Sets the object that is passed as a hook to the OnCreate method on the command. |
| Field Detail |
|---|
static final int IIDcbb44409_c9b4_400b_be35_446516674392
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void addCommand(ICommand command,
IUID pUID)
throws java.io.IOException,
AutomationException
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.
IArray addUID(IUID uID)
throws java.io.IOException,
AutomationException
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.
void remove(ICommand command)
throws java.io.IOException,
AutomationException
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.
void removeAll()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void callOnCreate(ICommand pCommand)
throws java.io.IOException,
AutomationException
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.
void setHook(java.lang.Object pHook)
throws java.io.IOException,
AutomationException
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.
java.lang.Object getHook()
throws java.io.IOException,
AutomationException
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 | ||||||||