|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttesttool.teacher_app.main_view.HomeView
public abstract class HomeView
This class illustrates the main page of the teacher app. It has four functions that will take you to each of designated pages.
Constructor Summary | |
---|---|
HomeView()
|
Method Summary | |
---|---|
abstract void |
launchGradeView()
This functions takes a teacher from the main page to the grading page. |
abstract void |
launchPublishView()
This takes the teacher from the main page to the page where they can administer a test. |
abstract void |
launchQuestionView()
This takes a teacher from the main page to the page where they can manage questions. |
abstract void |
launchTestView()
This page takes a teacher from the main page to the page where they can generate a test. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HomeView()
Method Detail |
---|
public abstract void launchQuestionView()
public abstract void launchTestView()
public abstract void launchPublishView()
public abstract void launchGradeView()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |