- All Superinterfaces:
QtObjectInterface
Implements support for the IAccessibleTable2 interface
Java wrapper for Qt class QAccessibleTableInterface
-
Method Summary
Modifier and TypeMethodDescriptioncaption()
cellAt
(int row, int column) int
columnDescription
(int column) boolean
isColumnSelected
(int column) boolean
isRowSelected
(int row) void
int
rowCount()
rowDescription
(int row) boolean
selectColumn
(int column) int
int
int
boolean
selectRow
(int row) summary()
boolean
unselectColumn
(int column) boolean
unselectRow
(int row) Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
cellAt
-
columnCount
-
columnDescription
-
isColumnSelected
-
isRowSelected
-
modelChange
-
rowCount
-
rowDescription
-
selectColumn
-
selectRow
-
selectedCellCount
-
selectedCells
-
selectedColumnCount
-
selectedColumns
-
selectedRowCount
-
selectedRows
-
summary
-
unselectColumn
-
unselectRow