Class ActionTypes


  • public class ActionTypes
    extends java.lang.Object
    Enumerates action type values.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INCREMENT_VARIABLE

        public static final int INCREMENT_VARIABLE
        Increment variable action type.
        See Also:
        Constant Field Values
      • DECREMENT_VARIABLE

        public static final int DECREMENT_VARIABLE
        Decrement variable action type.
        See Also:
        Constant Field Values
      • TOGGLE_VARIABLE

        public static final int TOGGLE_VARIABLE
        Toggle variable action type.
        See Also:
        Constant Field Values
      • RESET_VARIABLE

        public static final int RESET_VARIABLE
        Reset variable action type.
        See Also:
        Constant Field Values
      • START_STOP_STOPWATCH

        public static final int START_STOP_STOPWATCH
        Start/stop stopwatch action type.
        See Also:
        Constant Field Values
      • RESET_STOPWATCH

        public static final int RESET_STOPWATCH
        Reset stopwatch action type.
        See Also:
        Constant Field Values
      • OPEN_THEME_PICKER

        public static final int OPEN_THEME_PICKER
        Open theme picker action type.
        See Also:
        Constant Field Values