com.esri.arcgis.carto
Interface IHyperlinkContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, IHyperlinkContainerProxy, IMSSubFeatureLayer

public interface IHyperlinkContainer
extends java.io.Serializable

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

Description: 'Provides access to members that manage all the hyperlinks of a layer.' 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 IIDd1a02a0b_2113_11d3_9f98_00c04f6bc78e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addHyperlink(IHyperlink link)
          Adds a hyperlink.
 IHyperlink getHyperlink(int index)
          The hyperlink at the specified index.
 int getHyperlinkCount()
          Number of hyperlinks.
 void removeHyperlink(int index)
          Removes the hyperlink at the specified index.
 void setHyperlinkByRef(int index, IHyperlink link)
          The hyperlink at the specified index.
 

Field Detail

IIDd1a02a0b_2113_11d3_9f98_00c04f6bc78e

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

getHyperlinkCount

int getHyperlinkCount()
                      throws java.io.IOException,
                             AutomationException
Number of hyperlinks.

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

getHyperlink

IHyperlink getHyperlink(int index)
                        throws java.io.IOException,
                               AutomationException
The hyperlink at the specified index.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.IHyperlink
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHyperlinkByRef

void setHyperlinkByRef(int index,
                       IHyperlink link)
                       throws java.io.IOException,
                              AutomationException
The hyperlink at the specified index.

Parameters:
index - The index (in)
link - A reference to a com.esri.arcgis.carto.IHyperlink (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addHyperlink

void addHyperlink(IHyperlink link)
                  throws java.io.IOException,
                         AutomationException
Adds a hyperlink.

Parameters:
link - A reference to a com.esri.arcgis.carto.IHyperlink (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeHyperlink

void removeHyperlink(int index)
                     throws java.io.IOException,
                            AutomationException
Removes the hyperlink at the specified index.

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