java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QAccessibleObject
io.qt.gui.QAccessibleApplication
- All Implemented Interfaces:
QAccessibleInterface
,QtObjectInterface
Java wrapper for Qt class QAccessibleApplication
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.gui.QAccessibleInterface
QAccessibleInterface.Impl
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionchild
(int index) int
int
indexOfChild
(QAccessibleInterface arg__1) parent()
role()
state()
window()
Methods inherited from class io.qt.gui.QAccessibleObject
actionInterface, backgroundColor, childAt, editableTextInterface, foregroundColor, hyperlinkInterface, imageInterface, isValid, object, rect, relations, relations, relations, setText, tableCellInterface, tableInterface, textInterface, valueInterface
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
-
QAccessibleApplication
public QAccessibleApplication() -
QAccessibleApplication
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
child
Description copied from class:QAccessibleObject
- Specified by:
child
in interfaceQAccessibleInterface
- Specified by:
child
in classQAccessibleObject
-
childCount
Description copied from class:QAccessibleObject
- Specified by:
childCount
in interfaceQAccessibleInterface
- Specified by:
childCount
in classQAccessibleObject
-
focusChild
Description copied from class:QAccessibleObject
- Specified by:
focusChild
in interfaceQAccessibleInterface
- Overrides:
focusChild
in classQAccessibleObject
-
indexOfChild
Description copied from class:QAccessibleObject
- Specified by:
indexOfChild
in interfaceQAccessibleInterface
- Specified by:
indexOfChild
in classQAccessibleObject
-
parent
Description copied from class:QAccessibleObject
- Specified by:
parent
in interfaceQAccessibleInterface
- Specified by:
parent
in classQAccessibleObject
-
role
Description copied from class:QAccessibleObject
- Specified by:
role
in interfaceQAccessibleInterface
- Specified by:
role
in classQAccessibleObject
-
state
Description copied from class:QAccessibleObject
- Specified by:
state
in interfaceQAccessibleInterface
- Specified by:
state
in classQAccessibleObject
-
text
Description copied from class:QAccessibleObject
- Specified by:
text
in interfaceQAccessibleInterface
- Specified by:
text
in classQAccessibleObject
-
window
Description copied from class:QAccessibleObject
- Specified by:
window
in interfaceQAccessibleInterface
- Overrides:
window
in classQAccessibleObject
-