java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QAccessibleTableInterface.Impl
- All Implemented Interfaces:
QAccessibleTableInterface
,QtObjectInterface
- Enclosing interface:
- QAccessibleTableInterface
public abstract static class QAccessibleTableInterface.Impl
extends QtObject
implements QAccessibleTableInterface
Implementor class for interface QAccessibleTableInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.gui.QAccessibleTableInterface
QAccessibleTableInterface.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract QAccessibleInterface
caption()
abstract QAccessibleInterface
cellAt
(int row, int column) abstract int
abstract String
columnDescription
(int column) abstract boolean
isColumnSelected
(int column) abstract boolean
isRowSelected
(int row) abstract void
abstract int
rowCount()
abstract String
rowDescription
(int row) abstract boolean
selectColumn
(int column) abstract int
abstract List<QAccessibleInterface>
abstract int
abstract int
abstract boolean
selectRow
(int row) abstract QAccessibleInterface
summary()
abstract boolean
unselectColumn
(int column) abstract boolean
unselectRow
(int row) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl() -
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
cellAt
- Specified by:
cellAt
in interfaceQAccessibleTableInterface
-
columnCount
- Specified by:
columnCount
in interfaceQAccessibleTableInterface
-
columnDescription
- Specified by:
columnDescription
in interfaceQAccessibleTableInterface
-
isColumnSelected
- Specified by:
isColumnSelected
in interfaceQAccessibleTableInterface
-
isRowSelected
- Specified by:
isRowSelected
in interfaceQAccessibleTableInterface
-
modelChange
- Specified by:
modelChange
in interfaceQAccessibleTableInterface
-
rowCount
- Specified by:
rowCount
in interfaceQAccessibleTableInterface
-
rowDescription
- Specified by:
rowDescription
in interfaceQAccessibleTableInterface
-
selectColumn
- Specified by:
selectColumn
in interfaceQAccessibleTableInterface
-
selectRow
- Specified by:
selectRow
in interfaceQAccessibleTableInterface
-
selectedCellCount
- Specified by:
selectedCellCount
in interfaceQAccessibleTableInterface
-
selectedCells
- Specified by:
selectedCells
in interfaceQAccessibleTableInterface
-
selectedColumnCount
- Specified by:
selectedColumnCount
in interfaceQAccessibleTableInterface
-
selectedColumns
- Specified by:
selectedColumns
in interfaceQAccessibleTableInterface
-
selectedRowCount
- Specified by:
selectedRowCount
in interfaceQAccessibleTableInterface
-
selectedRows
- Specified by:
selectedRows
in interfaceQAccessibleTableInterface
-
summary
- Specified by:
summary
in interfaceQAccessibleTableInterface
-
unselectColumn
- Specified by:
unselectColumn
in interfaceQAccessibleTableInterface
-
unselectRow
- Specified by:
unselectRow
in interfaceQAccessibleTableInterface