Schnittstelle AccessibleRelation


public interface AccessibleRelation
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Identifies the currently active
    element when focus is on a composite widget, combobox, textbox, group,
    or application.
    static final int
    Defines the total number of columns
    in a table, grid, or treegrid.
    static final int
    Defines an element's column index or
    position with respect to the total number of columns within a table,
    grid, or treegrid.
    static final int
    Defines a human readable text
    alternative of %GTK_ACCESSIBLE_RELATION_COL_INDEX.
    static final int
    Defines the number of columns spanned
    by a cell or gridcell within a table, grid, or treegrid.
    static final int
    Identifies the element (or elements) that the current
    element is controlled by.
    static final int
    Identifies the element (or elements) whose
    contents or presence are controlled by the current element.
    static final int
    Identifies the element (or elements)
    that describes the object.
    static final int
    Identifies the element (or elements) that are described by
    the current element.
    static final int
    Identifies the element (or elements) that
    provide additional information related to the object.
    static final int
    Identifies the element (or elements) for which the current
    element provides additional information.
    static final int
    Identifies the element (or elements) that
    provide an error message for an object.
    static final int
    Identifies the element (or elements) for which the current
    element provides an error message.
    static final int
    Identifies the previous element (or elements) in an alternate
    reading order of content which, at the user's discretion, allows
    assistive technology to override the general default of reading in
    document source order.
    static final int
    Identifies the next element (or elements)
    in an alternate reading order of content which, at the user's discretion,
    allows assistive technology to override the general default of reading in
    document source order.
    static final int
    Identifies the element (or elements) that are labeled by the
    current element.
    static final int
    Identifies the element (or elements)
    that labels the current element.
    static final int
    Identifies an element (or elements) in order
    to define a visual, functional, or contextual parent/child relationship
    between elements where the widget hierarchy cannot be used to represent
    the relationship.
    static final int
    Defines an element's number or position
    in the current set of listitems or treeitems.
    static final int
    Defines the total number of rows in a table,
    grid, or treegrid.
    static final int
    Defines an element's row index or position
    with respect to the total number of rows within a table, grid, or treegrid.
    static final int
    Defines a human readable text
    alternative of aria-rowindex.
    static final int
    Defines the number of rows spanned by a
    cell or gridcell within a table, grid, or treegrid.
    static final int
    Defines the number of items in the current
    set of listitems or treeitems.
  • Felddetails

    • ACTIVE_DESCENDANT

      static final int ACTIVE_DESCENDANT
      Identifies the currently active
      element when focus is on a composite widget, combobox, textbox, group,
      or application. Value type: reference
      Siehe auch:
    • COL_COUNT

      static final int COL_COUNT
      Defines the total number of columns
      in a table, grid, or treegrid. Value type: integer
      Siehe auch:
    • COL_INDEX

      static final int COL_INDEX
      Defines an element's column index or
      position with respect to the total number of columns within a table,
      grid, or treegrid. Value type: integer
      Siehe auch:
    • COL_INDEX_TEXT

      static final int COL_INDEX_TEXT
      Defines a human readable text
      alternative of %GTK_ACCESSIBLE_RELATION_COL_INDEX. Value type: string
      Siehe auch:
    • COL_SPAN

      static final int COL_SPAN
      Defines the number of columns spanned
      by a cell or gridcell within a table, grid, or treegrid. Value type: integer
      Siehe auch:
    • CONTROLS

      static final int CONTROLS
      Identifies the element (or elements) whose
      contents or presence are controlled by the current element. Value type: reference
      Siehe auch:
    • DESCRIBED_BY

      static final int DESCRIBED_BY
      Identifies the element (or elements)
      that describes the object. Value type: reference
      Siehe auch:
    • DETAILS

      static final int DETAILS
      Identifies the element (or elements) that
      provide additional information related to the object. Value type: reference
      Siehe auch:
    • ERROR_MESSAGE

      static final int ERROR_MESSAGE
      Identifies the element (or elements) that
      provide an error message for an object. Value type: reference
      Siehe auch:
    • FLOW_TO

      static final int FLOW_TO
      Identifies the next element (or elements)
      in an alternate reading order of content which, at the user's discretion,
      allows assistive technology to override the general default of reading in
      document source order. Value type: reference
      Siehe auch:
    • LABELLED_BY

      static final int LABELLED_BY
      Identifies the element (or elements)
      that labels the current element. Value type: reference
      Siehe auch:
    • OWNS

      static final int OWNS
      Identifies an element (or elements) in order
      to define a visual, functional, or contextual parent/child relationship
      between elements where the widget hierarchy cannot be used to represent
      the relationship. Value type: reference
      Siehe auch:
    • POS_IN_SET

      static final int POS_IN_SET
      Defines an element's number or position
      in the current set of listitems or treeitems. Value type: integer
      Siehe auch:
    • ROW_COUNT

      static final int ROW_COUNT
      Defines the total number of rows in a table,
      grid, or treegrid. Value type: integer
      Siehe auch:
    • ROW_INDEX

      static final int ROW_INDEX
      Defines an element's row index or position
      with respect to the total number of rows within a table, grid, or treegrid.
      Value type: integer
      Siehe auch:
    • ROW_INDEX_TEXT

      static final int ROW_INDEX_TEXT
      Defines a human readable text
      alternative of aria-rowindex. Value type: string
      Siehe auch:
    • ROW_SPAN

      static final int ROW_SPAN
      Defines the number of rows spanned by a
      cell or gridcell within a table, grid, or treegrid. Value type: integer
      Siehe auch:
    • SET_SIZE

      static final int SET_SIZE
      Defines the number of items in the current
      set of listitems or treeitems. Value type: integer
      Siehe auch:
    • LABEL_FOR

      static final int LABEL_FOR
      Identifies the element (or elements) that are labeled by the
      current element. Value type: reference

      This relation is managed by GTK and should not be set from application code.
      Siehe auch:
    • DESCRIPTION_FOR

      static final int DESCRIPTION_FOR
      Identifies the element (or elements) that are described by
      the current element. Value type: reference

      This relation is managed by GTK and should not be set from application code.
      Siehe auch:
    • CONTROLLED_BY

      static final int CONTROLLED_BY
      Identifies the element (or elements) that the current
      element is controlled by. Value type: reference

      This relation is managed by GTK and should not be set from application code.
      Siehe auch:
    • DETAILS_FOR

      static final int DETAILS_FOR
      Identifies the element (or elements) for which the current
      element provides additional information. Value type: reference

      This relation is managed by GTK and should not be set from application code.
      Siehe auch:
    • ERROR_MESSAGE_FOR

      static final int ERROR_MESSAGE_FOR
      Identifies the element (or elements) for which the current
      element provides an error message. Value type: reference

      This relation is managed by GTK and should not be set from application code.
      Siehe auch:
    • FLOW_FROM

      static final int FLOW_FROM
      Identifies the previous element (or elements) in an alternate
      reading order of content which, at the user's discretion, allows
      assistive technology to override the general default of reading in
      document source order. Value type: reference

      This relation is managed by GTK and should not be set from application code.
      Siehe auch: