Uses of Interface
ch.tatool.core.display.swing.action.ActionPanel

Packages that use ActionPanel
ch.tatool.core.display.swing.action   
ch.tatool.core.display.swing.matrix   
ch.tatool.core.executable   
 

Uses of ActionPanel in ch.tatool.core.display.swing.action
 

Classes in ch.tatool.core.display.swing.action that implement ActionPanel
 class AbstractActionPanel
          Abstract action panel implementation.
 class ButtonActionPanel
           
 class InputActionPanel
          Provides a text field as input
 class KeyActionPanel
          The KeyActionPanel allows to define the actions that get triggered when keys are pressed.
 class LabelChoiceActionPanel
          Provides 4 possible answer texts to choose from by pressing A, B, C or D.
 class ListActionPanel
          Panel that provides a submit button and an optional description label.
 class SliderActionPanel
          Panel which supports a slider and a button.
 class SubmitActionPanel
          Panel that provides a submit button and an optional description label.
 class ThreeChoiceActionPanel
          Provides three buttons to choose from - left, middle and right.
 class TwoChoiceActionPanel
          Provides two buttons to choose from - left and right.
 

Methods in ch.tatool.core.display.swing.action with parameters of type ActionPanel
 void ActionPanelListener.actionTriggered(ActionPanel source, Object actionValue)
          Called when an action has been triggered.
 

Uses of ActionPanel in ch.tatool.core.display.swing.matrix
 

Classes in ch.tatool.core.display.swing.matrix that implement ActionPanel
 class MatrixPanel
          Simple matrix panel implementation This class acts as view and action panel.
 

Uses of ActionPanel in ch.tatool.core.executable
 

Methods in ch.tatool.core.executable with parameters of type ActionPanel
 void QuestionnaireExecutable.actionTriggered(ActionPanel source, Object actionValue)
          Called when either of the two action panel choices have been selected.
 void ConfidenceRatingExecutable.actionTriggered(ActionPanel source, Object actionValue)
           
 void AbstractInstructionExecutable.actionTriggered(ActionPanel source, Object actionValue)
          ActionPanelListener interface.
 void AbstractHTMLExecutable.actionTriggered(ActionPanel source, Object actionValue)
          Called when action panel gets triggered
 



Copyright © 2012. All Rights Reserved.