com.esri.arcgis.carto
Interface IHyperlink

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Hyperlink, IHyperlinkProxy

public interface IHyperlink
extends java.io.Serializable

COM Interface 'IHyperlink'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control a dynamic hyperlink (i.e. one that can exist with or without a container).' 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 IID3036d35d_ede5_11d0_87fe_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFeatureId()
          Id for the feature that contains the hyperlink.
 java.lang.String getLink()
          Hyperlink target.
 int getLinkType()
          Hyperlink type.
 void jump()
          Jumps to the hyperlink target.
 void setFeatureId(int fID)
          Id for the feature that contains the hyperlink.
 void setLink(java.lang.String link)
          Hyperlink target.
 void setLinkType(int linkType)
          Hyperlink type.
 

Field Detail

IID3036d35d_ede5_11d0_87fe_080009ec732a

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

getFeatureId

int getFeatureId()
                 throws java.io.IOException,
                        AutomationException
Id for the feature that contains the hyperlink.

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

setFeatureId

void setFeatureId(int fID)
                  throws java.io.IOException,
                         AutomationException
Id for the feature that contains the hyperlink.

Parameters:
fID - The fID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLink

java.lang.String getLink()
                         throws java.io.IOException,
                                AutomationException
Hyperlink target.

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

setLink

void setLink(java.lang.String link)
             throws java.io.IOException,
                    AutomationException
Hyperlink target.

Parameters:
link - The link (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLinkType

int getLinkType()
                throws java.io.IOException,
                       AutomationException
Hyperlink type.

Returns:
A com.esri.arcgis.carto.esriHyperlinkType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLinkType

void setLinkType(int linkType)
                 throws java.io.IOException,
                        AutomationException
Hyperlink type.

Parameters:
linkType - A com.esri.arcgis.carto.esriHyperlinkType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

jump

void jump()
          throws java.io.IOException,
                 AutomationException
Jumps to the hyperlink target.

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