Uses of Interface
javax.accessibility.AccessibleComponent
Package
Description
Provides a collection of interfaces and classes that compose the Java Accessibility
Utilities.
Provides the classes necessary to create an applet and the classes an applet
uses to communicate with its applet context.
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 for dealing with
javax.swing.JTable
.Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of AccessibleComponent in com.sun.java.accessibility.util
Modifier and TypeClassDescriptionclass
TheTranslator
class provides a translation to interfaceAccessible
for objects that do not implement interfaceAccessible
. -
Uses of AccessibleComponent in java.applet
Modifier and TypeClassDescriptionprotected class
Deprecated, for removal: This API element is subject to removal in a future version.This class implements accessibility support for theApplet
class. -
Uses of AccessibleComponent in java.awt
Modifier and TypeClassDescriptionprotected class
This class implements accessibility support for theButton
class.protected class
This class implements accessibility support for theCanvas
class.protected class
This class implements accessibility support for theCheckbox
class.protected class
Inner class of CheckboxMenuItem used to provide default support for accessibility.protected class
This class implements accessibility support for theChoice
class.protected class
Inner class of Component used to provide default support for accessibility.protected class
Inner class of Container used to provide default support for accessibility.protected class
This class implements accessibility support for theDialog
class.protected class
This class implements accessibility support for theFrame
class.protected class
This class implements accessibility support for theLabel
class.protected class
This class implements accessibility support for theList
class.protected class
This class implements accessibility support for List children.protected class
Inner class of Menu used to provide default support for accessibility.protected class
Inner class of MenuBar used to provide default support for accessibility.protected class
Inner class ofMenuComponent
used to provide default support for accessibility.protected class
Inner class of MenuItem used to provide default support for accessibility.protected class
This class implements accessibility support for thePanel
class.protected class
Inner class of PopupMenu used to provide default support for accessibility.protected class
This class implements accessibility support for theScrollbar
class.protected class
This class implements accessibility support for theScrollPane
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.protected class
This class implements accessibility support for theWindow
class.Modifier and TypeMethodDescriptionComponent.AccessibleAWTComponent.getAccessibleComponent()
Gets theAccessibleComponent
associated with this object if one exists.MenuComponent.AccessibleAWTMenuComponent.getAccessibleComponent()
Gets theAccessibleComponent
associated with this object if one exists. -
Uses of AccessibleComponent in javax.accessibility
Modifier and TypeInterfaceDescriptioninterface
TheAccessibleExtendedComponent
interface should be supported by any object that is rendered on the screen.Modifier and TypeMethodDescriptionAccessibleContext.getAccessibleComponent()
Gets theAccessibleComponent
associated with this object that has a graphical representation. -
Uses of AccessibleComponent in javax.swing
Modifier and TypeClassDescriptionprotected class
This class implements accessibility support for theAbstractButton
class.protected class
This class implements accessibility support for theBox
class.protected class
This class implements accessibility support for theBox.Filler
class.protected class
This class implements accessibility support for theCellRendererPane
class.protected class
Deprecated, for removal: This API element is subject to removal in a future version.This class implements accessibility support for theJApplet
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 theJColorChooser
class.protected class
This class implements accessibility support for theJComboBox
class.class
Inner class of JComponent used to provide default support for accessibility.protected class
This class implements accessibility support for theJDesktopPane
class.protected class
This class implements accessibility support for theJDialog
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
This class implements accessibility support for theJFileChooser
class.protected class
This class implements accessibility support for theJFrame
class.protected class
This class implements accessibility support for theJInternalFrame
class.protected class
This class implements accessibility support for theJInternalFrame.JDesktopIcon
class.protected class
The class used to obtain the accessible role for this object.protected class
This class implements accessibility support for theJLayeredPane
class.protected class
This class implements accessibility support for theJList
class.protected class
This class implements accessibility support appropriate for list children.protected class
This class implements accessibility support for theJMenu
class.protected class
This class implements accessibility support for theJMenuBar
class.protected class
This class implements accessibility support for theJMenuItem
class.protected class
This class implements accessibility support for theJOptionPane
class.protected class
This class implements accessibility support for theJPanel
class.protected class
This class implements accessibility support for theJPasswordField
class.protected class
This class implements accessibility support for theJPopupMenu
class.protected class
This class implements accessibility support for theJProgressBar
class.protected class
This class implements accessibility support for theJRadioButton
class.protected class
This class implements accessibility support for theJRadioButtonMenuItem
class.protected class
This class implements accessibility support for theJRootPane
class.protected class
This class implements accessibility support for theJScrollBar
class.protected class
This class implements accessibility support for theJScrollPane
class.protected class
This class implements accessibility support for theJSeparator
class.protected class
This class implements accessibility support for theJSlider
class.protected class
AccessibleJSpinner
implements accessibility support for theJSpinner
class.protected class
This class implements accessibility support for theJSplitPane
class.protected class
This class implements accessibility support for theJTabbedPane
class.protected class
This class implements accessibility support for theJTable
class.protected class
The class provides an implementation of the Java Accessibility API appropriate to table cells.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
This class implements accessibility support for theJToolBar
class.protected class
This class implements accessibility support for theJToolTip
class.protected class
This class implements accessibility support for theJTree
class.protected class
This class implements accessibility support for theJTree
child.protected class
This class implements accessibility support for theJViewport
class.protected class
This class implements accessibility support for theJWindow
class.Modifier and TypeMethodDescriptionJList.AccessibleJList.AccessibleJListChild.getAccessibleComponent()
Get the AccessibleComponent associated with this object.JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleComponent()
Gets theAccessibleComponent
associated with this object if one exists.JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleComponent()
Get the AccessibleComponent associated with this object.ProgressMonitor.AccessibleProgressMonitor.getAccessibleComponent()
Gets the AccessibleComponent associated with this object that has a graphical representation. -
Uses of AccessibleComponent in javax.swing.table
Modifier and TypeClassDescriptionprotected class
This class implements accessibility support for theJTableHeader
class.protected class
This class provides an implementation of the Java Accessibility API appropriate for JTableHeader entries.Modifier and TypeMethodDescriptionJTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleComponent()
Get the AccessibleComponent associated with this object. -
Uses of AccessibleComponent in javax.swing.text
Modifier and TypeClassDescriptionclass
This class implements accessibility support for theJTextComponent
class.