university
Class Menu

java.lang.Object
  extended by university.Menu

public class Menu
extends java.lang.Object

Displays various menus to the user.


Constructor Summary
Menu()
           
 
Method Summary
static void displayMainMenu()
          Display the main university menu on the console
static void displayPersonMenu()
          Display the person menu on the console
static void displayUnitMenu()
          Display the unit menu on the console.
 
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

displayMainMenu

public static void displayMainMenu()
Display the main university menu on the console


displayPersonMenu

public static void displayPersonMenu()
Display the person menu on the console


displayUnitMenu

public static void displayUnitMenu()
Display the unit menu on the console.