Side of Software
Print Preview Library 1.8.1

sos.preview
Class AccessiblePrintPreviewRole

java.lang.Object
  |
  +--javax.accessibility.AccessibleBundle
        |
        +--javax.accessibility.AccessibleRole
              |
              +--sos.preview.AccessiblePrintPreviewRole

public class AccessiblePrintPreviewRole
extends javax.accessibility.AccessibleRole

An extension of javax.accessibility.AccessibleRole that defines roles for print preview panes and pages.

Since:
1.0

Field Summary
static AccessiblePrintPreviewRole PRINT_PREVIEW_PAGE
          A page within a print preview pane.
static AccessiblePrintPreviewRole PRINT_PREVIEW_PANE
          A print preview 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, 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 AccessiblePrintPreviewRole(java.lang.String key)
          Creates a new AccessiblePrintPreviewRole 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

PRINT_PREVIEW_PAGE

public static final AccessiblePrintPreviewRole PRINT_PREVIEW_PAGE
A page within a print preview pane.


PRINT_PREVIEW_PANE

public static final AccessiblePrintPreviewRole PRINT_PREVIEW_PANE
A print preview pane.

Constructor Detail

AccessiblePrintPreviewRole

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

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

Side of Software
Print Preview Library 1.8.1

Copyright 2003-07 Side of Software (SOS). All rights reserved.