testtool.Main
Class Student

java.lang.Object
  extended by testtool.Main.User
      extended by testtool.Main.Student

public class Student
extends User

A student extends user and adds the elements found in the setting screen *


Field Summary
protected  int alert
           
protected  java.lang.String iDE
           
protected  java.util.Collection<Test> object
           
protected  boolean questionDisplay
           
protected  StandardColor status
           
protected  Timer timer
           
 
Fields inherited from class testtool.Main.User
name, password
 
Constructor Summary
Student()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timer

protected Timer timer

alert

protected int alert

status

protected StandardColor status

questionDisplay

protected boolean questionDisplay

iDE

protected java.lang.String iDE

object

protected java.util.Collection<Test> object
Constructor Detail

Student

public Student()
Default Constructor