com.esri.arcgis.system
Interface IExtensionAccelerators

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnimationExtension, Editor, IExtensionAcceleratorsProxy

public interface IExtensionAccelerators
extends java.io.Serializable

COM Interface 'IExtensionAccelerators'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to a method that creates extension accelerators.' 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 IID35d9879a_db68_4a2f_87cc_7206f0060b71
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void createAccelerators()
          Called to create the keyboard accelerators for this extension.
 

Field Detail

IID35d9879a_db68_4a2f_87cc_7206f0060b71

static final int IID35d9879a_db68_4a2f_87cc_7206f0060b71
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

createAccelerators

void createAccelerators()
                        throws java.io.IOException,
                               AutomationException
Called to create the keyboard accelerators for this extension.

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