|
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--Stat_file
Class Stat_file
Fields inherited from class java.lang.Thread |
MAX_PRIORITY,
MIN_PRIORITY,
NORM_PRIORITY |
Constructor Summary | |
Stat_file(java.awt.Frame f,
java.util.Hashtable ht)
The Constuctor takes two arguments. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
void actionPerformed(ActionEvent e) is invoked when the user has bin notified that the Statistics is saved and the user has pressed the "Ok" button. |
void |
run()
The void run() function creates a FileDialow window in where the user can select a file in where Statistics about participants should be saved. |
Methods inherited from class java.lang.Thread |
activeCount,
checkAccess,
countStackFrames,
currentThread,
destroy,
dumpStack,
enumerate,
getContextClassLoader,
getName,
getPriority,
getThreadGroup,
interrupt,
interrupted,
isAlive,
isDaemon,
isInterrupted,
join,
join,
join,
resume,
setContextClassLoader,
setDaemon,
setName,
setPriority,
sleep,
sleep,
start,
stop,
stop,
suspend,
toString,
yield |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public Stat_file(java.awt.Frame f, java.util.Hashtable ht)
Method Detail |
public void run()
public void actionPerformed(java.awt.event.ActionEvent e)
|
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |