|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMessageDispatcher
COM Interface 'IMessageDispatcher'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description: 'Provides access to members for manipulating message queue and keeping track of cancellation.' 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 |
IIDbd62a8fa_8833_11d4_ab87_0008c73fd50c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
dispatch(int hWnd,
boolean bSingle,
java.lang.Object[] pbCancelled)
Dispatchs messages associated with the window. |
boolean |
isCancelled(int hWnd)
Indicates if a cancel action has been conducted. |
boolean |
isCancelOnClick()
Indicates if a mouse click is seen as a cancel action. |
boolean |
isCancelOnEscPress()
Indicates if pressing the escape key is seen as a cancel action. |
void |
remove(int hWnd,
boolean bSingle,
java.lang.Object[] pbCancelled)
Removes messages associated with the window. |
void |
setCancelOnClick(boolean pbCancelOnClick)
Indicates if a mouse click is seen as a cancel action. |
void |
setCancelOnEscPress(boolean pbCancelOnEscPress)
Indicates if pressing the escape key is seen as a cancel action. |
Field Detail |
---|
static final int IIDbd62a8fa_8833_11d4_ab87_0008c73fd50c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isCancelOnEscPress() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCancelOnEscPress(boolean pbCancelOnEscPress) throws java.io.IOException, AutomationException
pbCancelOnEscPress
- The pbCancelOnEscPress (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCancelOnClick() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCancelOnClick(boolean pbCancelOnClick) throws java.io.IOException, AutomationException
pbCancelOnClick
- The pbCancelOnClick (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCancelled(int hWnd) throws java.io.IOException, AutomationException
hWnd
- The hWnd (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void dispatch(int hWnd, boolean bSingle, java.lang.Object[] pbCancelled) throws java.io.IOException, AutomationException
hWnd
- The hWnd (A COM typedef) (in)bSingle
- The bSingle (in)pbCancelled
- A Variant (out: use single element array, optional, pass single element of null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int hWnd, boolean bSingle, java.lang.Object[] pbCancelled) throws java.io.IOException, AutomationException
hWnd
- The hWnd (A COM typedef) (in)bSingle
- The bSingle (in)pbCancelled
- A Variant (out: use single element array, optional, pass single element of null if not required)
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 |