accessibleroleaccessiblerole
See Also:, AccessibleText, AccessibleHypertext, AccessibleHyperlink, AccessibleIcon
INTERNAL_FRAME
public static final AccessibleRole INTERNAL_FRAMEA 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.
See Also:, ,
DESKTOP_PANE
public static final AccessibleRole DESKTOP_PANEA pane that supports internal frames and iconified versions of those internal frames.
See Also:,
OPTION_PANE
public static final AccessibleRole OPTION_PANEA specialized pane whose primary use is inside a DIALOG
See Also:
WINDOW
public static final AccessibleRole WINDOWA top level window with no title or border.
See Also:,
FRAME
public static final AccessibleRole FRAMEA top level window with a title bar, border, menu bar, etc. It is often used as the primary window for an application.
See Also:, ,
DIALOG
public static final AccessibleRole DIALOGA top level window with title bar and a border. A dialog is similar to a frame, but it has fewer properties and is often used as a secondary window for an application.
See Also:,
COLOR_CHOOSER
public static final AccessibleRole COLOR_CHOOSERA specialized pane that lets the user choose a color.
DIRECTORY_PANE
public static final AccessibleRole DIRECTORY_PANEA pane that allows the user to navigate through and select the contents of a directory. May be used by a file chooser.
See Also:
FILE_CHOOSER
public static final AccessibleRole FILE_CHOOSERA 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.
See Also:
FILLER
public static final AccessibleRole FILLERAn object that fills up space in a user intece. It is often used in inteces to tweak the spacing between components, but serves no other purpose.
HYPERLINK
public static final AccessibleRole HYPERLINKA hypertext anchor
ICON
public static final AccessibleRole ICONA small fixed size picture, typically used to decorate components.
LABEL
public static final AccessibleRole LABELAn object used to present an icon or short string in an intece.
ROOT_PANE
public static final AccessibleRole ROOT_PANEA specialized pane that has a glass pane and a layered pane as its children.
See Also:,
GLASS_PANE
public static final AccessibleRole GLASS_PANEA pane that is guaranteed to be painted on top of all panes beneath it.
See Also:,
LAYERED_PANE
public static final AccessibleRole LAYERED_PANEA specialized pane that allows its children to be drawn in layers, providing a form of stacking order. This is usually the pane that holds the menu bar as well as the pane that contains most of the visual components in a window.
See Also:,
LIST
public static final AccessibleRole LISTAn object that presents a list of objects to the user and allows the user to select one or more of them. A list is usually contained within a scroll pane.
See Also:,
LIST_ITEM
public static final AccessibleRole LIST_ITEMAn object that presents an element in a list. A list is usually contained within a scroll pane.
See Also:,
MENU_BAR
public static final AccessibleRole MENU_BARAn 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."
See Also:, ,
POPUP_MENU
public static final AccessibleRole POPUP_MENUA 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.
See Also:,
MENU
public static final AccessibleRole MENUAn 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."
See Also:, , , , ,
MENU_ITEM
public static final AccessibleRole MENU_ITEMAn object usually contained in a menu that presents an action the user can choose. For example, the "Cut" menu item in an "Edit" menu would be an action the user can select to cut the selected area of text in a document.
See Also:, ,
SEPARATOR
public static final AccessibleRole SEPARATORAn 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.
See Also:,
PAGE_TAB_LIST
public static final AccessibleRole PAGE_TAB_LISTAn 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.
See Also:
PAGE_TAB
public static final AccessibleRole PAGE_TABAn object that is a child of a page tab list. Its sole child is the panel that is to be presented to the user when the user selects the page tab from the list of tabs in the page tab list.
See Also:
PANEL
public static final AccessibleRole PANELA generic container that is often used to group objects.
PROGRESS_BAR
public static final AccessibleRole PROGRESS_BARAn object used to indicate how much of a task has been completed.
PASSWORD_TEXT
public static final AccessibleRole PASSWORD_TEXTA text object used for passwords, or other places where the text contents is not shown visibly to the user
PUSH_BUTTON
public static final AccessibleRole PUSH_BUTTONAn object the user can manipulate to tell the application to do something.
See Also:, ,
TOGGLE_BUTTON
public static final AccessibleRole TOGGLE_BUTTONA specialized push button that can be checked or unchecked, but does not provide a separate indicator for the current state.
See Also:, ,
CHECK_BOX
public static final AccessibleRole CHECK_BOXA choice that can be checked or unchecked and provides a separate indicator for the current state.
See Also:, ,
RADIO_BUTTON
public static final AccessibleRole RADIO_BUTTONA specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked.
See Also:, ,
ROW_HEADER
public static final AccessibleRole ROW_HEADERThe header for a row of data.
SCROLL_PANE
public static final AccessibleRole SCROLL_PANEAn object that allows a user to incrementally view a large amount of information. Its children can include scroll bars and a viewport.
See Also:,
SCROLL_BAR
public static final AccessibleRole SCROLL_BARAn object usually used to allow a user to incrementally view a large amount of data. Usually used only by a scroll pane.
See Also:
VIEWPORT
public static final AccessibleRole VIEWPORTAn 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.
See Also:
SLIDER
public static final AccessibleRole SLIDERAn object that allows the user to select from a bounded range. For example, a slider might be used to select a number between 0 and 100.
SPLIT_PANE
public static final AccessibleRole SPLIT_PANEA specialized panel that presents two other panels at the same time. Between the two panels is a divider the user can manipulate to make one panel larger and the other panel smaller.
TABLE
public static final AccessibleRole TABLEAn object used to present information in terms of rows and columns. An example might include a spreadsheet application.
TEXT
public static final AccessibleRole TEXTAn object that presents text to the user. The text is usually editable by the user as opposed to a label.
See Also:
TREE
public static final AccessibleRole TREEAn object used to present hierarchical information to the user. The individual nodes in the tree can be collapsed and expanded to provide selective disclosure of the tree's contents.
TOOL_BAR
public static final AccessibleRole TOOL_BARA bar or palette usually composed of push buttons or toggle buttons. It is often used to provide the most frequently used functions for an application.
TOOL_TIP
public static final AccessibleRole TOOL_TIPAn object that provides information about another object. The accessibleDescription property of the tool tip is often displayed to the user in a small "help bubble" when the user causes the mouse to hover over the object associated with the tool tip.
AWT_COMPONENT
public static final AccessibleRole AWT_COMPONENTAn AWT component, but nothing else is known about it.
See Also:,
SWING_COMPONENT
public static final AccessibleRole SWING_COMPONENTA Swing component, but nothing else is known about it.
See Also:,
UNKNOWN
public static final AccessibleRole UNKNOWNThe object contains some Accessible information, but its role is not known.
See Also:,
STATUS_BAR
public static final AccessibleRole STATUS_BARA STATUS_BAR is an component that can contain multiple labels of status information to the user.
DATE_EDITOR
public static final AccessibleRole DATE_EDITORA DATE_EDITOR is a component that allows users to edit java.util.Date and java.util.Time objects
SPIN_BOX
public static final AccessibleRole SPIN_BOXA SPIN_BOX is a spinner component and its main use is for numbers.
FONT_CHOOSER
public static final AccessibleRole FONT_CHOOSERA FONT_CHOOSER is a component that lets the user pick various attributes for fonts.
GROUP_BOX
public static final AccessibleRole GROUP_BOXA GROUP_BOX is a container that contains a border around it and contains components inside it.
HEADER
public static final AccessibleRole HEADERA text header
Since:
本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/jisuanjixue/article-49291-1.html
同时公积金不变