|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IToolbarBuddy
Provides access to members that control the ToolbarControl buddy.
Objects that implement the IToolbarBuddy interface can be passed to the IToolbarControl::SetBuddyControl method. The ToolbarControl will set properties on this interface in repsonse to the CurrentTool being set.
Method Summary | |
---|---|
ITool |
getCurrentTool()
Current active tool for the buddy. |
void |
setCurrentToolByRef(ITool pTool)
Current active tool for the buddy. |
Method Detail |
---|
ITool getCurrentTool() throws IOException, AutomationException
The CurrentTool is the tool used to interact with the display area of the IToolbarControl::Buddy. The IToolbarBuddy references this tool so that it can:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentToolByRef(ITool pTool) throws IOException, AutomationException
pTool
- A reference to a com.esri.arcgis.systemUI.ITool (in)
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 |