A B C D E F G H I J K L M N O P R S T U V W X

A

AboutDialog - Class in cdx.scorebot.app
Dialog box which gives a little information about the Scorebot project.
AboutDialog(Frame, boolean, String, String) - Constructor for class cdx.scorebot.app.AboutDialog
Creates an about dialog for the specified subcomponent
accept(File) - Method in class cdx.scorebot.util.swing.FileNameEndingFilter
Tests the specified file, returning true if the file is accepted, false otherwise.
add(Expression) - Method in class cdx.scorebot.scoring.logic.ArgumentList
adds an expression to the argument list
add(JRadioButtonBound<TO>) - Method in class cdx.scorebot.util.swing.binding.ButtonGroupBound
Adds the button to the group.
add(JRadioButtonBound<TO>) - Method in class cdx.scorebot.util.swing.binding.delegate.ButtonGroupDelegate
Adds the button to the group.
add(JMenuItem) - Method in class cdx.scorebot.util.swing.binding.JMenuBound
Appends a menu item to the end of top of this menu.
add(JSeparator) - Method in class cdx.scorebot.util.swing.binding.JMenuBound
Appends a component to the end of top of this menu.
add_escapes(String) - Method in exception cdx.scorebot.scoring.logic.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAggravatingEvent(ScoreEvent) - Method in class cdx.scorebot.scoring.ScoringInfo
Adds a ScoreEvent to denote as an aggravating event (one that impacted the score change caused by this).
addBindingListener(BindingListener) - Method in interface cdx.scorebot.util.swing.binding.delegate.BoundDelegateComponent
Register a listener for this object
addBindingListener(BindingListener) - Method in class cdx.scorebot.util.swing.binding.delegate.GenericDelegate
Register a listener for this object
addBlockStatement(BlockStatementType) - Method in class cdx.scorebot.scoring.logic.Block
adds a block statement to this block
addBoundComponent(BoundComponent) - Method in interface cdx.scorebot.util.swing.binding.delegate.BoundDelegateContainer
add bound component to this (b's parent will be set to this)
addBoundComponent(BoundComponent) - Method in class cdx.scorebot.util.swing.binding.delegate.IntermediateFieldDelegate
add bound component to this (b's parent will be set to this)
addBoundComponent(BoundComponent) - Method in class cdx.scorebot.util.swing.binding.delegate.ListBasedComponentDelegate
add bound component to this (b's parent will be set to this)
addCalendarComboBoxListener(CalendarComboBoxListener) - Method in class cdx.scorebot.util.swing.CalendarComboBox
Register a listener for this object
addCalendarComboBoxListener(CalendarComboBoxListener) - Method in class cdx.scorebot.util.swing.CalendarHourComboBox
Register a listener for this object
AddDowntimeDialog - Class in cdx.scorebot.app.tester
Dialog box which allows the user to add a new downtime
AddDowntimeDialog(Frame, boolean) - Constructor for class cdx.scorebot.app.tester.AddDowntimeDialog
Creates new dialog box to get a downtime from the user
AddDowntimeDialog(Frame, boolean, TimestampRange) - Constructor for class cdx.scorebot.app.tester.AddDowntimeDialog
Creates new dialog box to get a downtime from the user
addEscapes(String) - Static method in error cdx.scorebot.scoring.logic.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addItem(Object) - Method in class cdx.scorebot.util.swing.binding.delegate.ListBasedComponentDelegate
adds a new item to the list
AdditiveExpression - Class in cdx.scorebot.scoring.logic
holds an Additive expression
AdditiveExpression(MultiplicativeExpression) - Constructor for class cdx.scorebot.scoring.logic.AdditiveExpression
instantiate the conditional expression
addKeyword(String, String) - Method in class cdx.scorebot.util.ColorLogicHTML
adds a keyword (a keyword is some word or phrase which has whitespace or a parenthesis)
addKeyword(String, MutableAttributeSet) - Method in class cdx.scorebot.util.swing.MultiSyntaxDocument
Associates a keyword with a particular formatting style
addLine(String) - Method in class cdx.scorebot.util.StringFIFO
adds the specified string plus a newline to this object
addListenersToSubcomponents(FileMenuFrame, Vector<BoundComponent>) - Static method in class cdx.scorebot.util.swing.GUIHelper
Adds a listener to each component so that when it is saved the change variable in f is flagged as true
addMarker(String, String) - Method in class cdx.scorebot.util.ColorLogicHTML
adds a marker
addMarkerStyle(String, String) - Method in class cdx.scorebot.util.ColorLogicHTML
adds a marker style
addMatchingBrace(int) - Method in class cdx.scorebot.util.swing.MultiSyntaxDocument
 
addMenuAtBottom(JMenuItem) - Method in class cdx.scorebot.util.swing.binding.delegate.JMenuComponentDelegate
Adds a JMenuItem to the bottom of this menu
addMenuAtTop(JMenuItem) - Method in class cdx.scorebot.util.swing.binding.delegate.JMenuComponentDelegate
Adds a JMenuItem to the top of this menu
addMissingSuites() - Method in class cdx.scorebot.net.ConfigurationTemplate
refreshes suite names with any which are missing
addMouseListener(MouseListener) - Method in class cdx.scorebot.util.swing.tree.TristateCheckBox
No one may add mouse listeners, not even Swing!
addOperand(OperatorType, SUBEXP) - Method in class cdx.scorebot.scoring.logic.ExpressionLeftAssociative
adds an operator and operand to this expression
addOption(OptionInfo) - Method in class cdx.scorebot.app.util.TestInfo
Adds an option to be tested.
addOutputSource(String) - Method in class cdx.scorebot.util.io.FlexLogger
Opens the specified filename and adds it to the list of streams to log to
addOutputSource(String, int) - Method in class cdx.scorebot.util.io.FlexLogger
Opens the specified filename and adds it to the list of streams to log to
addOutputSource(PrintStream) - Method in class cdx.scorebot.util.io.FlexLogger
Adds the specified PrintStream to the list of streams to log to
addResult(ResultInfo) - Method in class cdx.scorebot.app.util.TestInfo
Adds a result to be tested.
addScheduledDowntime(TimestampRange) - Method in class cdx.scorebot.app.tester.ScheduledDowntimes
Adds the range of time to stop conducting tests if it is in the future.
addScoringRule(ScoringRule) - Method in class cdx.scorebot.scoring.ScoringRuleset
Adds a ScoringRule to be evaluated.
addSelectionPaths(TreePath[]) - Method in class cdx.scorebot.util.swing.tree.CheckTreeSelectionModel
 
addSeperatorToParent() - Method in class cdx.scorebot.util.swing.binding.JMenuBound
Pass-through to the parent.
addServiceInfo(ServiceInfo) - Method in class cdx.scorebot.app.util.ScorebotInfo
Adds a service to be serviceed.
addTeam(String) - Method in class cdx.scorebot.net.CompetitionConfiguration
adds a team
addTeamComment(String) - Method in class cdx.scorebot.app.reporter.Comments
adds a team
addTest(TestInfo) - Method in class cdx.scorebot.app.util.ServiceInfo
Adds a test to be tested.
addTestItem(TestItem) - Method in class cdx.scorebot.net.TestSuite
Adds a TestItem to be tested.
AddTestItemDialog - Class in cdx.scorebot.app.configurer
This Dialog is used to allow the user to select the test type that they would like to add to their Network Test Package.
AddTestItemDialog(Frame, boolean, TestSuite, TestItem[]) - Constructor for class cdx.scorebot.app.configurer.AddTestItemDialog
Creates new form AddTestItemDialog
addTestName(String) - Method in class cdx.scorebot.util.swing.JLogPaneFIFO
Registers a test name for highlighting
addTestSuite(TestSuite) - Method in class cdx.scorebot.net.NetworkTestPackage
Adds a TestSuite to be tested.
addText(String) - Method in class cdx.scorebot.util.StringFIFO
adds the specified string to this object
addText(String) - Method in class cdx.scorebot.util.swing.JLogPaneFIFO
sets the text in this text area to the current text plus t (minus any truncated lines)
addText(String) - Method in class cdx.scorebot.util.swing.JTextAreaFIFO
sets the text in this text area to the current text plus t (minus any truncated lines)
addText(String) - Method in class cdx.scorebot.util.swing.LogSyntaxDocumentFIFO
sets the text in this text area to the current text plus t (minus any truncated lines)
addText(String) - Method in interface cdx.scorebot.util.swing.TextFieldFIFO
sets the text in this text field to the current text plus t (minus any truncated lines)
addTimeRangeToRun(TimestampRange) - Method in class cdx.scorebot.net.tests.TestSchedule
Adds a range of time during which tests will be run.
addToHelpMenu(JMenu) - Static method in class cdx.scorebot.app.AboutDialog
inserts the how to use, history, and launch menus followed by a seperator at the top of the specified JMenu
addToParent(JMenuItem) - Method in class cdx.scorebot.util.swing.binding.JMenuBound
Pass-through to the parent.
addTranslator(Class, Class, TypeTranslator) - Method in class cdx.scorebot.util.translator.TranslatorMulti
adds a translator to use
addValue(T) - Method in class cdx.scorebot.util.config.ConfigOption
Adds a value which this variable can take on.
addVariable(Identifier, Literal) - Method in class cdx.scorebot.scoring.logic.Context
adds a variable to the context
adjustBeginLineColumn(int, int) - Method in class cdx.scorebot.scoring.logic.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
ADMIN_SUITE - Static variable in class cdx.scorebot.net.tests.AdminService
the only instance of a test suite with an admin service
AdminService - Class in cdx.scorebot.net.tests
a pseudo service which is intended only to be the target of ManualScoreEvents which impact score for administrative reasons (like reporting penalties, etc)
and(ConditionalXorExpression) - Method in class cdx.scorebot.scoring.logic.ConditionalAndExpression
evaluates this expression AND'ed with this operand
AND - Static variable in interface cdx.scorebot.scoring.logic.parser.LogicParserConstants
 
APPEND - Static variable in class cdx.scorebot.util.io.FlexLogger
if file exists, append to the old file
applies(TestItem) - Method in class cdx.scorebot.scoring.ScoringRule
Whether or not a specified TestItem applies here.
ArgumentList - Class in cdx.scorebot.scoring.logic
stores a list of arguments to a function
ArgumentList() - Constructor for class cdx.scorebot.scoring.logic.ArgumentList
 
Arguments - Class in cdx.scorebot.scoring.logic
contains an argument list which has args to the method being called
Arguments() - Constructor for class cdx.scorebot.scoring.logic.Arguments
instantiate an Arguments object which has no args
Arguments(ArgumentList) - Constructor for class cdx.scorebot.scoring.logic.Arguments
instantiate an Arguments object
ARROW - Static variable in interface cdx.scorebot.scoring.logic.parser.LogicParserConstants
 
ASSIGN - Static variable in interface cdx.scorebot.scoring.logic.parser.LogicParserConstants
 
Assignment - Class in cdx.scorebot.scoring.logic
evaluates an assignment statement
Assignment(Identifier, OperatorType, Expression) - Constructor for class cdx.scorebot.scoring.logic.Assignment
instantiate an assignment statement
assocTS - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
 
AuditorGUI - Class in cdx.scorebot.app.auditor
GUI which displays TestEvents (and audits to them) and allows one to "audit" the TestEvent.
AuditorGUI() - Constructor for class cdx.scorebot.app.auditor.AuditorGUI
Creates new form TesterGUI

A B C D E F G H I J K L M N O P R S T U V W X