Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.accessibility.AccessibleRole

Uses of AccessibleRole in javax.accessibility
 

Fields in javax.accessibility declared as AccessibleRole
static AccessibleRole AccessibleRole.ALERT
          The object alerts the user about something.
static AccessibleRole AccessibleRole.COLUMN_HEADER
          The header for a column of data.
static AccessibleRole AccessibleRole.CANVAS
          The object can be drawn into, and traps events.
static AccessibleRole AccessibleRole.COMBO_BOX
          A list of choices, which may optionally allow the user to create a new choice.
static AccessibleRole AccessibleRole.DESKTOP_ICON
          An iconified frame in a desktop.
static AccessibleRole AccessibleRole.INTERNAL_FRAME
          A frame-like object clipped by a desktop pane.
static AccessibleRole AccessibleRole.DESKTOP_PANE
          A pane which supports internal frames and their icons.
static AccessibleRole AccessibleRole.OPTION_PANE
          A specialized pane for use in a dialog.
static AccessibleRole AccessibleRole.WINDOW
          A top level window with no title or border.
static AccessibleRole AccessibleRole.FRAME
          A top level window with title, menu bar, border, and so forth.
static AccessibleRole AccessibleRole.DIALOG
          A top level window title bar and border.
static AccessibleRole AccessibleRole.COLOR_CHOOSER
          A specialized dialog for choosing a color.
static AccessibleRole AccessibleRole.DIRECTORY_PANE
          A pane for navigating through directories.
static AccessibleRole AccessibleRole.FILE_CHOOSER
          A specialized dialog that allows a user to select a file.
static AccessibleRole AccessibleRole.FILLER
          An object to fill space between other components.
static AccessibleRole AccessibleRole.HYPERLINK
          A hypertext anchor.
static AccessibleRole AccessibleRole.ICON
          A small picture to decorate components.
static AccessibleRole AccessibleRole.LABEL
          An object to label something in a graphic interface.
static AccessibleRole AccessibleRole.ROOT_PANE
          A specialized pane with a glass pane and layered pane as children.
static AccessibleRole AccessibleRole.GLASS_PANE
          A pane guaranteed to be painted on top of panes beneath it.
static AccessibleRole AccessibleRole.LAYERED_PANE
          A specialized pane that allows drawing children in layers.
static AccessibleRole AccessibleRole.LIST
          An object which presents a list of items for selection.
static AccessibleRole AccessibleRole.LIST_ITEM
          An object which represents an item in a list.
static AccessibleRole AccessibleRole.MENU_BAR
          An object usually at the top of a frame to list available menus.
static AccessibleRole AccessibleRole.POPUP_MENU
          A temporary window with a menu of options, which hides on selection.
static AccessibleRole AccessibleRole.MENU
          An object usually in a menu bar which contains a list of actions to perform.
static AccessibleRole AccessibleRole.MENU_ITEM
          An object usually in a menu with an action available for the user.
static AccessibleRole AccessibleRole.SEPARATOR
          An object usually in a menu which separates logical sections of items.
static AccessibleRole AccessibleRole.PAGE_TAB_LIST
          An object which presents a series of panels, usually via tabs along the top.
static AccessibleRole AccessibleRole.PAGE_TAB
          An object in a page tab list, which contains the panel to display when selected from the list.
static AccessibleRole AccessibleRole.PANEL
          A generic container to group objects.
static AccessibleRole AccessibleRole.PROGRESS_BAR
          An object used to track amount of a task that has completed.
static AccessibleRole AccessibleRole.PASSWORD_TEXT
          An object for passwords which should not be shown to the user.
static AccessibleRole AccessibleRole.PUSH_BUTTON
          An object that can be manipulated to do something.
static AccessibleRole AccessibleRole.TOGGLE_BUTTON
          A specialized button which can be on or off, with no separate indicator.
static AccessibleRole AccessibleRole.CHECK_BOX
          A choice which can be on or off, and has a separate indicator.
static AccessibleRole AccessibleRole.RADIO_BUTTON
          A specialized choice which toggles radio buttons in the group when it is selected.
static AccessibleRole AccessibleRole.ROW_HEADER
          The header for a row of data.
static AccessibleRole AccessibleRole.SCROLL_PANE
          An object which allows an incremental view of a larger pane.
static AccessibleRole AccessibleRole.SCROLL_BAR
          An object which allows selection of the view in a scroll pane.
static AccessibleRole AccessibleRole.VIEWPORT
          An object which represents the visual section in a scroll pane.
static AccessibleRole AccessibleRole.SLIDER
          An object which allows selection in a bounded range.
static AccessibleRole AccessibleRole.SPLIT_PANE
          A specialized pane which presents two other panels, and can often adjust the divider between them.
static AccessibleRole AccessibleRole.TABLE
          An object for presenting data in rows and columns.
static AccessibleRole AccessibleRole.TEXT
          An object which represents text, usually editable by the user.
static AccessibleRole AccessibleRole.TREE
          An object which represents a hierachical view of data.
static AccessibleRole AccessibleRole.TOOL_BAR
          A bar or pallete with buttons for common actions in an application.
static AccessibleRole AccessibleRole.TOOL_TIP
          An object which provides information about another object.
static AccessibleRole AccessibleRole.AWT_COMPONENT
          An AWT component with nothing else known about it.
static AccessibleRole AccessibleRole.SWING_COMPONENT
          A swing component with nothing else known about it.
static AccessibleRole AccessibleRole.UNKNOWN
          An accessible object whose role is unknown.
static AccessibleRole AccessibleRole.STATUS_BAR
          A component with multiple labels of status information.
static AccessibleRole AccessibleRole.DATE_EDITOR
          A component which allows editing of Date and Time objects.
static AccessibleRole AccessibleRole.SPIN_BOX
          A component with spinner arrows for simple numbers.
static AccessibleRole AccessibleRole.FONT_CHOOSER
          A component for choosing fonts and their attributes.
static AccessibleRole AccessibleRole.GROUP_BOX
          A component with a border to group other components.
static AccessibleRole AccessibleRole.EDITBAR
          A formula for creating a value.
static AccessibleRole AccessibleRole.FOOTER
          A text-based footer.
static AccessibleRole AccessibleRole.HEADER
          A text-based header.
static AccessibleRole AccessibleRole.PARAGRAPH
          A text-based paragraph.
static AccessibleRole AccessibleRole.PROGRESS_MONITOR
          Represents the current level of progress on a particular task.
static AccessibleRole AccessibleRole.RULER
          A ruler is a method of measuring the distance between two points.
 

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