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

C

c - Variable in class util.Triple
The third element of the triple.
caretUpdate(CaretEvent) - Method in class learningTool.LearningToolGUI.SmartTextArea.NumberPane
 
chainBlock(String) - Method in class output.java.CodeBuilder
Finish building a code block, but begin another immediately.
chainBlock(String, Object...) - Method in class output.java.CodeBuilder
Call chainBlock(String.format(fmt, args)).
changedUpdate(DocumentEvent) - Method in class learningTool.LearningToolGUI.SmartTextArea.NumberPane
 
chdir(File) - Method in class util.Shell
Change directory.
CheckButton - Class in lib.java
 
CheckButton(Widget, WidgetDef) - Constructor for class lib.java.CheckButton
 
childErr - Variable in class util.Streams.PipeHandler
The child's standard error stream, which, to the parent, is an input stream.
childIn - Variable in class util.Streams.PipeHandler
The child's standard input stream, which, to the parent, is an output stream.
childOut - Variable in class util.Streams.PipeHandler
The child's standard output stream, which, to the parent, is an input stream.
children - Variable in class elvisDoc.elvisDocItem
 
children - Variable in class types.Widget
A list of the widget's children.
childType - Variable in exception errors.BadChildWidgetException
The child widget in violation.
Clickable - Class in lib.java
 
Clickable(Widget, WidgetDef) - Constructor for class lib.java.Clickable
 
Clock - Class in lib.java
 
Clock(Widget, WidgetDef) - Constructor for class lib.java.Clock
 
CodeBuilder - Class in output.java
An object for building source code, analogous to StringBuilder for building strings or the various builders in Builders for bulding collections.
CodeBuilder() - Constructor for class output.java.CodeBuilder
Default constructor.
CodeBuilder(State) - Constructor for class output.java.CodeBuilder
Construct a code builder to be embedded in another.
collA - Variable in class util.Functional.Zipper
The first iterable, yielding the first element of each pair.
collB - Variable in class util.Functional.Zipper
The second iterable, yielding the second element of each pair.
COLON - Static variable in interface parser.ParserConstants
 
colorEquivs - Static variable in class types.GUIAttributes
A mapping of color synonyms to their canonical color names.
colors - Static variable in class types.GUIAttributes
The set of acceptable color names (except that colors in GUIAttributes.colorEquivs are accepted as well).
column - Variable in class parser.SimpleCharStream
 
ColumnLayout - Class in lib.java
 
ColumnLayout(Widget, WidgetDef) - Constructor for class lib.java.ColumnLayout
 
comboBox - Variable in class learningTool.LearningToolGUI
 
ComboBox - Class in lib.java
 
ComboBox(Widget, WidgetDef) - Constructor for class lib.java.ComboBox
 
COMMA - Static variable in interface parser.ParserConstants
 
CommandLineParser<Opt extends Enum<Opt> & CommandLineParser.OptionSpec<? super Cxt>,Cxt> - Class in util
Parses the command line arguments and options passed to a program.
CommandLineParser.InvalidCommandLineException - Exception in util
Exception thrown by CommandLineParser.parse(Object, String[]) on invalid command-line input.
CommandLineParser.OptionSpec<Cxt> - Interface in util
The interface which the enum passed to CommandLineParser.buildParser(Class) must implement.
CommandLineParser.OptionSpec.ArgSpec - Enum in util
The specification for the argument of an option.
CommandLineParser.OptionSpec.Option - Annotation Type in util
The annotation giving syntactic specifications for a command-line option.
CommandLineParser.OptionSpec.OptionException - Exception in util
Thrown by the CommandLineParser.OptionSpec.execute(String, Object) method of CommandLineParser.OptionSpec implementors to indicate an error in the command line.
CommandLineParser.OptionSpec.OptionException() - Constructor for exception util.CommandLineParser.OptionSpec.OptionException
 
CommandLineParser.OptionSpec.OptionException(String, Throwable) - Constructor for exception util.CommandLineParser.OptionSpec.OptionException
 
CommandLineParser.OptionSpec.OptionException(String) - Constructor for exception util.CommandLineParser.OptionSpec.OptionException
 
CommandLineParser.OptionSpec.OptionException(Throwable) - Constructor for exception util.CommandLineParser.OptionSpec.OptionException
 
CommandLineParser.Usage - Annotation Type in util
Annotates an CommandLineParser.OptionSpec enum with the usage message to be displayed by the "--help" output or when an error occurs.
commentForm(String, String) - Static method in class types.WidgetDef
Format a widget identifier for use in comments.
commentsOpen - Variable in class elvisDoc.elvisLineItem
 
compile(Component, ActionEvent) - Method in interface learningTool.Controller
 
compile(Component, ActionEvent) - Method in class learningTool.LearningTool
 
compileButton - Variable in class learningTool.LearningToolGUI
 
Container - Class in lib.java
 
Container(Widget, WidgetDef) - Constructor for class lib.java.Container
 
Controller - Interface in learningTool
 
controller - Variable in class learningTool.LearningToolGUI
 
ControllerBlock() - Method in class parser.Parser
 
copy(Component, ActionEvent) - Method in interface learningTool.Controller
 
copy(Component, ActionEvent) - Method in class learningTool.LearningTool
For copy, cut, and paste functionality, we need to check both editable text areas to see what is selected.
copy() - Method in class learningTool.LearningToolGUI.SmartTextArea
 
copyItem - Variable in class learningTool.LearningToolGUI
 
copyPresetFiles(String) - Method in class elvisDoc.ElvisDocHTMLDoc
 
createIndex(String) - Method in class elvisDoc.ElvisDocHTMLDoc
 
createTypicalFile(elvisDocItem, elvisDocItem) - Method in class elvisDoc.ElvisDocHTMLDoc
 
createWidget(Widget) - Method in class types.LangDef
createWidget is a utility method included to cut down on potential code duplication.
createWidget(Widget, WidgetDef) - Method in class types.LangDef
Create a widget which may have child attributes granted by its parent widget.
curChar - Variable in class parser.ParserTokenManager
 
currentToken - Variable in exception parser.ParseException
This is the last token that has been consumed successfully.
cut(Component, ActionEvent) - Method in interface learningTool.Controller
 
cut(Component, ActionEvent) - Method in class learningTool.LearningTool
 
cut() - Method in class learningTool.LearningToolGUI.SmartTextArea
 
cutItem - Variable in class learningTool.LearningToolGUI
 
cwd - Variable in class util.Shell
The current working directory.

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