ch.tatool.core.executable
Class QuestionnaireExecutable
java.lang.Object
ch.tatool.core.element.AbstractPropertyHolder
ch.tatool.core.element.NodeImpl
ch.tatool.core.executable.BlockingExecutable
ch.tatool.core.executable.BlockingAWTExecutable
ch.tatool.core.executable.QuestionnaireExecutable
- All Implemented Interfaces:
- ActionPanelListener, DescriptivePropertyHolder, PropertyHolder, Executable, Node, ExecutionPhaseListener, KeyEventDispatcher
public class QuestionnaireExecutable
- extends BlockingAWTExecutable
- implements ActionPanelListener, ExecutionPhaseListener, DescriptivePropertyHolder
Questionnaire
Displays questions and allows the user to answer.
- Author:
- Andre Locher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stimuliFile
public String stimuliFile
stimuliPath
public String stimuliPath
QuestionnaireExecutable
public QuestionnaireExecutable()
- Default Constructor.
startExecutionAWT
public void startExecutionAWT()
- Description copied from class:
BlockingAWTExecutable
- To be implemented. Called at the start of the executable execution.
- Specified by:
startExecutionAWT in class BlockingAWTExecutable
readStimuli
public void readStimuli()
cancelExecutionAWT
protected void cancelExecutionAWT()
- Cleanup after element execution
- Overrides:
cancelExecutionAWT in class BlockingAWTExecutable
actionTriggered
public void actionTriggered(ActionPanel source,
Object actionValue)
- Called when either of the two action panel choices have been selected.
- Specified by:
actionTriggered in interface ActionPanelListener
actionValue - the value registered with the action panel for the action that got triggered
getPropertyObjects
public Property<?>[] getPropertyObjects()
- Specified by:
getPropertyObjects in interface DescriptivePropertyHolder
processExecutionPhase
public void processExecutionPhase(ExecutionContext context)
- Specified by:
processExecutionPhase in interface ExecutionPhaseListener
getTimeoutAspect
public DefaultTimeoutHandler getTimeoutAspect()
setTimeoutAspect
public void setTimeoutAspect(DefaultTimeoutHandler timer)
getStimuliFile
public String getStimuliFile()
setStimuliFile
public void setStimuliFile(String stimuliFile)
getStimuliPath
public String getStimuliPath()
setStimuliPath
public void setStimuliPath(String stimuliPath)
Copyright © 2012. All Rights Reserved.