Uses of Interface
javax.accessibility.AccessibleExtendedText
-
Packages that use AccessibleExtendedText 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。 -
-
Uses of AccessibleExtendedText in javax.swing
Classes in javax.swing that implement AccessibleExtendedText Modifier and Type Class 描述 protected class
JEditorPane.AccessibleJEditorPane
这个类实现了JEditorPane
类的可访问性支持。protected class
JEditorPane.AccessibleJEditorPaneHTML
此类提供支持AccessibleHypertext
,并且在当所使用EditorKit
安装在该JEditorPane
是实例HTMLEditorKit
。protected class
JEditorPane.JEditorPaneAccessibleHypertextSupport
AccessibleJEditorPaneHTML.getAccessibleText
返回。protected class
JPasswordField.AccessibleJPasswordField
这个类实现了JPasswordField
类的可访问性支持。protected class
JTextArea.AccessibleJTextArea
这个类实现了JTextArea
类的可访问性支持。protected class
JTextField.AccessibleJTextField
该类实现了JTextField
类的可访问性支持。 -
Uses of AccessibleExtendedText in javax.swing.text
Classes in javax.swing.text that implement AccessibleExtendedText Modifier and Type Class 描述 class
JTextComponent.AccessibleJTextComponent
这个类实现了JTextComponent
类的可访问性支持。
-