|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICommandBars
COM Interface 'ICommandBars'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriFramework.olb'
Description: 'Provides access to members that work on the collection of commandbars.' 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 |
IID289fc451_d249_11d1_91ad_0080c718df97
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
ICommandBar |
create(java.lang.String name,
int barType)
Creates a new blank toolbar or shortcut menu. |
ICommandItem |
find(java.lang.Object identifier,
boolean noRecurse,
boolean noCreate)
Searches for the item specified by identifier. |
void |
hideAllToolbars()
Hides all visible bars. |
boolean |
isLargeIcons()
Indicates if large icons should be shown. |
boolean |
isShowToolTips()
Indicates if tooltips should be shown. |
void |
setLargeIcons(boolean bLarge)
Indicates if large icons should be shown. |
void |
setShowToolTips(boolean bShow)
Indicates if tooltips should be shown. |
| Field Detail |
|---|
static final int IID289fc451_d249_11d1_91ad_0080c718df97
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setShowToolTips(boolean bShow)
throws java.io.IOException,
AutomationException
bShow - The bShow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowToolTips()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLargeIcons(boolean bLarge)
throws java.io.IOException,
AutomationException
bLarge - The bLarge (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isLargeIcons()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ICommandBar create(java.lang.String name,
int barType)
throws java.io.IOException,
AutomationException
name - The name (in)barType - A com.esri.arcgis.systemUI.esriCmdBarType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ICommandItem find(java.lang.Object identifier,
boolean noRecurse,
boolean noCreate)
throws java.io.IOException,
AutomationException
identifier - A Variant (in)noRecurse - The noRecurse (in, optional, pass false if not required)noCreate - The noCreate (in, optional, pass false if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void hideAllToolbars()
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 | ||||||||