|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICommandBar
COM Interface 'ICommandBar'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriFramework.olb'
Description: 'Provides access to members that modify a commandbar.' 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 |
IID32e9d003_b867_11d1_947b_080009eebecb
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
ICommandItem |
add(IUID cmdID,
java.lang.Object index)
Adds a new command to this commandbar. |
ICommandItem |
createMacroItem(java.lang.String name,
java.lang.Object faceID,
java.lang.String action,
java.lang.Object index)
Creates a new macro item on this commandbar at the specified position. |
ICommandBar |
createMenu(java.lang.String name,
java.lang.Object index)
Creates a new blank menu on this commandbar at the specified position. |
void |
dock(int dockFlags,
ICommandBar referenceBar)
Docks or undocks this commandbar. |
ICommandItem |
find(java.lang.Object identifier,
boolean noRecurse)
Finds a command on this commandbar. |
int |
getCount()
The number of items contained within this commandbar. |
ICommandItem |
getItem(int index)
The command item on this commandbar at the specified index. |
boolean |
isVisible()
Indicates if this commandbar is visible. |
ICommandItem |
popup(int x,
int y)
Displays this commandbar as a popup menu at the specified location. |
| Field Detail |
|---|
static final int IID32e9d003_b867_11d1_947b_080009eebecb
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
ICommandItem add(IUID cmdID,
java.lang.Object index)
throws java.io.IOException,
AutomationException
cmdID - A reference to a com.esri.arcgis.system.IUID (in)index - A Variant (in, optional, pass null if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ICommandBar createMenu(java.lang.String name,
java.lang.Object index)
throws java.io.IOException,
AutomationException
name - The name (in)index - A Variant (in, optional, pass null if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ICommandItem createMacroItem(java.lang.String name,
java.lang.Object faceID,
java.lang.String action,
java.lang.Object index)
throws java.io.IOException,
AutomationException
name - The name (in)faceID - A Variant (in, optional, pass null if not required)action - The action (in, optional, pass null if not required)index - A Variant (in, optional, pass null if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ICommandItem find(java.lang.Object identifier,
boolean noRecurse)
throws java.io.IOException,
AutomationException
identifier - A Variant (in)noRecurse - The noRecurse (in, optional, pass false if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ICommandItem getItem(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.
ICommandItem popup(int x,
int y)
throws java.io.IOException,
AutomationException
x - The x (in, optional, pass 0 if not required)y - The y (in, optional, pass 0 if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void dock(int dockFlags,
ICommandBar referenceBar)
throws java.io.IOException,
AutomationException
dockFlags - A com.esri.arcgis.framework.esriDockFlags constant (in)referenceBar - A reference to a com.esri.arcgis.framework.ICommandBar (in, optional, pass null if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isVisible()
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 | ||||||||