accessibleroleaccessiblerole
public static final AccessibleRole HTML_CONTAINER
An object containing a collection of Accessibles that together represents HTML content. The child Accessibles would include objects implementing AccessibleText, AccessibleHypertext, AccessibleIcon, and other inteces.
public static final AccessibleRole INTERNAL_FRAME
A frame-like object that is clipped by a desktop pane. The desktop pane, internal frame, and desktop icon objects are often used to create multiple document inteces within an application.
public static final AccessibleRole DESKTOP_PANE
public static final AccessibleRole OPTION_PANE
public static final AccessibleRole WINDOW
public static final AccessibleRole FRAME
A top level window with a title bar, border, menu bar, etc. It is often used as the primary window for an application.
public static final AccessibleRole DIALOG
public static final AccessibleRole COLOR_CHOOSER
public static final AccessibleRole DIRECTORY_PANE
public static final 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. May use the directory pane to show the contents of a directory.
public static final AccessibleRole FILLER
public static final AccessibleRole HYPERLINK
public static final AccessibleRole ICON
public static final AccessibleRole LABEL
public static final AccessibleRole ROOT_PANE
public static final AccessibleRole GLASS_PANE
public static final AccessibleRole LAYERED_PANE
public static final AccessibleRole LIST
public static final AccessibleRole LIST_ITEM
public static final 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. For example, a menu bar might contain menus for "File," "Edit," and "Help."
public static final AccessibleRole POPUP_MENU
public static final AccessibleRole MENU
An object usually found inside a menu bar that contains a list of actions the user can choose from. A menu can have any object as its children, but most often they are menu items, other menus, or rudimentary objects such as radio buttons, check boxes, or separators. For example, an application may have an "Edit" menu that contains menu items for "Cut" and "Paste."
, , , , ,
public static final AccessibleRole MENU_ITEM
public static final AccessibleRole SEPARATOR
An object usually contained in a menu to provide a visual and logical separation of the contents in a menu. For example, the "File" menu of an application might contain menu items for "Open," "Close," and "Exit," and will place a separator between "Close" and "Exit" menu items.
public static final 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. The most common mechanism is a list of tabs at the top of the panel. The children of a page tab list are all page tabs.
public static final AccessibleRole PAGE_TAB
public static final AccessibleRole PANEL
public static final AccessibleRole PROGRESS_BAR
public static final AccessibleRole PASSWORD_TEXT
public static final AccessibleRole PUSH_BUTTON
public static final AccessibleRole TOGGLE_BUTTON
public static final AccessibleRole CHECK_BOX
public static final AccessibleRole RADIO_BUTTON
public static final AccessibleRole ROW_HEADER
public static final AccessibleRole SCROLL_PANE
public static final AccessibleRole SCROLL_BAR
public static final AccessibleRole VIEWPORT
An object usually used in a scroll pane. It represents the portion of the entire data that the user can see. As the user manipulates the scroll bars, the contents of the viewport can change.
public static final AccessibleRole SLIDER
public static final AccessibleRole SPLIT_PANE
public static final AccessibleRole TABLE
public static final AccessibleRole TEXT
public static final AccessibleRole TREE
public static final AccessibleRole TOOL_BAR
public static final AccessibleRole TOOL_TIP
public static final AccessibleRole AWT_COMPONENT
public static final AccessibleRole SWING_COMPONENT
public static final AccessibleRole UNKNOWN
public static final AccessibleRole STATUS_BAR
public static final AccessibleRole DATE_EDITOR
A DATE_EDITOR is a component that allows users to edit java.util.Date and java.util.Time objects
public static final AccessibleRole SPIN_BOX
public static final AccessibleRole FONT_CHOOSER
public static final AccessibleRole GROUP_BOX
public static final AccessibleRole HEADER
public static final AccessibleRole FOOTER
public static final AccessibleRole PARAGRAPH
public static final AccessibleRole RULER
public static final AccessibleRole EDITBAR
public static final AccessibleRole PROGRESS_MONITOR
protected AccessibleRole(String key)
Creates a new AccessibleRole using the given locale independent key. This should not be a public method. Instead, it is used to create the constants in this file to make it a strongly typed enumeration. Subclasses of this class should enforce similar policy.
The key String should be a locale independent key for the role. It is not intended to be used as the actual String to display to the user. To get the localized string, use toDisplayString.
本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/jisuanjixue/article-49292-1.html
瞧你自己那点出息