com.esri.arcgis.framework
Interface ICommandBars

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CommandBars, ICommandBarsProxy

public interface ICommandBars
extends java.io.Serializable

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

IID289fc451_d249_11d1_91ad_0080c718df97

static final int IID289fc451_d249_11d1_91ad_0080c718df97
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setShowToolTips

void setShowToolTips(boolean bShow)
                     throws java.io.IOException,
                            AutomationException
Indicates if tooltips should be shown.

Parameters:
bShow - The bShow (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowToolTips

boolean isShowToolTips()
                       throws java.io.IOException,
                              AutomationException
Indicates if tooltips should be shown.

Returns:
The bShow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLargeIcons

void setLargeIcons(boolean bLarge)
                   throws java.io.IOException,
                          AutomationException
Indicates if large icons should be shown.

Parameters:
bLarge - The bLarge (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLargeIcons

boolean isLargeIcons()
                     throws java.io.IOException,
                            AutomationException
Indicates if large icons should be shown.

Returns:
The bLarge
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

create

ICommandBar create(java.lang.String name,
                   int barType)
                   throws java.io.IOException,
                          AutomationException
Creates a new blank toolbar or shortcut menu.

Parameters:
name - The name (in)
barType - A com.esri.arcgis.systemUI.esriCmdBarType constant (in)
Returns:
A reference to a com.esri.arcgis.framework.ICommandBar
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

find

ICommandItem find(java.lang.Object identifier,
                  boolean noRecurse,
                  boolean noCreate)
                  throws java.io.IOException,
                         AutomationException
Searches for the item specified by identifier.

Parameters:
identifier - A Variant (in)
noRecurse - The noRecurse (in, optional, pass false if not required)
noCreate - The noCreate (in, optional, pass false if not required)
Returns:
A reference to a com.esri.arcgis.framework.ICommandItem
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hideAllToolbars

void hideAllToolbars()
                     throws java.io.IOException,
                            AutomationException
Hides all visible bars.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.