|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICommandPool
COM Interface 'ICommandPool'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to the contents of 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 |
IID85490941_3a6a_47c4_8e42_7f6997534ddf
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
boolean |
created(ICommand command)
Indicates if the commands OnCreate method has been called. |
boolean |
exists(ICommand command)
Indicates if the given command exists in the command pool. |
ICommand |
findByUID(IUID uID)
Searches the command pool for the given UID. |
ICommand |
getCommand(int index)
The command at the given index. |
int |
getCount()
The number of commands in the command pool. |
IUID |
getUID(ICommand command)
The UID of the given command. |
int |
getUsageCount(ICommand command)
The number of items using the given command. |
| Field Detail |
|---|
static final int IID85490941_3a6a_47c4_8e42_7f6997534ddf
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getUsageCount(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.
boolean exists(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.
ICommand findByUID(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.
IUID getUID(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.
ICommand getCommand(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.
boolean created(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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||