Uses of Class
io.qt.gui.QAccessible.Text
Package | Description |
---|---|
io.qt.gui | |
io.qt.widgets |
-
Uses of QAccessible.Text in io.qt.gui
Methods in io.qt.gui that return QAccessible.Text Modifier and Type Method Description static QAccessible.Text
QAccessible.Text. resolve(int value)
Returns the corresponding enum entry for the given value.static QAccessible.Text
QAccessible.Text. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAccessible.Text[]
QAccessible.Text. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QAccessible.Text Modifier and Type Method Description abstract void
QAccessibleInterface.Impl. setText(QAccessible.Text t, String text)
void
QAccessibleInterface. setText(QAccessible.Text t, String text)
void
QAccessibleObject. setText(QAccessible.Text t, String text)
String
QAccessibleApplication. text(QAccessible.Text t)
abstract String
QAccessibleInterface.Impl. text(QAccessible.Text t)
String
QAccessibleInterface. text(QAccessible.Text t)
abstract String
QAccessibleObject. text(QAccessible.Text t)
-
Uses of QAccessible.Text in io.qt.widgets
Methods in io.qt.widgets with parameters of type QAccessible.Text Modifier and Type Method Description String
QAccessibleWidget. text(QAccessible.Text t)