- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QKeySequence.StandardKey>
,Constable
- Enclosing class:
QKeySequence
Java wrapper for Qt enum QKeySequence::StandardKey
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionRepresentingQKeySequence::
AddTab RepresentingQKeySequence::
Back RepresentingQKeySequence::
Backspace RepresentingQKeySequence::
Bold RepresentingQKeySequence::
Cancel RepresentingQKeySequence::
Close RepresentingQKeySequence::
Copy RepresentingQKeySequence::
Cut RepresentingQKeySequence::
Delete RepresentingQKeySequence::
DeleteCompleteLine RepresentingQKeySequence::
DeleteEndOfLine RepresentingQKeySequence::
DeleteEndOfWord RepresentingQKeySequence::
DeleteStartOfWord RepresentingQKeySequence::
Deselect RepresentingQKeySequence::
Find RepresentingQKeySequence::
FindNext RepresentingQKeySequence::
FindPrevious RepresentingQKeySequence::
Forward RepresentingQKeySequence::
FullScreen RepresentingQKeySequence::
HelpContents RepresentingQKeySequence::
InsertLineSeparator RepresentingQKeySequence::
InsertParagraphSeparator RepresentingQKeySequence::
Italic RepresentingQKeySequence::
MoveToEndOfBlock RepresentingQKeySequence::
MoveToEndOfDocument RepresentingQKeySequence::
MoveToEndOfLine RepresentingQKeySequence::
MoveToNextChar RepresentingQKeySequence::
MoveToNextLine RepresentingQKeySequence::
MoveToNextPage RepresentingQKeySequence::
MoveToNextWord RepresentingQKeySequence::
MoveToPreviousChar RepresentingQKeySequence::
MoveToPreviousLine RepresentingQKeySequence::
MoveToPreviousPage RepresentingQKeySequence::
MoveToPreviousWord RepresentingQKeySequence::
MoveToStartOfBlock RepresentingQKeySequence::
MoveToStartOfDocument RepresentingQKeySequence::
MoveToStartOfLine RepresentingQKeySequence::
New RepresentingQKeySequence::
NextChild RepresentingQKeySequence::
Open RepresentingQKeySequence::
Paste RepresentingQKeySequence::
Preferences RepresentingQKeySequence::
PreviousChild RepresentingQKeySequence::
Print RepresentingQKeySequence::
Quit RepresentingQKeySequence::
Redo RepresentingQKeySequence::
Refresh RepresentingQKeySequence::
Replace RepresentingQKeySequence::
Save RepresentingQKeySequence::
SaveAs RepresentingQKeySequence::
SelectAll RepresentingQKeySequence::
SelectEndOfBlock RepresentingQKeySequence::
SelectEndOfDocument RepresentingQKeySequence::
SelectEndOfLine RepresentingQKeySequence::
SelectNextChar RepresentingQKeySequence::
SelectNextLine RepresentingQKeySequence::
SelectNextPage RepresentingQKeySequence::
SelectNextWord RepresentingQKeySequence::
SelectPreviousChar RepresentingQKeySequence::
SelectPreviousLine RepresentingQKeySequence::
SelectPreviousPage RepresentingQKeySequence::
SelectPreviousWord RepresentingQKeySequence::
SelectStartOfBlock RepresentingQKeySequence::
SelectStartOfDocument RepresentingQKeySequence::
SelectStartOfLine RepresentingQKeySequence::
Underline RepresentingQKeySequence::
Undo RepresentingQKeySequence::
UnknownKey RepresentingQKeySequence::
WhatsThis RepresentingQKeySequence::
ZoomIn RepresentingQKeySequence::
ZoomOut -
Method Summary
Modifier and TypeMethodDescriptionstatic QKeySequence.StandardKey
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 QKeySequence.StandardKey
Returns the enum constant of this type with the specified name.static QKeySequence.StandardKey[]
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.QtAbstractEnumerator
getDeclaringClass, name, ordinal
-
Enum Constant Details
-
UnknownKey
Representing
QKeySequence::
UnknownKey -
HelpContents
Representing
QKeySequence::
HelpContents -
WhatsThis
Representing
QKeySequence::
WhatsThis -
Open
Representing
QKeySequence::
Open -
Close
Representing
QKeySequence::
Close -
Save
Representing
QKeySequence::
Save -
New
Representing
QKeySequence::
New -
Delete
Representing
QKeySequence::
Delete -
Cut
Representing
QKeySequence::
Cut -
Copy
Representing
QKeySequence::
Copy -
Paste
Representing
QKeySequence::
Paste -
Undo
Representing
QKeySequence::
Undo -
Redo
Representing
QKeySequence::
Redo -
Back
Representing
QKeySequence::
Back -
Forward
Representing
QKeySequence::
Forward -
Refresh
Representing
QKeySequence::
Refresh -
ZoomIn
Representing
QKeySequence::
ZoomIn -
ZoomOut
Representing
QKeySequence::
ZoomOut -
Print
Representing
QKeySequence::
Print -
AddTab
Representing
QKeySequence::
AddTab -
NextChild
Representing
QKeySequence::
NextChild -
PreviousChild
Representing
QKeySequence::
PreviousChild -
Find
Representing
QKeySequence::
Find -
FindNext
Representing
QKeySequence::
FindNext -
FindPrevious
Representing
QKeySequence::
FindPrevious -
Replace
Representing
QKeySequence::
Replace -
SelectAll
Representing
QKeySequence::
SelectAll -
Bold
Representing
QKeySequence::
Bold -
Italic
Representing
QKeySequence::
Italic -
Underline
Representing
QKeySequence::
Underline -
MoveToNextChar
Representing
QKeySequence::
MoveToNextChar -
MoveToPreviousChar
Representing
QKeySequence::
MoveToPreviousChar -
MoveToNextWord
Representing
QKeySequence::
MoveToNextWord -
MoveToPreviousWord
Representing
QKeySequence::
MoveToPreviousWord -
MoveToNextLine
Representing
QKeySequence::
MoveToNextLine -
MoveToPreviousLine
Representing
QKeySequence::
MoveToPreviousLine -
MoveToNextPage
Representing
QKeySequence::
MoveToNextPage -
MoveToPreviousPage
Representing
QKeySequence::
MoveToPreviousPage -
MoveToStartOfLine
Representing
QKeySequence::
MoveToStartOfLine -
MoveToEndOfLine
Representing
QKeySequence::
MoveToEndOfLine -
MoveToStartOfBlock
Representing
QKeySequence::
MoveToStartOfBlock -
MoveToEndOfBlock
Representing
QKeySequence::
MoveToEndOfBlock -
MoveToStartOfDocument
Representing
QKeySequence::
MoveToStartOfDocument -
MoveToEndOfDocument
Representing
QKeySequence::
MoveToEndOfDocument -
SelectNextChar
Representing
QKeySequence::
SelectNextChar -
SelectPreviousChar
Representing
QKeySequence::
SelectPreviousChar -
SelectNextWord
Representing
QKeySequence::
SelectNextWord -
SelectPreviousWord
Representing
QKeySequence::
SelectPreviousWord -
SelectNextLine
Representing
QKeySequence::
SelectNextLine -
SelectPreviousLine
Representing
QKeySequence::
SelectPreviousLine -
SelectNextPage
Representing
QKeySequence::
SelectNextPage -
SelectPreviousPage
Representing
QKeySequence::
SelectPreviousPage -
SelectStartOfLine
Representing
QKeySequence::
SelectStartOfLine -
SelectEndOfLine
Representing
QKeySequence::
SelectEndOfLine -
SelectStartOfBlock
Representing
QKeySequence::
SelectStartOfBlock -
SelectEndOfBlock
Representing
QKeySequence::
SelectEndOfBlock -
SelectStartOfDocument
Representing
QKeySequence::
SelectStartOfDocument -
SelectEndOfDocument
Representing
QKeySequence::
SelectEndOfDocument -
DeleteStartOfWord
Representing
QKeySequence::
DeleteStartOfWord -
DeleteEndOfWord
Representing
QKeySequence::
DeleteEndOfWord -
DeleteEndOfLine
Representing
QKeySequence::
DeleteEndOfLine -
InsertParagraphSeparator
Representing
QKeySequence::
InsertParagraphSeparator -
InsertLineSeparator
Representing
QKeySequence::
InsertLineSeparator -
SaveAs
Representing
QKeySequence::
SaveAs -
Preferences
Representing
QKeySequence::
Preferences -
Quit
Representing
QKeySequence::
Quit -
FullScreen
Representing
QKeySequence::
FullScreen -
Deselect
Representing
QKeySequence::
Deselect -
DeleteCompleteLine
Representing
QKeySequence::
DeleteCompleteLine -
Backspace
Representing
QKeySequence::
Backspace -
Cancel
Representing
QKeySequence::
Cancel
-
-
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
-