|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessibleText | |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
javax.accessibility | Defines a contract between user-interface components and an assistive technology that provides access to those components. |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
javax.swing.text | 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 | |
protected class |
TextArea.AccessibleAWTTextArea
This class implements accessibility support for the TextArea class. |
protected class |
TextComponent.AccessibleAWTTextComponent
This class implements accessibility support for the TextComponent class. |
protected class |
TextField.AccessibleAWTTextField
This class implements accessibility support for the TextField class. |
Uses of AccessibleText in javax.accessibility |
Subinterfaces of AccessibleText in javax.accessibility | |
interface |
AccessibleEditableText
The AccessibleEditableText interface should be implemented by all classes that present editable textual information on the display. |
interface |
AccessibleHypertext
The AccessibleHypertext class is the base class for all classes that present hypertext information on the display. |
Uses of AccessibleText in javax.swing |
Classes in javax.swing that implement AccessibleText | |
protected class |
AbstractButton.AccessibleAbstractButton
This class implements accessibility support for the AbstractButton class. |
protected class |
JButton.AccessibleJButton
This class implements accessibility support for the JButton class. |
protected class |
JCheckBox.AccessibleJCheckBox
This class implements accessibility support for the JCheckBox class. |
protected class |
JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
This class implements accessibility support for the JCheckBoxMenuItem class. |
protected class |
JEditorPane.AccessibleJEditorPane
This class implements accessibility support for the JEditorPane class. |
protected class |
JEditorPane.AccessibleJEditorPaneHTML
This class provides support for AccessibleHypertext ,
and is used in instances where the EditorKit
installed in this JEditorPane is an instance of
HTMLEditorKit . |
protected class |
JEditorPane.JEditorPaneAccessibleHypertextSupport
What's returned by AccessibleJEditorPaneHTML.getAccessibleText . |
protected class |
JLabel.AccessibleJLabel
The class used to obtain the accessible role for this object. |
protected class |
JMenu.AccessibleJMenu
This class implements accessibility support for the JMenu class. |
protected class |
JMenuItem.AccessibleJMenuItem
This class implements accessibility support for the JMenuItem class. |
protected class |
JPasswordField.AccessibleJPasswordField
This class implements accessibility support for the JPasswordField class. |
protected class |
JRadioButton.AccessibleJRadioButton
This class implements accessibility support for the JRadioButton class. |
protected class |
JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
This class implements accessibility support for the JRadioButtonMenuItem class. |
protected class |
JTextArea.AccessibleJTextArea
This class implements accessibility support for the JTextArea class. |
protected class |
JTextField.AccessibleJTextField
This class implements accessibility support for the JTextField class. |
protected class |
JToggleButton.AccessibleJToggleButton
This class implements accessibility support for the JToggleButton class. |
Uses of AccessibleText in javax.swing.text |
Classes in javax.swing.text that implement AccessibleText | |
class |
JTextComponent.AccessibleJTextComponent
This class implements accessibility support for the JTextComponent class. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.