Uses of Interface
javax.accessibility.AccessibleText
Packages that use AccessibleText
包
描述
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Defines a contract between user-interface components and an assistive
technology that provides access to those components.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of AccessibleText in java.awt
Classes in java.awt that implement AccessibleText修饰符和类Class描述protected class
This class implements accessibility support for theTextArea
class.protected class
This class implements accessibility support for theTextComponent
class.protected class
This class implements accessibility support for theTextField
class.Methods in java.awt that return AccessibleText修饰符和类方法描述TextComponent.AccessibleAWTTextComponent.getAccessibleText()
Get the AccessibleText associated with this object. -
Uses of AccessibleText in javax.accessibility
Subinterfaces of AccessibleText in javax.accessibility修饰符和类Interface描述interface
TheAccessibleEditableText
interface should be implemented by all classes that present editable textual information on the display.interface
TheAccessibleHypertext
class is the base class for all classes that present hypertext information on the display.Methods in javax.accessibility that return AccessibleText修饰符和类方法描述AccessibleContext.getAccessibleText()
Gets theAccessibleText
associated with this object presenting text on the display. -
Uses of AccessibleText in javax.swing
Classes in javax.swing that implement AccessibleText修饰符和类Class描述protected class
This class implements accessibility support for theAbstractButton
class.protected class
This class implements accessibility support for theJButton
class.protected class
This class implements accessibility support for theJCheckBox
class.protected class
This class implements accessibility support for theJCheckBoxMenuItem
class.protected class
This class implements accessibility support for theJEditorPane
class.protected class
This class provides support forAccessibleHypertext
, and is used in instances where theEditorKit
installed in thisJEditorPane
is an instance ofHTMLEditorKit
.protected class
What's returned byAccessibleJEditorPaneHTML.getAccessibleText
.protected class
The class used to obtain the accessible role for this object.protected class
This class implements accessibility support for theJMenu
class.protected class
This class implements accessibility support for theJMenuItem
class.protected class
This class implements accessibility support for theJPasswordField
class.protected class
This class implements accessibility support for theJRadioButton
class.protected class
This class implements accessibility support for theJRadioButtonMenuItem
class.protected class
AccessibleJSpinner
implements accessibility support for theJSpinner
class.protected class
This class implements accessibility support for theJTextArea
class.protected class
This class implements accessibility support for theJTextField
class.protected class
This class implements accessibility support for theJToggleButton
class.protected class
AccessibleProgressMonitor
implements accessibility support for theProgressMonitor
class.Methods in javax.swing that return AccessibleText修饰符和类方法描述JEditorPane.AccessibleJEditorPaneHTML.getAccessibleText()
Returns the accessible text.JPasswordField.AccessibleJPasswordField.getAccessibleText()
Gets theAccessibleText
for theJPasswordField
.JSpinner.AccessibleJSpinner.getAccessibleText()
Gets the AccessibleText associated with this object presenting text on the display.JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleText()
Gets theAccessibleText
associated with this object if one exists.JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleText()
Get the AccessibleText associated with this object if one exists.ProgressMonitor.AccessibleProgressMonitor.getAccessibleText()
Gets the AccessibleText associated with this object presenting text on the display. -
Uses of AccessibleText in javax.swing.text
Classes in javax.swing.text that implement AccessibleText修饰符和类Class描述class
This class implements accessibility support for theJTextComponent
class.Methods in javax.swing.text that return AccessibleText修饰符和类方法描述JTextComponent.AccessibleJTextComponent.getAccessibleText()
Get the AccessibleText associated with this object.