JavaTM 2 Platform
Standard Edition

Uses of Class
javax.accessibility.AccessibleRole

Packages that use AccessibleRole
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.table Provides classes and interfaces for dealing with java.awt.swing.JTable. 
javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components. 
 

Uses of AccessibleRole in javax.accessibility
 

Fields in javax.accessibility declared as AccessibleRole
static AccessibleRole AccessibleRole.ALERT
          Object is used to alert the user about something.
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.DESKTOP_ICON
          An iconified internal frame in a DESKTOP_PANE.
static AccessibleRole AccessibleRole.INTERNAL_FRAME
          A frame-like object that is clipped by a desktop pane.
static AccessibleRole AccessibleRole.DESKTOP_PANE
          A pane that supports internal frames and iconified versions of those internal frames.
static AccessibleRole AccessibleRole.OPTION_PANE
          A specialized pane whose primary use is inside a DIALOG
static AccessibleRole AccessibleRole.WINDOW
          A top level window with no title or border.
static AccessibleRole AccessibleRole.FRAME
          A top level window with a title bar, border, menu bar, etc.
static AccessibleRole AccessibleRole.DIALOG
          A top level window with title bar and a border.
static AccessibleRole AccessibleRole.COLOR_CHOOSER
          A specialized dialog that lets the user choose a color.
static AccessibleRole AccessibleRole.DIRECTORY_PANE
          A pane that allows the user to navigate through and select the contents of a directory.
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.LABEL
          An object used to present an icon or short string in an interface.
static AccessibleRole AccessibleRole.ROOT_PANE
          A specialized pane that has a glass pane and a layered pane as its children.
static AccessibleRole AccessibleRole.GLASS_PANE
          A pane that is guaranteed to be painted on top of all panes beneath it.
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 user and allows the user to select one or more of them.
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.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.MENU
          An object usually contained in a menu bar that contains a list of actions 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.SEPARATOR
          An object usually contained in a menu to provide a visual and logical separation of the contents in a menu.
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.PAGE_TAB
          An object that is a child of a page tab list.
static AccessibleRole AccessibleRole.PANEL
          A generic container that is often used to group objects.
static AccessibleRole AccessibleRole.PROGRESS_BAR
          An object used to indicate how much of a task has been completed.
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.PUSH_BUTTON
          An object the user can manipulate to tell the application to do something.
static AccessibleRole AccessibleRole.TOGGLE_BUTTON
          A specialized push button that can be checked or unchecked, but does not provide a separate indicator indicating the current state.
static AccessibleRole AccessibleRole.CHECK_BOX
          A choice that can be checked or unchecked and provides a separate indicator indicating the current state.
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.ROW_HEADER
          The header for a row of data.
static AccessibleRole AccessibleRole.SCROLL_PANE
          An object that allows a user to incrementally view a large amount of information.
static AccessibleRole AccessibleRole.SCROLL_BAR
          An object usually used to allow a user to incrementally view a large amount of data.
static AccessibleRole AccessibleRole.VIEWPORT
          An object usually used in a scroll pane.
static AccessibleRole AccessibleRole.SLIDER
          An object that allows the user to select from a bounded range.
static AccessibleRole AccessibleRole.SPLIT_PANE
          A specialized panel that presents two other panels at the same time.
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.TREE
          An object used to present hierarchical information to the user.
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.AWT_COMPONENT
          An AWT component, but nothing else is known about it.
static AccessibleRole AccessibleRole.SWING_COMPONENT
          A Swing component, but nothing else is known about it.
static AccessibleRole AccessibleRole.UNKNOWN
          The object contains some Accessible information, but its role is not known.
 

Methods in javax.accessibility that return AccessibleRole
abstract  AccessibleRole AccessibleContext.getAccessibleRole()
          Get the role of this object.
 

Uses of AccessibleRole in javax.swing
 

Methods in javax.swing that return AccessibleRole
 AccessibleRole JComponent.AccessibleJComponent.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JSlider.AccessibleJSlider.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JTree.AccessibleJTree.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JLabel.AccessibleJLabel.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JInternalFrame.AccessibleJInternalFrame.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JToolTip.AccessibleJToolTip.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JDesktopPane.AccessibleJDesktopPane.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JApplet.AccessibleJApplet.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JColorChooser.AccessibleJColorChooser.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JPasswordField.AccessibleJPasswordField.getAccessibleRole()
          Gets the role of this object.
 AccessibleRole JToolBar.AccessibleJToolBar.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JSplitPane.AccessibleJSplitPane.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JMenuItem.AccessibleJMenuItem.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JToggleButton.AccessibleJToggleButton.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JCheckBox.AccessibleJCheckBox.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JScrollBar.AccessibleJScrollBar.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JProgressBar.AccessibleJProgressBar.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JViewport.AccessibleJViewport.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JMenuBar.AccessibleJMenuBar.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JFileChooser.AccessibleJFileChooser.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JScrollPane.AccessibleJScrollPane.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JPopupMenu.AccessibleJPopupMenu.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JSeparator.AccessibleJSeparator.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JRadioButton.AccessibleJRadioButton.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JWindow.AccessibleJWindow.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JOptionPane.AccessibleJOptionPane.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JRootPane.AccessibleJRootPane.getAccessibleRole()
          Get the role of this object.
 AccessibleRole Box.Filler.AccessibleBoxFiller.getAccessibleRole()
          Gets the role of this object.
 AccessibleRole Box.AccessibleBox.getAccessibleRole()
          Gets the role of this object.
 AccessibleRole JLayeredPane.AccessibleJLayeredPane.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JButton.AccessibleJButton.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JComboBox.AccessibleJComboBox.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JTabbedPane.AccessibleJTabbedPane.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JDialog.AccessibleJDialog.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JMenu.AccessibleJMenu.getAccessibleRole()
          Get the role of this object.
 AccessibleRole CellRendererPane.AccessibleCellRendererPane.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JTable.AccessibleJTable.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JFrame.AccessibleJFrame.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JList.AccessibleJList.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JList.AccessibleJList.AccessibleJListChild.getAccessibleRole()
           
 AccessibleRole JPanel.AccessibleJPanel.getAccessibleRole()
          Get the role of this object.
 

Uses of AccessibleRole in javax.swing.table
 

Methods in javax.swing.table that return AccessibleRole
 AccessibleRole JTableHeader.AccessibleJTableHeader.getAccessibleRole()
          Get the role of this object.
 AccessibleRole JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleRole()
           
 

Uses of AccessibleRole in javax.swing.text
 

Methods in javax.swing.text that return AccessibleRole
 AccessibleRole JTextComponent.AccessibleJTextComponent.getAccessibleRole()
          Gets the role of this object.
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.