com.esri.arcgis.controls
Interface IARCommandInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ARCommandInfo, IARCommandInfoProxy

public interface IARCommandInfo
extends java.io.Serializable

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

Description: 'Provides access to members that control the ARCommandInfo.' 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 DISPID_1610743808_GET_NAME
           
static java.lang.String DISPID_1610743809_GET_NAME
           
static java.lang.String DISPID_1610743810_GET_NAME
           
static java.lang.String DISPID_1610743811_GET_NAME
           
static java.lang.String DISPID_1610743812_GET_NAME
           
static java.lang.String DISPID_1610743813_GET_NAME
           
static java.lang.String DISPID_1610743814_GET_NAME
           
static java.lang.String DISPID_1610743815_GET_NAME
           
static java.lang.String DISPID_1610743816_GET_NAME
           
static java.lang.String DISPID_1610743817_GET_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IID92320009_383f_4fe1_b5b1_08d047eaeec3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBitmap()
          The bitmap used as an icon by the command.
 java.lang.String getCaption()
          The caption of the command.
 java.lang.String getCategory()
          The category the command is associated with.
 int getHelpContextID()
          The help context ID associated with the command.
 java.lang.String getHelpFile()
          The name of the help file associated with the command.
 java.lang.String getMessage()
          The message of the command.
 java.lang.String getName()
          The name of the command.
 java.lang.String getTooltip()
          The tooltip of the command.
 boolean isChecked()
          Indicates if the command is checked.
 boolean isEnabled()
          Indicates if the command is enabled.
 

Field Detail

IID92320009_383f_4fe1_b5b1_08d047eaeec3

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

DISPID_1610743808_GET_NAME

static final java.lang.String DISPID_1610743808_GET_NAME
See Also:
Constant Field Values

DISPID_1610743809_GET_NAME

static final java.lang.String DISPID_1610743809_GET_NAME
See Also:
Constant Field Values

DISPID_1610743810_GET_NAME

static final java.lang.String DISPID_1610743810_GET_NAME
See Also:
Constant Field Values

DISPID_1610743811_GET_NAME

static final java.lang.String DISPID_1610743811_GET_NAME
See Also:
Constant Field Values

DISPID_1610743812_GET_NAME

static final java.lang.String DISPID_1610743812_GET_NAME
See Also:
Constant Field Values

DISPID_1610743813_GET_NAME

static final java.lang.String DISPID_1610743813_GET_NAME
See Also:
Constant Field Values

DISPID_1610743814_GET_NAME

static final java.lang.String DISPID_1610743814_GET_NAME
See Also:
Constant Field Values

DISPID_1610743815_GET_NAME

static final java.lang.String DISPID_1610743815_GET_NAME
See Also:
Constant Field Values

DISPID_1610743816_GET_NAME

static final java.lang.String DISPID_1610743816_GET_NAME
See Also:
Constant Field Values

DISPID_1610743817_GET_NAME

static final java.lang.String DISPID_1610743817_GET_NAME
See Also:
Constant Field Values
Method Detail

isEnabled

boolean isEnabled()
                  throws java.io.IOException,
                         AutomationException
Indicates if the command is enabled.

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

isChecked

boolean isChecked()
                  throws java.io.IOException,
                         AutomationException
Indicates if the command is checked.

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the command.

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

getCaption

java.lang.String getCaption()
                            throws java.io.IOException,
                                   AutomationException
The caption of the command.

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

getTooltip

java.lang.String getTooltip()
                            throws java.io.IOException,
                                   AutomationException
The tooltip of the command.

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

getMessage

java.lang.String getMessage()
                            throws java.io.IOException,
                                   AutomationException
The message of the command.

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

getHelpFile

java.lang.String getHelpFile()
                             throws java.io.IOException,
                                    AutomationException
The name of the help file associated with the command.

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

getHelpContextID

int getHelpContextID()
                     throws java.io.IOException,
                            AutomationException
The help context ID associated with the command.

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

getBitmap

int getBitmap()
              throws java.io.IOException,
                     AutomationException
The bitmap used as an icon by the command.

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

getCategory

java.lang.String getCategory()
                             throws java.io.IOException,
                                    AutomationException
The category the command is associated with.

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