|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.pavlov.main.AbstractPavlovApplication net.sourceforge.pavlov.main.standalone.Pavlov
public class Pavlov
Description of the Class
Field Summary |
---|
Fields inherited from class net.sourceforge.pavlov.main.AbstractPavlovApplication |
---|
feedbackPlugins, library, libraryFile, password, quiz, rb, strategyPlugins, toolPluglets, user, userName, velocityPlugins |
Constructor Summary | |
---|---|
Pavlov(String[] args)
Constructor for the Pavlov object |
Method Summary | |
---|---|
protected void |
closeSplashScreen()
Description of the Method |
protected boolean |
confirmQuit()
Description of the Method |
void |
createQuizSelector()
Description of the Method |
AbstractUIFactory |
getUIBuilder()
Gets the uIBuilder attribute of the Pavlov object |
void |
loadPluglets()
Description of the Method |
void |
loginFinished()
Description of the Method |
static void |
main(String[] args)
Description of the Method |
void |
newSetStatus(int pos,
String key)
Sets status using a key to query the resource broker. |
void |
setStatus(int pos,
String msg)
Shows the user startup status, delegates to getUIBuilder()'s setStatus. |
void |
showIncorrectDialog(String msg)
Description of the Method |
protected void |
showLoginController(AbstractPavlovApplication abs)
Description of the Method |
protected void |
showSplashScreen()
Description of the Method |
Methods inherited from class net.sourceforge.pavlov.main.AbstractPavlovApplication |
---|
getLibrary, getQuiz, getResourceString, getUser, loadLibrary, logonAttempt, niceQuit, processArguments, registerFeedbackPlugins, saveUser, setPassword, setQuiz, setup, setUserName, validate, warn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pavlov(String[] args)
args
- Description of the ParameterMethod Detail |
---|
protected void showLoginController(AbstractPavlovApplication abs)
showLoginController
in class AbstractPavlovApplication
abs
- Description of the Parameterpublic final void setStatus(int pos, String msg)
setStatus
in class AbstractPavlovApplication
pos
- an int
valuemsg
- a String
valuepublic final void newSetStatus(int pos, String key)
newSetStatus
in class AbstractPavlovApplication
pos
- Description of the Parameterkey
- Description of the Parameterprotected final void showSplashScreen()
showSplashScreen
in class AbstractPavlovApplication
protected final void closeSplashScreen()
closeSplashScreen
in class AbstractPavlovApplication
protected boolean confirmQuit()
confirmQuit
in class AbstractPavlovApplication
public final void showIncorrectDialog(String msg)
showIncorrectDialog
in class AbstractPavlovApplication
msg
- Description of the Parameterpublic void loadPluglets()
loadPluglets
in class AbstractPavlovApplication
public void createQuizSelector()
createQuizSelector
in class AbstractPavlovApplication
public AbstractUIFactory getUIBuilder()
public void loginFinished()
loginFinished
in class AbstractPavlovApplication
public static void main(String[] args)
args
- Description of the Parameter
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |