com.esri.arcgis.geodatabaseui
Interface ITableViewContextMenus

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITableViewContextMenusProxy

public interface ITableViewContextMenus
extends Serializable

Provides access to menu requests that occur with the TableView. This interface must the QI'able from the callback interface.

Product Availability

Available with ArcGIS Desktop.


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.
 

Method Detail

columnMenu

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

Product Availability

Available with ArcGIS Desktop.

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

rowMenu

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

Product Availability

Available with ArcGIS Desktop.

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

cellMenu

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

Product Availability

Available with ArcGIS Desktop.

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

optionMenu

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

Product Availability

Available with ArcGIS Desktop.

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