Uses of Enum
io.qt.gui.QAccessible.Attribute
Packages that use QAccessible.Attribute
-
Uses of QAccessible.Attribute in io.qt.gui
Methods in io.qt.gui that return QAccessible.AttributeModifier and TypeMethodDescriptionstatic QAccessible.Attribute
QAccessible.Attribute.resolve
(int value) Returns the corresponding enum entry for the given value.static QAccessible.Attribute
Returns the enum constant of this type with the specified name.static QAccessible.Attribute[]
QAccessible.Attribute.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui that return types with arguments of type QAccessible.AttributeModifier and TypeMethodDescriptionQAccessibleAttributesInterface.attributeKeys()
abstract List<QAccessible.Attribute>
QAccessibleAttributesInterface.Impl.attributeKeys()
Methods in io.qt.gui with parameters of type QAccessible.AttributeModifier and TypeMethodDescriptionQAccessibleAttributesInterface.attributeValue
(QAccessible.Attribute key) abstract Object
QAccessibleAttributesInterface.Impl.attributeValue
(QAccessible.Attribute key)