com.esri.arcgis.cartoUI
Class CreateHyperlinkMacroDialog

java.lang.Object
  extended by com.esri.arcgis.cartoUI.CreateHyperlinkMacroDialog
All Implemented Interfaces:
ICreateHyperlinkMacroDialog, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class CreateHyperlinkMacroDialog
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, ICreateHyperlinkMacroDialog

Hyperlink Macro Dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

See Also:
Serialized Form

Constructor Summary
CreateHyperlinkMacroDialog()
          Constructs a CreateHyperlinkMacroDialog using ArcGIS Engine.
CreateHyperlinkMacroDialog(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
CreateHyperlinkMacroDialog theCreateHyperlinkMacroDialog = (CreateHyperlinkMacroDialog) obj;
 
Method Summary
 boolean doModal(IApplication pApp, int hwnd)
          Shows the SQL query dialog.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 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.
 int hashCode()
          the hashcode for this object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

CreateHyperlinkMacroDialog

public CreateHyperlinkMacroDialog()
                           throws IOException,
                                  UnknownHostException
Constructs a CreateHyperlinkMacroDialog using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

CreateHyperlinkMacroDialog

public CreateHyperlinkMacroDialog(Object obj)
                           throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
CreateHyperlinkMacroDialog theCreateHyperlinkMacroDialog = (CreateHyperlinkMacroDialog) obj;

Construct a CreateHyperlinkMacroDialog using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to CreateHyperlinkMacroDialog.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

getDocumentText

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getDocumentText in interface ICreateHyperlinkMacroDialog
Returns:
The text
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getModuleText

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getModuleText in interface ICreateHyperlinkMacroDialog
Returns:
The text
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMacroText

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getMacroText in interface ICreateHyperlinkMacroDialog
Returns:
The text
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
doModal in interface ICreateHyperlinkMacroDialog
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.