javax.swing
類別 JEditorPane.JEditorPaneAccessibleHypertextSupport
java.lang.Object
javax.accessibility.AccessibleContext
java.awt.Component.AccessibleAWTComponent
java.awt.Container.AccessibleAWTContainer
javax.swing.JComponent.AccessibleJComponent
javax.swing.text.JTextComponent.AccessibleJTextComponent
javax.swing.JEditorPane.AccessibleJEditorPane
javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
- 所有已實作的介面:
- Serializable, EventListener, AccessibleAction, AccessibleComponent, AccessibleEditableText, AccessibleExtendedComponent, AccessibleExtendedText, AccessibleHypertext, AccessibleText, CaretListener, DocumentListener
- 正在封閉類別:
- JEditorPane
protected class JEditorPane.JEditorPaneAccessibleHypertextSupport
- extends JEditorPane.AccessibleJEditorPane
- implements AccessibleHypertext
AccessibleJEditorPaneHTML.getAccessibleText
返回的內容。
在此 JEditorPane
中顯示 HTML 文檔的情況下,提供對 AccessibleHypertext
的支持。
從類別 javax.accessibility.AccessibleContext 繼承的欄位 |
ACCESSIBLE_ACTION_PROPERTY, ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY, ACCESSIBLE_CARET_PROPERTY, ACCESSIBLE_CHILD_PROPERTY, ACCESSIBLE_COMPONENT_BOUNDS_CHANGED, ACCESSIBLE_DESCRIPTION_PROPERTY, ACCESSIBLE_HYPERTEXT_OFFSET, ACCESSIBLE_INVALIDATE_CHILDREN, ACCESSIBLE_NAME_PROPERTY, ACCESSIBLE_SELECTION_PROPERTY, ACCESSIBLE_STATE_PROPERTY, ACCESSIBLE_TABLE_CAPTION_CHANGED, ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED, ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED, ACCESSIBLE_TABLE_MODEL_CHANGED, ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED, ACCESSIBLE_TABLE_ROW_HEADER_CHANGED, ACCESSIBLE_TABLE_SUMMARY_CHANGED, ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED, ACCESSIBLE_TEXT_PROPERTY, ACCESSIBLE_VALUE_PROPERTY, ACCESSIBLE_VISIBLE_DATA_PROPERTY, accessibleDescription, accessibleName, accessibleParent |
從類別 javax.swing.text.JTextComponent.AccessibleJTextComponent 繼承的方法 |
caretUpdate, changedUpdate, cut, delete, doAccessibleAction, getAccessibleAction, getAccessibleActionCount, getAccessibleActionDescription, getAccessibleEditableText, getAccessibleRole, getAccessibleText, getAfterIndex, getAtIndex, getBeforeIndex, getCaretPosition, getCharacterAttribute, getCharacterBounds, getCharCount, getIndexAtPoint, getSelectedText, getSelectionEnd, getSelectionStart, getTextBounds, getTextRange, getTextSequenceAfter, getTextSequenceAt, getTextSequenceBefore, insertTextAtIndex, insertUpdate, paste, removeUpdate, replaceText, selectText, setAttributes, setTextContents |
從類別 java.awt.Component.AccessibleAWTComponent 繼承的方法 |
addFocusListener, contains, getAccessibleComponent, getAccessibleIndexInParent, getAccessibleParent, getBackground, getBounds, getCursor, getFont, getFontMetrics, getForeground, getLocale, getLocation, getLocationOnScreen, getSize, isEnabled, isFocusTraversable, isShowing, isVisible, removeFocusListener, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFont, setForeground, setLocation, setSize, setVisible |
從類別 java.lang.Object 繼承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
從介面 javax.accessibility.AccessibleText 繼承的方法 |
getAfterIndex, getAtIndex, getBeforeIndex, getCaretPosition, getCharacterAttribute, getCharacterBounds, getCharCount, getIndexAtPoint, getSelectedText, getSelectionEnd, getSelectionStart |
從介面 javax.accessibility.AccessibleComponent 繼承的方法 |
addFocusListener, contains, getAccessibleAt, getBackground, getBounds, getCursor, getFont, getFontMetrics, getForeground, getLocation, getLocationOnScreen, getSize, isEnabled, isFocusTraversable, isShowing, isVisible, removeFocusListener, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFont, setForeground, setLocation, setSize, setVisible |
JEditorPane.JEditorPaneAccessibleHypertextSupport
public JEditorPane.JEditorPaneAccessibleHypertextSupport()
- 提供某種支持
getLinkCount
public int getLinkCount()
- 返回此超文本文檔中的連接數。
- 指定者:
- 介面
AccessibleHypertext
中的 getLinkCount
- 返回:
- 此超文本文檔中的連接數。
getLinkIndex
public int getLinkIndex(int charIndex)
- 返回超連接陣列中與此字元索引關聯的超連接索引;如果沒有與此索引關聯的超連接,則返回 -1。
- 指定者:
- 介面
AccessibleHypertext
中的 getLinkIndex
- 參數:
charIndex
- 文本中的索引
- 返回:
- 超連接集合中針對此超文本文檔的索引。
getLink
public AccessibleHyperlink getLink(int linkIndex)
- 返回超連接陣列中該索引處的連接。如果在此索引處沒有超連接,則返回 null。
- 指定者:
- 介面
AccessibleHypertext
中的 getLink
- 參數:
linkIndex
- 超連接集合中針對此超文本文檔的索引。
- 返回:
- 超連接的字元串表示形式
getLinkText
public String getLinkText(int linkIndex)
- 返回文檔中與此超連接關聯的連續文本。
- 參數:
linkIndex
- 超連接集合中針對此超文本文檔的索引。
- 返回:
- 共享此索引處的連接的連續文本
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。