Package ch.bailu.gtk.gtk
Interface AccessibleRelation
public interface AccessibleRelation
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifies the currently active
element when focus is on a composite widget, combobox, textbox, group,
or application.static final intDefines the total number of columns
in a table, grid, or treegrid.static final intDefines an element's column index or
position with respect to the total number of columns within a table,
grid, or treegrid.static final intDefines a human readable text
alternative of %GTK_ACCESSIBLE_RELATION_COL_INDEX.static final intDefines the number of columns spanned
by a cell or gridcell within a table, grid, or treegrid.static final intIdentifies the element (or elements) whose
contents or presence are controlled by the current element.static final intIdentifies the element (or elements)
that describes the object.static final intIdentifies the element (or elements) that
provide additional information related to the object.static final intIdentifies the element that provides
an error message for an object.static final intIdentifies 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 intIdentifies the element (or elements)
that labels the current element.static final intIdentifies 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 intDefines an element's number or position
in the current set of listitems or treeitems.static final intDefines the total number of rows in a table,
grid, or treegrid.static final intDefines an element's row index or position
with respect to the total number of rows within a table, grid, or treegrid.static final intDefines a human readable text
alternative of aria-rowindex.static final intDefines the number of rows spanned by a
cell or gridcell within a table, grid, or treegrid.static final intDefines the number of items in the current
set of listitems or treeitems.
-
Field Details
-
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- See Also:
-
COL_COUNT
static final int COL_COUNTDefines the total number of columns
in a table, grid, or treegrid. Value type: integer- See Also:
-
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- See Also:
-
COL_INDEX_TEXT
static final int COL_INDEX_TEXTDefines a human readable text
alternative of %GTK_ACCESSIBLE_RELATION_COL_INDEX. Value type: string- See Also:
-
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- See Also:
-
CONTROLS
static final int CONTROLSIdentifies the element (or elements) whose
contents or presence are controlled by the current element. Value type: reference- See Also:
-
DESCRIBED_BY
static final int DESCRIBED_BYIdentifies the element (or elements)
that describes the object. Value type: reference- See Also:
-
DETAILS
static final int DETAILSIdentifies the element (or elements) that
provide additional information related to the object. Value type: reference- See Also:
-
ERROR_MESSAGE
static final int ERROR_MESSAGEIdentifies the element that provides
an error message for an object. Value type: reference- See Also:
-
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- See Also:
-
LABELLED_BY
static final int LABELLED_BYIdentifies the element (or elements)
that labels the current element. Value type: reference- See Also:
-
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- See Also:
-
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- See Also:
-
ROW_COUNT
static final int ROW_COUNTDefines the total number of rows in a table,
grid, or treegrid. Value type: integer- See Also:
-
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- See Also:
-
ROW_INDEX_TEXT
static final int ROW_INDEX_TEXTDefines a human readable text
alternative of aria-rowindex. Value type: string- See Also:
-
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- See Also:
-
SET_SIZE
static final int SET_SIZEDefines the number of items in the current
set of listitems or treeitems. Value type: integer- See Also:
-