- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QAccessibleTableInterface.Impl
public interface QAccessibleTableInterface extends QtObjectInterface
Implements support for the IAccessibleTable2 interface
Java wrapper for Qt class QAccessibleTableInterface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QAccessibleTableInterface.Impl
Implementor class for interfaceQAccessibleTableInterface
-
Method Summary
Modifier and Type Method Description QAccessibleInterface
caption()
QAccessibleInterface
cellAt(int row, int column)
int
columnCount()
String
columnDescription(int column)
boolean
isColumnSelected(int column)
boolean
isRowSelected(int row)
void
modelChange(QAccessibleTableModelChangeEvent event)
int
rowCount()
String
rowDescription(int row)
boolean
selectColumn(int column)
int
selectedCellCount()
List<QAccessibleInterface>
selectedCells()
int
selectedColumnCount()
List<Integer>
selectedColumns()
int
selectedRowCount()
List<Integer>
selectedRows()
boolean
selectRow(int row)
QAccessibleInterface
summary()
boolean
unselectColumn(int column)
boolean
unselectRow(int row)