com.esri.arcgis.geodatabaseui
Interface ITableViewContextMenus

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableViewContextMenusProxy

public interface ITableViewContextMenus
extends java.io.Serializable

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

Description: 'Provides access to menu requests that occur with the TableView. This interface must the QI'able from the callback interface.' 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 IID488b6554_e351_4648_a8f4_2bdeff20cd99
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean cellMenu()
          This method is called if the user requests a Cell menu.
 boolean columnMenu()
          This method is called if the user requests a Column menu.
 boolean optionMenu()
          This method is called if the user requests a Option menu.
 boolean rowMenu()
          This method is called if the user requests a Row menu.
 

Field Detail

IID488b6554_e351_4648_a8f4_2bdeff20cd99

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

columnMenu

boolean columnMenu()
                   throws java.io.IOException,
                          AutomationException
This method is called if the user requests a Column menu.

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

rowMenu

boolean rowMenu()
                throws java.io.IOException,
                       AutomationException
This method is called if the user requests a Row menu.

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

cellMenu

boolean cellMenu()
                 throws java.io.IOException,
                        AutomationException
This method is called if the user requests a Cell menu.

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

optionMenu

boolean optionMenu()
                   throws java.io.IOException,
                          AutomationException
This method is called if the user requests a Option menu.

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