com.esri.arcgis.cartoUI
Interface ICreateHyperlinkMacroDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CreateHyperlinkMacroDialog, ICreateHyperlinkMacroDialogProxy

public interface ICreateHyperlinkMacroDialog
extends java.io.Serializable

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

Description: 'Provides access to members that control the Create Hyperlink Macro Dialog.' 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 IIDc356b499_7819_41a9_bf14_eef6d3dae4bb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(IApplication pApp, int hwnd)
          Shows the SQL query dialog.
 java.lang.String getDocumentText()
          The text entered in the document field of the dialog.
 java.lang.String getMacroText()
          The text entered in the macro field of the dialog.
 java.lang.String getModuleText()
          The text entered in the module field of the dialog.
 

Field Detail

IIDc356b499_7819_41a9_bf14_eef6d3dae4bb

static final int IIDc356b499_7819_41a9_bf14_eef6d3dae4bb
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

getDocumentText

java.lang.String getDocumentText()
                                 throws java.io.IOException,
                                        AutomationException
The text entered in the document field of the dialog.

Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getModuleText

java.lang.String getModuleText()
                               throws java.io.IOException,
                                      AutomationException
The text entered in the module field of the dialog.

Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMacroText

java.lang.String getMacroText()
                              throws java.io.IOException,
                                     AutomationException
The text entered in the macro field of the dialog.

Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

boolean doModal(IApplication pApp,
                int hwnd)
                throws java.io.IOException,
                       AutomationException
Shows the SQL query dialog.

Parameters:
pApp - A reference to a com.esri.arcgis.framework.IApplication (in)
hwnd - The hwnd (A COM typedef) (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.