com.esri.arcgis.editor
Interface IDigitizerButtons

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DigitizerExtension, IDigitizerButtonsProxy

public interface IDigitizerButtons
extends java.io.Serializable

COM Interface 'IDigitizerButtons'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to map digitizer puck buttons to ArcMap commands.' 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 IIDd319724d_db13_11d2_9f26_00c04f6bc979
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IUID getButton(int button)
          Button to map on the digitizer puck.
 void setButton(int button, IUID cmdID)
          Button to map on the digitizer puck.
 

Field Detail

IIDd319724d_db13_11d2_9f26_00c04f6bc979

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

setButton

void setButton(int button,
               IUID cmdID)
               throws java.io.IOException,
                      AutomationException
Button to map on the digitizer puck.

Parameters:
button - The button (in)
cmdID - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getButton

IUID getButton(int button)
               throws java.io.IOException,
                      AutomationException
Button to map on the digitizer puck.

Parameters:
button - The button (in)
Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.