Class Menu


  • public class Menu
    extends java.lang.Object
    Menu Class, Handle menu in this application
    • Constructor Summary

      Constructors 
      Constructor Description
      Menu()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int showMainMenu()  
      boolean showSubmenu​(int option)  
      • Methods inherited from class java.lang.Object

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

      • Menu

        public Menu()
    • Method Detail

      • showMainMenu

        public int showMainMenu()
      • showSubmenu

        public boolean showSubmenu​(int option)