Serialized Form


Package cdx.scorebot.app

Class cdx.scorebot.app.AboutDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

btnLaunchWebsite

javax.swing.JButton btnLaunchWebsite

btnViewChangeLog

javax.swing.JButton btnViewChangeLog

btnViewManual

javax.swing.JButton btnViewManual

lblDesc

javax.swing.JLabel lblDesc

lblDevJob1

javax.swing.JLabel lblDevJob1

lblDevJob2

javax.swing.JLabel lblDevJob2

lblDevJob3

javax.swing.JLabel lblDevJob3

lblDevJob4

javax.swing.JLabel lblDevJob4

lblDevJob5

javax.swing.JLabel lblDevJob5

lblDevJob6

javax.swing.JLabel lblDevJob6

lblDevName1

javax.swing.JLabel lblDevName1

lblDevName2

javax.swing.JLabel lblDevName2

lblDevName3

javax.swing.JLabel lblDevName3

lblDevName4

javax.swing.JLabel lblDevName4

lblDevName5

javax.swing.JLabel lblDevName5

lblDevName6

javax.swing.JLabel lblDevName6

lblDevTeam

javax.swing.JLabel lblDevTeam

lblIcon

javax.swing.JLabel lblIcon

lblInfo

javax.swing.JLabel lblInfo

lblLibs

javax.swing.JLabel lblLibs

lblLibsJCIFS

javax.swing.JLabel lblLibsJCIFS

lblLibsJGoodies

javax.swing.JLabel lblLibsJGoodies

lblLibsSmack

javax.swing.JLabel lblLibsSmack

lblLibsThanks

javax.swing.JLabel lblLibsThanks

lblLibsXPP3

javax.swing.JLabel lblLibsXPP3

lblLibsXStream

javax.swing.JLabel lblLibsXStream

lblLicense

javax.swing.JLabel lblLicense

lblMaintEmail1

javax.swing.JLabel lblMaintEmail1

lblMaintEmail2

javax.swing.JLabel lblMaintEmail2

lblMaintName1

javax.swing.JLabel lblMaintName1

lblMaintName2

javax.swing.JLabel lblMaintName2

lblMaintTeam

javax.swing.JLabel lblMaintTeam

lblName

javax.swing.JLabel lblName

lblSubcomponDesc

javax.swing.JLabel lblSubcomponDesc

lblSubcomponInfo

javax.swing.JLabel lblSubcomponInfo

lblVersion

javax.swing.JLabel lblVersion

sep1

javax.swing.JSeparator sep1

sep2

javax.swing.JSeparator sep2

sep3

javax.swing.JSeparator sep3

sep4

javax.swing.JSeparator sep4

sep5

javax.swing.JSeparator sep5

sep6

javax.swing.JSeparator sep6

Class cdx.scorebot.app.WrapperGUI extends FileMenuXMLBasedFrame<CompetitionConfiguration> implements Serializable

Serialized Fields

wSettings

WrapperSettings wSettings
settings which are stored with the current loaded file


type

cdx.scorebot.app.WrapperGUI.CONFIG_TYPE type
type of file which was most recently loaded


autoSchedActive

boolean autoSchedActive
whether or not scheduling is activated


schedCompiler

cdx.scorebot.app.WrapperGUI.SlaveCompiler schedCompiler
the auto-running compiler for auto-compiling


btnActivate

javax.swing.JButton btnActivate

btnCompileNow

javax.swing.JButton btnCompileNow

btnDeactivate

javax.swing.JButton btnDeactivate

btnGenerateReport

javax.swing.JButton btnGenerateReport

btnLaunchAuditor

javax.swing.JButton btnLaunchAuditor

btnLaunchCompetitionConfigurer

javax.swing.JButton btnLaunchCompetitionConfigurer

btnLaunchConfigurer

javax.swing.JButton btnLaunchConfigurer

btnLaunchManualTester

javax.swing.JButton btnLaunchManualTester

btnLaunchReporter

javax.swing.JButton btnLaunchReporter

btnLaunchScoreCompiler

javax.swing.JButton btnLaunchScoreCompiler

btnLaunchScoreCompilerForEach

javax.swing.JButton btnLaunchScoreCompilerForEach

btnLaunchTeamConfigurer

javax.swing.JButton btnLaunchTeamConfigurer

btnLaunchTester

javax.swing.JButton btnLaunchTester

btnLaunchTesterForEach

javax.swing.JButton btnLaunchTesterForEach

btnViewAB

javax.swing.JButton btnViewAB

btnViewAF

javax.swing.JButton btnViewAF

btnViewLB

javax.swing.JButton btnViewLB

btnViewLF

javax.swing.JButton btnViewLF

cboScope

javax.swing.JComboBox cboScope

cboType

javax.swing.JComboBox cboType

chkAB

javax.swing.JCheckBox chkAB

chkAF

javax.swing.JCheckBox chkAF

chkLB

javax.swing.JCheckBox chkLB

chkLF

javax.swing.JCheckBox chkLF

lblABPath

javax.swing.JLabel lblABPath

lblAFPath

javax.swing.JLabel lblAFPath

lblActive

javax.swing.JLabel lblActive

lblActiveType

javax.swing.JLabel lblActiveType

lblFile

javax.swing.JLabel lblFile

lblFileLabel

javax.swing.JLabel lblFileLabel

lblInterval

javax.swing.JLabel lblInterval

lblLBPath

javax.swing.JLabel lblLBPath

lblLFPath

javax.swing.JLabel lblLFPath

lblNextRun

javax.swing.JLabel lblNextRun

lblNextRunLabel

javax.swing.JLabel lblNextRunLabel

lblPrevRun

javax.swing.JLabel lblPrevRun

lblPrevRunLabel

javax.swing.JLabel lblPrevRunLabel

lblReporting

javax.swing.JLabel lblReporting

lblScoringNote

javax.swing.JLabel lblScoringNote

lblType

javax.swing.JLabel lblType

lblTypeLabel

javax.swing.JLabel lblTypeLabel

mnuAbout

javax.swing.JMenuItem mnuAbout

mnuHelp

javax.swing.JMenu mnuHelp

mnubarMain

javax.swing.JMenuBar mnubarMain

pnlActiveConfig

javax.swing.JPanel pnlActiveConfig

pnlAutoCompSched

javax.swing.JPanel pnlAutoCompSched

pnlConfigure

javax.swing.JPanel pnlConfigure

pnlOptions

javax.swing.JPanel pnlOptions

pnlReport

javax.swing.JPanel pnlReport

pnlReportOutputPaths

javax.swing.JPanel pnlReportOutputPaths

pnlScore

javax.swing.JPanel pnlScore

pnlTest

javax.swing.JPanel pnlTest

pnlTools

javax.swing.JPanel pnlTools

spinnerInterval

javax.swing.JSpinner spinnerInterval

tabMain

javax.swing.JTabbedPane tabMain

txtABPath

javax.swing.JTextField txtABPath

txtAFPath

javax.swing.JTextField txtAFPath

txtLBPath

javax.swing.JTextField txtLBPath

txtLFPath

javax.swing.JTextField txtLFPath

Package cdx.scorebot.app.auditor

Class cdx.scorebot.app.auditor.AuditorGUI extends FileMenuNTPTemplate implements Serializable

Serialized Fields

mse

java.util.Vector<E> mse
manual score events for the current object


tse

java.util.Vector<E> tse
test score events for the current object


te

java.util.Vector<E> te
test events for the current object


filteredMSE

java.util.Vector<E> filteredMSE
manual score events for the current object (filtered)


filteredTSE

java.util.Vector<E> filteredTSE
test score events for the current object (filtered)


filteredTE

java.util.Vector<E> filteredTE
test events for the current object (filtered)


selectedEvent

Event selectedEvent
currently selected event (may or may not be checked)


filterData

Filterer filterData
object used to store and apply filters


rootNode

javax.swing.tree.DefaultMutableTreeNode rootNode

treeModel

javax.swing.tree.DefaultTreeModel treeModel

treeCheckModel

CheckTreeSelectionModel treeCheckModel

checkTreeManager

CheckTreeManager checkTreeManager

loading

boolean loading

btnApplyAuditedValueByTest

javax.swing.JButton btnApplyAuditedValueByTest

btnApplyAuditedValueByTestItem

javax.swing.JButton btnApplyAuditedValueByTestItem

btnApplyFilter

javax.swing.JButton btnApplyFilter

btnReportNow

javax.swing.JButton btnReportNow

btnReportSetTime

javax.swing.JButton btnReportSetTime

btnSetAuditedValue

javax.swing.JButton btnSetAuditedValue

btnUnreport

javax.swing.JButton btnUnreport

calEndEndTime

CalendarHourComboBox calEndEndTime

calEndReportTime

CalendarHourComboBox calEndReportTime

calReportTime

CalendarHourComboBox calReportTime

calStartEndTime

CalendarHourComboBox calStartEndTime

calStartReportTime

CalendarHourComboBox calStartReportTime

cboOption

JComboBoxBound cboOption

cboResult

JComboBoxBound cboResult

cboResults

JComboBoxBound cboResults

cboTestItem

JComboBoxBound cboTestItem

cboTestSuite

JComboBoxBound cboTestSuite

chkEndTime

javax.swing.JCheckBox chkEndTime

chkEventName

javax.swing.JCheckBox chkEventName

chkOption

javax.swing.JCheckBox chkOption

chkReportTime

javax.swing.JCheckBox chkReportTime

chkResult

javax.swing.JCheckBox chkResult

chkScoreChangeMax

javax.swing.JCheckBox chkScoreChangeMax

chkScoreChangeMin

javax.swing.JCheckBox chkScoreChangeMin

chkSetUnreportedEventsOnly

javax.swing.JCheckBox chkSetUnreportedEventsOnly

chkTestItem

javax.swing.JCheckBox chkTestItem

chkTestSuite

javax.swing.JCheckBox chkTestSuite

grpReported

javax.swing.ButtonGroup grpReported

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

lbl2

javax.swing.JLabel lbl2

lblAuditValue

javax.swing.JLabel lblAuditValue

lblComments

javax.swing.JLabel lblComments

lblConfig

javax.swing.JLabel lblConfig

lblEndTimeVAR

javax.swing.JLabel lblEndTimeVAR

lblExplanation

javax.swing.JLabel lblExplanation

lblFN

javax.swing.JLabel lblFN

lblOptionArrow

javax.swing.JLabel lblOptionArrow

lblOptionVal

javax.swing.JLabel lblOptionVal

lblOriginalResults

javax.swing.JLabel lblOriginalResults

lblOriginalValueVAR

JLabelBound<FROM> lblOriginalValueVAR

lblReported

javax.swing.JLabel lblReported

lblResultArrow

javax.swing.JLabel lblResultArrow

lblResultVal

javax.swing.JLabel lblResultVal

lblResults

javax.swing.JLabel lblResults

lblScoreChange

javax.swing.JLabel lblScoreChange

lblStartTimeVAR

javax.swing.JLabel lblStartTimeVAR

lblTestEventFile

javax.swing.JLabel lblTestEventFile

lblTime

javax.swing.JLabel lblTime

lblTimeSep

javax.swing.JLabel lblTimeSep

lblTo

javax.swing.JLabel lblTo

mnuAbout

javax.swing.JMenuItem mnuAbout

mnuAction

javax.swing.JMenu mnuAction

mnuActionSep1

javax.swing.JSeparator mnuActionSep1

mnuActionSep2

javax.swing.JSeparator mnuActionSep2

mnuCheckAll

javax.swing.JMenuItem mnuCheckAll

mnuCollapseAll

javax.swing.JMenuItem mnuCollapseAll

mnuExpandAll

javax.swing.JMenuItem mnuExpandAll

mnuFilterImmed

javax.swing.JCheckBoxMenuItem mnuFilterImmed

mnuFilterImmedValue

javax.swing.JCheckBoxMenuItem mnuFilterImmedValue

mnuGenerateEvent

javax.swing.JMenuItem mnuGenerateEvent

mnuGroupByScoringEvents

javax.swing.JCheckBoxMenuItem mnuGroupByScoringEvents

mnuHelp

javax.swing.JMenu mnuHelp

mnuOptions

javax.swing.JMenu mnuOptions

mnuRecompileScoring

javax.swing.JMenuItem mnuRecompileScoring

mnuRefreshEventData

javax.swing.JMenuItem mnuRefreshEventData

mnuRemoveAllCheckedEvents

javax.swing.JMenuItem mnuRemoveAllCheckedEvents

mnuRemoveSelEvent

javax.swing.JMenuItem mnuRemoveSelEvent

mnuShowMaunalEvents

javax.swing.JCheckBoxMenuItem mnuShowMaunalEvents

mnuUncheckAll

javax.swing.JMenuItem mnuUncheckAll

mnuView

javax.swing.JMenu mnuView

mnuViewSep

javax.swing.JSeparator mnuViewSep

mnubarMain

javax.swing.JMenuBar mnubarMain

optReportedOnly

javax.swing.JRadioButton optReportedOnly

optReportedOrNot

javax.swing.JRadioButton optReportedOrNot

optUnreportedOnly

javax.swing.JRadioButton optUnreportedOnly

pnlAudit

javax.swing.JPanel pnlAudit

pnlBIG

javax.swing.JPanel pnlBIG

pnlEventInfo

javax.swing.JPanel pnlEventInfo

pnlFilter

javax.swing.JPanel pnlFilter

pnlReported

javax.swing.JPanel pnlReported

progressBar

javax.swing.JProgressBar progressBar

scrpnComments

javax.swing.JScrollPane scrpnComments

scrpnConfig

javax.swing.JScrollPane scrpnConfig

scrpnExplanation

javax.swing.JScrollPane scrpnExplanation

spTree

javax.swing.JScrollPane spTree

tree

javax.swing.JTree tree

txtAuditValueVAR

JLabelBound<FROM> txtAuditValueVAR

txtComments

JTextAreaBound<FROM> txtComments

txtConfig

javax.swing.JTextArea txtConfig

txtEventName

javax.swing.JTextField txtEventName

txtExplanation

javax.swing.JTextArea txtExplanation

txtOptionVal

javax.swing.JTextField txtOptionVal

txtResultVal

javax.swing.JTextField txtResultVal

txtScoreChangeMax

javax.swing.JTextField txtScoreChangeMax

txtScoreChangeMin

javax.swing.JTextField txtScoreChangeMin

Class cdx.scorebot.app.auditor.WaitingScreenDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

close

boolean close

t

java.lang.Thread t

parent

java.awt.Frame parent

lblBG

javax.swing.JLabel lblBG

lblPleaseWait

javax.swing.JLabel lblPleaseWait

lblTimeElapsed

javax.swing.JLabel lblTimeElapsed

Package cdx.scorebot.app.configurer

Class cdx.scorebot.app.configurer.AddTestItemDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

btn_addTest

javax.swing.JButton btn_addTest

btn_cancel

javax.swing.JButton btn_cancel

cbo_testOptions

javax.swing.JComboBox cbo_testOptions

lbl_availableTests

javax.swing.JLabel lbl_availableTests

lbl_testItemDesc

javax.swing.JLabel lbl_testItemDesc

lbl_testName

javax.swing.JLabel lbl_testName

lbl_testOptions

javax.swing.JLabel lbl_testOptions

lst_tests

javax.swing.JList lst_tests

scrpn_optionDesc

javax.swing.JScrollPane scrpn_optionDesc

scrpn_testItemDesc

javax.swing.JScrollPane scrpn_testItemDesc

scrpn_testItems

javax.swing.JScrollPane scrpn_testItems

txt_optionDesc

javax.swing.JTextArea txt_optionDesc

txt_testDesc

javax.swing.JTextArea txt_testDesc

txt_testName

javax.swing.JTextField txt_testName

s

TestSuite s

item

TestItem[] item

ser

Service ser

itemModel

javax.swing.DefaultListModel itemModel

optionModel

javax.swing.DefaultComboBoxModel optionModel

Class cdx.scorebot.app.configurer.CompetitionConfigurerGUI extends FileMenuXMLBasedFrame<CompetitionConfiguration> implements Serializable

Serialized Fields

updatingBindings

boolean updatingBindings

ipChangingKey

java.awt.event.KeyAdapter ipChangingKey

ipChanging

BindingAdapter ipChanging

btnAddTeam

javax.swing.JButton btnAddTeam

btnRemoveTeam

javax.swing.JButton btnRemoveTeam

btnSynchWithNTP

javax.swing.JButton btnSynchWithNTP

chkValid

JCheckBoxBound<FROM> chkValid

lblConfigFile

javax.swing.JLabel lblConfigFile

lblDescription

javax.swing.JLabel lblDescription

lblIPActual

javax.swing.JLabel lblIPActual

lblIPSuffix

javax.swing.JLabel lblIPSuffix

lblOwner1

javax.swing.JLabel lblOwner1

lblPort

javax.swing.JLabel lblPort

lblPort1

javax.swing.JLabel lblPort1

lblPrefix

javax.swing.JLabel lblPrefix

lblSuffix

javax.swing.JLabel lblSuffix

lblSuiteName

javax.swing.JLabel lblSuiteName

lblTeamName

javax.swing.JLabel lblTeamName

lblTemplateFile

javax.swing.JLabel lblTemplateFile

lblValid

javax.swing.JLabel lblValid

lstSuites

JListBound lstSuites

lstTeams

JListBound lstTeams

menubar

javax.swing.JMenuBar menubar

mnuAbout

javax.swing.JMenuItem mnuAbout

mnuHelp

javax.swing.JMenu mnuHelp

pnlBackground

javax.swing.JPanel pnlBackground

pnlSuites

javax.swing.JPanel pnlSuites

pnlTeams

javax.swing.JPanel pnlTeams

spDescription

javax.swing.JScrollPane spDescription

spSuites

javax.swing.JScrollPane spSuites

spTeams

javax.swing.JScrollPane spTeams

txtCompName

JTextFieldBound<FROM> txtCompName

txtConfigFile

JTextFieldBound<FROM> txtConfigFile

txtDescription

javax.swing.JTextArea txtDescription

txtIPPrefix

JTextFieldBound<FROM> txtIPPrefix

txtIPSuffix

JTextFieldBound<FROM> txtIPSuffix

txtIPSuite

JTextFieldBound<FROM> txtIPSuite

txtPort

JTextFieldBound<FROM> txtPort

txtSuiteName

JTextFieldBound<FROM> txtSuiteName

txtTeamName

JTextFieldBound<FROM> txtTeamName

txtTemplateFile

javax.swing.JTextField txtTemplateFile

Class cdx.scorebot.app.configurer.ConfigurerGUI extends FileMenuXMLBasedFrame<NetworkTestPackage> implements Serializable

Serialized Fields

cbo_possVals_beingFilledIndex

int cbo_possVals_beingFilledIndex
flag set when the possible values combo box is being filled


rebindingPossValues

boolean rebindingPossValues
whether or not the possible values is being updated


if_basicCode

IntermediateField<TYPE> if_basicCode
Intermediate Field for basic rule


if_basicCodeListener

cdx.scorebot.app.configurer.ConfigurerGUI.BasicCodeListener if_basicCodeListener

btn_add

javax.swing.JButton btn_add

btn_addRule

javax.swing.JButton btn_addRule

btn_addTimeRange

javax.swing.JButton btn_addTimeRange

btn_addVal

javax.swing.JButton btn_addVal

btn_defaultTimestampRange

javax.swing.JButton btn_defaultTimestampRange

btn_remove

javax.swing.JButton btn_remove

btn_removeRule

javax.swing.JButton btn_removeRule

btn_removeTimeRange

javax.swing.JButton btn_removeTimeRange

btn_rmVal

javax.swing.JButton btn_rmVal

btn_setTestItemName

javax.swing.JButton btn_setTestItemName

btn_showCode

javax.swing.JButton btn_showCode

cboBCResults

javax.swing.JComboBox cboBCResults

cboBCTestItem

javax.swing.JComboBox cboBCTestItem

cbo_endCalendarHour

CalendarHourComboBoxBound cbo_endCalendarHour

cbo_possVals

JComboBoxBound cbo_possVals

cbo_ruleAction

JComboBoxBound cbo_ruleAction

cbo_ruleComparisonType

JComboBoxBound cbo_ruleComparisonType

cbo_startCalendarHour

CalendarHourComboBoxBound cbo_startCalendarHour

cbo_testOptions

JComboBoxBound cbo_testOptions

chk_maxPoints

JCheckBoxBound<FROM> chk_maxPoints

chk_minPoints

JCheckBoxBound<FROM> chk_minPoints

chkbx_autoReport

JCheckBoxBound<FROM> chkbx_autoReport

chkbx_autoSchedule

JCheckBoxBound<FROM> chkbx_autoSchedule

chkbx_basicRule

JCheckBoxBound<FROM> chkbx_basicRule

chkbx_suiteNoMax

JCheckBoxBound<FROM> chkbx_suiteNoMax

chkbx_suiteNoMin

JCheckBoxBound<FROM> chkbx_suiteNoMin

chkbx_uniqueResults

JCheckBoxBound<FROM> chkbx_uniqueResults

jLabel4

javax.swing.JLabel jLabel4

jScrollPane2

javax.swing.JScrollPane jScrollPane2

jSeparator1

javax.swing.JSeparator jSeparator1

lblPos

javax.swing.JLabel lblPos

lbl_initialPoints

javax.swing.JLabel lbl_initialPoints

lbl_maxBonusCum

javax.swing.JLabel lbl_maxBonusCum

lbl_maxBonusPerTime

javax.swing.JLabel lbl_maxBonusPerTime

lbl_maxDedCum

javax.swing.JLabel lbl_maxDedCum

lbl_maxDedPerTime

javax.swing.JLabel lbl_maxDedPerTime

lbl_maxInterval

javax.swing.JLabel lbl_maxInterval

lbl_maxPoints

javax.swing.JLabel lbl_maxPoints

lbl_minCountToAccept

javax.swing.JLabel lbl_minCountToAccept

lbl_minInterval

javax.swing.JLabel lbl_minInterval

lbl_ntpDesc

javax.swing.JLabel lbl_ntpDesc

lbl_optionDesc

JLabelBound<FROM> lbl_optionDesc

lbl_password

javax.swing.JLabel lbl_password

lbl_possVals

javax.swing.JLabel lbl_possVals

lbl_rangeEnd

javax.swing.JLabel lbl_rangeEnd

lbl_rangeStart

javax.swing.JLabel lbl_rangeStart

lbl_repSecs

javax.swing.JLabel lbl_repSecs

lbl_repetitions

javax.swing.JLabel lbl_repetitions

lbl_reqValType

JLabelBound<FROM> lbl_reqValType

lbl_ruleAction

javax.swing.JLabel lbl_ruleAction

lbl_ruleComment

javax.swing.JLabel lbl_ruleComment

lbl_ruleComparisonType

javax.swing.JLabel lbl_ruleComparisonType

lbl_ruleDesc

javax.swing.JLabel lbl_ruleDesc

lbl_ruleExpectedVal

javax.swing.JLabel lbl_ruleExpectedVal

lbl_ruleName

javax.swing.JLabel lbl_ruleName

lbl_ruleNumPoints

javax.swing.JLabel lbl_ruleNumPoints

lbl_ruleNumTests

javax.swing.JLabel lbl_ruleNumTests

lbl_ruleResult

javax.swing.JLabel lbl_ruleResult

lbl_ruleTestType

javax.swing.JLabel lbl_ruleTestType

lbl_ruleTitle

javax.swing.JLabel lbl_ruleTitle

lbl_rules

javax.swing.JLabel lbl_rules

lbl_selVal

javax.swing.JLabel lbl_selVal

lbl_serviceDesc

JLabelBound<FROM> lbl_serviceDesc

lbl_serviceIP

javax.swing.JLabel lbl_serviceIP

lbl_serviceName

JLabelBound<FROM> lbl_serviceName

lbl_servicePort

javax.swing.JLabel lbl_servicePort

lbl_suiteMaxPoints

javax.swing.JLabel lbl_suiteMaxPoints

lbl_suiteMinPoints

javax.swing.JLabel lbl_suiteMinPoints

lbl_teamName

javax.swing.JLabel lbl_teamName

lbl_teamName1

javax.swing.JLabel lbl_teamName1

lbl_testDesc

JLabelBound<FROM> lbl_testDesc

lbl_testItems

JLabelBound<FROM> lbl_testItems

lbl_testName

JLabelBound<FROM> lbl_testName

lbl_testSuiteDesc

JLabelBound<FROM> lbl_testSuiteDesc

lbl_testSuiteName

JLabelBound<FROM> lbl_testSuiteName

lbl_timePeriod

javax.swing.JLabel lbl_timePeriod

lbl_timeRanges

javax.swing.JLabel lbl_timeRanges

lbl_username

javax.swing.JLabel lbl_username

lbl_valType

JLabelBound<FROM> lbl_valType

lbl_values

JLabelBound<FROM> lbl_values

lst_configVals

JListBound lst_configVals

lst_rules

JListBound lst_rules

lst_testItems

JListBound lst_testItems

lst_timeRanges

JListBound lst_timeRanges

mnuAbout

javax.swing.JMenuItem mnuAbout

mnuHelp

javax.swing.JMenu mnuHelp

mnu_addTestSuite

javax.swing.JMenu mnu_addTestSuite

mnu_main

javax.swing.JMenuBar mnu_main

mnu_removeTestSuite

javax.swing.JMenuItem mnu_removeTestSuite

mnu_testSuite

JMenuBound mnu_testSuite

pnl_configOps

javax.swing.JPanel pnl_configOps

pnl_pointChangePerTime

javax.swing.JPanel pnl_pointChangePerTime

pnl_ruleConfig

javax.swing.JPanel pnl_ruleConfig

pnl_scheduling

javax.swing.JPanel pnl_scheduling

pnl_testInfo

javax.swing.JPanel pnl_testInfo

rdoGrp_varBtns

ButtonGroupBound<FROM,TO> rdoGrp_varBtns

rdo_random

JRadioButtonBound<TO> rdo_random

rdo_rotating

JRadioButtonBound<TO> rdo_rotating

rdo_static

JRadioButtonBound<TO> rdo_static

scpn_advCode

javax.swing.JScrollPane scpn_advCode

scpn_ntpDesc

javax.swing.JScrollPane scpn_ntpDesc

scpn_ruleComment

javax.swing.JScrollPane scpn_ruleComment

scpn_ruleDesc

javax.swing.JScrollPane scpn_ruleDesc

scpn_rules

javax.swing.JScrollPane scpn_rules

scpn_timeRanges

javax.swing.JScrollPane scpn_timeRanges

scrlpn_optionDesc

javax.swing.JScrollPane scrlpn_optionDesc

scrpn_basicCode

javax.swing.JScrollPane scrpn_basicCode

scrpn_configVals

javax.swing.JScrollPane scrpn_configVals

scrpn_tSuiteDesc

javax.swing.JScrollPane scrpn_tSuiteDesc

scrpn_testDesc

javax.swing.JScrollPane scrpn_testDesc

scrpn_testItems

javax.swing.JScrollPane scrpn_testItems

spRuleErrorMsg

javax.swing.JScrollPane spRuleErrorMsg

tb_advanced

javax.swing.JPanel tb_advanced

tb_basic

javax.swing.JPanel tb_basic

tb_basicCode

javax.swing.JPanel tb_basicCode

tb_ntpInfo

javax.swing.JPanel tb_ntpInfo

tb_ruleCode

javax.swing.JTabbedPane tb_ruleCode

tb_scoreRules

javax.swing.JPanel tb_scoreRules

tb_suiteInfo

javax.swing.JPanel tb_suiteInfo

tb_testConfig

javax.swing.JPanel tb_testConfig

tpnl_testTabs

javax.swing.JTabbedPane tpnl_testTabs

txtRuleErrorMsg

JEditorPaneMultiSyntax txtRuleErrorMsg

txt_basicCode

JEditorPaneMultiSyntax txt_basicCode

txt_code

JEditorPaneMultiSyntaxBound<FROM> txt_code

txt_initialPoints

JTextFieldBound<FROM> txt_initialPoints

txt_inputANY

JTextFieldBound<FROM> txt_inputANY

txt_maxBonusCum

JTextFieldBound<FROM> txt_maxBonusCum

txt_maxBonusPerTime

JTextFieldBound<FROM> txt_maxBonusPerTime

txt_maxDedCum

JTextFieldBound<FROM> txt_maxDedCum

txt_maxDeductionPerTime

JTextFieldBound<FROM> txt_maxDeductionPerTime

txt_maxInterval

JTextFieldBound<FROM> txt_maxInterval

txt_maxPoints

JTextFieldBound<FROM> txt_maxPoints

txt_minCountToAccept

JTextFieldBound<FROM> txt_minCountToAccept

txt_minInterval

JTextFieldBound<FROM> txt_minInterval

txt_minPoints

JTextFieldBound<FROM> txt_minPoints

txt_ntpCompName

JTextFieldBound<FROM> txt_ntpCompName

txt_ntpDesc

JTextAreaBound<FROM> txt_ntpDesc

txt_ntpTeamName

JTextFieldBound<FROM> txt_ntpTeamName

txt_optionDesc

JTextAreaBound<FROM> txt_optionDesc

txt_password

javax.swing.JTextField txt_password

txt_repSecs

JTextFieldBound<FROM> txt_repSecs

txt_repetitions

JTextFieldBound<FROM> txt_repetitions

txt_ruleComment

JTextAreaBound<FROM> txt_ruleComment

txt_ruleDesc

JTextAreaBound<FROM> txt_ruleDesc

txt_ruleExpectedVal

JTextFieldBound<FROM> txt_ruleExpectedVal

txt_ruleName

JTextFieldBound<FROM> txt_ruleName

txt_ruleNumPoints

JTextFieldBound<FROM> txt_ruleNumPoints

txt_ruleNumTests

JTextFieldBound<FROM> txt_ruleNumTests

txt_ruleTitle

JTextFieldBound<FROM> txt_ruleTitle

txt_serviceDesc

JTextAreaBound<FROM> txt_serviceDesc

txt_serviceIP

JTextFieldBound<FROM> txt_serviceIP

txt_serviceName

JTextFieldBound<FROM> txt_serviceName

txt_servicePort

JTextFieldBound<FROM> txt_servicePort

txt_suiteMaxPoints

JTextFieldBound<FROM> txt_suiteMaxPoints

txt_suiteMinPoints

JTextFieldBound<FROM> txt_suiteMinPoints

txt_tSuiteDesc

JTextAreaBound<FROM> txt_tSuiteDesc

txt_testDesc

JTextAreaBound<FROM> txt_testDesc

txt_testName

JTextFieldBound<FROM> txt_testName

txt_testSuiteName

JTextFieldBound<FROM> txt_testSuiteName

txt_timePeriod

JTextFieldBound<FROM> txt_timePeriod

txt_username

javax.swing.JTextField txt_username

mnuRdoGrp

javax.swing.ButtonGroup mnuRdoGrp

varRadio

cdx.scorebot.app.configurer.ConfigurerGUI.VarRadioListener varRadio

chkBox

cdx.scorebot.app.configurer.ConfigurerGUI.ChkBoxListener chkBox

chkBoxSched

cdx.scorebot.app.configurer.ConfigurerGUI.ChkBoxListen2 chkBoxSched

testNameTrans

TestItemNameTranslator testNameTrans

testMenu

javax.swing.JPopupMenu testMenu

schedMenu

javax.swing.JPopupMenu schedMenu

valMenu

javax.swing.JPopupMenu valMenu

ruleMenu

javax.swing.JPopupMenu ruleMenu

if_owner

IntermediateField<TYPE> if_owner
Intermediate Field -- Owner for information about the NTP

Class cdx.scorebot.app.configurer.TeamConfigurerGUI extends FileMenuXMLBasedFrame<TeamConfiguration> implements Serializable

Serialized Fields

updatingBindings

boolean updatingBindings

btnSynchWithNTP

javax.swing.JButton btnSynchWithNTP

chkValid

JCheckBoxBound<FROM> chkValid

lblConfigFile

javax.swing.JLabel lblConfigFile

lblDescription

javax.swing.JLabel lblDescription

lblIP

javax.swing.JLabel lblIP

lblOwner

javax.swing.JLabel lblOwner

lblPort

javax.swing.JLabel lblPort

lblSuiteName

javax.swing.JLabel lblSuiteName

lblTemplateFile

javax.swing.JLabel lblTemplateFile

lblTestSuitesToConfigure

javax.swing.JLabel lblTestSuitesToConfigure

lblValid

javax.swing.JLabel lblValid

lstSuites

JListBound lstSuites

menubar

javax.swing.JMenuBar menubar

mnuAbout

javax.swing.JMenuItem mnuAbout

mnuHelp

javax.swing.JMenu mnuHelp

pnlBackground

javax.swing.JPanel pnlBackground

spDescription

javax.swing.JScrollPane spDescription

spSuites

javax.swing.JScrollPane spSuites

txtConfigFile

JTextFieldBound<FROM> txtConfigFile

txtDescription

javax.swing.JTextArea txtDescription

txtIP

JTextFieldBound<FROM> txtIP

txtOwner

JTextFieldBound<FROM> txtOwner

txtPort

JTextFieldBound<FROM> txtPort

txtSuiteName

JTextFieldBound<FROM> txtSuiteName

txtTemplateFile

javax.swing.JTextField txtTemplateFile

Class cdx.scorebot.app.configurer.TestItemNameTranslator extends TypeTranslator<java.lang.String,java.lang.String> implements Serializable

Serialized Fields

ts

TestSuite ts
the TestSuite whose TestItem's are checked to ensure no duplicate names occur


currentName

java.lang.String currentName
the name of the TestItem which is currently being translated


Package cdx.scorebot.app.reporter

Class cdx.scorebot.app.reporter.Comments extends java.lang.Object implements Serializable

Serialized Fields

outputDirBasic

java.lang.String outputDirBasic

outputDirFull

java.lang.String outputDirFull

reportComments

java.lang.String reportComments

teamComments

java.util.Vector<E> teamComments

Class cdx.scorebot.app.reporter.Comments.TeamComment extends java.lang.Object implements Serializable

Serialized Fields

teamName

java.lang.String teamName

comment

java.lang.String comment

Class cdx.scorebot.app.reporter.ReporterGUI extends FileMenuXMLBasedFrame<CompetitionConfiguration> implements Serializable

Serialized Fields

comments

Comments comments
comments for the loaded Competition


dudComments

Comments dudComments

compiling

boolean compiling
whether or not we are compiling reporting info right now


lblConfigFile

javax.swing.JLabel lblConfigFile

lblDescription

javax.swing.JLabel lblDescription

lblOutputDirBasic

javax.swing.JLabel lblOutputDirBasic

lblOutputDirFull

javax.swing.JLabel lblOutputDirFull

lblPrefix

javax.swing.JLabel lblPrefix

lblTemplateFile

javax.swing.JLabel lblTemplateFile

lstTeamComments

JListBound lstTeamComments

mnuAbout

javax.swing.JMenuItem mnuAbout

mnuAllEvents

javax.swing.JMenu mnuAllEvents

mnuCompile

javax.swing.JMenu mnuCompile

mnuCompileSep

javax.swing.JSeparator mnuCompileSep

mnuGenAllBasic

javax.swing.JMenuItem mnuGenAllBasic

mnuGenAllFull

javax.swing.JMenuItem mnuGenAllFull

mnuGenLimitedBasic

javax.swing.JMenuItem mnuGenLimitedBasic

mnuGenLimitedFull

javax.swing.JMenuItem mnuGenLimitedFull

mnuHelp

javax.swing.JMenu mnuHelp

mnuOpenInBrowser

javax.swing.JCheckBoxMenuItem mnuOpenInBrowser

mnuReportedEventsOnly

javax.swing.JMenu mnuReportedEventsOnly

mnubarMain

javax.swing.JMenuBar mnubarMain

pnlConfig

javax.swing.JPanel pnlConfig

pnlTeams

javax.swing.JPanel pnlTeams

progressBar

javax.swing.JProgressBar progressBar

spReportComments

javax.swing.JScrollPane spReportComments

spTeamComments

javax.swing.JScrollPane spTeamComments

spTeams

javax.swing.JScrollPane spTeams

tabMain

javax.swing.JTabbedPane tabMain

txtConfigFile

javax.swing.JTextField txtConfigFile

txtOutputDirBasic

JTextFieldBound<FROM> txtOutputDirBasic

txtOutputDirFull

JTextFieldBound<FROM> txtOutputDirFull

txtReportComments

JTextAreaBound<FROM> txtReportComments

txtTeamComments

JTextAreaBound<FROM> txtTeamComments

txtTemplateFile

javax.swing.JTextField txtTemplateFile

Package cdx.scorebot.app.scorecompiler

Class cdx.scorebot.app.scorecompiler.ScoreComilerGUI extends FileMenuNTPTemplate implements Serializable

Serialized Fields

compiling

boolean compiling
whether or not we are compiling scores right now


logger

FlexLogger logger
logger which records events from the NetworkTester


cmdCompile

javax.swing.JButton cmdCompile

lblConfigFile

javax.swing.JLabel lblConfigFile

lblDescription

javax.swing.JLabel lblDescription

lblOwner

javax.swing.JLabel lblOwner

mnuAbout

javax.swing.JMenuItem mnuAbout

mnuHelp

javax.swing.JMenu mnuHelp

mnuLogInColor

javax.swing.JCheckBoxMenuItem mnuLogInColor

mnuLogToFile

javax.swing.JCheckBoxMenuItem mnuLogToFile

mnuOptions

javax.swing.JMenu mnuOptions

mnubarMain

javax.swing.JMenuBar mnubarMain

pnlConfig

javax.swing.JPanel pnlConfig

pnlLog

javax.swing.JPanel pnlLog

progressBar

javax.swing.JProgressBar progressBar

spDescription

javax.swing.JScrollPane spDescription

spLog

javax.swing.JScrollPane spLog

tabMain

javax.swing.JTabbedPane tabMain

txtConfigFile

javax.swing.JTextField txtConfigFile

txtDescription

javax.swing.JTextArea txtDescription

txtLog

JLogPaneFIFO txtLog

txtOwner

javax.swing.JTextField txtOwner

Package cdx.scorebot.app.tester

Class cdx.scorebot.app.tester.AddDowntimeDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

downtime

TimestampRange downtime
the new downtime


btnAdd

javax.swing.JButton btnAdd

btnCancel

javax.swing.JButton btnCancel

calEndDate

CalendarHourComboBox calEndDate

calStartDate

CalendarHourComboBox calStartDate

lblEndDateTime

javax.swing.JLabel lblEndDateTime

lblStartDateTime

javax.swing.JLabel lblStartDateTime

pnlDowntimeToAdd

javax.swing.JPanel pnlDowntimeToAdd

Class cdx.scorebot.app.tester.GenerateEventDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

folderToSaveTo

java.lang.String folderToSaveTo
where to save results


log

FlexLogger log
where to log to


event

ManualScoreEvent event
stores information about the event being generated


scoringInfo

IntermediateField<TYPE> scoringInfo

btnGenerateEvent

javax.swing.JButton btnGenerateEvent

chkReported

javax.swing.JCheckBox chkReported

lblDescription

javax.swing.JLabel lblDescription

lblScoreChange

javax.swing.JLabel lblScoreChange

lblScoreChange1

javax.swing.JLabel lblScoreChange1

lblTitle

javax.swing.JLabel lblTitle

spDesc

javax.swing.JScrollPane spDesc

txtDesc

JTextAreaBound<FROM> txtDesc

txtScoreChange

JTextFieldBound<FROM> txtScoreChange

txtTitle

JTextFieldBound<FROM> txtTitle

Class cdx.scorebot.app.tester.ManualTesterGUI extends javax.swing.JFrame implements Serializable

Serialized Fields

exitTerminatesTheApp

boolean exitTerminatesTheApp
what to do on "exit" (true => terminate the process, false => dispose the JFrame)


test

Test<S extends Service> test

service

Service service

config

java.util.HashMap<K,V> config

username

java.lang.String username

password

java.lang.String password

inetAddress

java.net.InetAddress inetAddress

portnumber

int portnumber

calledFromRunnable

boolean calledFromRunnable

inError

boolean inError

focusChanging

boolean focusChanging

JLabel_Host

javax.swing.JLabel JLabel_Host

JLabel_Password

javax.swing.JLabel JLabel_Password

JLabel_Returns

javax.swing.JLabel JLabel_Returns

JLabel_ServiceSelect

javax.swing.JLabel JLabel_ServiceSelect

JLabel_TestOptions

javax.swing.JLabel JLabel_TestOptions

JLabel_TestSelect

javax.swing.JLabel JLabel_TestSelect

JLabel_User

javax.swing.JLabel JLabel_User

JLabel_colon

javax.swing.JLabel JLabel_colon

hostField

javax.swing.JTextField hostField

jPanel1

javax.swing.JPanel jPanel1

lblErrors

javax.swing.JLabel lblErrors

mnuAbout

javax.swing.JMenuItem mnuAbout

mnuExit

javax.swing.JMenuItem mnuExit

mnuFile

javax.swing.JMenu mnuFile

mnuHelp

javax.swing.JMenu mnuHelp

mnubar

javax.swing.JMenuBar mnubar

optionList

javax.swing.JList optionList

optionScrollPane

javax.swing.JScrollPane optionScrollPane

passwordField

javax.swing.JPasswordField passwordField

portField

javax.swing.JTextField portField

resultdisplay

JEditorPaneMultiSyntax resultdisplay

runButton

javax.swing.JButton runButton

serviceSelect

javax.swing.JComboBox serviceSelect

spErrors

javax.swing.JScrollPane spErrors

spTestResults

javax.swing.JScrollPane spTestResults

targetstatus

javax.swing.JLabel targetstatus

testSelect

javax.swing.JComboBox testSelect

txtErrors

javax.swing.JTextArea txtErrors

userField

javax.swing.JTextField userField

value_CheckBox

javax.swing.JCheckBox value_CheckBox

value_ComboBox

javax.swing.JComboBox value_ComboBox

value_TextField

javax.swing.JTextField value_TextField

value_label

javax.swing.JLabel value_label

Class cdx.scorebot.app.tester.ManualTestSchedulingDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

log

FlexLogger log
where to log to


networkTester

NetworkTester networkTester
thread to schedule the manual test


manualScheduler

ManualScheduler manualScheduler
stores information about the event being generated


runTimeDelayMS

int runTimeDelayMS
number of millseconds from now until the time the manual test should be scheduled to run at


cboOptionAllowedValuesIndex

int cboOptionAllowedValuesIndex

btnManuallyScheduleTest

javax.swing.JButton btnManuallyScheduleTest

cboOptionAllowedValues

JComboBoxBound cboOptionAllowedValues

cboOptions

JComboBoxBound cboOptions

cboSuites

JComboBoxBound cboSuites

cboTests

JComboBoxBound cboTests

jSeparator1

javax.swing.JSeparator jSeparator1

lblOptionAllowedValues

javax.swing.JLabel lblOptionAllowedValues

lblOptionType

JLabelBound<FROM> lblOptionType

lblOptionValue

javax.swing.JLabel lblOptionValue

lblOptions

javax.swing.JLabel lblOptions

lblRequiredValueType

JLabelBound<FROM> lblRequiredValueType

lblSuites

javax.swing.JLabel lblSuites

lblSuites1

javax.swing.JLabel lblSuites1

lblTests

javax.swing.JLabel lblTests

lbl_optionDesc

JLabelBound<FROM> lbl_optionDesc

spOptionDesc

javax.swing.JScrollPane spOptionDesc

txtOptionDesc

JTextAreaBound<FROM> txtOptionDesc

txtOptionValue

JTextFieldBound<FROM> txtOptionValue

txtRunDelayMS

javax.swing.JTextField txtRunDelayMS

Class cdx.scorebot.app.tester.ScheduledDowntimes extends java.lang.Object implements Serializable

Serialized Fields

scheduledDowntimes

java.util.Vector<E> scheduledDowntimes
future times during which tests will not be run (ordered by start time)

Class cdx.scorebot.app.tester.TesterGUI extends FileMenuNTPTemplate implements Serializable

Serialized Fields

networkTester

NetworkTester networkTester
thread to schedule tests and spin off threads to run those tests (null when not running)


downtimes

ScheduledDowntimes downtimes
the scheduled downtimes for the current config


manualScheduler

ManualScheduler manualScheduler
the object which contains the information we need to manually create tests


logger

FlexLogger logger
logger which records events from the NetworkTester


btnAddDowntime

javax.swing.JButton btnAddDowntime

btnDeleteDowntime

javax.swing.JButton btnDeleteDowntime

calEndDate

CalendarHourComboBoxBound calEndDate

calStartDate

CalendarHourComboBoxBound calStartDate

lblConfigFile

javax.swing.JLabel lblConfigFile

lblDescription

javax.swing.JLabel lblDescription

lblDowntimes

javax.swing.JLabel lblDowntimes

lblEndDateTime

javax.swing.JLabel lblEndDateTime

lblNextJob

javax.swing.JLabel lblNextJob

lblOwner

javax.swing.JLabel lblOwner

lblStartDateTime

javax.swing.JLabel lblStartDateTime

lstDowntimes

JListBound lstDowntimes

mnuAbout

javax.swing.JMenuItem mnuAbout

mnuAction

javax.swing.JMenu mnuAction

mnuGenerateEvent

javax.swing.JMenuItem mnuGenerateEvent

mnuHelp

javax.swing.JMenu mnuHelp

mnuLogInColor

javax.swing.JCheckBoxMenuItem mnuLogInColor

mnuLogToFile

javax.swing.JCheckBoxMenuItem mnuLogToFile

mnuManuallyScheduleTest

javax.swing.JMenuItem mnuManuallyScheduleTest

mnuOptions

javax.swing.JMenu mnuOptions

mnuRunTester

javax.swing.JMenuItem mnuRunTester

mnuSep

javax.swing.JSeparator mnuSep

mnuStopTester

javax.swing.JMenuItem mnuStopTester

mnubarMain

javax.swing.JMenuBar mnubarMain

pnlConfig

javax.swing.JPanel pnlConfig

pnlDowntimes

javax.swing.JPanel pnlDowntimes

pnlLog

javax.swing.JPanel pnlLog

spDescription

javax.swing.JScrollPane spDescription

spDowntimes

javax.swing.JScrollPane spDowntimes

spLog

javax.swing.JScrollPane spLog

tabMain

javax.swing.JTabbedPane tabMain

txtConfigFile

javax.swing.JTextField txtConfigFile

txtDescription

javax.swing.JTextArea txtDescription

txtLog

JLogPaneFIFO txtLog

txtOwner

javax.swing.JTextField txtOwner

Class cdx.scorebot.app.tester.WaitingScreenDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

lblBG

javax.swing.JLabel lblBG

lblPleaseWait

javax.swing.JLabel lblPleaseWait

Package cdx.scorebot.app.util

Class cdx.scorebot.app.util.InfoMaintainerGUI extends javax.swing.JFrame implements Serializable

Serialized Fields

info

ScorebotInfo info

btnMajorDown

javax.swing.JButton btnMajorDown

btnMajorUp

javax.swing.JButton btnMajorUp

btnMinorDown

javax.swing.JButton btnMinorDown

btnMinorUp

javax.swing.JButton btnMinorUp

btnRevDown

javax.swing.JButton btnRevDown

btnRevUp

javax.swing.JButton btnRevUp

btnSave

javax.swing.JButton btnSave

cmdAddO

javax.swing.JButton cmdAddO

cmdAddR

javax.swing.JButton cmdAddR

cmdAddS

javax.swing.JButton cmdAddS

cmdAddT

javax.swing.JButton cmdAddT

cmdMoveDown

javax.swing.JButton cmdMoveDown

cmdMoveDownO

javax.swing.JButton cmdMoveDownO

cmdMoveDownR

javax.swing.JButton cmdMoveDownR

cmdMoveDownT

javax.swing.JButton cmdMoveDownT

cmdMoveUp

javax.swing.JButton cmdMoveUp

cmdMoveUpO

javax.swing.JButton cmdMoveUpO

cmdMoveUpR

javax.swing.JButton cmdMoveUpR

cmdMoveUpT

javax.swing.JButton cmdMoveUpT

cmdRemoveO

javax.swing.JButton cmdRemoveO

cmdRemoveR

javax.swing.JButton cmdRemoveR

cmdRemoveS

javax.swing.JButton cmdRemoveS

cmdRemoveT

javax.swing.JButton cmdRemoveT

cmdSaveAndExit

javax.swing.JButton cmdSaveAndExit

groupOTypes

ButtonGroupBound<FROM,TO> groupOTypes

groupRTypes

ButtonGroupBound<FROM,TO> groupRTypes

jLabel1

javax.swing.JLabel jLabel1

lblODesc

javax.swing.JLabel lblODesc

lblOIdentifier

javax.swing.JLabel lblOIdentifier

lblOName

javax.swing.JLabel lblOName

lblOType

javax.swing.JLabel lblOType

lblRDesc

javax.swing.JLabel lblRDesc

lblRIdentifier

javax.swing.JLabel lblRIdentifier

lblRName

javax.swing.JLabel lblRName

lblRType

javax.swing.JLabel lblRType

lblSDesc

javax.swing.JLabel lblSDesc

lblSName

javax.swing.JLabel lblSName

lblTClass

javax.swing.JLabel lblTClass

lblTDesc

javax.swing.JLabel lblTDesc

lblTName

javax.swing.JLabel lblTName

lblVersion

javax.swing.JLabel lblVersion

lblVersionLbl

javax.swing.JLabel lblVersionLbl

lstOptions

JListBound lstOptions

lstResults

JListBound lstResults

lstServices

JListBound lstServices

lstTests

JListBound lstTests

optOBool

JRadioButtonBound<TO> optOBool

optODouble

JRadioButtonBound<TO> optODouble

optOInt

JRadioButtonBound<TO> optOInt

optOString

JRadioButtonBound<TO> optOString

optRBool

JRadioButtonBound<TO> optRBool

optRDouble

JRadioButtonBound<TO> optRDouble

optRInt

JRadioButtonBound<TO> optRInt

optRString

JRadioButtonBound<TO> optRString

pnlOptions

javax.swing.JPanel pnlOptions

pnlResults

javax.swing.JPanel pnlResults

pnlServices

javax.swing.JPanel pnlServices

pnlTests

javax.swing.JPanel pnlTests

spODesc

javax.swing.JScrollPane spODesc

spOptions

javax.swing.JScrollPane spOptions

spRDesc

javax.swing.JScrollPane spRDesc

spResults

javax.swing.JScrollPane spResults

spSDesc

javax.swing.JScrollPane spSDesc

spServices

javax.swing.JScrollPane spServices

spTDesc

javax.swing.JScrollPane spTDesc

spTests

javax.swing.JScrollPane spTests

tabMain

javax.swing.JTabbedPane tabMain

txtODesc

JTextAreaBound<FROM> txtODesc

txtOIdentifier

JTextFieldBound<FROM> txtOIdentifier

txtOName

JTextFieldBound<FROM> txtOName

txtRDesc

JTextAreaBound<FROM> txtRDesc

txtRIdentifier

JTextFieldBound<FROM> txtRIdentifier

txtRName

JTextFieldBound<FROM> txtRName

txtSClass

JTextFieldBound<FROM> txtSClass

txtSDesc

JTextAreaBound<FROM> txtSDesc

txtSName

JTextFieldBound<FROM> txtSName

txtTClass

JTextFieldBound<FROM> txtTClass

txtTDesc

JTextAreaBound<FROM> txtTDesc

txtTName

JTextFieldBound<FROM> txtTName

Class cdx.scorebot.app.util.OptionInfo extends java.lang.Object implements Serializable

Serialized Fields

identifier

java.lang.String identifier

name

java.lang.String name

desc

java.lang.String desc

type

LiteralType type

Class cdx.scorebot.app.util.ResultInfo extends java.lang.Object implements Serializable

Serialized Fields

identifier

java.lang.String identifier

name

java.lang.String name

desc

java.lang.String desc

type

LiteralType type

Class cdx.scorebot.app.util.ScorebotInfo extends java.lang.Object implements Serializable

Serialized Fields

majorNumber

int majorNumber

minorNumber

int minorNumber

revisionNumber

int revisionNumber

services

java.util.Vector<E> services

Class cdx.scorebot.app.util.ServiceInfo extends java.lang.Object implements Serializable

Serialized Fields

service

Service service

name

java.lang.String name

desc

java.lang.String desc

tests

java.util.Vector<E> tests

type

ServiceType type

Class cdx.scorebot.app.util.TestInfo extends java.lang.Object implements Serializable

Serialized Fields

test

Test<S extends Service> test

name

java.lang.String name

desc

java.lang.String desc

options

java.util.Vector<E> options

results

java.util.Vector<E> results

Package cdx.scorebot.net

Class cdx.scorebot.net.CompetitionConfiguration extends ConfigurationTemplate implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws com.thoughtworks.xstream.core.BaseException,
                                     java.io.FileNotFoundException
Finishes the deserialization of this object by filling in the transient fields holding the NetworkTestPackage and the validity of the suite names this is configuring. This olds sets the transient path field within the NetworkTestPackage.

Throws:
com.thoughtworks.xstream.core.BaseException - if the object cannot be deserialized
java.io.FileNotFoundException - occurs if the file is not found
Serialized Fields

teamInfos

java.util.Vector<E> teamInfos
the name of the teams participating

Class cdx.scorebot.net.ConfigurationTemplate extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws com.thoughtworks.xstream.core.BaseException,
                                     java.io.FileNotFoundException
Finishes the deserialization of this object by filling in the transient fields holding the NetworkTestPackage and the validity of the suite names this is configuring. This olds sets the transient path field within the NetworkTestPackage.

Throws:
com.thoughtworks.xstream.core.BaseException - if the object cannot be deserialized
java.io.FileNotFoundException - occurs if the file is not found
Serialized Fields

pathToNTP

java.lang.String pathToNTP
the complete relative filename to the file which contains the NetworkTestPackage template which this configures


suiteInfo

java.util.Vector<E> suiteInfo
the names of the suites this provides IPs and Ports for

Class cdx.scorebot.net.NetworkTestPackage extends java.lang.Object implements Serializable

Serialized Fields

owner

NetworkTestPackage.Owner owner
the team this package is testing


description

java.lang.String description
description of this network test package


testSuites

java.util.Vector<E> testSuites
each suite contains the testing and scoring info for each service to test


template

boolean template
whether or not this is a template


minScore

int minScore
minimum possible score


maxScore

int maxScore
maximum possible score


initScore

int initScore
initial score

Class cdx.scorebot.net.TeamConfiguration extends ConfigurationTemplate implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws com.thoughtworks.xstream.core.BaseException,
                                     java.io.FileNotFoundException
Finishes the deserialization of this object by filling in the transient fields holding the NetworkTestPackage and the validity of the suite names this is configuring. This olds sets the transient path field within the NetworkTestPackage.

Throws:
com.thoughtworks.xstream.core.BaseException - if the object cannot be deserialized
java.io.FileNotFoundException - occurs if the file is not found
Serialized Fields

ownerName

java.lang.String ownerName
the name of the owner of this skeleton

Class cdx.scorebot.net.TestSuite extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
name of this TestSuite


description

java.lang.String description
describes the purpose of this TestSuite


service

Service service
the service being tested by this suite; will be used to instantiate Tests


testItems

java.util.Vector<E> testItems
specific tests and their configs


scoringRuleset

ScoringRuleset scoringRuleset
how this service will be scored

Class cdx.scorebot.net.TestSuiteSkeleton extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
name of the suite


hostname

java.lang.String hostname
ip/hostname of the suite


port

int port
port the suite is on


Package cdx.scorebot.net.tests

Class cdx.scorebot.net.tests.AdminService extends Service implements Serializable

Class cdx.scorebot.net.tests.ConnectionOrientedService extends Service implements Serializable

Class cdx.scorebot.net.tests.ConnectionOrientedUserService extends ConnectionOrientedService implements Serializable

Serialized Fields

username

java.lang.String username
username to connect to the service as


password

java.lang.String password
password to connect with

Class cdx.scorebot.net.tests.Service extends java.lang.Object implements Serializable

Serialized Fields

targetIP

java.lang.String targetIP
IP or hostname the service listens on


targetPort

int targetPort
port the service listens on

Class cdx.scorebot.net.tests.Test extends java.lang.Object implements Serializable

Serialized Fields

config

Configuration config
the options used to configure the test


service

Service service
the service the test is running on

Class cdx.scorebot.net.tests.TestEvent extends Event implements Serializable

Serialized Fields

timeStarted

Timestamp timeStarted
when the test was started


timeCompleted

Timestamp timeCompleted
when the test was completed


timeReported

Timestamp timeReported
the time the event was reported


testItem

TestItem testItem
the TestItem this event is for


results

java.util.HashMap<K,V> results
stores results from the test and any audits of those results


config

Configuration config
the options used to configure the test


explanation

java.lang.String explanation
an explanation about what happened

Class cdx.scorebot.net.tests.TestItem extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
unique name of this test item


description

java.lang.String description
what this test item does


schedule

TestSchedule schedule
when to run this test item's test


config

Configuration config
the config values to run the test with


testType

Test<S extends Service> testType
the test this item configures (will be used to instantiate configured copies of this test)

Class cdx.scorebot.net.tests.TestMisconfigurationException extends java.lang.Exception implements Serializable

Class cdx.scorebot.net.tests.TestSchedule extends java.lang.Object implements Serializable

Serialized Fields

timesToRun

java.util.Vector<E> timesToRun
when to run the test (time block(s))


repetitions

int repetitions
number of times to run the test each interval


secsBetweenRepetitions

int secsBetweenRepetitions
number of seconds between repetitions (must be at least 0)


minInterval

int minInterval
min number of seconds between runs of the test


maxInterval

int maxInterval
max number of seconds between runs of the test


neverAutoSchedule

boolean neverAutoSchedule
whether or not the test this is scheduling should ever be automatically scheduled


Package cdx.scorebot.net.tests.dns

Class cdx.scorebot.net.tests.dns.DNSService extends Service implements Serializable

Class cdx.scorebot.net.tests.dns.ResolveHostname extends Test<DNSService> implements Serializable

Class cdx.scorebot.net.tests.dns.ResolveIP extends Test<DNSService> implements Serializable


Package cdx.scorebot.net.tests.email

Class cdx.scorebot.net.tests.email.EmailService extends Service implements Serializable

Class cdx.scorebot.net.tests.email.Sendmail extends Test<EmailService> implements Serializable


Package cdx.scorebot.net.tests.generic

Class cdx.scorebot.net.tests.generic.GenericService extends Service implements Serializable

Class cdx.scorebot.net.tests.generic.Ping extends Test<Service> implements Serializable


Package cdx.scorebot.net.tests.jabber

Class cdx.scorebot.net.tests.jabber.JabberService extends ConnectionOrientedUserService implements Serializable

Class cdx.scorebot.net.tests.jabber.SendMessage extends Test<JabberService> implements Serializable


Package cdx.scorebot.net.tests.smb

Class cdx.scorebot.net.tests.smb.ReadFile extends Test<SMBService> implements Serializable

Class cdx.scorebot.net.tests.smb.SMBService extends ConnectionOrientedUserService implements Serializable

Class cdx.scorebot.net.tests.smb.WriteFile extends Test<SMBService> implements Serializable


Package cdx.scorebot.net.tests.webserver

Class cdx.scorebot.net.tests.webserver.FileIntegrityCheck extends Test<WebService> implements Serializable

Class cdx.scorebot.net.tests.webserver.GetFile extends java.lang.Object implements Serializable

Serialized Fields

myUrl

java.net.URL myUrl

myCon

java.net.URLConnection myCon

Class cdx.scorebot.net.tests.webserver.WebService extends Service implements Serializable


Package cdx.scorebot.scoring

Class cdx.scorebot.scoring.ManualScoreEvent extends ScoreEvent implements Serializable

Serialized Fields

relevantTime

Timestamp relevantTime
the time of the "event" which caused this score change to be entered


reportTime

Timestamp reportTime
whether or not this has been reported

Class cdx.scorebot.scoring.ScoreEvent extends Event implements Serializable

Serialized Fields

explanation

java.lang.String explanation
explains why this score event was created (explains the score change)


scoringInfo

ScoringInfo scoringInfo
contains the score change as a result of this event as well as any thresholds which modify that change


title

java.lang.String title
title of the event

Class cdx.scorebot.scoring.ScoringInfo extends java.lang.Object implements Serializable

Serialized Fields

aggravatingEvents

java.util.Vector<E> aggravatingEvents
the ScoreEvents which caused this score's impact to be reduced due to ThresholdType.MAX_RULE_PENALTY_TIME, if any


scoreChange

int scoreChange
the unthresholded # of points to add to the score (negative # => penalty)


thresholdedScoreChange

int thresholdedScoreChange
the thresholded # of points to add to the score (negative # => penalty)


type

ThresholdType type
the kind of threshold is being applied

Class cdx.scorebot.scoring.ScoringRule extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
rule's name (user-defined)


description

java.lang.String description
explains what this rule does


maxDeduction

int maxDeduction
total cumulative number of points which can be lost by penalties applied by this rule


maxBonus

int maxBonus
total cumulative number of points which can be gained by bonuses applied by this rule


maxPerTimeDeduction

int maxPerTimeDeduction
maximum number of points which can be lost in maxPerTimeSecs seconds


maxPerTimeBonus

int maxPerTimeBonus
maximum number of points which can be gained in maxPerTimeSecs seconds


maxPerTimeSecs

int maxPerTimeSecs
number of seconds in which no more than maxPerTimeDeduction can be lost or maxPerTimeBonus can be gained


testResults

java.util.HashMap<K,V> testResults
stores test results (keyed on test names)


useUniqueResults

boolean useUniqueResults
whether not only results can only be used once in this scoring rule


useBasicCode

boolean useBasicCode
whether or not to use the basic code or specified code


basicCode

ScoringRule.BasicCodeGenerator basicCode
the basic code used to form scoring logic


code

java.lang.String code
the code used to form scoring logic

Class cdx.scorebot.scoring.ScoringRule.BasicCodeGenerator extends java.lang.Object implements Serializable

Serialized Fields

testName

java.lang.String testName
gets the name of the test whose result is to be checked


resultName

java.lang.String resultName
the name of the result which is to be checked


comparisonOp

java.lang.String comparisonOp
the string representing the relational or equality operator to compare the result and expected value with


expectedValue

java.lang.String expectedValue
the value the test result is expected to be


numResultsToCheck

int numResultsToCheck
the number of results from this test to check


minCountToAccept

int minCountToAccept
the minimum number of successful comparisons to accept


method

ScoringRule.BASIC_METHOD_TYPE method
the method to execute if the condition is met


numPoints

int numPoints
the number of points to change the score by


title

java.lang.String title
a descriptive heading associated with the score change


msg

java.lang.String msg
the message associated with the score change


reported

boolean reported
whether or not this has been reported

Class cdx.scorebot.scoring.ScoringRuleset extends java.lang.Object implements Serializable

Serialized Fields

maxLoss

int maxLoss
the maximum number points which may be lost


maxGain

int maxGain
the maximum number points which may be gained


rules

java.util.Vector<E> rules
list of rules which define how to score test(s)

Class cdx.scorebot.scoring.TestScoreEvent extends ScoreEvent implements Serializable

Serialized Fields

generatingRule

ScoringRule generatingRule
the generating rule


Package cdx.scorebot.scoring.logic

Class cdx.scorebot.scoring.logic.IllegalMethodArgsException extends LogicException implements Serializable

Class cdx.scorebot.scoring.logic.IllegalOperandException extends LogicException implements Serializable

Class cdx.scorebot.scoring.logic.InvalidLValueException extends LogicException implements Serializable

Class cdx.scorebot.scoring.logic.LogicException extends java.lang.Exception implements Serializable

Class cdx.scorebot.scoring.logic.RedefinedVariableException extends LogicException implements Serializable

Class cdx.scorebot.scoring.logic.TestUnavailableException extends LogicException implements Serializable

Class cdx.scorebot.scoring.logic.TypeMismatchException extends LogicException implements Serializable

Class cdx.scorebot.scoring.logic.UndefinedMethodException extends LogicException implements Serializable

Class cdx.scorebot.scoring.logic.UndefinedTestException extends LogicException implements Serializable

Class cdx.scorebot.scoring.logic.UndefinedTestOptionException extends LogicException implements Serializable

Class cdx.scorebot.scoring.logic.UndefinedTestResultException extends LogicException implements Serializable

Class cdx.scorebot.scoring.logic.UndefinedVariableException extends LogicException implements Serializable


Package cdx.scorebot.scoring.logic.parser

Class cdx.scorebot.scoring.logic.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class cdx.scorebot.scoring.logic.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package cdx.scorebot.util

Class cdx.scorebot.util.Event extends java.lang.Object implements Serializable

Serialized Fields

timeGenerated

Timestamp timeGenerated
when the event was generated

Class cdx.scorebot.util.IllegalArgValException extends java.lang.Exception implements Serializable

Class cdx.scorebot.util.Timestamp extends java.lang.Object implements Serializable

Serialized Fields

myTime

long myTime
the number of milliseconds since the epoch for this timestamp

Class cdx.scorebot.util.TimestampRange extends java.lang.Object implements Serializable

Serialized Fields

startTime

Timestamp startTime
start time


endTime

Timestamp endTime
end time


Package cdx.scorebot.util.config

Class cdx.scorebot.util.config.ConfigBoolean extends ConfigOption<java.lang.Boolean> implements Serializable

Class cdx.scorebot.util.config.ConfigDouble extends ConfigOption<java.lang.Double> implements Serializable

Class cdx.scorebot.util.config.ConfigInteger extends ConfigOption<java.lang.Integer> implements Serializable

Class cdx.scorebot.util.config.ConfigOption extends java.lang.Object implements Serializable

Serialized Fields

componType

ComponType componType
the kind of support a component the GUI should use to display the option


possValues

java.util.Vector<E> possValues
the valid values for the option (this is empty if the ComponType is either ANY or BINARY). This field should NOT be modified by any overriding classes.


varianceType

VariableType varianceType
how this option varies in value


values

java.util.Vector<E> values
the values this variable may be


valueOn

int valueOn
used internally to track which value is currently being used

Class cdx.scorebot.util.config.ConfigString extends ConfigOption<java.lang.String> implements Serializable


Package cdx.scorebot.util.swing

Class cdx.scorebot.util.swing.CalendarComboBox extends javax.swing.JPanel implements Serializable

Serialized Fields

inputPanel

javax.swing.JPanel inputPanel

input

javax.swing.JFormattedTextField input

comboBtn

javax.swing.plaf.basic.BasicArrowButton comboBtn

calPanel

javax.swing.JPanel calPanel

calLabel

javax.swing.JTextField calLabel

current

java.util.Calendar current

display

cdx.scorebot.util.swing.CalendarComboBox.CalendarModel display

table

javax.swing.JTable table

nextBtn

javax.swing.plaf.basic.BasicArrowButton nextBtn

prevBtn

javax.swing.plaf.basic.BasicArrowButton prevBtn

closeCalendarBtn

javax.swing.plaf.basic.BasicArrowButton closeCalendarBtn

popup

javax.swing.Popup popup

collapseOnSelectionEnabled

boolean collapseOnSelectionEnabled

collapseOnSelection

boolean collapseOnSelection

ccbListeners

java.util.Vector<E> ccbListeners

Class cdx.scorebot.util.swing.CalendarHourComboBox extends javax.swing.JPanel implements Serializable

Serialized Fields

inputPanel

javax.swing.JPanel inputPanel

input

javax.swing.JFormattedTextField input

comboBtn

javax.swing.plaf.basic.BasicArrowButton comboBtn

calPanel

javax.swing.JPanel calPanel

calLabel

javax.swing.JTextField calLabel

current

java.util.Calendar current

display

cdx.scorebot.util.swing.CalendarHourComboBox.CalendarModel display

table

javax.swing.JTable table

calLblHour

javax.swing.JLabel calLblHour

calTxtHour

javax.swing.JTextField calTxtHour

nextBtn

javax.swing.plaf.basic.BasicArrowButton nextBtn

prevBtn

javax.swing.plaf.basic.BasicArrowButton prevBtn

closeCalendarBtn

javax.swing.plaf.basic.BasicArrowButton closeCalendarBtn

popup

javax.swing.JPopupMenu popup

btnListener

cdx.scorebot.util.swing.CalendarHourComboBox.ButtonActionListener btnListener

collapseOnSelectionEnabled

boolean collapseOnSelectionEnabled

collapseOnSelection

boolean collapseOnSelection

ccbListeners

java.util.Vector<E> ccbListeners

componentWidth

int componentWidth

Class cdx.scorebot.util.swing.FileMenuFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

recentlyUsedFiles

javax.swing.JMenuItem[] recentlyUsedFiles
stores the menus used to hold recently used files


filename

java.lang.String filename
where the config's file is located


saved

boolean saved
whether or not the current template changes have been saved to file


dontCheckedSavedStatus

boolean dontCheckedSavedStatus
whether or not this JFrame needs to worry about saving changes


exitTerminatesTheApp

boolean exitTerminatesTheApp
what to do on "exit" (true => terminate the process, false => dispose the JFrame)


extFilter

javax.swing.filechooser.FileFilter extFilter
what kinds of files to accept


saveExtension

java.lang.String saveExtension
extension to append to saved files


dialogTxt

java.lang.String dialogTxt
text of the open/save dialog box


dialogTxtShort

java.lang.String dialogTxtShort
short text of the open/save dialog box


SETTINGS_FN

java.lang.String SETTINGS_FN
where settings are saved


settings

SettingsFile settings
holds application settings


baseTitle

java.lang.String baseTitle
holds the base title of the GUI


mnuExit

javax.swing.JMenuItem mnuExit

mnuFile

javax.swing.JMenu mnuFile

mnuNew

javax.swing.JMenuItem mnuNew

mnuOpen

javax.swing.JMenuItem mnuOpen

mnuSave

javax.swing.JMenuItem mnuSave

mnuSaveAs

javax.swing.JMenuItem mnuSaveAs

mnuSep

javax.swing.JSeparator mnuSep

Class cdx.scorebot.util.swing.FileMenuNTPTemplate extends FileMenuXMLBasedFrame<NetworkTestPackage> implements Serializable

Class cdx.scorebot.util.swing.FileMenuXMLBasedFrame extends FileMenuFrame implements Serializable

Serialized Fields

object

java.lang.Object object
the object currently being worked on (null when no config is loaded)


myClass

java.lang.Class<T> myClass
the class used to cast to type T

Class cdx.scorebot.util.swing.JEditorPaneMultiSyntax extends javax.swing.JEditorPane implements Serializable

Class cdx.scorebot.util.swing.JEditorPaneScoringLanguage extends JEditorPaneMultiSyntax implements Serializable

Class cdx.scorebot.util.swing.JLogPaneFIFO extends javax.swing.JTextPane implements Serializable

Serialized Fields

document

LogSyntaxDocumentFIFO document

Class cdx.scorebot.util.swing.JTextAreaFIFO extends javax.swing.JTextArea implements Serializable

Serialized Fields

text

StringFIFO text

Class cdx.scorebot.util.swing.LogSyntaxDocument extends MultiSyntaxDocument implements Serializable

Class cdx.scorebot.util.swing.LogSyntaxDocumentFIFO extends LogSyntaxDocument implements Serializable

Serialized Fields

text

StringFIFO text

Class cdx.scorebot.util.swing.MultiSyntaxDocument extends javax.swing.text.DefaultStyledDocument implements Serializable

Serialized Fields

doc

javax.swing.text.DefaultStyledDocument doc

rootElement

javax.swing.text.Element rootElement

multiLineComment

boolean multiLineComment

normal

javax.swing.text.MutableAttributeSet normal

comment

javax.swing.text.MutableAttributeSet comment

quote

javax.swing.text.MutableAttributeSet quote

keywords

java.util.HashMap<K,V> keywords

fontSize

int fontSize

fontName

java.lang.String fontName

Class cdx.scorebot.util.swing.SettingsFile extends java.lang.Object implements Serializable

Serialized Fields

myFilename

java.lang.String myFilename

maxRecentFiles

int maxRecentFiles

recentFiles

java.util.Vector<E> recentFiles

settings

java.util.HashMap<K,V> settings

Package cdx.scorebot.util.swing.binding

Class cdx.scorebot.util.swing.binding.BindingEvent extends java.awt.AWTEvent implements Serializable

Serialized Fields

component

BoundComponent component

Class cdx.scorebot.util.swing.binding.ButtonGroupBound extends javax.swing.ButtonGroup implements Serializable

Serialized Fields

delegate

ButtonGroupDelegate<FROM,TO> delegate

Class cdx.scorebot.util.swing.binding.CalendarHourComboBoxBound extends CalendarHourComboBox implements Serializable

Serialized Fields

delegate

CalHourBoxComponentDelegate delegate

Class cdx.scorebot.util.swing.binding.JCheckBoxBound extends javax.swing.JCheckBox implements Serializable

Serialized Fields

delegate

JToggleButtonComponentDelegate<FROM> delegate

Class cdx.scorebot.util.swing.binding.JComboBoxBound extends javax.swing.JComboBox implements Serializable

Serialized Fields

delegate

JComboBoxComponentDelegate delegate

Class cdx.scorebot.util.swing.binding.JEditorPaneBound extends javax.swing.JEditorPane implements Serializable

Serialized Fields

delegate

JTextComponentDelegate<FROM> delegate

Class cdx.scorebot.util.swing.binding.JEditorPaneMultiSyntaxBound extends JEditorPaneMultiSyntax implements Serializable

Serialized Fields

delegate

JTextComponentDelegate<FROM> delegate

Class cdx.scorebot.util.swing.binding.JLabelBound extends javax.swing.JLabel implements Serializable

Serialized Fields

delegate

JLabelComponentDelegate<FROM> delegate

Class cdx.scorebot.util.swing.binding.JListBound extends javax.swing.JList implements Serializable

Serialized Fields

delegate

JListComponentDelegate delegate

Class cdx.scorebot.util.swing.binding.JMenuBound extends javax.swing.JMenu implements Serializable

Serialized Fields

delegate

JMenuComponentDelegate delegate

Class cdx.scorebot.util.swing.binding.JRadioButtonBound extends javax.swing.JRadioButton implements Serializable

Serialized Fields

selectedValue

java.lang.Object selectedValue

Class cdx.scorebot.util.swing.binding.JTextAreaBound extends javax.swing.JTextArea implements Serializable

Serialized Fields

delegate

JTextComponentDelegate<FROM> delegate

Class cdx.scorebot.util.swing.binding.JTextFieldBound extends javax.swing.JTextField implements Serializable

Serialized Fields

delegate

JTextComponentDelegate<FROM> delegate

Class cdx.scorebot.util.swing.binding.JTextPaneBound extends javax.swing.JTextPane implements Serializable

Serialized Fields

delegate

JTextComponentDelegate<FROM> delegate

Package cdx.scorebot.util.swing.tree

Class cdx.scorebot.util.swing.tree.CheckTreeCellRenderer extends javax.swing.JPanel implements Serializable

Serialized Fields

selectionModel

CheckTreeSelectionModel selectionModel

delegate

javax.swing.tree.TreeCellRenderer delegate

checkBox

TristateCheckBox checkBox

Class cdx.scorebot.util.swing.tree.CheckTreeSelectionModel extends javax.swing.tree.DefaultTreeSelectionModel implements Serializable

Serialized Fields

model

javax.swing.tree.TreeModel model

Class cdx.scorebot.util.swing.tree.EventTreeCellRenderer extends javax.swing.JPanel implements Serializable

Serialized Fields

selectionModel

CheckTreeSelectionModel selectionModel

delegate

javax.swing.tree.TreeCellRenderer delegate

checkBox

TristateCheckBox checkBox

lblBonus

javax.swing.JLabel lblBonus

lblPenalty

javax.swing.JLabel lblPenalty

lblNoChange

javax.swing.JLabel lblNoChange

lblMseBonus

javax.swing.JLabel lblMseBonus

lblMsePenalty

javax.swing.JLabel lblMsePenalty

lblMseNoChange

javax.swing.JLabel lblMseNoChange

lblTestEvent

javax.swing.JLabel lblTestEvent

Class cdx.scorebot.util.swing.tree.EventTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Class cdx.scorebot.util.swing.tree.TristateCheckBox extends javax.swing.JCheckBox implements Serializable

Serialized Fields

model

cdx.scorebot.util.swing.tree.TristateCheckBox.TristateDecorator model

Package cdx.scorebot.util.translator

Class cdx.scorebot.util.translator.SelfTranslator extends TypeTranslator<TYPE,TYPE> implements Serializable

Class cdx.scorebot.util.translator.TranslationFailedException extends java.lang.Exception implements Serializable

Class cdx.scorebot.util.translator.TranslatorBooleanString extends TypeTranslator<java.lang.Boolean,java.lang.String> implements Serializable

Class cdx.scorebot.util.translator.TranslatorDoubleString extends TypeTranslator<java.lang.Double,java.lang.String> implements Serializable

Class cdx.scorebot.util.translator.TranslatorIdentifierString extends TypeTranslator<java.lang.String,java.lang.String> implements Serializable

Class cdx.scorebot.util.translator.TranslatorInstanceString extends TypeTranslator<T,java.lang.String> implements Serializable

Serialized Fields

type

java.lang.Class<T> type

Class cdx.scorebot.util.translator.TranslatorIntegerString extends TypeTranslator<java.lang.Integer,java.lang.String> implements Serializable

Class cdx.scorebot.util.translator.TranslatorMulti extends TypeTranslator<FROM,TO> implements Serializable

Serialized Fields

fromActual

java.lang.Class<T> fromActual

toActual

java.lang.Class<T> toActual

translators

java.util.Vector<E> translators

Class cdx.scorebot.util.translator.TranslatorObjectClassName extends TypeTranslator<T,java.lang.String> implements Serializable

Serialized Fields

list

java.util.AbstractList<E> list

Class cdx.scorebot.util.translator.TranslatorTimeString extends TypeTranslator<java.lang.Integer,java.lang.String> implements Serializable

Serialized Fields

secondsInBaseUnit

int secondsInBaseUnit

Class cdx.scorebot.util.translator.TypeTranslator extends java.lang.Object implements Serializable

Serialized Fields

lastException

TranslationFailedException lastException
the last exception thrown when the translation was attempted