Enum Class UserAction
- All Implemented Interfaces:
Serializable,Comparable<UserAction>,Constable
Enum specifying the user actions.
- Version:
- 10.1.1
- Author:
- jmback
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe user has pressed the "Apply" button.The user has pressed the "Back" button.The user has pressed the "Cancel" button.The user has closed the window or has pressed the "Close" button.The user has executed the "Close" operation.Switch off customer modeSwitch on customer modeThe user has executed the "Cut" operation.The user has pressed the "Delete" button.The user has pressed the "Disable" button.The user has pressed the "Down" button.The user has pressed the "Enable" button.The user has pressed the "Execute" buttonThe user has pressed the "Exit" buttonThe user has pressed the "Find" button.The user has pressed the "FindNext" button.The user has pressed the "Help" button.Generate Mapping HelpJump to next highlighted item.The user has pressed the "Jump" button.The user has pressed the "New" button.The user has pressed the "New" button on a template.The user has pressed the "Next" or "Finish" or "Start" button.No user action occurred.The user has pressed the "Open" button.The user has executed the "Paste" operation.The user has executed the "Paste reference" operation.The user has pressed the "Save" button.The user has pressed the "SaveAll" button.The user has pressed the "SaveAll&Close" button.The user has pressed the "SaveAs" button.The user has pressed the "Up" button.The user has pressed the "Update" button.The user looked for used elements. -
Method Summary
Modifier and TypeMethodDescriptiongetType()toString()static UserActionReturns the enum constant of this class with the specified name.static UserAction[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
Apply
The user has pressed the "Apply" button. -
Back
The user has pressed the "Back" button. -
Cancel
The user has pressed the "Cancel" button. -
Close
The user has closed the window or has pressed the "Close" button. -
Copy
The user has executed the "Close" operation. -
Cut
The user has executed the "Cut" operation. -
CustomerModeOn
Switch on customer mode -
CustomerModeOff
Switch off customer mode -
Delete
The user has pressed the "Delete" button. -
Disable
The user has pressed the "Disable" button. -
Down
The user has pressed the "Down" button. -
Enable
The user has pressed the "Enable" button. -
Execute
The user has pressed the "Execute" button -
Exit
The user has pressed the "Exit" button -
Find
The user has pressed the "Find" button. -
FindNext
The user has pressed the "FindNext" button. -
Help
The user has pressed the "Help" button. -
HelpGen
Generate Mapping Help -
Highlight
Jump to next highlighted item. -
Jump
The user has pressed the "Jump" button. -
New
The user has pressed the "New" button. -
NewTemplate
The user has pressed the "New" button on a template. -
Next
The user has pressed the "Next" or "Finish" or "Start" button. -
None
No user action occurred. -
Open
The user has pressed the "Open" button. -
Paste
The user has executed the "Paste" operation. -
PasteRef
The user has executed the "Paste reference" operation. -
Save
The user has pressed the "Save" button. -
SaveAll
The user has pressed the "SaveAll" button. -
SaveAllAndClose
The user has pressed the "SaveAll&Close" button. -
SaveAs
The user has pressed the "SaveAs" button. -
Up
The user has pressed the "Up" button. -
Update
The user has pressed the "Update" button. -
Used
The user looked for used elements.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<UserAction>
-
getTooltip
-
getType
-
getAccelerator
-