Generated by
JDiff

Class javax.accessibility.AccessibleRole

Documentation changed from old to new.

Changed Constructors
AccessibleRole(String) Documentation changed from old to new.
Creates a new AccessibleRole using the given locale independent key.
 

Added Fields
AccessibleRole CANVAS Object that can be drawn into and is used to trap events.
AccessibleRole ICON A small fixed size picture typically used to decorate components.
AccessibleRole LIST_ITEM An object that presents an element in a list.
 

Changed Fields
AccessibleRole CHECK_BOX Documentation changed from old to new.
A choice that can be checked or unchecked and provides a separate indicator for the current state.
AccessibleRole FRAME Documentation changed from old to new.
A top level window with a title bar border menu bar etc.
AccessibleRole GLASS_PANE Documentation changed from old to new.
A pane that is guaranteed to be painted on top of all panes beneath it.
AccessibleRole LIST Documentation changed from old to new.
An object that presents a list of objects to the user and allows the user to select one or more of them.
AccessibleRole MENU Documentation changed from old to new.
An object usually found inside a menu bar that contains a list of actions the user can choose from.
AccessibleRole TOGGLE_BUTTON Documentation changed from old to new.
A specialized push button that can be checked or unchecked but does not provide a separate indicator for the current state.
AccessibleRole TOOL_BAR Documentation changed from old to new.
A bar or palette usually composed of push buttons or toggle buttons.