|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadmin.MainUI
abstract class MainUI
This class provides the functionality for the administrative user upon accessing the application.
Nested Class Summary | |
---|---|
(package private) static class |
MainUI.DatabaseSelection
|
(package private) static class |
MainUI.ViewOptions
|
Constructor Summary | |
---|---|
MainUI()
|
Method Summary | |
---|---|
abstract void |
accessDatabase(MainUI.DatabaseSelection selection)
AccessDatabase allows the administrative user to access, update, and modify a selected database, as specified by 'selection'. |
abstract void |
createSchedule()
CreateSchedule brings up the interface that allows the administrative user to make a new schedule. |
abstract void |
editSchedule()
EditSchedule brings up the interface that allows the administrative user to make any changes to existing schedules. |
abstract void |
generateOrViewSchedule()
GenerateOrViewSchedule brings up the interface for general schedule handling. |
abstract void |
viewOrEditDatabases()
ViewOrEditDatabases brings up the interface for general database handling. |
abstract void |
viewSchedule(MainUI.ViewOptions options)
ViewSchedule allows the administrative user to view existing schedules in a variety of ways, specified by the 'options' parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
MainUI()
Method Detail |
---|
public abstract void generateOrViewSchedule()
public abstract void viewOrEditDatabases()
public abstract void createSchedule()
public abstract void editSchedule()
public abstract void viewSchedule(MainUI.ViewOptions options)
options
- public abstract void accessDatabase(MainUI.DatabaseSelection selection)
selection
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |