Uses of Interface
javax.accessibility.AccessibleText
Package
Description
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
Modifier and TypeClassDescriptionprotected 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.Modifier and TypeMethodDescriptionTextComponent.AccessibleAWTTextComponent.getAccessibleText()
Get the AccessibleText associated with this object. -
Uses of AccessibleText in javax.accessibility
Modifier and TypeInterfaceDescriptioninterface
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.Modifier and TypeMethodDescriptionAccessibleContext.getAccessibleText()
Gets theAccessibleText
associated with this object presenting text on the display. -
Uses of AccessibleText in javax.swing
Modifier and TypeClassDescriptionprotected 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.Modifier and TypeMethodDescriptionJEditorPane.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
Modifier and TypeClassDescriptionclass
This class implements accessibility support for theJTextComponent
class.Modifier and TypeMethodDescriptionJTextComponent.AccessibleJTextComponent.getAccessibleText()
Get the AccessibleText associated with this object.