com.esri.arcgis.controls
Interface IMissingCommand

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMissingCommandProxy, MissingCommand

public interface IMissingCommand
extends java.io.Serializable

COM Interface 'IMissingCommand'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to members that control missing commands on a ToolbarControl.' 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 IIDcb254751_2ffb_4a2e_9dd5_ffbb58505224
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setErrorMessage(java.lang.String clickMessage, java.lang.String tooltipMessage)
          Sets the message that is displayed when the command is clicked.
 

Field Detail

IIDcb254751_2ffb_4a2e_9dd5_ffbb58505224

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

setErrorMessage

void setErrorMessage(java.lang.String clickMessage,
                     java.lang.String tooltipMessage)
                     throws java.io.IOException,
                            AutomationException
Sets the message that is displayed when the command is clicked.

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