JComponentPack 1.3.0

com.zfqjava.accessibility
Class XAccessibleRole

java.lang.Object
  extended by javax.accessibility.AccessibleBundle
      extended by javax.accessibility.AccessibleRole
          extended by com.zfqjava.accessibility.XAccessibleRole

public class XAccessibleRole
extends AccessibleRole

A extension of AccessibleRole.


Field Summary
static AccessibleRole BAND_BAR
          A specialized component that lets the user as band bar.
static AccessibleRole CALCULATOR
          A specialized component that lets the user as a calculator.
static AccessibleRole CALENDAR
          A specialized component that lets the user view calendar.
static AccessibleRole CARD_PANE
          A specialized component that lets the user add multi card.
static AccessibleRole CLOCK
          A specialized component that lets the user as a clock.
static AccessibleRole COMMON_PANE
          A specialized component that lets the user as a common panel.
static AccessibleRole DATA_GRID
          A specialized component that lets the user as a data grid.
static AccessibleRole DIR_CHOOSER
          A specialized component that lets the user choose a dir.
static AccessibleRole DOCK_PANE
          A specialized component that lets the user as a dock pane.
static AccessibleRole DROP_DOWN_BUTTON
          A specialized component that lets the user drop down popup menu.
static AccessibleRole DROP_DOWN_MENU_ITEM
          A specialized component that lets the user drop down popup menu.
static AccessibleRole FONT_CHOOSER
          A specialized component that lets the user choose a font.
static AccessibleRole GRID_PANE
          A specialized component that lets the user as a grid panel.
static AccessibleRole IMAGE_VIEWER
          A specialized component that lets the user view image.
static AccessibleRole LINE_BAR
          A specialized component that lets the user as a line bar.
static AccessibleRole LINK_BUTTON
          A specialized component that lets the user launch a URL.
static AccessibleRole LINK_MENU_ITEM
           
static AccessibleRole LIST_VIEW
          A specialized component that lets the user as a list view.
static AccessibleRole LOCATION_BAR
          A specialized component that lets the user as a location bar.
static AccessibleRole NAVIGATION_BAR
          A specialized component that lets the user as a navigation bar.
static AccessibleRole PRINT_PREVIEW
          A specialized component that lets the user as a print preview.
static AccessibleRole PROPERTY_GRID
          A specialized component that lets the user as a property grid.
static AccessibleRole RULER_BAR
          A specialized component that lets the user as ruler.
static AccessibleRole SIDE_BAR
          A specialized component that lets the user as a side bar.
static AccessibleRole SIDE_PANE
          A specialized component that lets the user as a side pane.
static AccessibleRole STATUS_BAR
          A specialized component that lets the user as a status bar.
static AccessibleRole STYLE_BAR
          A specialized component that lets the user as a style bar.
static AccessibleRole TEXT_FINDER
          A specialized component that lets the user as a text finder.
static AccessibleRole TEXT_SPELLER
          A specialized component that lets the user as a text speller.
static 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, DATE_EDITOR, DESKTOP_ICON, DESKTOP_PANE, DIALOG, DIRECTORY_PANE, EDITBAR, FILE_CHOOSER, FILLER, FOOTER, FRAME, GLASS_PANE, GROUP_BOX, HEADER, HYPERLINK, ICON, INTERNAL_FRAME, LABEL, LAYERED_PANE, LIST, LIST_ITEM, MENU, MENU_BAR, MENU_ITEM, OPTION_PANE, PAGE_TAB, PAGE_TAB_LIST, PANEL, PARAGRAPH, PASSWORD_TEXT, POPUP_MENU, PROGRESS_BAR, PROGRESS_MONITOR, PUSH_BUTTON, RADIO_BUTTON, ROOT_PANE, ROW_HEADER, RULER, SCROLL_BAR, SCROLL_PANE, SEPARATOR, SLIDER, SPIN_BOX, 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(String key)
           
 
Method Summary
 
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 AccessibleRole DIR_CHOOSER
A specialized component that lets the user choose a dir.


FONT_CHOOSER

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


RULER_BAR

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


BAND_BAR

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


LINK_BUTTON

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


LINK_MENU_ITEM

public static final AccessibleRole LINK_MENU_ITEM

DROP_DOWN_BUTTON

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


DROP_DOWN_MENU_ITEM

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


CALENDAR

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


CALCULATOR

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


CARD_PANE

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


GRID_PANE

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


COMMON_PANE

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


CLOCK

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


LIST_VIEW

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


IMAGE_VIEWER

public static final AccessibleRole IMAGE_VIEWER
A specialized component that lets the user view image.


DOCK_PANE

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


PRINT_PREVIEW

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


SIDE_BAR

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


SIDE_PANE

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


STATUS_BAR

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


STYLE_BAR

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


LOCATION_BAR

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


NAVIGATION_BAR

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


WIZARD_PANE

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


LINE_BAR

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


DATA_GRID

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


PROPERTY_GRID

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


TEXT_FINDER

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


TEXT_SPELLER

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

Constructor Detail

XAccessibleRole

protected XAccessibleRole(String key)

JComponentPack 1.3.0

Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.