Uses of Class
javax.accessibility.AccessibleRole
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 AccessibleRole in com.sun.java.accessibility.util
-
Uses of AccessibleRole in java.applet
Modifier and TypeMethodDescriptionApplet.AccessibleApplet.getAccessibleRole()
Get the role of this object. -
Uses of AccessibleRole in java.awt
Modifier and TypeMethodDescriptionButton.AccessibleAWTButton.getAccessibleRole()
Get the role of this object.Canvas.AccessibleAWTCanvas.getAccessibleRole()
Get the role of this object.Checkbox.AccessibleAWTCheckbox.getAccessibleRole()
Get the role of this object.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem.getAccessibleRole()
Get the role of this object.Choice.AccessibleAWTChoice.getAccessibleRole()
Get the role of this object.Component.AccessibleAWTComponent.getAccessibleRole()
Gets the role of this object.Dialog.AccessibleAWTDialog.getAccessibleRole()
Get the role of this object.Frame.AccessibleAWTFrame.getAccessibleRole()
Get the role of this object.Label.AccessibleAWTLabel.getAccessibleRole()
Get the role of this object.List.AccessibleAWTList.AccessibleAWTListChild.getAccessibleRole()
Get the role of this object.List.AccessibleAWTList.getAccessibleRole()
Get the role of this object.Menu.AccessibleAWTMenu.getAccessibleRole()
Get the role of this object.MenuBar.AccessibleAWTMenuBar.getAccessibleRole()
Get the role of this object.MenuComponent.AccessibleAWTMenuComponent.getAccessibleRole()
Gets the role of this object.MenuItem.AccessibleAWTMenuItem.getAccessibleRole()
Get the role of this object.Panel.AccessibleAWTPanel.getAccessibleRole()
Get the role of this object.PopupMenu.AccessibleAWTPopupMenu.getAccessibleRole()
Get the role of this object.Scrollbar.AccessibleAWTScrollBar.getAccessibleRole()
Get the role of this object.ScrollPane.AccessibleAWTScrollPane.getAccessibleRole()
Get the role of this object.TextComponent.AccessibleAWTTextComponent.getAccessibleRole()
Gets the role of this object.Window.AccessibleAWTWindow.getAccessibleRole()
Get the role of this object. -
Uses of AccessibleRole in javax.accessibility
Modifier and TypeFieldDescriptionstatic final AccessibleRole
AccessibleRole.ALERT
Object is used to alert the user about something.static final AccessibleRole
AccessibleRole.AWT_COMPONENT
An AWT component, but nothing else is known about it.static final AccessibleRole
AccessibleRole.CANVAS
Object that can be drawn into and is used to trap events.static final AccessibleRole
AccessibleRole.CHECK_BOX
A choice that can be checked or unchecked and provides a separate indicator for the current state.static final AccessibleRole
AccessibleRole.COLOR_CHOOSER
A specialized pane that lets the user choose a color.static final AccessibleRole
AccessibleRole.COLUMN_HEADER
The header for a column of data.static final AccessibleRole
AccessibleRole.COMBO_BOX
A list of choices the user can select from.static final AccessibleRole
AccessibleRole.DATE_EDITOR
ADATE_EDITOR
is a component that allows users to editjava.util.Date
andjava.util.Time
objects.static final AccessibleRole
AccessibleRole.DESKTOP_ICON
An iconified internal frame in aDESKTOP_PANE
.static final AccessibleRole
AccessibleRole.DESKTOP_PANE
A pane that supports internal frames and iconified versions of those internal frames.static final AccessibleRole
AccessibleRole.DIALOG
A top level window with title bar and a border.static final AccessibleRole
AccessibleRole.DIRECTORY_PANE
A pane that allows the user to navigate through and select the contents of a directory.static final AccessibleRole
AccessibleRole.EDITBAR
A role indicating the object acts as a formula for calculating a value.static final AccessibleRole
AccessibleRole.FILE_CHOOSER
A specialized dialog that displays the files in the directory and lets the user select a file, browse a different directory, or specify a filename.static final AccessibleRole
AccessibleRole.FILLER
An object that fills up space in a user interface.static final AccessibleRole
AccessibleRole.FONT_CHOOSER
AFONT_CHOOSER
is a component that lets the user pick various attributes for fonts.static final AccessibleRole
AccessibleRole.FOOTER
A text footer.static final AccessibleRole
AccessibleRole.FRAME
A top level window with a title bar, border, menu bar, etc.static final AccessibleRole
AccessibleRole.GLASS_PANE
A pane that is guaranteed to be painted on top of all panes beneath it.static final AccessibleRole
AccessibleRole.GROUP_BOX
AGROUP_BOX
is a simple container that contains a border around it and contains components inside it.static final AccessibleRole
AccessibleRole.HEADER
A text header.static final AccessibleRole
AccessibleRole.HTML_CONTAINER
An object containing a collection ofAccessibles
that together representsHTML
content.static final AccessibleRole
AccessibleRole.HYPERLINK
A hypertext anchor.static final AccessibleRole
AccessibleRole.ICON
A small fixed size picture, typically used to decorate components.static final AccessibleRole
AccessibleRole.INTERNAL_FRAME
A frame-like object that is clipped by a desktop pane.static final AccessibleRole
AccessibleRole.LABEL
An object used to present an icon or short string in an interface.static final AccessibleRole
AccessibleRole.LAYERED_PANE
A specialized pane that allows its children to be drawn in layers, providing a form of stacking order.static final AccessibleRole
AccessibleRole.LIST
An object that presents a list of objects to the user and allows the user to select one or more of them.static final AccessibleRole
AccessibleRole.LIST_ITEM
An object that presents an element in a list.static final AccessibleRole
AccessibleRole.MENU
An object usually found inside a menu bar that contains a list of actions the user can choose from.static final AccessibleRole
AccessibleRole.MENU_BAR
An object usually drawn at the top of the primary dialog box of an application that contains a list of menus the user can choose from.static final AccessibleRole
AccessibleRole.MENU_ITEM
An object usually contained in a menu that presents an action the user can choose.static final AccessibleRole
AccessibleRole.OPTION_PANE
A specialized pane whose primary use is inside aDIALOG
.static final AccessibleRole
AccessibleRole.PAGE_TAB
An object that is a child of a page tab list.static final AccessibleRole
AccessibleRole.PAGE_TAB_LIST
An object that presents a series of panels (or page tabs), one at a time, through some mechanism provided by the object.static final AccessibleRole
AccessibleRole.PANEL
A generic container that is often used to group objects.static final AccessibleRole
AccessibleRole.PARAGRAPH
A text paragraph.static final AccessibleRole
AccessibleRole.PASSWORD_TEXT
A text object used for passwords, or other places where the text contents is not shown visibly to the user.static final AccessibleRole
AccessibleRole.POPUP_MENU
A temporary window that is usually used to offer the user a list of choices, and then hides when the user selects one of those choices.static final AccessibleRole
AccessibleRole.PROGRESS_BAR
An object used to indicate how much of a task has been completed.static final AccessibleRole
AccessibleRole.PROGRESS_MONITOR
A role indicating the object monitors the progress of some operation.static final AccessibleRole
AccessibleRole.PUSH_BUTTON
An object the user can manipulate to tell the application to do something.static final AccessibleRole
AccessibleRole.RADIO_BUTTON
A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked.static final AccessibleRole
AccessibleRole.ROOT_PANE
A specialized pane that has a glass pane and a layered pane as its children.static final AccessibleRole
AccessibleRole.ROW_HEADER
The header for a row of data.static final AccessibleRole
AccessibleRole.RULER
A ruler is an object used to measure distance.static final AccessibleRole
AccessibleRole.SCROLL_BAR
An object usually used to allow a user to incrementally view a large amount of data.static final AccessibleRole
AccessibleRole.SCROLL_PANE
An object that allows a user to incrementally view a large amount of information.static final AccessibleRole
AccessibleRole.SEPARATOR
An object usually contained in a menu to provide a visual and logical separation of the contents in a menu.static final AccessibleRole
AccessibleRole.SLIDER
An object that allows the user to select from a bounded range.static final AccessibleRole
AccessibleRole.SPIN_BOX
ASPIN_BOX
is a simple spinner component and its main use is for simple numbers.static final AccessibleRole
AccessibleRole.SPLIT_PANE
A specialized panel that presents two other panels at the same time.static final AccessibleRole
AccessibleRole.STATUS_BAR
ASTATUS_BAR
is an simple component that can contain multiple labels of status information to the user.static final AccessibleRole
AccessibleRole.SWING_COMPONENT
A Swing component, but nothing else is known about it.static final AccessibleRole
AccessibleRole.TABLE
An object used to present information in terms of rows and columns.static final AccessibleRole
AccessibleRole.TEXT
An object that presents text to the user.static final AccessibleRole
AccessibleRole.TOGGLE_BUTTON
A specialized push button that can be checked or unchecked, but does not provide a separate indicator for the current state.static final AccessibleRole
AccessibleRole.TOOL_BAR
A bar or palette usually composed of push buttons or toggle buttons.static final AccessibleRole
AccessibleRole.TOOL_TIP
An object that provides information about another object.static final AccessibleRole
AccessibleRole.TREE
An object used to present hierarchical information to the user.static final AccessibleRole
AccessibleRole.UNKNOWN
The object contains someAccessible
information, but its role is not known.static final AccessibleRole
AccessibleRole.VIEWPORT
An object usually used in a scroll pane.static final AccessibleRole
AccessibleRole.WINDOW
A top level window with no title or border.Modifier and TypeMethodDescriptionabstract AccessibleRole
AccessibleContext.getAccessibleRole()
Gets the role of this object. -
Uses of AccessibleRole in javax.swing
Modifier and TypeMethodDescriptionBox.AccessibleBox.getAccessibleRole()
Gets the role of this object.Box.Filler.AccessibleBoxFiller.getAccessibleRole()
Gets the role of this object.CellRendererPane.AccessibleCellRendererPane.getAccessibleRole()
Get the role of this object.ImageIcon.AccessibleImageIcon.getAccessibleRole()
Gets the role of this object.JButton.AccessibleJButton.getAccessibleRole()
Get the role of this object.JCheckBox.AccessibleJCheckBox.getAccessibleRole()
Get the role of this object.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem.getAccessibleRole()
Get the role of this object.JColorChooser.AccessibleJColorChooser.getAccessibleRole()
Get the role of this object.JComboBox.AccessibleJComboBox.getAccessibleRole()
Get the role of this object.JComponent.AccessibleJComponent.getAccessibleRole()
Gets the role of this object.JDesktopPane.AccessibleJDesktopPane.getAccessibleRole()
Get the role of this object.JFileChooser.AccessibleJFileChooser.getAccessibleRole()
Gets the role of this object.JInternalFrame.AccessibleJInternalFrame.getAccessibleRole()
Get the role of this object.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.getAccessibleRole()
Gets the role of this object.JLabel.AccessibleJLabel.getAccessibleRole()
Get the role of this object.JLayeredPane.AccessibleJLayeredPane.getAccessibleRole()
Get the role of this object.JList.AccessibleJList.AccessibleJListChild.getAccessibleRole()
JList.AccessibleJList.getAccessibleRole()
Get the role of this object.JMenu.AccessibleJMenu.getAccessibleRole()
Get the role of this object.JMenuBar.AccessibleJMenuBar.getAccessibleRole()
Get the role of this object.JMenuItem.AccessibleJMenuItem.getAccessibleRole()
Get the role of this object.JOptionPane.AccessibleJOptionPane.getAccessibleRole()
Get the role of this object.JPanel.AccessibleJPanel.getAccessibleRole()
Get the role of this object.JPasswordField.AccessibleJPasswordField.getAccessibleRole()
Gets the role of this object.JPopupMenu.AccessibleJPopupMenu.getAccessibleRole()
Get the role of this object.JProgressBar.AccessibleJProgressBar.getAccessibleRole()
Gets the role of this object.JRadioButton.AccessibleJRadioButton.getAccessibleRole()
Get the role of this object.JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem.getAccessibleRole()
Get the role of this object.JRootPane.AccessibleJRootPane.getAccessibleRole()
Get the role of this object.JScrollBar.AccessibleJScrollBar.getAccessibleRole()
Get the role of this object.JScrollPane.AccessibleJScrollPane.getAccessibleRole()
Get the role of this object.JSeparator.AccessibleJSeparator.getAccessibleRole()
Get the role of this object.JSlider.AccessibleJSlider.getAccessibleRole()
Get the role of this object.JSpinner.AccessibleJSpinner.getAccessibleRole()
Gets the role of this object.JSplitPane.AccessibleJSplitPane.getAccessibleRole()
Gets the role of this object.JTabbedPane.AccessibleJTabbedPane.getAccessibleRole()
Get the role of this object.JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleRole()
Gets the role of this object.JTable.AccessibleJTable.getAccessibleRole()
Gets the role of this object.JToggleButton.AccessibleJToggleButton.getAccessibleRole()
Get the role of this object.JToolBar.AccessibleJToolBar.getAccessibleRole()
Get the role of this object.JToolTip.AccessibleJToolTip.getAccessibleRole()
Get the role of this object.JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleRole()
Get the role of this object.JTree.AccessibleJTree.getAccessibleRole()
Get the role of this object.JViewport.AccessibleJViewport.getAccessibleRole()
Get the role of this object.ProgressMonitor.AccessibleProgressMonitor.getAccessibleRole()
Gets the role of this object. -
Uses of AccessibleRole in javax.swing.table
Modifier and TypeMethodDescriptionJTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleRole()
JTableHeader.AccessibleJTableHeader.getAccessibleRole()
Get the role of this object. -
Uses of AccessibleRole in javax.swing.text
Modifier and TypeMethodDescriptionJTextComponent.AccessibleJTextComponent.getAccessibleRole()
Gets the role of this object.