java.lang.Object
io.qt.QtObject
io.qt.gui.QAccessibleSelectionInterface.Impl
- All Implemented Interfaces:
QAccessibleSelectionInterface
,QtObjectInterface
- Enclosing interface:
QAccessibleSelectionInterface
public abstract static class QAccessibleSelectionInterface.Impl
extends QtObject
implements QAccessibleSelectionInterface
Implementor class for interface QAccessibleSelectionInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.gui.QAccessibleSelectionInterface
QAccessibleSelectionInterface.Impl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
clear()
boolean
isSelected
(QAccessibleInterface childItem) abstract boolean
select
(QAccessibleInterface childItem) abstract boolean
selectedItem
(int selectionIndex) abstract int
abstract List<QAccessibleInterface>
abstract boolean
unselect
(QAccessibleInterface childItem) 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
-
clear
- Specified by:
clear
in interfaceQAccessibleSelectionInterface
-
isSelected
- Specified by:
isSelected
in interfaceQAccessibleSelectionInterface
-
select
- Specified by:
select
in interfaceQAccessibleSelectionInterface
-
selectAll
- Specified by:
selectAll
in interfaceQAccessibleSelectionInterface
-
selectedItem
- Specified by:
selectedItem
in interfaceQAccessibleSelectionInterface
-
selectedItemCount
- Specified by:
selectedItemCount
in interfaceQAccessibleSelectionInterface
-
selectedItems
- Specified by:
selectedItems
in interfaceQAccessibleSelectionInterface
-
unselect
- Specified by:
unselect
in interfaceQAccessibleSelectionInterface
-