|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableViewContextMenus
Provides access to menu requests that occur with the TableView. This interface must the QI'able from the callback interface.
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 |
---|
boolean columnMenu() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean rowMenu() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean cellMenu() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean optionMenu() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |