Class Summary |
Action |
Abstract class for non-textual action between Questions. |
Answer |
This singleton class is responsible for storing answer for each question. |
CALLA |
The main entry point of CALLA framework. |
CallaAntTask |
Ant Task to run CALLA in Silent mode (playback operation)
Usage example: |
CallaJTextPane |
Extended JTextPane to set the linewrap on and off |
Choice |
Choice consists of choiceKey and choiceDesc(ription). |
CONSOLE |
CONSOLE mode (text-based interactive) of CALLA. |
ConsoleDirectoryBrowser |
Directory Browser running in Console mode
This class can be used in any program which requires text-based operation of
selecting a directory. |
ConsoleFileBrowser |
File Browser running in Console mode
This class can be used in any program which requires text-based operation of
selecting a file, with or without specified file extension. |
DefaultQuestion |
|
Executor |
Executor to run Action class |
FlowerProp |
Singleton class to read flower.properties file |
GUI |
Main class to start the GUI vesrion of CALLA |
Helper |
Helper class for CALLA |
MaskingThread |
A thread which displays input characters as masked characters |
Message |
Message object which is displayed as dialog box in GUI, a line of text in CONSOLE mode |
PasswordField |
A console (text-based) password input field |
Question |
This is the abstract class for any screen which requires user interaction or
displays textual information. |
Renderer |
Renderer is responsible for creating textual elements (as StringBuffer) for Question class. |
Response |
Response class is responsible for reading and creating response.xml for silent operation. |
SILENT |
SILENT mode (playback mode) of CALLA. |