|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttesttool.student_app.taking_view.ViewTests
public abstract class ViewTests
This illistrates the main page of the student app. It has two functions that will take a student to the designated pages.
| Field Summary | |
|---|---|
private java.util.List<Test> |
tests
|
| Constructor Summary | |
|---|---|
ViewTests()
|
|
| Method Summary | |
|---|---|
abstract void |
logout()
This logs the student out from the app and closes it. |
abstract void |
takeTest(Test test)
This takes the student to the test that the student has selected so that they can take it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.List<Test> tests
| Constructor Detail |
|---|
public ViewTests()
| Method Detail |
|---|
public abstract void takeTest(Test test)
public abstract void logout()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||