|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadmin.DBui
public abstract class DBui
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 |
---|
public DBui()
Method Detail |
---|
public abstract void instructorDB()
public abstract void newInstructor()
public abstract void classDB()
public abstract void newClass()
public abstract void roomDB()
public abstract void newRoom()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |