Class MenuAction

    • Method Detail

      • indexOf

        public static int indexOf​(String[] actions,
                                  String action)
      • valueOf

        public static MenuAction valueOf​(int op,
                                         int primary,
                                         int secondary,
                                         int tertiary,
                                         int quaternary,
                                         int matrixId)
      • getPrimary

        public int getPrimary()
      • getSecondary

        public int getSecondary()
      • getTertiary

        public int getTertiary()
      • getQuaternary

        public int getQuaternary()
      • getMatrixId

        public int getMatrixId()
      • process

        public void process()
        Specified by:
        process in interface Action
      • setStrict

        public void setStrict​(boolean strict)