admin
Class DBui

java.lang.Object
  extended by admin.DBui

public abstract class DBui
extends java.lang.Object

The DBui Class is responsible for showing the main database menu.


Constructor Summary
DBui()
           
 
Method Summary
abstract  void classDB()
          classDB function takes you to a view of the class database
abstract  void instructorDB()
          instructorDB function takes you to a view of the instructor database
abstract  void newClass()
          newClass function takes you straight to the add new class dialog
abstract  void newInstructor()
          newInstructor function takes you straight to the add new instructor dialog
abstract  void newRoom()
          newRoom function takes you straght to the add new room dialog
abstract  void roomDB()
          roomDB function takes you to a view of the room database
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBui

public DBui()
Method Detail

instructorDB

public abstract void instructorDB()
instructorDB function takes you to a view of the instructor database


newInstructor

public abstract void newInstructor()
newInstructor function takes you straight to the add new instructor dialog


classDB

public abstract void classDB()
classDB function takes you to a view of the class database


newClass

public abstract void newClass()
newClass function takes you straight to the add new class dialog


roomDB

public abstract void roomDB()
roomDB function takes you to a view of the room database


newRoom

public abstract void newRoom()
newRoom function takes you straght to the add new room dialog