|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContextAnalyzer
Provides access to members used to determine the correct context menu id for a given context object.
Method Summary | |
---|---|
void |
getContextMenu(Object contextObject,
IUID[] clsidMenu)
Returns an appropriate context menu id, if possible. |
int |
getPriority()
Priority for the context analyzer: 0 (highest) - 99 (lowest). |
void |
setPriority(int priority)
Priority for the context analyzer: 0 (highest) - 99 (lowest). |
Method Detail |
---|
int getPriority() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPriority(int priority) throws IOException, AutomationException
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getContextMenu(Object contextObject, IUID[] clsidMenu) throws IOException, AutomationException
contextObject
- A reference to another Object (IUnknown) (in)clsidMenu
- A reference to a com.esri.arcgis.system.IUID (out: use single element array)
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 |