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 AccessibleRole
AccessibleRole.ALERT
Object is used to alert the user about something.static AccessibleRole
AccessibleRole.AWT_COMPONENT
An AWT component, but nothing else is known about it.static AccessibleRole
AccessibleRole.CANVAS
Object that can be drawn into and is used to trap events.static AccessibleRole
AccessibleRole.CHECK_BOX
A choice that can be checked or unchecked and provides a separate indicator for the current state.static AccessibleRole
AccessibleRole.COLOR_CHOOSER
A specialized pane that lets the user choose a color.static AccessibleRole
AccessibleRole.COLUMN_HEADER
The header for a column of data.static AccessibleRole
AccessibleRole.COMBO_BOX
A list of choices the user can select from.static AccessibleRole
AccessibleRole.DATE_EDITOR
ADATE_EDITOR
is a component that allows users to editjava.util.Date
andjava.util.Time
objects.static AccessibleRole
AccessibleRole.DESKTOP_ICON
An iconified internal frame in aDESKTOP_PANE
.static AccessibleRole
AccessibleRole.DESKTOP_PANE
A pane that supports internal frames and iconified versions of those internal frames.static AccessibleRole
AccessibleRole.DIALOG
A top level window with title bar and a border.static AccessibleRole
AccessibleRole.DIRECTORY_PANE
A pane that allows the user to navigate through and select the contents of a directory.static AccessibleRole
AccessibleRole.EDITBAR
A role indicating the object acts as a formula for calculating a value.static 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 AccessibleRole
AccessibleRole.FILLER
An object that fills up space in a user interface.static AccessibleRole
AccessibleRole.FONT_CHOOSER
AFONT_CHOOSER
is a component that lets the user pick various attributes for fonts.static AccessibleRole
AccessibleRole.FOOTER
A text footer.static AccessibleRole
AccessibleRole.FRAME
A top level window with a title bar, border, menu bar, etc.static AccessibleRole
AccessibleRole.GLASS_PANE
A pane that is guaranteed to be painted on top of all panes beneath it.static AccessibleRole
AccessibleRole.GROUP_BOX
AGROUP_BOX
is a simple container that contains a border around it and contains components inside it.static AccessibleRole
AccessibleRole.HEADER
A text header.static AccessibleRole
AccessibleRole.HTML_CONTAINER
An object containing a collection ofAccessibles
that together representsHTML
content.static AccessibleRole
AccessibleRole.HYPERLINK
A hypertext anchor.static AccessibleRole
AccessibleRole.ICON
A small fixed size picture, typically used to decorate components.static AccessibleRole
AccessibleRole.INTERNAL_FRAME
A frame-like object that is clipped by a desktop pane.static AccessibleRole
AccessibleRole.LABEL
An object used to present an icon or short string in an interface.static AccessibleRole
AccessibleRole.LAYERED_PANE
A specialized pane that allows its children to be drawn in layers, providing a form of stacking order.static 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 AccessibleRole
AccessibleRole.LIST_ITEM
An object that presents an element in a list.static AccessibleRole
AccessibleRole.MENU
An object usually found inside a menu bar that contains a list of actions the user can choose from.static 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 AccessibleRole
AccessibleRole.MENU_ITEM
An object usually contained in a menu that presents an action the user can choose.static AccessibleRole
AccessibleRole.OPTION_PANE
A specialized pane whose primary use is inside aDIALOG
.static AccessibleRole
AccessibleRole.PAGE_TAB
An object that is a child of a page tab list.static 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 AccessibleRole
AccessibleRole.PANEL
A generic container that is often used to group objects.static AccessibleRole
AccessibleRole.PARAGRAPH
A text paragraph.static 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 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 AccessibleRole
AccessibleRole.PROGRESS_BAR
An object used to indicate how much of a task has been completed.static AccessibleRole
AccessibleRole.PROGRESS_MONITOR
A role indicating the object monitors the progress of some operation.static AccessibleRole
AccessibleRole.PUSH_BUTTON
An object the user can manipulate to tell the application to do something.static 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 AccessibleRole
AccessibleRole.ROOT_PANE
A specialized pane that has a glass pane and a layered pane as its children.static AccessibleRole
AccessibleRole.ROW_HEADER
The header for a row of data.static AccessibleRole
AccessibleRole.RULER
A ruler is an object used to measure distance.static AccessibleRole
AccessibleRole.SCROLL_BAR
An object usually used to allow a user to incrementally view a large amount of data.static AccessibleRole
AccessibleRole.SCROLL_PANE
An object that allows a user to incrementally view a large amount of information.static AccessibleRole
AccessibleRole.SEPARATOR
An object usually contained in a menu to provide a visual and logical separation of the contents in a menu.static AccessibleRole
AccessibleRole.SLIDER
An object that allows the user to select from a bounded range.static AccessibleRole
AccessibleRole.SPIN_BOX
ASPIN_BOX
is a simple spinner component and its main use is for simple numbers.static AccessibleRole
AccessibleRole.SPLIT_PANE
A specialized panel that presents two other panels at the same time.static AccessibleRole
AccessibleRole.STATUS_BAR
ASTATUS_BAR
is an simple component that can contain multiple labels of status information to the user.static AccessibleRole
AccessibleRole.SWING_COMPONENT
A Swing component, but nothing else is known about it.static AccessibleRole
AccessibleRole.TABLE
An object used to present information in terms of rows and columns.static AccessibleRole
AccessibleRole.TEXT
An object that presents text to the user.static 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 AccessibleRole
AccessibleRole.TOOL_BAR
A bar or palette usually composed of push buttons or toggle buttons.static AccessibleRole
AccessibleRole.TOOL_TIP
An object that provides information about another object.static AccessibleRole
AccessibleRole.TREE
An object used to present hierarchical information to the user.static AccessibleRole
AccessibleRole.UNKNOWN
The object contains someAccessible
information, but its role is not known.static AccessibleRole
AccessibleRole.VIEWPORT
An object usually used in a scroll pane.static 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.