|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHyperlink
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 |
---|
static final int IID3036d35d_ede5_11d0_87fe_080009ec732a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getFeatureId() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureId(int fID) throws java.io.IOException, AutomationException
fID
- The fID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getLink() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLink(java.lang.String link) throws java.io.IOException, AutomationException
link
- The link (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLinkType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLinkType(int linkType) throws java.io.IOException, AutomationException
linkType
- A com.esri.arcgis.carto.esriHyperlinkType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void jump() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |