com.esri.arcgis.framework
Interface IMessageDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMessageDialogProxy, MessageDialog

public interface IMessageDialog
extends java.io.Serializable

COM Interface 'IMessageDialog'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to a method that works with a dialog for displaying a message.' 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 IID48f2c005_25c4_11d3_9fba_00c04f6bc8dd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(java.lang.String title, java.lang.String message, java.lang.String oKButtonMessage, java.lang.String cANCELButtonMessage, int hWnd)
          Shows the dialog with a message.
 

Field Detail

IID48f2c005_25c4_11d3_9fba_00c04f6bc8dd

static final int IID48f2c005_25c4_11d3_9fba_00c04f6bc8dd
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

doModal

boolean doModal(java.lang.String title,
                java.lang.String message,
                java.lang.String oKButtonMessage,
                java.lang.String cANCELButtonMessage,
                int hWnd)
                throws java.io.IOException,
                       AutomationException
Shows the dialog with a message.

Parameters:
title - The title (in)
message - The message (in)
oKButtonMessage - The oKButtonMessage (in)
cANCELButtonMessage - The cANCELButtonMessage (in)
hWnd - The hWnd (A COM typedef) (in)
Returns:
The okPressed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.