Uses of Class
javax.swing.JEditorPane.AccessibleJEditorPane
-
Packages that use JEditorPane.AccessibleJEditorPane Package Description javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. -
-
Uses of JEditorPane.AccessibleJEditorPane in javax.swing
Subclasses of JEditorPane.AccessibleJEditorPane in javax.swing Modifier and Type Class Description protected class
JEditorPane.AccessibleJEditorPaneHTML
This class provides support forAccessibleHypertext
, and is used in instances where theEditorKit
installed in thisJEditorPane
is an instance ofHTMLEditorKit
.protected class
JEditorPane.JEditorPaneAccessibleHypertextSupport
What's returned byAccessibleJEditorPaneHTML.getAccessibleText
.
-