- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QAccessible.Event>
,Constable
- Enclosing class:
QAccessible
Java wrapper for Qt enum QAccessible::Event
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRepresenting QAccessible::AcceleratorChangedRepresenting QAccessible::ActionChangedRepresenting QAccessible::ActiveDescendantChangedRepresenting QAccessible::AlertRepresenting QAccessible::AttributeChangedRepresenting QAccessible::ContextHelpEndRepresenting QAccessible::ContextHelpStartRepresenting QAccessible::DefaultActionChangedRepresenting QAccessible::DescriptionChangedRepresenting QAccessible::DialogEndRepresenting QAccessible::DialogStartRepresenting QAccessible::DocumentContentChangedRepresenting QAccessible::DocumentLoadCompleteRepresenting QAccessible::DocumentLoadStoppedRepresenting QAccessible::DocumentReloadRepresenting QAccessible::DragDropEndRepresenting QAccessible::DragDropStartRepresenting QAccessible::FocusRepresenting QAccessible::ForegroundChangedRepresenting QAccessible::HelpChangedRepresenting QAccessible::HyperlinkEndIndexChangedRepresenting QAccessible::HyperlinkNumberOfAnchorsChangedRepresenting QAccessible::HyperlinkSelectedLinkChangedRepresenting QAccessible::HyperlinkStartIndexChangedRepresenting QAccessible::HypertextChangedRepresenting QAccessible::HypertextLinkActivatedRepresenting QAccessible::HypertextLinkSelectedRepresenting QAccessible::HypertextNLinksChangedRepresenting QAccessible::InvalidEventRepresenting QAccessible::LocationChangedRepresenting QAccessible::MenuCommandRepresenting QAccessible::MenuEndRepresenting QAccessible::MenuStartRepresenting QAccessible::NameChangedRepresenting QAccessible::ObjectAttributeChangedRepresenting QAccessible::ObjectCreatedRepresenting QAccessible::ObjectDestroyedRepresenting QAccessible::ObjectHideRepresenting QAccessible::ObjectReorderRepresenting QAccessible::ObjectShowRepresenting QAccessible::PageChangedRepresenting QAccessible::ParentChangedRepresenting QAccessible::PopupMenuEndRepresenting QAccessible::PopupMenuStartRepresenting QAccessible::ScrollingEndRepresenting QAccessible::ScrollingStartRepresenting QAccessible::SectionChangedRepresenting QAccessible::SelectionRepresenting QAccessible::SelectionAddRepresenting QAccessible::SelectionRemoveRepresenting QAccessible::SelectionWithinRepresenting QAccessible::SoundPlayedRepresenting QAccessible::StateChangedRepresenting QAccessible::TableCaptionChangedRepresenting QAccessible::TableColumnDescriptionChangedRepresenting QAccessible::TableColumnHeaderChangedRepresenting QAccessible::TableModelChangedRepresenting QAccessible::TableRowDescriptionChangedRepresenting QAccessible::TableRowHeaderChangedRepresenting QAccessible::TableSummaryChangedRepresenting QAccessible::TextAttributeChangedRepresenting QAccessible::TextCaretMovedRepresenting QAccessible::TextColumnChangedRepresenting QAccessible::TextInsertedRepresenting QAccessible::TextRemovedRepresenting QAccessible::TextSelectionChangedRepresenting QAccessible::TextUpdatedRepresenting QAccessible::ValueChangedRepresenting QAccessible::VisibleDataChanged -
Method Summary
Modifier and TypeMethodDescriptionstatic QAccessible.Event
resolve
(int value) Returns the corresponding enum entry for the given value.int
value()
This function should return an integer value for the enum values of the enumeration that implements this interface.static QAccessible.Event
Returns the enum constant of this type with the specified name.static QAccessible.Event[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface io.qt.QtEnumerator
getDeclaringClass, name, ordinal
-
Enum Constant Details
-
SoundPlayed
Representing QAccessible::SoundPlayed
-
Alert
Representing QAccessible::Alert
-
ForegroundChanged
Representing QAccessible::ForegroundChanged
-
MenuStart
Representing QAccessible::MenuStart
-
MenuEnd
Representing QAccessible::MenuEnd
-
PopupMenuStart
Representing QAccessible::PopupMenuStart
-
PopupMenuEnd
Representing QAccessible::PopupMenuEnd
-
ContextHelpStart
Representing QAccessible::ContextHelpStart
-
ContextHelpEnd
Representing QAccessible::ContextHelpEnd
-
DragDropStart
Representing QAccessible::DragDropStart
-
DragDropEnd
Representing QAccessible::DragDropEnd
-
DialogStart
Representing QAccessible::DialogStart
-
DialogEnd
Representing QAccessible::DialogEnd
-
ScrollingStart
Representing QAccessible::ScrollingStart
-
ScrollingEnd
Representing QAccessible::ScrollingEnd
-
MenuCommand
Representing QAccessible::MenuCommand
-
ActionChanged
Representing QAccessible::ActionChanged
-
ActiveDescendantChanged
Representing QAccessible::ActiveDescendantChanged
-
AttributeChanged
Representing QAccessible::AttributeChanged
-
DocumentContentChanged
Representing QAccessible::DocumentContentChanged
-
DocumentLoadComplete
Representing QAccessible::DocumentLoadComplete
-
DocumentLoadStopped
Representing QAccessible::DocumentLoadStopped
-
DocumentReload
Representing QAccessible::DocumentReload
-
HyperlinkEndIndexChanged
Representing QAccessible::HyperlinkEndIndexChanged
-
HyperlinkNumberOfAnchorsChanged
Representing QAccessible::HyperlinkNumberOfAnchorsChanged
-
HyperlinkSelectedLinkChanged
Representing QAccessible::HyperlinkSelectedLinkChanged
-
HypertextLinkActivated
Representing QAccessible::HypertextLinkActivated
-
HypertextLinkSelected
Representing QAccessible::HypertextLinkSelected
-
HyperlinkStartIndexChanged
Representing QAccessible::HyperlinkStartIndexChanged
-
HypertextChanged
Representing QAccessible::HypertextChanged
-
HypertextNLinksChanged
Representing QAccessible::HypertextNLinksChanged
-
ObjectAttributeChanged
Representing QAccessible::ObjectAttributeChanged
-
PageChanged
Representing QAccessible::PageChanged
-
SectionChanged
Representing QAccessible::SectionChanged
-
TableCaptionChanged
Representing QAccessible::TableCaptionChanged
-
TableColumnDescriptionChanged
Representing QAccessible::TableColumnDescriptionChanged
-
TableColumnHeaderChanged
Representing QAccessible::TableColumnHeaderChanged
-
TableModelChanged
Representing QAccessible::TableModelChanged
-
TableRowDescriptionChanged
Representing QAccessible::TableRowDescriptionChanged
-
TableRowHeaderChanged
Representing QAccessible::TableRowHeaderChanged
-
TableSummaryChanged
Representing QAccessible::TableSummaryChanged
-
TextAttributeChanged
Representing QAccessible::TextAttributeChanged
-
TextCaretMoved
Representing QAccessible::TextCaretMoved
-
TextColumnChanged
Representing QAccessible::TextColumnChanged
-
TextInserted
Representing QAccessible::TextInserted
-
TextRemoved
Representing QAccessible::TextRemoved
-
TextUpdated
Representing QAccessible::TextUpdated
-
TextSelectionChanged
Representing QAccessible::TextSelectionChanged
-
VisibleDataChanged
Representing QAccessible::VisibleDataChanged
-
ObjectCreated
Representing QAccessible::ObjectCreated
-
ObjectDestroyed
Representing QAccessible::ObjectDestroyed
-
ObjectShow
Representing QAccessible::ObjectShow
-
ObjectHide
Representing QAccessible::ObjectHide
-
ObjectReorder
Representing QAccessible::ObjectReorder
-
Focus
Representing QAccessible::Focus
-
Selection
Representing QAccessible::Selection
-
SelectionAdd
Representing QAccessible::SelectionAdd
-
SelectionRemove
Representing QAccessible::SelectionRemove
-
SelectionWithin
Representing QAccessible::SelectionWithin
-
StateChanged
Representing QAccessible::StateChanged
-
LocationChanged
Representing QAccessible::LocationChanged
-
NameChanged
Representing QAccessible::NameChanged
-
DescriptionChanged
Representing QAccessible::DescriptionChanged
-
ValueChanged
Representing QAccessible::ValueChanged
-
ParentChanged
Representing QAccessible::ParentChanged
-
HelpChanged
Representing QAccessible::HelpChanged
-
DefaultActionChanged
Representing QAccessible::DefaultActionChanged
-
AcceleratorChanged
Representing QAccessible::AcceleratorChanged
-
InvalidEvent
Representing QAccessible::InvalidEvent
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public int value()This function should return an integer value for the enum values of the enumeration that implements this interface. Default isEnum.ordinal()
.- Specified by:
value
in interfaceQtEnumerator
-
resolve
Returns the corresponding enum entry for the given value.- Parameters:
value
-- Returns:
- enum entry
-