KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > JEditorPane.JEditorPaneAccessibleHypertextSupport

javax.swing
Class JEditorPane.JEditorPaneAccessibleHypertextSupport

java.lang.Object
  extended by javax.accessibility.AccessibleContext
      extended by java.awt.Component.AccessibleAWTComponent
          extended by java.awt.Container.AccessibleAWTContainer
              extended by javax.swing.JComponent.AccessibleJComponent
                  extended by javax.swing.text.JTextComponent.AccessibleJTextComponent
                      extended by javax.swing.JEditorPane.AccessibleJEditorPane
                          extended by javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
All Implemented Interfaces:
Serializable, EventListener, AccessibleAction, AccessibleComponent, AccessibleEditableText, AccessibleExtendedComponent, AccessibleHypertext, AccessibleText, CaretListener, DocumentListener
Enclosing class:
JEditorPane
See Also:
Source Code

public AccessibleHyperlink getLink(int linkIndex)
See Also:
AccessibleHypertext
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getLinkCount()
See Also:
AccessibleHypertext
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getLinkIndex(int charIndex)
See Also:
AccessibleHypertext
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getLinkText(int linkIndex)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JEditorPane.JEditorPaneAccessibleHypertextSupport()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags