Enum Class UserAction

java.lang.Object
java.lang.Enum<UserAction>
de.mid.innovator.m2msdk.model.workspace.UserAction
All Implemented Interfaces:
Serializable, Comparable<UserAction>, Constable

public enum UserAction extends Enum<UserAction>
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 Constants
    Enum Constant
    Description
    The 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 mode
    Switch on customer mode
    The 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" button
    The user has pressed the "Exit" button
    The user has pressed the "Find" button.
    The user has pressed the "FindNext" button.
    The user has pressed the "Help" button.
    Generate Mapping Help
    Jump 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 Type
    Method
    Description
     
     
     
     
    static UserAction
    Returns the enum constant of this class with the specified name.
    static UserAction[]
    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

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • Apply

      public static final UserAction Apply
      The user has pressed the "Apply" button.
    • Back

      public static final UserAction Back
      The user has pressed the "Back" button.
    • Cancel

      public static final UserAction Cancel
      The user has pressed the "Cancel" button.
    • Close

      public static final UserAction Close
      The user has closed the window or has pressed the "Close" button.
    • Copy

      public static final UserAction Copy
      The user has executed the "Close" operation.
    • Cut

      public static final UserAction Cut
      The user has executed the "Cut" operation.
    • CustomerModeOn

      public static final UserAction CustomerModeOn
      Switch on customer mode
    • CustomerModeOff

      public static final UserAction CustomerModeOff
      Switch off customer mode
    • Delete

      public static final UserAction Delete
      The user has pressed the "Delete" button.
    • Disable

      public static final UserAction Disable
      The user has pressed the "Disable" button.
    • Down

      public static final UserAction Down
      The user has pressed the "Down" button.
    • Enable

      public static final UserAction Enable
      The user has pressed the "Enable" button.
    • Execute

      public static final UserAction Execute
      The user has pressed the "Execute" button
    • Exit

      public static final UserAction Exit
      The user has pressed the "Exit" button
    • Find

      public static final UserAction Find
      The user has pressed the "Find" button.
    • FindNext

      public static final UserAction FindNext
      The user has pressed the "FindNext" button.
    • Help

      public static final UserAction Help
      The user has pressed the "Help" button.
    • HelpGen

      public static final UserAction HelpGen
      Generate Mapping Help
    • Highlight

      public static final UserAction Highlight
      Jump to next highlighted item.
    • Jump

      public static final UserAction Jump
      The user has pressed the "Jump" button.
    • New

      public static final UserAction New
      The user has pressed the "New" button.
    • NewTemplate

      public static final UserAction NewTemplate
      The user has pressed the "New" button on a template.
    • Next

      public static final UserAction Next
      The user has pressed the "Next" or "Finish" or "Start" button.
    • None

      public static final UserAction None
      No user action occurred.
    • Open

      public static final UserAction Open
      The user has pressed the "Open" button.
    • Paste

      public static final UserAction Paste
      The user has executed the "Paste" operation.
    • PasteRef

      public static final UserAction PasteRef
      The user has executed the "Paste reference" operation.
    • Save

      public static final UserAction Save
      The user has pressed the "Save" button.
    • SaveAll

      public static final UserAction SaveAll
      The user has pressed the "SaveAll" button.
    • SaveAllAndClose

      public static final UserAction SaveAllAndClose
      The user has pressed the "SaveAll&Close" button.
    • SaveAs

      public static final UserAction SaveAs
      The user has pressed the "SaveAs" button.
    • Up

      public static final UserAction Up
      The user has pressed the "Up" button.
    • Update

      public static final UserAction Update
      The user has pressed the "Update" button.
    • Used

      public static final UserAction Used
      The user looked for used elements.
  • Method Details

    • values

      public static UserAction[] 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

      public static UserAction valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<UserAction>
    • getTooltip

      public String getTooltip()
    • getType

      public ActionType getType()
    • getAccelerator

      public KeyStroke getAccelerator()