模块  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