Serialized Form
CurrentInput
javax.swing.JTextArea CurrentInput
CurrentOutput
javax.swing.JTextArea CurrentOutput
mismatchgroup
javax.swing.ButtonGroup mismatchgroup
outputs
java.lang.String[] outputs
qualitygroup
javax.swing.ButtonGroup qualitygroup
soundgroup
javax.swing.ButtonGroup soundgroup
TranslationHuman
javax.swing.JRadioButton TranslationHuman
TranslationMachine
javax.swing.JRadioButton TranslationMachine
TranslationMismatchNo
javax.swing.JRadioButton TranslationMismatchNo
TranslationMismatchYes
javax.swing.JRadioButton TranslationMismatchYes
TranslationQualityBad
javax.swing.JRadioButton TranslationQualityBad
TranslationQualityGood
javax.swing.JRadioButton TranslationQualityGood
TranslationQualityIntermediate
javax.swing.JRadioButton TranslationQualityIntermediate
ui
UserInterface ui
label
javax.swing.JLabel label
minus1
javax.swing.JButton minus1
number
javax.swing.JTextField number
plus1
javax.swing.JButton plus1
source
java.lang.String source
ui
UserInterface ui
label
javax.swing.JLabel label
max
javax.swing.JComboBox max
min
javax.swing.JComboBox min
sign
javax.swing.JComboBox sign
sources
java.lang.String[] sources
AIE
InformationElementCounter AIE
EIE
InformationElementCounter EIE
FileName
javax.swing.JLabel FileName
IE
InformationElementCounter IE
LIE
InformationElementCounter LIE
mainframe
javax.swing.JFrame mainframe
minus1
javax.swing.JButton minus1
n
javax.swing.JLabel n
plus1
javax.swing.JButton plus1
TIE
InformationElementCounter TIE
TN
javax.swing.JTextField TN
TNs
javax.swing.JProgressBar TNs
ui
UserInterface ui
menu
MyMenu menu
- instance of MyMenu class. Constructs the menu of the main window.
Built in
MainFrame
- See Also:
MyMenu
ui
UserInterface ui
- instance of the UserInterface class. Built in
MainFrame
- See Also:
UserInterface
command
java.lang.String command
this$0
MyMenu this$0
ui
UserInterface ui
NextInput
javax.swing.JTextArea NextInput
NextOutput
javax.swing.JTextArea NextOutput
ui
UserInterface ui
gi1
javax.swing.ButtonGroup gi1
gi2
javax.swing.ButtonGroup gi2
gi3
javax.swing.ButtonGroup gi3
go1
javax.swing.ButtonGroup go1
go2
javax.swing.ButtonGroup go2
go3
javax.swing.ButtonGroup go3
MissInNo
javax.swing.JRadioButton MissInNo
MissInYes
javax.swing.JRadioButton MissInYes
MissOutNo
javax.swing.JRadioButton MissOutNo
MissOutYes
javax.swing.JRadioButton MissOutYes
SemCorrInNo
javax.swing.JRadioButton SemCorrInNo
SemCorrInYes
javax.swing.JRadioButton SemCorrInYes
SemCorrOutNo
javax.swing.JRadioButton SemCorrOutNo
SemCorrOutYes
javax.swing.JRadioButton SemCorrOutYes
SyntCorrInNo
javax.swing.JRadioButton SyntCorrInNo
SyntCorrInYes
javax.swing.JRadioButton SyntCorrInYes
SyntCorrOutNo
javax.swing.JRadioButton SyntCorrOutNo
SyntCorrOutYes
javax.swing.JRadioButton SyntCorrOutYes
ui
UserInterface ui
- a reference to the global user interface
autom_compar
boolean autom_compar
- indicated the way to perform the comparison in the Recognizer Panel window
change_freq
ChangeFrequency change_freq
- reference to the window "Save every...", popped-up from the options sub-menu,
from Settings menu
ct
CurrentTurnPanel ct
- reference to the panel containing the current analysed turn
curr_doc
Document curr_doc
- holds a reference to the current showed document
dialog_dialog
DialogActPanel dialog_dialog
- reference to the "Dialog act" panel
dialog_judgements
DialogStatistics dialog_judgements
- reference to the "Judgements Statististics" panel
dialog_pattern
DialogPattern dialog_pattern
- reference to the "Patterns" panel
dialog_stat_trans
TranslationStatistics dialog_stat_trans
- reference to the "Translations Statistics" panel
docs
java.util.Vector docs
- contains the current opened docs
docs_names
java.util.Vector docs_names
- contains the names of the current opened docs
ie
InformationElementsPanel ie
- reference to the panel Information elements, which shows also
the number of the current turn dispayed
loader
UserInterface.FileLoader loader
- this object loads a document
mainframe
javax.swing.JFrame mainframe
- holds a reference to the frame of the application.
Used as parrent for any other window built while the application runs
- See Also:
UserInterface.UserInterface(JFrame,MyMenu)
menu
MyMenu menu
- holds a reference to the main menu of the application
new_document
boolean new_document
- indicates if the current opened document is a new one, or it was opened earlier
nt
NextTurnPanel nt
- reference to the panel containing the next turn in the dialogue
Options
OptionsString Options
- reference to the object which performs the changes of the characters to be replaced
recognizer_dialog
RecognizerPanel recognizer_dialog
- reference to the "Recognizer Input" panel
repl_char
ReplaceCharacters repl_char
- reference to the window "Replace characters", accessed from the options sub-menu,
from Settings menu
saver
UserInterface.FileSaver saver
- this object saves a document
tc
TurnCorrectnessPanel tc
- reference to the panel containing informations about the current turn panel
timer
javax.swing.Timer timer
- used for starting the progress monitor
translation_dialog
TranslationPanel translation_dialog
- reference to the "Translations Window" panel
advance
int advance
d
Document d
pbar
javax.swing.ProgressMonitor pbar
this$0
UserInterface this$0