Package ch.bailu.gtk.gtk
Schnittstelle AccessibleRelation
public interface AccessibleRelation
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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_DESCENDANTIdentifies 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_COUNTDefines the total number of columns
in a table, grid, or treegrid. Value type: integer- Siehe auch:
-
COL_INDEX
static final int COL_INDEXDefines 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_TEXTDefines a human readable text
alternative of %GTK_ACCESSIBLE_RELATION_COL_INDEX. Value type: string- Siehe auch:
-
COL_SPAN
static final int COL_SPANDefines 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 CONTROLSIdentifies 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_BYIdentifies the element (or elements)
that describes the object. Value type: reference- Siehe auch:
-
DETAILS
static final int DETAILSIdentifies the element (or elements) that
provide additional information related to the object. Value type: reference- Siehe auch:
-
ERROR_MESSAGE
static final int ERROR_MESSAGEIdentifies the element (or elements) that
provide an error message for an object. Value type: reference- Siehe auch:
-
FLOW_TO
static final int FLOW_TOIdentifies 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_BYIdentifies the element (or elements)
that labels the current element. Value type: reference- Siehe auch:
-
OWNS
static final int OWNSIdentifies 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_SETDefines 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_COUNTDefines the total number of rows in a table,
grid, or treegrid. Value type: integer- Siehe auch:
-
ROW_INDEX
static final int ROW_INDEXDefines 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_TEXTDefines a human readable text
alternative of aria-rowindex. Value type: string- Siehe auch:
-
ROW_SPAN
static final int ROW_SPANDefines 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_SIZEDefines the number of items in the current
set of listitems or treeitems. Value type: integer- Siehe auch:
-
LABEL_FOR
static final int LABEL_FORIdentifies 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_FORIdentifies 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_BYIdentifies 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_FORIdentifies 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_FORIdentifies 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_FROMIdentifies 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:
-