Uses of Class
ch.tatool.core.element.AbstractPropertyHolder

Packages that use AbstractPropertyHolder
ch.tatool.core.display.swing.status   
ch.tatool.core.element   
ch.tatool.core.element.handler   
ch.tatool.core.element.handler.pause   
ch.tatool.core.element.handler.score   
ch.tatool.core.element.handler.timeout   
ch.tatool.core.executable   
 

Uses of AbstractPropertyHolder in ch.tatool.core.display.swing.status
 

Subclasses of AbstractPropertyHolder in ch.tatool.core.display.swing.status
 class DefaultModuleStatusRegionConfigurator
          Default status region configurator that is suitable for module sessions.
 class StatusRegionConfigurator
           
 

Uses of AbstractPropertyHolder in ch.tatool.core.element
 

Subclasses of AbstractPropertyHolder in ch.tatool.core.element
 class AbstractElement
          Abstract implementation that provides support for handlers.
 class CompoundElement
          Element that holds two child elements, the execution of which is alternated when a special ExecutionOutcome is returned by a containing element execution.
 class ExecutableElement
          Default implementation of an execution element which does not support child elements.
 class ListElement
          Execution element that holds/manages a list of other execution elements.
 class NodeImpl
          Default node implementation.
 

Uses of AbstractPropertyHolder in ch.tatool.core.element.handler
 

Subclasses of AbstractPropertyHolder in ch.tatool.core.element.handler
 class CompoundElementTrialCountEvaluator
          Only counts the trials of the primary element.
 class ConfidenceRatingHandler
           
 class DefaultTrialCountEvaluator
          Default trial count adaptor.
 class EscapeKeyEventHandler
          Finishes the execution of the currently running module by catching the key event of the Escape key.
 class ExecutionFeedbackHandler
          Handler that updates the attributed statuspanel with the result of the last trial
 class StatusPanelStateHandler
          This handler takes care of resetting status panel states (enabled, reset).
 class TrialCountHandler
          Counts the number of executed trials TODO: split out the UI update into a separate handler
 

Uses of AbstractPropertyHolder in ch.tatool.core.element.handler.pause
 

Subclasses of AbstractPropertyHolder in ch.tatool.core.element.handler.pause
 class DefaultExecutionPauseHandler
          Pauses the execution between two elements.
 

Uses of AbstractPropertyHolder in ch.tatool.core.element.handler.score
 

Subclasses of AbstractPropertyHolder in ch.tatool.core.element.handler.score
 class AbstractPointAdaptor
          Abstract implementation of a point adapter.
 class AbstractPointsAndLevelHandler
          Abstract store and level handler.
 class AdaptiveScoreAndLevelHandler
          Adaptive Score and Level Algorithm The score and level algorithm adapts itself to the performance of the user.
 class BoundaryPointsAndLevelHandler
          PointsAndLevelHandler that performs a level change once the number of points pass a boundry value.
 class DefaultPointsAndLevelHandler
          Default implementation of a score and level handler.
 class FactorPointAdaptor
          Allows adapting the points by a factor.
 class NullablePointAdaptor
          Simply sets all points to zero, effectively removing the trial outcome from the score and level handler results.
 class UserFeedbackLevelListener
           
 

Uses of AbstractPropertyHolder in ch.tatool.core.element.handler.timeout
 

Subclasses of AbstractPropertyHolder in ch.tatool.core.element.handler.timeout
 class DefaultAdaptiveTimeoutHandler
          Timeout handler that individually adapts itself to the user by reducing and increasing the timeout duration.
 class DefaultTimeoutHandler
          Aspect that provides task timeout capability.
 class DefaultVisualTimeoutHandler
          Timeout handler that gives the user a visual feedback through the status bar
 

Uses of AbstractPropertyHolder in ch.tatool.core.executable
 

Subclasses of AbstractPropertyHolder in ch.tatool.core.executable
 class AbstractHTMLExecutable
          HTML Instruction Displays a HTML page
 class AbstractInstructionExecutable
          Node intended for use cases where information needs to be presented to the user.
 class BlockingAWTExecutable
          Blocking executable element implementation This implementation blocks the executable thread until finishExecution is called.
 class BlockingExecutable
          Blocking executable element implementation This implementation blocks the executable thread until finishExecution is called.
 class ConfidenceRatingExecutable
           
 class GenericContentExecutable
          Executable element that displays generic content in the different regions.
 class HTMLExecutable
          HTML Instruction Displays a HTML page
 class ImageListInstructionExecutable
          This executable displays a set of images as instructions.
 class ListInstructionExecutable
          ListInstructionExecutable Holds the individual instructions in a list of panels.
 class NonBlockingAWTExecutable
          This executable element implementation provides support for executing the code in the AWT event dispatch thread, thus making sure that changes to the task display from within the executable work as expected.
 class QuestionnaireExecutable
          Questionnaire Displays questions and allows the user to answer.
 



Copyright © 2012. All Rights Reserved.