Uses of Class
javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Packages that use JTextComponent.AccessibleJTextComponent 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。 -
-
Uses of JTextComponent.AccessibleJTextComponent in javax.swing
Subclasses of JTextComponent.AccessibleJTextComponent in javax.swing Modifier and Type Class 描述 protected class
JEditorPane.AccessibleJEditorPane
这个类实现JEditorPane
类的可访问性支持。protected class
JEditorPane.AccessibleJEditorPaneHTML
该类提供对AccessibleHypertext
支持,并且在EditorKit
安装的JEditorPane
是JEditorPane
的实例的情况下HTMLEditorKit
。protected class
JEditorPane.JEditorPaneAccessibleHypertextSupport
AccessibleJEditorPaneHTML.getAccessibleText
返回的AccessibleJEditorPaneHTML.getAccessibleText
。protected class
JPasswordField.AccessibleJPasswordField
该类为JPasswordField
类实现可访问性支持。protected class
JTextArea.AccessibleJTextArea
该类实现JTextArea
类的可访问性支持。protected class
JTextField.AccessibleJTextField
This class implements accessibility support for theJTextField
class.
-