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.TextQAccessible.Text.resolve(int value) Returns the corresponding enum entry for the given value.static QAccessible.TextReturns 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 voidQAccessibleInterface.Impl.setText(QAccessible.Text t, String text) voidQAccessibleInterface.setText(QAccessible.Text t, String text) voidQAccessibleObject.setText(QAccessible.Text t, String text) QAccessibleApplication.text(QAccessible.Text t) SeeQAccessibleInterface::text(QAccessible::Text)const abstract StringQAccessibleInterface.Impl.text(QAccessible.Text t) QAccessibleInterface.text(QAccessible.Text t) abstract StringQAccessibleObject.text(QAccessible.Text t) -
Uses of QAccessible.Text in io.qt.widgets
Methods in io.qt.widgets with parameters of type QAccessible.Text