|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.pavlov.main.AbstractUIFactory
public abstract class AbstractUIFactory
Defines user-interface tasks required by AbstractPavlovApplication.
Constructor Summary | |
---|---|
AbstractUIFactory()
|
Method Summary | |
---|---|
abstract void |
closeSplashScreen()
Describe closeSplashScreen method here. |
abstract boolean |
confirmQuit()
Describe confirmQuit method here. |
abstract void |
createQuizSelector(User user,
AbstractLibrary library)
Describe createQuizSelector method here. |
abstract void |
setStatus(int x,
String msg)
Describe setStatus method here. |
abstract int |
showFileChooser(JFileChooser chooser,
boolean openMode)
Describe showFileChooser method here. |
abstract void |
showIncorrectDialog(String msg)
Describe showIncorrectDialog method here. |
abstract void |
showLoginController(LogonListener lis)
|
abstract void |
startQuiz(User user,
ChapterReference ref)
Describe startQuiz method here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractUIFactory()
Method Detail |
---|
public abstract boolean confirmQuit()
confirmQuit
method here.
boolean
valuepublic abstract void createQuizSelector(User user, AbstractLibrary library)
createQuizSelector
method here.
user
- an User
valuelibrary
- an AbstractLibrary
valuepublic abstract void startQuiz(User user, ChapterReference ref)
startQuiz
method here.
user
- an User
valuelibrary
- an AbstractLibrary
valuepublic abstract void closeSplashScreen()
closeSplashScreen
method here.
public abstract void setStatus(int x, String msg)
setStatus
method here.
x
- an int
valuemsg
- a String
valuepublic abstract void showIncorrectDialog(String msg)
showIncorrectDialog
method here.
msg
- a String
valuepublic abstract void showLoginController(LogonListener lis)
public abstract int showFileChooser(JFileChooser chooser, boolean openMode)
showFileChooser
method here.
chooser
- a JFileChooser
valueopenMode
- a boolean
value
int
value
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |