Module  java.desktop
软件包  javax.swing

Class JEditorPane.JEditorPaneAccessibleHypertextSupport

    • 构造方法详细信息

      • JEditorPaneAccessibleHypertextSupport

        public JEditorPaneAccessibleHypertextSupport​()
        做这些小狗之一
    • 方法详细信息

      • getLinkCount

        public int getLinkCount​()
        返回此超文本文档中的链接数。
        Specified by:
        getLinkCount在接口 AccessibleHypertext
        结果
        此超文本文件中的链接数。
      • getLinkIndex

        public int getLinkIndex​(int charIndex)
        将索引返回到与此字符索引相关联的超链接数组中,如果没有与此索引相关联的超链接,则返回-1。
        Specified by:
        getLinkIndex在接口 AccessibleHypertext
        参数
        charIndex - 文本中的索引
        结果
        索引到这个超文本文档的超链接集。
      • getLink

        public AccessibleHyperlink getLink​(int linkIndex)
        将索引返回到索引的超链接数组中。 如果此索引没有超链接,则返回null。
        Specified by:
        getLink在接口 AccessibleHypertext
        参数
        linkIndex - 进入超文本文件的超链接集。
        结果
        超链接的字符串表示
      • getLinkText

        public String getLinkText​(int linkIndex)
        返回与该超链接相关联的文档中的连续文本。
        参数
        linkIndex - 进入超文本文件的超链接集。
        结果
        the contiguous text sharing the link at this index