|
talx x1.0.5 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Field Summary | |
static java.lang.String |
ACTION_COMMAND_KEY
Task properties key that fires an action event. |
static java.lang.String |
ACTION_TYPE_SOUND_FINISHED
action key for signifying that the media has finished playing. |
static java.lang.String |
COMPONENT_FINGER_POSITION
The TaskProperties key for position of finger. |
static java.lang.String |
COMPONENT_FINGER_PRESS_POSITION
The TaskProperties key for position of finger pressing. |
static java.lang.String |
COMPONENT_HORIZONTAL_ARROW_POSITION
The TaskProperties key for position of arrow. |
static java.lang.String |
COMPONENT_INSTRUCTION_BACKGROUND_COLOR
The instruction text background color. |
static java.lang.String |
COMPONENT_INSTRUCTION_TEXT
The instruction text to show. |
static java.lang.String |
COMPONENT_INSTRUCTION_TEXT_ATTRIBUTES
The instruction text attrbitues. |
static java.lang.String |
COMPONENT_INSTRUCTION_TEXT_COLOR
The instruction text foreground color. |
static java.lang.String |
COMPONENT_INSTRUCTION_TEXT_FONT_FACE
The instruction text attrbitues. |
static java.lang.String |
COMPONENT_INSTRUCTION_TEXT_SIZE
The instruction text size. |
static java.lang.String |
COMPONENT_MOUSE_FINGER_POSITION
The TaskProperties key for position of mouse-finger image. |
static java.lang.String |
COMPONENT_SOUND
key for the sound filename. |
static java.lang.String |
COMPONENT_SOUND_IS_PLAYING
key for the checking if media currently playing. |
static java.lang.String |
COMPONENT_SOUND_QUIT
key for the forcing a quit. |
static java.lang.String |
COMPONENT_TIMER
Task properties key that returns the amount of time since the task properties object was created. |
static java.lang.String |
COMPONENT_VERTICAL_ARROW_POSITION
The TaskProperties key for position of arrow. |
static java.lang.String |
DIALOG
The TaskProperties key for displaying the fake tal dialog |
static java.lang.String |
HIDE_BULLSEYE
The TaskProperties key for hiding the bullseye. |
static java.lang.String |
LESSON_STOP_ACTION
Action command that stops the lesson. |
static java.lang.String |
MOUSE_BULLSEYE
The TaskProperties key for showing the bullseye. |
static java.lang.String |
MOUSE_FINGER_IMAGE
The TaskProperties key for position of mouse-finger image. |
static java.lang.String |
NO_TOKEN
Token used in constraint values. |
static java.lang.String |
PREVIOUS_TASK_COMPLETION_REASON
The reason why the previous task failed or succeeded. |
static java.lang.String |
PROGRESS_PANEL_VISIBLITY
key for the checking if the progress bar should be displayed. |
static java.lang.String |
SHOW_BULLSEYE
The TaskProperties key for showing the bullseye. |
static java.lang.String |
SKIP_TASK_ACTION
Action command fired to skip the current task and replace it with an equivalent one. |
static java.lang.String |
TAL_DIALOG
The TaskProperties key for displaying the fake tal dialog |
static java.lang.String |
TASK_FAIL_COUNT
The number of mis-steps made by the user in the currently executing task. |
static java.lang.String |
TASK_STATUS
The status of the currently executing task. |
static java.lang.String |
TASK_SUCCEED_COUNT
The number of correct steps made by the user in the currently executing task. |
static java.lang.String |
YES_TOKEN
Token used in constraint values. |
| Field Detail |
public static final java.lang.String COMPONENT_INSTRUCTION_TEXT
public static final java.lang.String COMPONENT_INSTRUCTION_TEXT_FONT_FACE
tp.put(COMPONENT_INSTRUCTION_TEXT_FONT_FACE, f.getFontName())f = new Font(tp.get(COMPONENT_INSTRUCTION_TEXT_FONT_FACE), attr, size)
public static final java.lang.String COMPONENT_INSTRUCTION_TEXT_ATTRIBUTES
tp.put(COMPONENT_INSTRUCTION_TEXT_ATTRIBUTES, f.getStyle())f = new Font(face, tp.getInt(COMPONENT_INSTRUCTION_TEXT_ATTRIBUTES), size)
public static final java.lang.String COMPONENT_INSTRUCTION_TEXT_SIZE
tp.put(COMPONENT_INSTRUCTION_TEXT_SIZE, f.getSize())f = new Font(face, attr, tp.getInt(COMPONENT_INSTRUCTION_TEXT_SIZE))
public static final java.lang.String COMPONENT_INSTRUCTION_TEXT_COLOR
tp.put(COMPONENT_INSTRUCTION_TEXT_COLOR, c.getRGB())c = Color.decode(tp.get(COMPONENT_INSTRUCTION_TEXT_COLOR));
- See Also:
- Constant Field Values
public static final java.lang.String COMPONENT_INSTRUCTION_BACKGROUND_COLOR
tp.put(COMPONENT_INSTRUCTION_BACKGROUND_COLOR , c.getRGB())c = Color.decode(tp.get(COMPONENT_INSTRUCTION_BACKGROUND_COLOR));
- See Also:
- Constant Field Values
public static final java.lang.String SKIP_TASK_ACTION
public static final java.lang.String ACTION_COMMAND_KEY
public static final java.lang.String COMPONENT_TIMER
public static final java.lang.String ACTION_TYPE_SOUND_FINISHED
public static final java.lang.String COMPONENT_SOUND
public static final java.lang.String COMPONENT_SOUND_QUIT
public static final java.lang.String COMPONENT_SOUND_IS_PLAYING
public static final java.lang.String PROGRESS_PANEL_VISIBLITY
public static final java.lang.String COMPONENT_FINGER_POSITION
public static final java.lang.String COMPONENT_MOUSE_FINGER_POSITION
public static final java.lang.String SHOW_BULLSEYE
public static final java.lang.String MOUSE_BULLSEYE
public static final java.lang.String HIDE_BULLSEYE
public static final java.lang.String MOUSE_FINGER_IMAGE
public static final java.lang.String TAL_DIALOG
public static final java.lang.String DIALOG
public static final java.lang.String COMPONENT_FINGER_PRESS_POSITION
public static final java.lang.String COMPONENT_HORIZONTAL_ARROW_POSITION
public static final java.lang.String COMPONENT_VERTICAL_ARROW_POSITION
public static final java.lang.String LESSON_STOP_ACTION
public static final java.lang.String TASK_STATUS
public static final java.lang.String TASK_FAIL_COUNT
public static final java.lang.String TASK_SUCCEED_COUNT
public static final java.lang.String YES_TOKEN
public static final java.lang.String NO_TOKEN
public static final java.lang.String PREVIOUS_TASK_COMPLETION_REASON
|
talx x1.0.5 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.