|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHookHelper
COM Interface 'IHookHelper'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to members needed when developing commands to work with the MapControl, PageLayoutControl, ArcMap, and custom controls and applications.' 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 |
IID128903ab_6017_47fd_81be_0109f61e9c09
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IActiveView |
getActiveView()
Active view of hooked control or application. |
IMap |
getFocusMap()
Focus map of hooked control or application. |
java.lang.Object |
getHook()
Hook object that should be the same as the hook object passed in ICommand::OnCreate. |
IOperationStack |
getOperationStack()
Operation stack of hooked control or application used for undo/redo operations. |
IPageLayout |
getPageLayout()
Page layout of hooked control or application. |
void |
setHookByRef(java.lang.Object ppHook)
Hook object that should be the same as the hook object passed in ICommand::OnCreate. |
Field Detail |
---|
static final int IID128903ab_6017_47fd_81be_0109f61e9c09
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setHookByRef(java.lang.Object ppHook) throws java.io.IOException, AutomationException
ppHook
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getHook() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IActiveView getActiveView() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPageLayout getPageLayout() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMap getFocusMap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IOperationStack getOperationStack() throws java.io.IOException, AutomationException
java.io.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 |