Uses of Enum
io.qt.gui.QAccessible.Text
Packages that use QAccessible.Text
-
Uses of QAccessible.Text in io.qt.gui
Methods in io.qt.gui that return QAccessible.TextModifier and TypeMethodDescriptionstatic QAccessible.Text
QAccessible.Text.resolve
(int value) Returns the corresponding enum entry for the given value.static QAccessible.Text
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.TextModifier and TypeMethodDescriptionabstract 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) QAccessibleApplication.text
(QAccessible.Text t) abstract String
QAccessibleInterface.Impl.text
(QAccessible.Text t) 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