com.esri.arcgis.cartoUI
Interface ICreateHyperlinkMacroDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
CreateHyperlinkMacroDialog

public interface ICreateHyperlinkMacroDialog
extends Serializable

Provides access to members that control the Create Hyperlink Macro Dialog.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal(IApplication pApp, int hwnd)
          Shows the SQL query dialog.
 String getDocumentText()
          The text entered in the document field of the dialog.
 String getMacroText()
          The text entered in the macro field of the dialog.
 String getModuleText()
          The text entered in the module field of the dialog.
 

Method Detail

getDocumentText

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getModuleText

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getMacroText

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

doModal

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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