|
talx x1.0.5 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TaskProperties | |
| component | |
| constraint | |
| controller | |
| desktop | |
| keyboard.constraint | |
| mouse.constraint | |
| state | |
| tal | |
| tal.constraint | |
| tal.state | |
| test.constraint | |
| util | |
| Uses of TaskProperties in component |
| Methods in component that return TaskProperties | |
TaskProperties |
TOCPanel2.reset()
This method resets the view of this Panel and calls super.reset() |
TaskProperties |
TOCPanel.reset()
This method resets the view of this Panel and calls super.reset() |
| Uses of TaskProperties in constraint |
| Methods in constraint with parameters of type TaskProperties | |
void |
WaitOnSound.process(EventWrapper ev,
TaskProperties tp)
|
void |
WaitOnSound.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
TrainerConstraint.process(EventWrapper ev,
TaskProperties tp)
|
void |
TrainerConstraint.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
TOCConstraint.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
SucceedOnTimer.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
SucceedOnSoundFinished.process(EventWrapper ev,
TaskProperties tp)
This method checks for the ACTION_TYPE_SOUND_FINISHED event. |
void |
SucceedOnSoundFinished.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
SoundOnSuccess.process(EventWrapper ev,
TaskProperties tp)
|
void |
SoundOnSuccess.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
SoundOnFailure.process(EventWrapper ev,
TaskProperties tp)
|
void |
SoundOnFailure.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
Snoop.process(EventWrapper ev,
TaskProperties tp)
|
void |
Snoop.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
SetSound.process(EventWrapper ev,
TaskProperties tp)
|
void |
SetSound.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
SetInstructionFont.processInit(TaskProperties tp)
This method is called when the constraint is first instantiated/loaded. |
void |
SetInstruction.process(EventWrapper ev,
TaskProperties tp)
|
void |
SetInstruction.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
PauseOnSuccess.process(EventWrapper ev,
TaskProperties tp)
|
void |
PauseOnSuccess.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
PauseOnFailure.process(EventWrapper ev,
TaskProperties tp)
|
void |
PauseOnFailure.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
PassElseFailOnPreviousCompletionSpace.process(EventWrapper ev,
TaskProperties tp)
|
void |
PassElseFailOnPreviousCompletionSpace.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
PassElseFailOnPreviousCompletionReason.process(EventWrapper ev,
TaskProperties tp)
|
void |
PassElseFailOnPreviousCompletionReason.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
PassElseFailOnPreviousCompletionPeriod.process(EventWrapper ev,
TaskProperties tp)
|
void |
PassElseFailOnPreviousCompletionPeriod.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
LayeredConstraint.process(EventWrapper ev,
TaskProperties tp)
Manages callback levels and event processing. |
abstract void |
LayeredConstraint.doAction(TaskProperties tp)
Performs the constraint's action. |
void |
LayeredConstraint.processInit(TaskProperties tp)
Called at the beginning of a task. |
void |
LayeredConstraint.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
Performs task initialization code. |
void |
FailOnTimer.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
FailOnTimer.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
FailOnTimer.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
DialogOnSuccess.process(EventWrapper ev,
TaskProperties tp)
|
void |
DialogOnSuccess.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
DialogOnFailure.process(EventWrapper ev,
TaskProperties tp)
|
void |
DialogOnFailure.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
ConstraintAdapter.startAutoAction(java.lang.String actionCommand,
long interval,
long delay,
TaskProperties tp)
Starts an auto action firing sequence for the current task. |
void |
ConstraintAdapter.stopAutoAction(TaskProperties tp)
Stops an auto action firing sequence. |
boolean |
ConstraintAdapter.fireAutoAction(TaskProperties tp)
Determines whether the autoaction should continue to fire. |
void |
ConstraintAdapter.process(EventWrapper ev,
TaskProperties tp)
Unwraps the event and sends it to the appropriate process method. |
void |
ConstraintAdapter.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
ConstraintAdapter.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
When mouse events are delivered to the constraint, they have not been seen or processed by the source component. |
void |
ConstraintAdapter.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
When key events get to the constraint, they have already been consumed. |
void |
ConstraintAdapter.processInit(TaskProperties tp)
|
void |
ConstraintAdapter.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
Performs task initialization code. |
void |
AutoFail.process(EventWrapper ev,
TaskProperties tp)
|
void |
AutoFail.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
| Uses of TaskProperties in controller |
| Methods in controller that return TaskProperties | |
TaskProperties |
Controller.getTaskProperties()
|
| Methods in controller with parameters of type TaskProperties | |
abstract void |
State.process(TaskProperties tp)
This method should be called to alert the state of possible new task properties. |
void |
Controller.setTaskProperties(TaskProperties tp)
|
| Uses of TaskProperties in desktop |
| Classes in desktop that implement TaskProperties | |
protected class |
TrainingPanel.TaskPropertyMap
|
| Methods in desktop that return TaskProperties | |
TaskProperties |
TrainingPanel.reset()
Clears the interface and returns a new TaskProperties object. |
TaskProperties |
TrainingPanel.getResetProperties()
|
protected TaskProperties |
TrainingPanel.getTaskProperties()
|
TaskProperties |
TrainingDesktop.setDisplayComponent(java.lang.String classname)
Changes the currentlly active TrainingComponent. |
TaskProperties |
TrainingComponent.reset()
Clears the interface and returns a new TaskProperties object. |
| Constructors in desktop with parameters of type TaskProperties | |
TrainingPanel.StartSoundThread(TaskProperties tp)
|
|
| Uses of TaskProperties in keyboard.constraint |
| Methods in keyboard.constraint with parameters of type TaskProperties | |
void |
SucceedOnMultiwrap.processInit(TaskProperties tp)
|
void |
SucceedOnMultiwrap.doAction(TaskProperties tp)
|
void |
SucceedOnAutowrap.processInit(TaskProperties tp)
|
void |
SucceedOnAutowrap.doAction(TaskProperties tp)
|
void |
ShowUserTextFinger.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
ShowTargetTextFinger.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
ShowKeymapFinger.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
ShowKeymap.processInit(TaskProperties tp)
|
void |
ShowCorrectTypingAndBeepForSomeReason.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
ShowCorrectTyping.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
ShowButton.processInit(TaskProperties tp)
|
void |
ShowAllTyping.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
static int[] |
ShowAllMovement.moveUp(TaskProperties tp,
int[] caret,
boolean select)
Returns the mark and dot value to place the caret on the previous line. |
static int[] |
ShowAllMovement.moveDown(TaskProperties tp,
int[] caret,
boolean select)
Returns the mark and dot value to place the caret on the following line. |
static int[] |
ShowAllMovement.moveLeft(TaskProperties tp,
int[] caret,
boolean select,
boolean wrap)
Returns the mark and dot value to place the caret on the previous character. |
static int[] |
ShowAllMovement.moveRight(TaskProperties tp,
int[] caret,
boolean select,
boolean wrap)
Returns the mark and dot value to place the caret on the next character. |
static int[] |
ShowAllMovement.moveHome(TaskProperties tp,
int[] caret,
boolean select)
Moves the caret to the first character in the current line. |
static int[] |
ShowAllMovement.moveEnd(TaskProperties tp,
int[] caret,
boolean select)
Moves the caret to the lastcharacter in the current line. |
void |
ShowAllMovement.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
Moves the cursor in response to cursor control keys. |
void |
SetUserTextLogicalHighlight.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
SetUserTextLogicalCaret.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
SetUserTextHighlightBackspace.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
SetUserTextHighlightBackspace.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
SetUserTextHighlight.processInit(TaskProperties tp)
|
void |
SetUserTextCaret.processInit(TaskProperties tp)
|
void |
SetUserText.processInit(TaskProperties tp)
|
void |
SetUserSelectionColor.processInit(TaskProperties tp)
|
void |
SetUserHighlightTextColor.processInit(TaskProperties tp)
|
void |
SetUserHighlightColor.processInit(TaskProperties tp)
|
void |
SetUserFont.processInit(TaskProperties tp)
|
void |
SetUserCircleColor.processInit(TaskProperties tp)
|
void |
SetUserCaretWidth.processInit(TaskProperties tp)
|
void |
SetUserCaretColor.processInit(TaskProperties tp)
|
void |
SetUserCaretBlinkRate.processInit(TaskProperties tp)
|
void |
SetTargetTextHighlight.processInit(TaskProperties tp)
|
void |
SetTargetText.processInit(TaskProperties tp)
|
void |
SetTargetHighlightTextColor.processInit(TaskProperties tp)
|
void |
SetTargetHighlightColor.processInit(TaskProperties tp)
|
void |
SetTargetFont.processInit(TaskProperties tp)
|
void |
SetTargetCircleColor.processInit(TaskProperties tp)
|
void |
SetButtonFont.processInit(TaskProperties tp)
|
void |
PassOnThisText.doAction(TaskProperties tp)
|
void |
PassOnSomeTextAndTimer.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
PassOnSomeTextAndTimer.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
PassOnSameTextAndTimer.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
PassOnSameTextAndTimer.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
PassOnSameTextAndButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
PassOnSameText.doAction(TaskProperties tp)
|
void |
PassOnPositionAndTimer.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
PassOnPositionAndTimer.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
PassOnLooseTextAndButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
PassOnLooseText.doAction(TaskProperties tp)
|
protected java.lang.String |
PassOnLogicalCaretPositionAndButton.correctCaretPosition(TaskProperties tp)
|
void |
PassOnLogicalCaretPositionAndButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
protected boolean |
PassOnLogicalCaretPosition.correctCaretPosition(TaskProperties tp)
|
void |
PassOnLogicalCaretPosition.doAction(TaskProperties tp)
|
void |
PassOnErase.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
PassOnErase.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
PassOnCaretRange.doAction(TaskProperties tp)
|
void |
PassOnCaretPositionAndButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
PassOnCaretPosition.doAction(TaskProperties tp)
|
void |
PassOnCaretChangePosition.doAction(TaskProperties tp)
|
void |
PassOnCaretChangePosition.processInit(TaskProperties tp)
|
void |
PassOnButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
HideUserText.processInit(TaskProperties tp)
|
void |
HideTargetText.processInit(TaskProperties tp)
|
void |
HideKeymap.processInit(TaskProperties tp)
|
void |
HideButton.processInit(TaskProperties tp)
|
void |
FailOnKeyPress.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
FailOnError.doAction(TaskProperties tp)
|
void |
FailOnAllTyping.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
BullseyeTimer.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
BullseyeTimer.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
BullseyeTimer.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
AutoTypeTargetText.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
boolean |
AutoTypeTargetText.fireAutoAction(TaskProperties tp)
|
void |
AutoType.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
boolean |
AutoType.fireAutoAction(TaskProperties tp)
|
void |
AutoSelectLastUserTextError.doAction(TaskProperties tp)
|
void |
AutoSelectFirstUserTextError.doAction(TaskProperties tp)
|
void |
AutoMove.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
boolean |
AutoMove.fireAutoAction(TaskProperties tp)
|
void |
AutoKeymapToPosition.doAction(TaskProperties tp)
|
void |
AutoKeymapLastError.doAction(TaskProperties tp)
|
void |
AutoKeymapFirstError.doAction(TaskProperties tp)
|
void |
AutoKeymapFingerToPosition.doAction(TaskProperties tp)
|
void |
AutoKeymapFingerLastError.doAction(TaskProperties tp)
|
void |
AutoKeymapFingerFirstError.doAction(TaskProperties tp)
|
void |
AutoHighlightUserTextError.doAction(TaskProperties tp)
|
void |
AutoHighlightTargetTextError.doAction(TaskProperties tp)
|
void |
AutoHighlightLastUserTextError.doAction(TaskProperties tp)
|
void |
AutoHighlightLastTargetTextError.doAction(TaskProperties tp)
|
void |
AutoHighlightFirstUserTextError.doAction(TaskProperties tp)
|
void |
AutoHighlightFirstTargetTextError.doAction(TaskProperties tp)
|
void |
AutoFingerUserTextCaret.processInit(TaskProperties tp)
|
void |
AutoFingerUserTextCaret.doAction(TaskProperties tp)
|
void |
AutoFingerUserHighlight.processInit(TaskProperties tp)
|
void |
AutoFingerUserHighlight.doAction(TaskProperties tp)
|
void |
AutoFingerLastUserTextError.doAction(TaskProperties tp)
|
void |
AutoFingerLastTargetTextError.doAction(TaskProperties tp)
|
void |
AutoFingerInstruction.processInit(TaskProperties tp)
|
void |
AutoFingerInstruction.doAction(TaskProperties tp)
|
void |
AutoFingerFirstUserTextError.doAction(TaskProperties tp)
|
void |
AutoFingerFirstTargetTextError.doAction(TaskProperties tp)
|
void |
AutoBackspace.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
boolean |
AutoBackspace.fireAutoAction(TaskProperties tp)
|
| Uses of TaskProperties in mouse.constraint |
| Methods in mouse.constraint with parameters of type TaskProperties | |
void |
ShowMouseFinger.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
ShowGridMouseFinger.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
SetTargetText.processInit(TaskProperties tp)
|
void |
SetSelectedSquarePosition.processInit(TaskProperties tp)
|
void |
SetSelectedSquare.processInit(TaskProperties tp)
|
void |
SetMouseToModelHighlight.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
SetMouseToHighlight.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
SetMousePosition.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
SetMousePadPosition.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
SetMouseModelDirection.processInit(TaskProperties tp)
|
void |
SetMouseImage.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
SetMouseGlobalPosition.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
SetGridSize.processInit(TaskProperties tp)
|
void |
SetColors.processInit(TaskProperties tp)
|
void |
PassOnMouseOverSelection.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
PassOnMouseOverSelection.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
PassOnMouseOverModelSelection.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
PassOnMouseOverModelSelection.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
PassOnMouseOverAnything.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
PassOnMouseClickedSelection.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
PassOnMouseClickedModelSelection.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
PassOnMouseButtonPressAndRelease.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
FixToModelHighlight.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
BullseyeTimer.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
BullseyeTimer.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
BullseyeTimer.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
AutoMoveToModelHighlight.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
boolean |
AutoMoveToModelHighlight.fireAutoAction(TaskProperties tp)
|
void |
AutoMoveToHighlight.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
boolean |
AutoMoveToHighlight.fireAutoAction(TaskProperties tp)
|
void |
AutoMove.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
AutoFingerInstruction.processInit(TaskProperties tp)
|
void |
AutoFingerInstruction.doAction(TaskProperties tp)
|
void |
AutoClickOnModelHighlight.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
AutoClickOnModelHighlight.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
AutoClickOnHighlight.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
AutoClickOnHighlight.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
AutoClick.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
| Uses of TaskProperties in state |
| Methods in state with parameters of type TaskProperties | |
void |
TOCTreeState.process(TaskProperties tp)
|
void |
TOCTreeState.TOCTreeConstraint.process(EventWrapper ev,
TaskProperties tp)
|
void |
TOCTreeState.TOCTreeConstraint.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
TOCTopState.process(TaskProperties tp)
|
void |
TOCTopState.TOCTopConstraint.process(EventWrapper ev,
TaskProperties tp)
|
void |
TOCTopState.TOCTopConstraint.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
TOCState2.process(TaskProperties tp)
|
void |
TOCState.process(TaskProperties tp)
|
void |
ReviewState.process(TaskProperties tp)
Called whenever TaskProperties change or might have changed. |
void |
RefreshState.process(TaskProperties tp)
Called whenever TaskProperties change or might have changed. |
void |
PauseState.process(TaskProperties tp)
Called whenever TaskProperties change or might have changed. |
void |
DrillingState.process(TaskProperties tp)
Called whenever TaskProperties change or might have changed. |
void |
ConfirmState.process(TaskProperties tp)
|
| Uses of TaskProperties in tal |
| Methods in tal that return TaskProperties | |
TaskProperties |
TalPanel.reset()
Clears the interface and returns a new TaskProperties object. |
| Uses of TaskProperties in tal.constraint |
| Methods in tal.constraint with parameters of type TaskProperties | |
void |
UsePictureReader.processInit(TaskProperties tp)
|
void |
SucceedOnReaderTextVisibleInComposerState.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
SucceedOnReaderTextVisible.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
SucceedOnPictureVisible.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
SucceedOnComposerTextVisible.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
SucceedOnBuddyVisible.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
ShowDialog.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
ShowArrow.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
SetState.processInit(TaskProperties tp)
|
void |
SetSendButton.processInit(TaskProperties tp)
|
void |
SetSaveButton.processInit(TaskProperties tp)
|
void |
SetReplyButton.processInit(TaskProperties tp)
|
void |
SetReaderText.processInit(TaskProperties tp)
|
void |
SetReaderSubject.processInit(TaskProperties tp)
|
void |
SetReaderGray.processInit(TaskProperties tp)
|
void |
SetReaderDate.processInit(TaskProperties tp)
|
void |
SetReaderCaption.processInit(TaskProperties tp)
|
void |
SetMouseToButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
SetInboxHighlight.processInit(TaskProperties tp)
|
void |
SetInboxGray.processInit(TaskProperties tp)
|
void |
SetDontButton.processInit(TaskProperties tp)
|
void |
SetDeleteButton.processInit(TaskProperties tp)
|
void |
SetComposerText.processInit(TaskProperties tp)
|
void |
SetComposerSubject.processInit(TaskProperties tp)
|
void |
SetComposerGray.processInit(TaskProperties tp)
|
void |
SetComposerCaption.processInit(TaskProperties tp)
|
void |
ReaderScrollToTop.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
ReaderScrollToBottom.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
PassOnSendAndWords.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
void |
PassOnSendAndThisText.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
void |
PassOnQuitAndState.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
void |
PassOnMouseClicked.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
PassOnButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
void |
PassElseFailOnButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
void |
InboxScrollToTop.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
InboxScrollToBottom.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
HighlightInboxOnClick.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
void |
HideLogoutButton.processInit(TaskProperties tp)
|
void |
FailOnKeyPressAndState.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
FailOnButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the TALPanel It will complete the task (fail). |
void |
EasyChangeStateOnScrollReplyButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
void |
ComposerScrollToTop.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
ComposerScrollToBottom.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
ChangeStateOnWriteButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
void |
ChangeStateOnText.doAction(TaskProperties tp)
|
void |
ChangeStateOnSendButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
void |
ChangeStateOnScrollText.doAction(TaskProperties tp)
|
void |
ChangeStateOnScrollSendButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
void |
ChangeStateOnScrollReplyButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
void |
ChangeStateOnReplyButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
void |
ChangeStateOnReaderTextVisible.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
This method checks for visible text in the reader scroll pane. |
void |
ChangeStateOnQuitButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
void |
ChangeStateOnInboxButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
void |
BullseyeTimer.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
BullseyeTimer.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
void |
BullseyeTimer.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
BottomOutPictureReader.processInit(TaskProperties tp)
|
void |
AutoMoveAndScroll.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
AutoMoveAndScroll.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
boolean |
AutoMoveAndScroll.fireAutoAction(TaskProperties tp)
|
void |
AutoMoveAndClickRepeat.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
AutoMoveAndClickRepeat.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
boolean |
AutoMoveAndClickRepeat.fireAutoAction(TaskProperties tp)
|
void |
AutoMoveAndClick.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
boolean |
AutoMoveAndClick.fireAutoAction(TaskProperties tp)
|
void |
AutoMove.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
AutoMove.processMouseEvent(java.awt.event.MouseEvent ev,
TaskProperties tp)
|
boolean |
AutoMove.fireAutoAction(TaskProperties tp)
|
void |
AddReaderPicture.processInit(TaskProperties tp)
|
void |
AddInboxBuddy.processInit(TaskProperties tp)
|
| Uses of TaskProperties in tal.state |
| Methods in tal.state with parameters of type TaskProperties | |
void |
TeachState.process(TaskProperties tp)
Called whenever TaskProperties change or might have changed. |
void |
TOCState.process(TaskProperties tp)
|
void |
IntroState.process(TaskProperties tp)
|
void |
IntroState.IntroConstraint.process(EventWrapper ev,
TaskProperties tp)
|
void |
IntroState.IntroConstraint.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
|
void |
DrillingState.process(TaskProperties tp)
Called whenever TaskProperties change or might have changed. |
void |
AssessmentState.process(TaskProperties tp)
Called whenever TaskProperties change or might have changed. |
| Uses of TaskProperties in test.constraint |
| Methods in test.constraint with parameters of type TaskProperties | |
void |
SetMovie.processInit(TaskProperties tp)
This method is called when the constraint is first instantiated/loaded. |
void |
SetImage.processInit(TaskProperties tp)
This method is called when the constraint is first instantiated/loaded. |
void |
PassOnShiftedKeyPress.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
PassOnMediaFinished.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for the ACTION_TYPE_MEDIA_FINISHED event. |
void |
PassOnKeyPressAndTimer.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
PassOnKeyPressAndTimer.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
PassOnKeyPress.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
MediaFinishOnTrainerButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
|
void |
InitialQuestionConstraint.processInit(TaskProperties tp)
This method is called when the constraint is first instantiated/loaded. |
void |
FailOnAnyKeyPress.processKeyEvent(java.awt.event.KeyEvent ev,
TaskProperties tp)
|
void |
CompleteTaskOnButton.processActionEvent(java.awt.event.ActionEvent ev,
TaskProperties tp)
This method checks for button clicks from the SoundPanel (& MediaPanel) It will complete the task, only if no media is playing. |
| Uses of TaskProperties in util |
| Methods in util with parameters of type TaskProperties | |
Constraint[] |
Task.getConstraints(TaskProperties tp)
Returns the initialized constraints for this task. |
void |
Constraint.process(EventWrapper ev,
TaskProperties tp)
Updates the taskproperties from the event. |
void |
Constraint.setValue(java.lang.String value,
java.lang.String type,
TaskProperties tp)
Sets the current value and type. |
|
talx x1.0.5 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.