Package audiojury.gui.client

Provides GUI classes of AudioJury Client part.

See:
          Description

Class Summary
AutomaticModePanel Represents a panel which displays an automatic mode judgement bar.
FullScreenDialog Represents a black full screen dialog which contains other panels shown in the middle.
InteractiveModePanel Represents a panel which displays an interactive mode judgement bars.
JudgementBar Graphical representation of a Judgement which contains a group of ScoreButtons that represents a Scale and sound playback button(s).
JudgementBarObservable Part of an Observer design pattern used for disabling the sound playback functionality of a judgment bar (interactive mode only), when a sound play button is pressed on another judgement bar.
MainWindow Main window for AudioJury Client.
PairedJudgementBar Graphical representation of a PairedJudgement.
PersonalInformationPanel Displays one personal attribute, a label and a text field for attribute value.
PracticeFinishPanel Shown when the practice session is finished.
ProjectFinishPanel Shown when the Project is finished.
ProjectInstructionsPanel Contains text and audio instructions of the project.
RegistrationPanel Contains all the personal attributes that the user must fill in before starting a Project.
ScoreButton Represents a judgement score radio button.
SingleJudgementBar Graphical representation of a single Judgement.
TestFinishPanel Shown when the current Test is finished.
TestInstructionsPanel Contains text and audio instructions of the current test.
TestPanel Base class for all panels shown in the middle of FullScreenDialog window.
WelcomePanel Deprecated. Is not used in this release of AudioJury.
 

Package audiojury.gui.client Description

Provides GUI classes of AudioJury Client part.