com.zfqjava.accessibility
Class XAccessibleRole

java.lang.Object
  |
  +--javax.accessibility.AccessibleBundle
        |
        +--javax.accessibility.AccessibleRole
              |
              +--com.zfqjava.accessibility.XAccessibleRole

public class XAccessibleRole
extends javax.accessibility.AccessibleRole

A extension of AccessibleRole.


Field Summary
static javax.accessibility.AccessibleRole BAND_BAR
          A specialized component that lets the user as band bar.
static javax.accessibility.AccessibleRole CALCULATOR
          A specialized component that lets the user as a calculator.
static javax.accessibility.AccessibleRole CALENDAR
          A specialized component that lets the user view calendar.
static javax.accessibility.AccessibleRole CARD_PANE
          A specialized component that lets the user add multi card.
static javax.accessibility.AccessibleRole CLOCK
          A specialized component that lets the user as a clock.
static javax.accessibility.AccessibleRole COMMON_PANE
          A specialized component that lets the user as a common panel.
static javax.accessibility.AccessibleRole DATA_GRID
          A specialized component that lets the user as a data grid.
static javax.accessibility.AccessibleRole DIR_CHOOSER
          A specialized component that lets the user choose a dir.
static javax.accessibility.AccessibleRole DOCK_PANE
          A specialized component that lets the user as a dock pane.
static javax.accessibility.AccessibleRole DROP_DOWN_BUTTON
          A specialized component that lets the user drop down popup menu.
static javax.accessibility.AccessibleRole DROP_DOWN_MENU_ITEM
          A specialized component that lets the user drop down popup menu.
static javax.accessibility.AccessibleRole FONT_CHOOSER
          A specialized component that lets the user choose a font.
static javax.accessibility.AccessibleRole GRID_PANE
          A specialized component that lets the user as a grid panel.
static javax.accessibility.AccessibleRole IMAGE_VIEW
          A specialized component that lets the user view image.
static javax.accessibility.AccessibleRole LINE_BAR
          A specialized component that lets the user as a line bar.
static javax.accessibility.AccessibleRole LINK_BUTTON
          A specialized component that lets the user launch a URL.
static javax.accessibility.AccessibleRole LINK_MENU_ITEM
           
static javax.accessibility.AccessibleRole LIST_VIEW
          A specialized component that lets the user as a list view.
static javax.accessibility.AccessibleRole LOCATION_BAR
          A specialized component that lets the user as a location bar.
static javax.accessibility.AccessibleRole NAVIGATION_BAR
          A specialized component that lets the user as a navigation bar.
static javax.accessibility.AccessibleRole PRINT_PREVIEW
          A specialized component that lets the user as a print preview.
static javax.accessibility.AccessibleRole PROPERTY_GRID
          A specialized component that lets the user as a property grid.
static javax.accessibility.AccessibleRole RULER_BAR
          A specialized component that lets the user as ruler.
static javax.accessibility.AccessibleRole SIDE_BAR
          A specialized component that lets the user as a side bar.
static javax.accessibility.AccessibleRole SIDE_PANE
          A specialized component that lets the user as a side pane.
static javax.accessibility.AccessibleRole STATUS_BAR
          A specialized component that lets the user as a status bar.
static javax.accessibility.AccessibleRole STYLE_BAR
          A specialized component that lets the user as a style bar.
static javax.accessibility.AccessibleRole TEXT_FINDER
          A specialized component that lets the user as a text finder.
static javax.accessibility.AccessibleRole TEXT_SPELLER
          A specialized component that lets the user as a text speller.
static javax.accessibility.AccessibleRole WIZARD_PANE
          A specialized component that lets the user as a wizard pane.
 
Fields inherited from class javax.accessibility.AccessibleRole
ALERT, AWT_COMPONENT, CANVAS, CHECK_BOX, COLOR_CHOOSER, COLUMN_HEADER, COMBO_BOX, DESKTOP_ICON, DESKTOP_PANE, DIALOG, DIRECTORY_PANE, FILE_CHOOSER, FILLER, FRAME, GLASS_PANE, 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, SPLIT_PANE, 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 XAccessibleRole(java.lang.String 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

DIR_CHOOSER

public static final javax.accessibility.AccessibleRole DIR_CHOOSER
A specialized component that lets the user choose a dir.

FONT_CHOOSER

public static final javax.accessibility.AccessibleRole FONT_CHOOSER
A specialized component that lets the user choose a font.

RULER_BAR

public static final javax.accessibility.AccessibleRole RULER_BAR
A specialized component that lets the user as ruler.

BAND_BAR

public static final javax.accessibility.AccessibleRole BAND_BAR
A specialized component that lets the user as band bar.

LINK_BUTTON

public static final javax.accessibility.AccessibleRole LINK_BUTTON
A specialized component that lets the user launch a URL.

LINK_MENU_ITEM

public static final javax.accessibility.AccessibleRole LINK_MENU_ITEM

DROP_DOWN_BUTTON

public static final javax.accessibility.AccessibleRole DROP_DOWN_BUTTON
A specialized component that lets the user drop down popup menu.

DROP_DOWN_MENU_ITEM

public static final javax.accessibility.AccessibleRole DROP_DOWN_MENU_ITEM
A specialized component that lets the user drop down popup menu.

CALENDAR

public static final javax.accessibility.AccessibleRole CALENDAR
A specialized component that lets the user view calendar.

CALCULATOR

public static final javax.accessibility.AccessibleRole CALCULATOR
A specialized component that lets the user as a calculator.

CARD_PANE

public static final javax.accessibility.AccessibleRole CARD_PANE
A specialized component that lets the user add multi card.

GRID_PANE

public static final javax.accessibility.AccessibleRole GRID_PANE
A specialized component that lets the user as a grid panel.

COMMON_PANE

public static final javax.accessibility.AccessibleRole COMMON_PANE
A specialized component that lets the user as a common panel.

CLOCK

public static final javax.accessibility.AccessibleRole CLOCK
A specialized component that lets the user as a clock.

LIST_VIEW

public static final javax.accessibility.AccessibleRole LIST_VIEW
A specialized component that lets the user as a list view.

IMAGE_VIEW

public static final javax.accessibility.AccessibleRole IMAGE_VIEW
A specialized component that lets the user view image.

DOCK_PANE

public static final javax.accessibility.AccessibleRole DOCK_PANE
A specialized component that lets the user as a dock pane.

PRINT_PREVIEW

public static final javax.accessibility.AccessibleRole PRINT_PREVIEW
A specialized component that lets the user as a print preview.

SIDE_BAR

public static final javax.accessibility.AccessibleRole SIDE_BAR
A specialized component that lets the user as a side bar.

SIDE_PANE

public static final javax.accessibility.AccessibleRole SIDE_PANE
A specialized component that lets the user as a side pane.

STATUS_BAR

public static final javax.accessibility.AccessibleRole STATUS_BAR
A specialized component that lets the user as a status bar.

STYLE_BAR

public static final javax.accessibility.AccessibleRole STYLE_BAR
A specialized component that lets the user as a style bar.

LOCATION_BAR

public static final javax.accessibility.AccessibleRole LOCATION_BAR
A specialized component that lets the user as a location bar.

NAVIGATION_BAR

public static final javax.accessibility.AccessibleRole NAVIGATION_BAR
A specialized component that lets the user as a navigation bar.

WIZARD_PANE

public static final javax.accessibility.AccessibleRole WIZARD_PANE
A specialized component that lets the user as a wizard pane.

LINE_BAR

public static final javax.accessibility.AccessibleRole LINE_BAR
A specialized component that lets the user as a line bar.

DATA_GRID

public static final javax.accessibility.AccessibleRole DATA_GRID
A specialized component that lets the user as a data grid.

PROPERTY_GRID

public static final javax.accessibility.AccessibleRole PROPERTY_GRID
A specialized component that lets the user as a property grid.

TEXT_FINDER

public static final javax.accessibility.AccessibleRole TEXT_FINDER
A specialized component that lets the user as a text finder.

TEXT_SPELLER

public static final javax.accessibility.AccessibleRole TEXT_SPELLER
A specialized component that lets the user as a text speller.
Constructor Detail

XAccessibleRole

protected XAccessibleRole(java.lang.String key)


Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.