Uses of Class
javax.accessibility.AccessibleContext
-
Packages that use AccessibleContext Package Description com.sun.java.accessibility.util Provides a collection of interfaces and classes that compose the Java Accessibility Utilities.java.applet Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.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.plaf.basic Provides user interface objects built according to the Basic look and feel.javax.swing.table Provides classes and interfaces for dealing withjavax.swing.JTable
.javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components.javax.swing.text.html Provides the classHTMLEditorKit
and supporting classes for creating HTML text editors. -
-
Uses of AccessibleContext in com.sun.java.accessibility.util
Subclasses of AccessibleContext in com.sun.java.accessibility.util Modifier and Type Class Description class
Translator
TheTranslator
class provides a translation to interfaceAccessible
for objects that do not implement interfaceAccessible
.Methods in com.sun.java.accessibility.util that return AccessibleContext Modifier and Type Method Description AccessibleContext
Translator. getAccessibleContext()
Returns this object. -
Uses of AccessibleContext in java.applet
Subclasses of AccessibleContext in java.applet Modifier and Type Class Description protected class
Applet.AccessibleApplet
Deprecated.This class implements accessibility support for theApplet
class.Methods in java.applet that return AccessibleContext Modifier and Type Method Description AccessibleContext
Applet. getAccessibleContext()
Deprecated.Gets the AccessibleContext associated with this Applet. -
Uses of AccessibleContext in java.awt
Subclasses of AccessibleContext in java.awt Modifier and Type Class Description protected class
Button.AccessibleAWTButton
This class implements accessibility support for theButton
class.protected class
Canvas.AccessibleAWTCanvas
This class implements accessibility support for theCanvas
class.protected class
Checkbox.AccessibleAWTCheckbox
This class implements accessibility support for theCheckbox
class.protected class
CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Inner class of CheckboxMenuItem used to provide default support for accessibility.protected class
Choice.AccessibleAWTChoice
This class implements accessibility support for theChoice
class.protected class
Component.AccessibleAWTComponent
Inner class of Component used to provide default support for accessibility.protected class
Container.AccessibleAWTContainer
Inner class of Container used to provide default support for accessibility.protected class
Dialog.AccessibleAWTDialog
This class implements accessibility support for theDialog
class.protected class
Frame.AccessibleAWTFrame
This class implements accessibility support for theFrame
class.protected class
Label.AccessibleAWTLabel
This class implements accessibility support for theLabel
class.protected class
List.AccessibleAWTList
This class implements accessibility support for theList
class.protected class
List.AccessibleAWTList.AccessibleAWTListChild
This class implements accessibility support for List children.protected class
Menu.AccessibleAWTMenu
Inner class of Menu used to provide default support for accessibility.protected class
MenuBar.AccessibleAWTMenuBar
Inner class of MenuBar used to provide default support for accessibility.protected class
MenuComponent.AccessibleAWTMenuComponent
Inner class ofMenuComponent
used to provide default support for accessibility.protected class
MenuItem.AccessibleAWTMenuItem
Inner class of MenuItem used to provide default support for accessibility.protected class
Panel.AccessibleAWTPanel
This class implements accessibility support for thePanel
class.protected class
PopupMenu.AccessibleAWTPopupMenu
Inner class of PopupMenu used to provide default support for accessibility.protected class
Scrollbar.AccessibleAWTScrollBar
This class implements accessibility support for theScrollbar
class.protected class
ScrollPane.AccessibleAWTScrollPane
This class implements accessibility support for theScrollPane
class.protected class
TextArea.AccessibleAWTTextArea
This class implements accessibility support for theTextArea
class.protected class
TextComponent.AccessibleAWTTextComponent
This class implements accessibility support for theTextComponent
class.protected class
TextField.AccessibleAWTTextField
This class implements accessibility support for theTextField
class.protected class
Window.AccessibleAWTWindow
This class implements accessibility support for theWindow
class.Fields in java.awt declared as AccessibleContext Modifier and Type Field Description protected AccessibleContext
Component. accessibleContext
TheAccessibleContext
associated with thisComponent
.Methods in java.awt that return AccessibleContext Modifier and Type Method Description AccessibleContext
Button. getAccessibleContext()
Gets theAccessibleContext
associated with thisButton
.AccessibleContext
Canvas. getAccessibleContext()
Gets the AccessibleContext associated with this Canvas.AccessibleContext
Checkbox. getAccessibleContext()
Gets the AccessibleContext associated with this Checkbox.AccessibleContext
CheckboxMenuItem. getAccessibleContext()
Gets the AccessibleContext associated with this CheckboxMenuItem.AccessibleContext
Choice. getAccessibleContext()
Gets theAccessibleContext
associated with thisChoice
.AccessibleContext
Component. getAccessibleContext()
Gets theAccessibleContext
associated with thisComponent
.AccessibleContext
Dialog. getAccessibleContext()
Gets the AccessibleContext associated with this Dialog.AccessibleContext
Frame. getAccessibleContext()
Gets the AccessibleContext associated with this Frame.AccessibleContext
Label. getAccessibleContext()
Gets the AccessibleContext associated with this Label.AccessibleContext
List.AccessibleAWTList.AccessibleAWTListChild. getAccessibleContext()
Gets the AccessibleContext for this object.AccessibleContext
List. getAccessibleContext()
Gets theAccessibleContext
associated with thisList
.AccessibleContext
Menu. getAccessibleContext()
Gets the AccessibleContext associated with this Menu.AccessibleContext
MenuBar. getAccessibleContext()
Gets the AccessibleContext associated with this MenuBar.AccessibleContext
MenuComponent. getAccessibleContext()
Gets theAccessibleContext
associated with thisMenuComponent
.AccessibleContext
MenuItem. getAccessibleContext()
Gets the AccessibleContext associated with this MenuItem.AccessibleContext
Panel. getAccessibleContext()
Gets the AccessibleContext associated with this Panel.AccessibleContext
PopupMenu. getAccessibleContext()
Gets theAccessibleContext
associated with thisPopupMenu
.AccessibleContext
Scrollbar. getAccessibleContext()
Gets theAccessibleContext
associated with thisScrollbar
.AccessibleContext
ScrollPane. getAccessibleContext()
Gets the AccessibleContext associated with this ScrollPane.AccessibleContext
TextArea. getAccessibleContext()
Returns theAccessibleContext
associated with thisTextArea
.AccessibleContext
TextComponent. getAccessibleContext()
Gets the AccessibleContext associated with this TextComponent.AccessibleContext
TextField. getAccessibleContext()
Gets the AccessibleContext associated with this TextField.AccessibleContext
Window. getAccessibleContext()
Gets the AccessibleContext associated with this Window. -
Uses of AccessibleContext in javax.accessibility
Methods in javax.accessibility that return AccessibleContext Modifier and Type Method Description AccessibleContext
Accessible. getAccessibleContext()
Returns theAccessibleContext
associated with this object. -
Uses of AccessibleContext in javax.swing
Subclasses of AccessibleContext in javax.swing Modifier and Type Class Description protected class
AbstractButton.AccessibleAbstractButton
This class implements accessibility support for theAbstractButton
class.protected class
Box.AccessibleBox
This class implements accessibility support for theBox
class.protected class
Box.Filler.AccessibleBoxFiller
This class implements accessibility support for theBox.Filler
class.protected class
CellRendererPane.AccessibleCellRendererPane
This class implements accessibility support for theCellRendererPane
class.protected class
ImageIcon.AccessibleImageIcon
This class implements accessibility support for theImageIcon
class.protected class
JApplet.AccessibleJApplet
Deprecated.This class implements accessibility support for theJApplet
class.protected class
JButton.AccessibleJButton
This class implements accessibility support for theJButton
class.protected class
JCheckBox.AccessibleJCheckBox
This class implements accessibility support for theJCheckBox
class.protected class
JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
This class implements accessibility support for theJCheckBoxMenuItem
class.protected class
JColorChooser.AccessibleJColorChooser
This class implements accessibility support for theJColorChooser
class.protected class
JComboBox.AccessibleJComboBox
This class implements accessibility support for theJComboBox
class.class
JComponent.AccessibleJComponent
Inner class of JComponent used to provide default support for accessibility.protected class
JDesktopPane.AccessibleJDesktopPane
This class implements accessibility support for theJDesktopPane
class.protected class
JDialog.AccessibleJDialog
This class implements accessibility support for theJDialog
class.protected class
JEditorPane.AccessibleJEditorPane
This class implements accessibility support for theJEditorPane
class.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
.protected class
JFileChooser.AccessibleJFileChooser
This class implements accessibility support for theJFileChooser
class.protected class
JFrame.AccessibleJFrame
This class implements accessibility support for theJFrame
class.protected class
JInternalFrame.AccessibleJInternalFrame
This class implements accessibility support for theJInternalFrame
class.protected class
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
This class implements accessibility support for theJInternalFrame.JDesktopIcon
class.protected class
JLabel.AccessibleJLabel
The class used to obtain the accessible role for this object.protected class
JLayeredPane.AccessibleJLayeredPane
This class implements accessibility support for theJLayeredPane
class.protected class
JList.AccessibleJList
This class implements accessibility support for theJList
class.protected class
JList.AccessibleJList.AccessibleJListChild
This class implements accessibility support appropriate for list children.protected class
JMenu.AccessibleJMenu
This class implements accessibility support for theJMenu
class.protected class
JMenuBar.AccessibleJMenuBar
This class implements accessibility support for theJMenuBar
class.protected class
JMenuItem.AccessibleJMenuItem
This class implements accessibility support for theJMenuItem
class.protected class
JOptionPane.AccessibleJOptionPane
This class implements accessibility support for theJOptionPane
class.protected class
JPanel.AccessibleJPanel
This class implements accessibility support for theJPanel
class.protected class
JPasswordField.AccessibleJPasswordField
This class implements accessibility support for theJPasswordField
class.protected class
JPopupMenu.AccessibleJPopupMenu
This class implements accessibility support for theJPopupMenu
class.protected class
JProgressBar.AccessibleJProgressBar
This class implements accessibility support for theJProgressBar
class.protected class
JRadioButton.AccessibleJRadioButton
This class implements accessibility support for theJRadioButton
class.protected class
JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
This class implements accessibility support for theJRadioButtonMenuItem
class.protected class
JRootPane.AccessibleJRootPane
This class implements accessibility support for theJRootPane
class.protected class
JScrollBar.AccessibleJScrollBar
This class implements accessibility support for theJScrollBar
class.protected class
JScrollPane.AccessibleJScrollPane
This class implements accessibility support for theJScrollPane
class.protected class
JSeparator.AccessibleJSeparator
This class implements accessibility support for theJSeparator
class.protected class
JSlider.AccessibleJSlider
This class implements accessibility support for theJSlider
class.protected class
JSpinner.AccessibleJSpinner
AccessibleJSpinner
implements accessibility support for theJSpinner
class.protected class
JSplitPane.AccessibleJSplitPane
This class implements accessibility support for theJSplitPane
class.protected class
JTabbedPane.AccessibleJTabbedPane
This class implements accessibility support for theJTabbedPane
class.protected class
JTable.AccessibleJTable
This class implements accessibility support for theJTable
class.protected class
JTable.AccessibleJTable.AccessibleJTableCell
The class provides an implementation of the Java Accessibility API appropriate to table cells.protected class
JTextArea.AccessibleJTextArea
This class implements accessibility support for theJTextArea
class.protected class
JTextField.AccessibleJTextField
This class implements accessibility support for theJTextField
class.protected class
JToggleButton.AccessibleJToggleButton
This class implements accessibility support for theJToggleButton
class.protected class
JToolBar.AccessibleJToolBar
This class implements accessibility support for theJToolBar
class.protected class
JToolTip.AccessibleJToolTip
This class implements accessibility support for theJToolTip
class.protected class
JTree.AccessibleJTree
This class implements accessibility support for theJTree
class.protected class
JTree.AccessibleJTree.AccessibleJTreeNode
This class implements accessibility support for theJTree
child.protected class
JViewport.AccessibleJViewport
This class implements accessibility support for theJViewport
class.protected class
JWindow.AccessibleJWindow
This class implements accessibility support for theJWindow
class.protected class
ProgressMonitor.AccessibleProgressMonitor
AccessibleProgressMonitor
implements accessibility support for theProgressMonitor
class.Fields in javax.swing declared as AccessibleContext Modifier and Type Field Description protected AccessibleContext
CellRendererPane. accessibleContext
AccessibleContext
associated with thisCellRendererPan
protected AccessibleContext
JApplet. accessibleContext
Deprecated.AccessibleContext
associated with thisJApplet
protected AccessibleContext
JColorChooser. accessibleContext
The accessible context.protected AccessibleContext
JDialog. accessibleContext
AccessibleContext
associated with thisJDialog
protected AccessibleContext
JFileChooser. accessibleContext
AccessibleContext
associated with thisJFileChooser
protected AccessibleContext
JFrame. accessibleContext
The accessible context property.protected AccessibleContext
JWindow. accessibleContext
The accessible context property.protected AccessibleContext
ProgressMonitor. accessibleContext
TheAccessibleContext
for theProgressMonitor
Methods in javax.swing that return AccessibleContext Modifier and Type Method Description AccessibleContext
Box.Filler. getAccessibleContext()
Gets the AccessibleContext associated with this Box.Filler.AccessibleContext
Box. getAccessibleContext()
Gets the AccessibleContext associated with this Box.AccessibleContext
CellRendererPane. getAccessibleContext()
Gets the AccessibleContext associated with this CellRendererPane.AccessibleContext
ImageIcon. getAccessibleContext()
Gets the AccessibleContext associated with this ImageIcon.AccessibleContext
JApplet. getAccessibleContext()
Deprecated.Gets the AccessibleContext associated with this JApplet.AccessibleContext
JButton. getAccessibleContext()
Gets theAccessibleContext
associated with thisJButton
.AccessibleContext
JCheckBox. getAccessibleContext()
Gets the AccessibleContext associated with this JCheckBox.AccessibleContext
JCheckBoxMenuItem. getAccessibleContext()
Gets the AccessibleContext associated with this JCheckBoxMenuItem.AccessibleContext
JColorChooser. getAccessibleContext()
Gets the AccessibleContext associated with this JColorChooser.AccessibleContext
JComboBox. getAccessibleContext()
Gets the AccessibleContext associated with this JComboBox.AccessibleContext
JDesktopPane. getAccessibleContext()
Gets theAccessibleContext
associated with thisJDesktopPane
.AccessibleContext
JDialog. getAccessibleContext()
Gets the AccessibleContext associated with this JDialog.AccessibleContext
JEditorPane. getAccessibleContext()
Gets the AccessibleContext associated with this JEditorPane.AccessibleContext
JFileChooser. getAccessibleContext()
Gets the AccessibleContext associated with this JFileChooser.AccessibleContext
JFrame. getAccessibleContext()
Gets the AccessibleContext associated with this JFrame.AccessibleContext
JInternalFrame. getAccessibleContext()
Gets theAccessibleContext
associated with thisJInternalFrame
.AccessibleContext
JInternalFrame.JDesktopIcon. getAccessibleContext()
Gets the AccessibleContext associated with this JDesktopIcon.AccessibleContext
JLabel. getAccessibleContext()
Get the AccessibleContext of this objectAccessibleContext
JLayer. getAccessibleContext()
Gets the AccessibleContext associated with thisJLayer
.AccessibleContext
JLayeredPane. getAccessibleContext()
Gets the AccessibleContext associated with this JLayeredPane.AccessibleContext
JList.AccessibleJList.AccessibleJListChild. getAccessibleContext()
Get the AccessibleContext for this object.AccessibleContext
JList. getAccessibleContext()
Gets theAccessibleContext
associated with thisJList
.AccessibleContext
JMenu. getAccessibleContext()
Gets the AccessibleContext associated with this JMenu.AccessibleContext
JMenuBar. getAccessibleContext()
Gets the AccessibleContext associated with this JMenuBar.AccessibleContext
JMenuItem. getAccessibleContext()
Returns theAccessibleContext
associated with thisJMenuItem
.AccessibleContext
JOptionPane. getAccessibleContext()
Returns theAccessibleContext
associated with this JOptionPane.AccessibleContext
JPanel. getAccessibleContext()
Gets the AccessibleContext associated with this JPanel.AccessibleContext
JPasswordField. getAccessibleContext()
Returns theAccessibleContext
associated with thisJPasswordField
.AccessibleContext
JPopupMenu. getAccessibleContext()
Gets the AccessibleContext associated with this JPopupMenu.AccessibleContext
JProgressBar. getAccessibleContext()
Gets theAccessibleContext
associated with thisJProgressBar
.AccessibleContext
JRadioButton. getAccessibleContext()
Gets the AccessibleContext associated with this JRadioButton.AccessibleContext
JRadioButtonMenuItem. getAccessibleContext()
Gets the AccessibleContext associated with this JRadioButtonMenuItem.AccessibleContext
JRootPane. getAccessibleContext()
Gets theAccessibleContext
associated with thisJRootPane
.AccessibleContext
JScrollBar. getAccessibleContext()
Gets the AccessibleContext associated with this JScrollBar.AccessibleContext
JScrollPane. getAccessibleContext()
Gets the AccessibleContext associated with this JScrollPane.AccessibleContext
JSeparator. getAccessibleContext()
Gets the AccessibleContext associated with this JSeparator.AccessibleContext
JSlider. getAccessibleContext()
Gets the AccessibleContext associated with this JSlider.AccessibleContext
JSpinner. getAccessibleContext()
Gets theAccessibleContext
for theJSpinner
AccessibleContext
JSplitPane. getAccessibleContext()
Gets the AccessibleContext associated with this JSplitPane.AccessibleContext
JTabbedPane. getAccessibleContext()
Gets the AccessibleContext associated with this JTabbedPane.AccessibleContext
JTable.AccessibleJTable.AccessibleJTableCell. getAccessibleContext()
Gets theAccessibleContext
associated with this component.AccessibleContext
JTable. getAccessibleContext()
Gets the AccessibleContext associated with this JTable.AccessibleContext
JTextArea. getAccessibleContext()
Gets the AccessibleContext associated with this JTextArea.AccessibleContext
JTextField. getAccessibleContext()
Gets theAccessibleContext
associated with thisJTextField
.AccessibleContext
JToggleButton. getAccessibleContext()
Gets the AccessibleContext associated with this JToggleButton.AccessibleContext
JToolBar. getAccessibleContext()
Gets the AccessibleContext associated with this JToolBar.AccessibleContext
JToolTip. getAccessibleContext()
Gets the AccessibleContext associated with this JToolTip.AccessibleContext
JTree.AccessibleJTree.AccessibleJTreeNode. getAccessibleContext()
Get the AccessibleContext associated with this tree node.AccessibleContext
JTree. getAccessibleContext()
Gets the AccessibleContext associated with this JTree.AccessibleContext
JViewport. getAccessibleContext()
Gets the AccessibleContext associated with this JViewport.AccessibleContext
JWindow. getAccessibleContext()
Gets the AccessibleContext associated with this JWindow.AccessibleContext
ProgressMonitor. getAccessibleContext()
Gets theAccessibleContext
for theProgressMonitor
protected AccessibleContext
JTable.AccessibleJTable.AccessibleJTableCell. getCurrentAccessibleContext()
Gets the AccessibleContext for the table cell renderer. -
Uses of AccessibleContext in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic that return AccessibleContext Modifier and Type Method Description AccessibleContext
BasicComboPopup. getAccessibleContext()
Gets the AccessibleContext associated with this BasicComboPopup. -
Uses of AccessibleContext in javax.swing.table
Subclasses of AccessibleContext in javax.swing.table Modifier and Type Class Description protected class
JTableHeader.AccessibleJTableHeader
This class implements accessibility support for theJTableHeader
class.protected class
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
This class provides an implementation of the Java Accessibility API appropriate for JTableHeader entries.Methods in javax.swing.table that return AccessibleContext Modifier and Type Method Description AccessibleContext
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry. getAccessibleContext()
Get the AccessibleContext associated with this object.AccessibleContext
JTableHeader. getAccessibleContext()
Gets the AccessibleContext associated with this JTableHeader. -
Uses of AccessibleContext in javax.swing.text
Subclasses of AccessibleContext in javax.swing.text Modifier and Type Class Description class
JTextComponent.AccessibleJTextComponent
This class implements accessibility support for theJTextComponent
class.Methods in javax.swing.text that return AccessibleContext Modifier and Type Method Description AccessibleContext
JTextComponent. getAccessibleContext()
Gets theAccessibleContext
associated with thisJTextComponent
. -
Uses of AccessibleContext in javax.swing.text.html
Methods in javax.swing.text.html that return AccessibleContext Modifier and Type Method Description AccessibleContext
HTMLEditorKit. getAccessibleContext()
returns the AccessibleContext associated with this editor kit
-