|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.domain.state.Configuration
public class Configuration
Field Summary | |
---|---|
static java.lang.String |
aboutTutor
|
static boolean |
animateFeedback
|
static boolean |
bailout
|
static boolean |
currentCodeLined
|
static boolean |
currentCodeLineNumbered
|
static int |
currentFeedbackAmount
|
static boolean |
currentFeedbackFormatted
|
static boolean |
currentFeedbackLined
|
static int |
currentFeedbackType
|
static int |
currentLanguage
|
static int |
currentLogAmount
|
static boolean |
currentLogFormatted
|
static boolean |
currentLogLined
|
static int |
currentOpenStudentModel
|
static java.lang.String |
currentProblemSequence
|
static int |
currentReflection
|
static int |
currentStatistics
|
static int |
currentVisualization
|
static int |
dataRecording
|
static java.lang.String |
DBASE_SERVER
|
static java.lang.String |
DBASE_SERVLET
|
static boolean |
debug
|
static boolean |
diagnosis
|
static java.lang.String |
fontName
|
static int |
fontSize
|
static boolean |
isTimed
|
static int |
largeFontSize
|
static boolean |
newOutputInterface
|
static java.lang.String[] |
parameterList
|
static java.lang.String |
persistentStudentModel
|
static boolean |
showLog
|
static int |
showMenus
|
static boolean |
showStats
|
static boolean |
showTimer
|
static java.lang.String |
stringFeedbackAmount
|
static java.lang.String |
stringProblemSequence
|
static int |
timeLimit
|
static int |
timeStepSize
|
Constructor Summary | |
---|---|
Configuration()
Saves the values of the static data members in local variables |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
void |
commitChanges()
Assigns to the static data member currentXY from the local data member savedXY |
static int |
getLanguageConstant(java.lang.String language)
Given a string, returns the corresponding language constant. |
java.lang.String |
getStatus()
|
static int |
parseDataRecording(java.lang.String input)
Method to translate string into corresponding constant for data Recording option |
void |
print()
|
void |
update(java.lang.String[] valueList)
Method used by SessionManager to configure the applet based on parameters in the html page |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String aboutTutor
public static java.lang.String currentProblemSequence
public static final java.lang.String stringProblemSequence
public static int currentFeedbackType
public static int currentFeedbackAmount
public static final java.lang.String stringFeedbackAmount
public static boolean animateFeedback
public static boolean showStats
public static int currentStatistics
public static boolean isTimed
public static int timeLimit
public static int timeStepSize
public static boolean showTimer
public static boolean showLog
public static int currentLogAmount
public static boolean currentCodeLined
public static boolean currentCodeLineNumbered
public static boolean currentFeedbackLined
public static boolean currentFeedbackFormatted
public static boolean currentLogLined
public static boolean currentLogFormatted
public static int showMenus
public static int dataRecording
public static int currentLanguage
public static int currentReflection
public static java.lang.String fontName
public static final int fontSize
public static final int largeFontSize
public static final java.lang.String DBASE_SERVER
public static final java.lang.String DBASE_SERVLET
public static boolean debug
public static boolean bailout
public static boolean diagnosis
public static int currentVisualization
public static java.lang.String persistentStudentModel
public static int currentOpenStudentModel
public static final boolean newOutputInterface
public static final java.lang.String[] parameterList
Constructor Detail |
---|
public Configuration()
Method Detail |
---|
public java.lang.Object clone()
clone
in class java.lang.Object
public static int getLanguageConstant(java.lang.String language)
public void update(java.lang.String[] valueList)
public static int parseDataRecording(java.lang.String input)
public void commitChanges()
public java.lang.String getStatus()
public void print()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |