java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QAccessibleTableCellInterface.Impl
- All Implemented Interfaces:
QAccessibleTableCellInterface
,QtObjectInterface
- Enclosing interface:
- QAccessibleTableCellInterface
public abstract static class QAccessibleTableCellInterface.Impl
extends QtObject
implements QAccessibleTableCellInterface
Implementor class for interface QAccessibleTableCellInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.gui.QAccessibleTableCellInterface
QAccessibleTableCellInterface.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract int
abstract List<QAccessibleInterface>
abstract int
abstract boolean
abstract int
abstract List<QAccessibleInterface>
abstract int
rowIndex()
abstract QAccessibleInterface
table()
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
-
columnExtent
- Specified by:
columnExtent
in interfaceQAccessibleTableCellInterface
-
columnHeaderCells
- Specified by:
columnHeaderCells
in interfaceQAccessibleTableCellInterface
-
columnIndex
- Specified by:
columnIndex
in interfaceQAccessibleTableCellInterface
-
isSelected
- Specified by:
isSelected
in interfaceQAccessibleTableCellInterface
-
rowExtent
- Specified by:
rowExtent
in interfaceQAccessibleTableCellInterface
-
rowHeaderCells
- Specified by:
rowHeaderCells
in interfaceQAccessibleTableCellInterface
-
rowIndex
- Specified by:
rowIndex
in interfaceQAccessibleTableCellInterface
-
table
- Specified by:
table
in interfaceQAccessibleTableCellInterface
-