sos.reports
Class AccessibleReportRole

java.lang.Object
  |
  +--javax.accessibility.AccessibleBundle
        |
        +--javax.accessibility.AccessibleRole
              |
              +--sos.reports.AccessibleReportRole

public class AccessibleReportRole
extends javax.accessibility.AccessibleRole

An extension of javax.accessibility.AccessibleRole that defines roles for reports.

Since:
1.0
See Also:
JReportPane.getAccessibleContext()

Field Summary
static AccessibleReportRole REPORT
          A specialized component that presents formatted objects and text to the user.
 
Fields inherited from class javax.accessibility.AccessibleRole
ALERT, AWT_COMPONENT, CANVAS, CHECK_BOX, COLOR_CHOOSER, COLUMN_HEADER, COMBO_BOX, DATE_EDITOR, DESKTOP_ICON, DESKTOP_PANE, DIALOG, DIRECTORY_PANE, FILE_CHOOSER, FILLER, FONT_CHOOSER, FRAME, GLASS_PANE, GROUP_BOX, HYPERLINK, ICON, INTERNAL_FRAME, LABEL, LAYERED_PANE, LIST, LIST_ITEM, MENU, MENU_BAR, MENU_ITEM, OPTION_PANE, PAGE_TAB, PAGE_TAB_LIST, PANEL, PASSWORD_TEXT, POPUP_MENU, PROGRESS_BAR, PUSH_BUTTON, RADIO_BUTTON, ROOT_PANE, ROW_HEADER, SCROLL_BAR, SCROLL_PANE, SEPARATOR, SLIDER, SPIN_BOX, SPLIT_PANE, STATUS_BAR, SWING_COMPONENT, TABLE, TEXT, TOGGLE_BUTTON, TOOL_BAR, TOOL_TIP, TREE, UNKNOWN, VIEWPORT, WINDOW
 
Fields inherited from class javax.accessibility.AccessibleBundle
key
 
Constructor Summary
protected AccessibleReportRole(java.lang.String key)
          Creates a new AccessibleWizardRole given the locale-independent key.
 
Methods inherited from class javax.accessibility.AccessibleBundle
toDisplayString, toDisplayString, toDisplayString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REPORT

public static final AccessibleReportRole REPORT
A specialized component that presents formatted objects and text to the user.

Constructor Detail

AccessibleReportRole

protected AccessibleReportRole(java.lang.String key)
Creates a new AccessibleWizardRole given the locale-independent key.

Parameters:
key - the locale-independent name of the role


Copyright 2003, 2004 Side of Software (SOS). All rights reserved.