Schnittstelle AccessibleRole


public interface AccessibleRole
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    An element with important, and usually
    time-sensitive, information
    static final int
    A type of dialog that contains an
    alert message
    static final int
    A toplevel element of a graphical user interface.
    static final int
    A section of a page that consists of a composition that forms an independent
    part of a document, page, or site.
    static final int
    Unused
    static final int
    A section of content that is quoted from another source.
    static final int
    An input element that allows for
    user-triggered actions when clicked or pressed
    static final int
    Unused
    static final int
    Unused
    static final int
    A checkable input element that has
    three possible values: `true`, `false`, or `mixed`
    static final int
    A header in a columned list.
    static final int
    An input that controls another element,
    such as a list or a grid, that can dynamically pop up to help the user
    set the value of the input
    static final int
    Abstract role.
    static final int
    A comment contains content expressing reaction to other content.
    static final int
    Abstract role.
    static final int
    A dialog is a window that is designed to interrupt
    the current processing of an application in order to prompt the user to enter
    information or require a response.
    static final int
    Content that assistive technology users may want to
    browse in a reading mode.
    static final int
    Unused
    static final int
    Unused
    static final int
    A nameless container that has no semantic meaning
    of its own.
    static final int
    A grid of items.
    static final int
    An item in a grid or tree grid.
    static final int
    An element that groups multiple related widgets.
    static final int
    Unused
    static final int
    An image.
    static final int
    Abstract role.
    static final int
    A visible name or caption for a user interface component.
    static final int
    Abstract role.
    static final int
    Unused
    static final int
    A clickable link.
    static final int
    A list of items.
    static final int
    Unused.
    static final int
    An item in a list.
    static final int
    Unused
    static final int
    Unused
    static final int
    Unused
    static final int
    Unused
    static final int
    A menu.
    static final int
    A menubar.
    static final int
    An item in a menu.
    static final int
    A check item in a menu.
    static final int
    A radio item in a menu.
    static final int
    An element that represents a value within a known range.
    static final int
    Unused
    static final int
    An element that is not represented to accessibility technologies.
    static final int
    Unused
    static final int
    Unused
    static final int
    A paragraph of content.
    static final int
    An element that is not represented to accessibility technologies.
    static final int
    An element that displays the progress
    status for tasks that take a long time.
    static final int
    A checkable input in a group of radio roles,
    only one of which can be checked at a time.
    static final int
    Unused
    static final int
    Abstract role.
    static final int
    Unused
    static final int
    A row in a columned list.
    static final int
    Unused
    static final int
    Unused
    static final int
    A graphical object that controls the scrolling
    of content within a viewing area, regardless of whether the content is fully
    displayed within the viewing area.
    static final int
    Unused
    static final int
    A type of textbox intended for specifying
    search criteria.
    static final int
    Abstract role.
    static final int
    Abstract role.
    static final int
    Abstract role.
    static final int
    A divider that separates and distinguishes
    sections of content or groups of menuitems.
    static final int
    A user input where the user selects a value
    from within a given range.
    static final int
    A form of range that expects the user to
    select from among discrete choices.
    static final int
    Unused
    static final int
    Abstract role.
    static final int
    A type of checkbox that represents on/off values,
    as opposed to checked/unchecked values.
    static final int
    An item in a list of tab used for switching pages.
    static final int
    A list of tabs for switching pages.
    static final int
    A page in a notebook or stack.
    static final int
    Unused
    static final int
    A virtual terminal.
    static final int
    A type of input that allows free-form text
    as its value.
    static final int
    Unused
    static final int
    Unused
    static final int
    A type of push button which stays pressed until depressed by a second
    activation.
    static final int
    Unused
    static final int
    Unused
    static final int
    Unused
    static final int
    A treeview-like, columned list.
    static final int
    Unused
    static final int
    Abstract role for interactive components of a
    graphical user interface
    static final int
    Abstract role for windows.
  • Felddetails

    • ALERT

      static final int ALERT
      An element with important, and usually
      time-sensitive, information
      Siehe auch:
    • ALERT_DIALOG

      static final int ALERT_DIALOG
      A type of dialog that contains an
      alert message
      Siehe auch:
    • BUTTON

      static final int BUTTON
      An input element that allows for
      user-triggered actions when clicked or pressed
      Siehe auch:
    • CAPTION

      static final int CAPTION
      Unused
      Siehe auch:
    • CELL

      static final int CELL
      Unused
      Siehe auch:
    • CHECKBOX

      static final int CHECKBOX
      A checkable input element that has
      three possible values: `true`, `false`, or `mixed`
      Siehe auch:
    • COLUMN_HEADER

      static final int COLUMN_HEADER
      A header in a columned list.
      Siehe auch:
    • COMBO_BOX

      static final int COMBO_BOX
      An input that controls another element,
      such as a list or a grid, that can dynamically pop up to help the user
      set the value of the input
      Siehe auch:
    • COMMAND

      static final int COMMAND
      Abstract role.
      Siehe auch:
    • COMPOSITE

      static final int COMPOSITE
      Abstract role.
      Siehe auch:
    • DIALOG

      static final int DIALOG
      A dialog is a window that is designed to interrupt
      the current processing of an application in order to prompt the user to enter
      information or require a response.
      Siehe auch:
    • DOCUMENT

      static final int DOCUMENT
      Content that assistive technology users may want to
      browse in a reading mode.
      Siehe auch:
    • FEED

      static final int FEED
      Unused
      Siehe auch:
    • FORM

      static final int FORM
      Unused
      Siehe auch:
    • GENERIC

      static final int GENERIC
      A nameless container that has no semantic meaning
      of its own. This is the role that GTK uses by default for widgets.
      Siehe auch:
    • GRID

      static final int GRID
      A grid of items.
      Siehe auch:
    • GRID_CELL

      static final int GRID_CELL
      An item in a grid or tree grid.
      Siehe auch:
    • GROUP

      static final int GROUP
      An element that groups multiple related widgets. GTK uses
      this role for various containers, like [class@Gtk.HeaderBar] or [class@Gtk.Notebook].
      Siehe auch:
    • HEADING

      static final int HEADING
      Unused
      Siehe auch:
    • IMG

      static final int IMG
      An image.
      Siehe auch:
    • INPUT

      static final int INPUT
      Abstract role.
      Siehe auch:
    • LABEL

      static final int LABEL
      A visible name or caption for a user interface component.
      Siehe auch:
    • LANDMARK

      static final int LANDMARK
      Abstract role.
      Siehe auch:
    • LEGEND

      static final int LEGEND
      Unused
      Siehe auch:
    • LIST

      static final int LIST
      A list of items.
      Siehe auch:
    • LIST_BOX

      static final int LIST_BOX
      Unused.
      Siehe auch:
    • LIST_ITEM

      static final int LIST_ITEM
      An item in a list.
      Siehe auch:
    • LOG

      static final int LOG
      Unused
      Siehe auch:
    • MAIN

      static final int MAIN
      Unused
      Siehe auch:
    • MARQUEE

      static final int MARQUEE
      Unused
      Siehe auch:
    • MATH

      static final int MATH
      Unused
      Siehe auch:
    • METER

      static final int METER
      An element that represents a value within a known range.
      Siehe auch:
    • NONE

      static final int NONE
      An element that is not represented to accessibility technologies.
      This role is synonymous to @GTK_ACCESSIBLE_ROLE_PRESENTATION.
      Siehe auch:
    • NOTE

      static final int NOTE
      Unused
      Siehe auch:
    • OPTION

      static final int OPTION
      Unused
      Siehe auch:
    • PRESENTATION

      static final int PRESENTATION
      An element that is not represented to accessibility technologies.
      This role is synonymous to @GTK_ACCESSIBLE_ROLE_NONE.
      Siehe auch:
    • PROGRESS_BAR

      static final int PROGRESS_BAR
      An element that displays the progress
      status for tasks that take a long time.
      Siehe auch:
    • RADIO

      static final int RADIO
      A checkable input in a group of radio roles,
      only one of which can be checked at a time.
      Siehe auch:
    • RADIO_GROUP

      static final int RADIO_GROUP
      Unused
      Siehe auch:
    • RANGE

      static final int RANGE
      Abstract role.
      Siehe auch:
    • REGION

      static final int REGION
      Unused
      Siehe auch:
    • ROW

      static final int ROW
      A row in a columned list.
      Siehe auch:
    • ROW_GROUP

      static final int ROW_GROUP
      Unused
      Siehe auch:
    • ROW_HEADER

      static final int ROW_HEADER
      Unused
      Siehe auch:
    • SCROLLBAR

      static final int SCROLLBAR
      A graphical object that controls the scrolling
      of content within a viewing area, regardless of whether the content is fully
      displayed within the viewing area.
      Siehe auch:
    • SECTION

      static final int SECTION
      Abstract role.
      Siehe auch:
    • SECTION_HEAD

      static final int SECTION_HEAD
      Abstract role.
      Siehe auch:
    • SELECT

      static final int SELECT
      Abstract role.
      Siehe auch:
    • SEPARATOR

      static final int SEPARATOR
      A divider that separates and distinguishes
      sections of content or groups of menuitems.
      Siehe auch:
    • SLIDER

      static final int SLIDER
      A user input where the user selects a value
      from within a given range.
      Siehe auch:
    • SPIN_BUTTON

      static final int SPIN_BUTTON
      A form of range that expects the user to
      select from among discrete choices.
      Siehe auch:
    • STATUS

      static final int STATUS
      Unused
      Siehe auch:
    • STRUCTURE

      static final int STRUCTURE
      Abstract role.
      Siehe auch:
    • SWITCH

      static final int SWITCH
      A type of checkbox that represents on/off values,
      as opposed to checked/unchecked values.
      Siehe auch:
    • TAB

      static final int TAB
      An item in a list of tab used for switching pages.
      Siehe auch:
    • TABLE

      static final int TABLE
      Unused
      Siehe auch:
    • TAB_LIST

      static final int TAB_LIST
      A list of tabs for switching pages.
      Siehe auch:
    • TAB_PANEL

      static final int TAB_PANEL
      A page in a notebook or stack.
      Siehe auch:
    • TEXT_BOX

      static final int TEXT_BOX
      A type of input that allows free-form text
      as its value.
      Siehe auch:
    • TIME

      static final int TIME
      Unused
      Siehe auch:
    • TIMER

      static final int TIMER
      Unused
      Siehe auch:
    • TOOLBAR

      static final int TOOLBAR
      Unused
      Siehe auch:
    • TOOLTIP

      static final int TOOLTIP
      Unused
      Siehe auch:
    • TREE

      static final int TREE
      Unused
      Siehe auch:
    • TREE_GRID

      static final int TREE_GRID
      A treeview-like, columned list.
      Siehe auch:
    • TREE_ITEM

      static final int TREE_ITEM
      Unused
      Siehe auch:
    • WIDGET

      static final int WIDGET
      Abstract role for interactive components of a
      graphical user interface
      Siehe auch:
    • WINDOW

      static final int WINDOW
      Abstract role for windows.
      Siehe auch:
    • TOGGLE_BUTTON

      static final int TOGGLE_BUTTON
      A type of push button which stays pressed until depressed by a second
      activation.
      Siehe auch:
    • APPLICATION

      static final int APPLICATION
      A toplevel element of a graphical user interface.

      This is the role that GTK uses by default for windows.
      Siehe auch:
    • PARAGRAPH

      static final int PARAGRAPH
      A paragraph of content.
      Siehe auch:
    • BLOCK_QUOTE

      static final int BLOCK_QUOTE
      A section of content that is quoted from another source.
      Siehe auch:
    • ARTICLE

      static final int ARTICLE
      A section of a page that consists of a composition that forms an independent
      part of a document, page, or site.
      Siehe auch:
    • COMMENT

      static final int COMMENT
      A comment contains content expressing reaction to other content.
      Siehe auch:
    • TERMINAL

      static final int TERMINAL
      A virtual terminal.
      Siehe auch: