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

S

save(Component, ActionEvent) - Method in interface learningTool.Controller
 
save(Component, ActionEvent) - Method in class learningTool.LearningTool
 
saveAs(Component, ActionEvent) - Method in interface learningTool.Controller
 
saveAs(Component, ActionEvent) - Method in class learningTool.LearningTool
 
saveAsItem - Variable in class learningTool.LearningToolGUI
 
saveItem - Variable in class learningTool.LearningToolGUI
 
ScrollingFrame - Class in lib.java
 
ScrollingFrame(Widget, WidgetDef) - Constructor for class lib.java.ScrollingFrame
 
seenAny - Variable in class types.ErrorHandler.StdErr
true if handleError has been called at least once
select(int) - Method in class learningTool.LearningToolGUI.SmartTextArea.NumberPane
 
selectAll() - Method in class learningTool.LearningToolGUI.SmartTextArea
 
selElvis(Component, ActionEvent) - Method in interface learningTool.Controller
 
selElvis(Component, ActionEvent) - Method in class learningTool.LearningTool
 
selElvisCodeItem - Variable in class learningTool.LearningToolGUI
 
selJava(Component, ActionEvent) - Method in interface learningTool.Controller
 
selJava(Component, ActionEvent) - Method in class learningTool.LearningTool
 
selJavaCodeItem - Variable in class learningTool.LearningToolGUI
 
SEMICOLON - Static variable in interface parser.ParserConstants
 
separate(T[], Predicate<T>) - Static method in class util.Functional
Divide an array into those elements satisfying and those not satisfying a given predicate, returning two arrays.
separate(C, Predicate<T>) - Static method in class util.Functional
Divide a collection into those elements satisfying and those not satisfying a given predicate, returning two arrays.
separate(T[], Predicate<T>, C1, C2) - Static method in class util.Functional
Divide an array into those elements satisfying and those not satisfying a given predicate.
separate(C, Predicate<T>, C1, C2) - Static method in class util.Functional
Divide a collection into those elements satisfying and those not satisfying a given predicate.
setButtonBackgroundColor(JButton, Color) - Method in class learningTool.LearningToolGUI
 
setButtonBorderPainted(JButton, boolean) - Method in class learningTool.LearningToolGUI
 
setButtonContentAreaFilled(JButton, boolean) - Method in class learningTool.LearningToolGUI
 
setButtonEnabled(JButton, boolean) - Method in class learningTool.LearningToolGUI
 
setButtonHeight(JButton, int) - Method in class learningTool.LearningToolGUI
 
setButtonHorizontalAlignment(JButton, int) - Method in class learningTool.LearningToolGUI
 
setButtonLabel(JButton, String) - Method in class learningTool.LearningToolGUI
 
setButtonSelected(JButton, boolean) - Method in class learningTool.LearningToolGUI
 
setButtonText(JButton, String) - Method in class learningTool.LearningToolGUI
 
setButtonVerticalAlignment(JButton, int) - Method in class learningTool.LearningToolGUI
 
setButtonWidth(JButton, int) - Method in class learningTool.LearningToolGUI
 
setCheckBoxBorderOutline(JCheckBox, boolean) - Method in class learningTool.LearningToolGUI
 
setControllerId(String) - Method in class types.GUIFile
Set the identifier for the controller class to be generated.
setDebugStream(PrintStream) - Method in class parser.ParserTokenManager
 
setDescription(String) - Method in class elvisDoc.elvisDocAttribute
 
setDescription(String) - Method in class elvisDoc.elvisDocItem
 
setFileChooserDirectory(JFileChooser, String) - Method in class learningTool.LearningToolGUI
 
setFileChooserTitle(JFileChooser, String) - Method in class learningTool.LearningToolGUI
 
setFrameBackgroundColor(JPanel, Color) - Method in class learningTool.LearningToolGUI
 
setFrameHeight(JPanel, int) - Method in class learningTool.LearningToolGUI
 
setFrameWidth(JPanel, int) - Method in class learningTool.LearningToolGUI
 
setLabelHorizontalAlignment(JLabel, int) - Method in class learningTool.LearningToolGUI
 
setLabelText(JLabel, String) - Method in class learningTool.LearningToolGUI
 
setLabelVerticalAlignment(JLabel, int) - Method in class learningTool.LearningToolGUI
 
setMenuItemLabel(JMenuItem, String) - Method in class learningTool.LearningToolGUI
 
setMenuMnemonic(JMenu, int) - Method in class learningTool.LearningToolGUI
 
setMenuText(JMenu, String) - Method in class learningTool.LearningToolGUI
 
setPackageId(String) - Method in class types.GUIFile
Set the package identifier for generated files.
setProjectName(String) - Method in class types.GUIFile
Set the identifier of the generated class.
setScrollingFrameHeight(JScrollPane, int) - Method in class learningTool.LearningToolGUI
 
setScrollingFrameWidth(JScrollPane, int) - Method in class learningTool.LearningToolGUI
 
setStdErr(PrintStream) - Method in class util.Shell
 
setStdIn(InputStream) - Method in class util.Shell
 
setStdOut(PrintStream) - Method in class util.Shell
 
setTabSize(int) - Method in class parser.SimpleCharStream
 
setText(String) - Method in class learningTool.LearningToolGUI.SmartTextArea
 
setTextAreaEditable(JTextArea, boolean) - Method in class learningTool.LearningToolGUI
 
setTextAreaEditable(LearningToolGUI.SmartTextArea, boolean) - Method in class learningTool.LearningToolGUI
 
setTextAreaHeight(LearningToolGUI.SmartTextArea, int) - Method in class learningTool.LearningToolGUI
 
setTextAreaHeight(JTextArea, int) - Method in class learningTool.LearningToolGUI
 
setTextAreaLineWrap(LearningToolGUI.SmartTextArea, boolean) - Method in class learningTool.LearningToolGUI
 
setTextAreaLineWrap(JTextArea, boolean) - Method in class learningTool.LearningToolGUI
 
setTextAreaText(JTextArea, String) - Method in class learningTool.LearningToolGUI
 
setTextAreaText(LearningToolGUI.SmartTextArea, String) - Method in class learningTool.LearningToolGUI
 
setTextAreaWidth(JTextArea, int) - Method in class learningTool.LearningToolGUI
 
setTextAreaWidth(LearningToolGUI.SmartTextArea, int) - Method in class learningTool.LearningToolGUI
 
setWindowBackgroundColor(JFrame, Color) - Method in class learningTool.LearningToolGUI
 
setWindowHeight(JFrame, int) - Method in class learningTool.LearningToolGUI
 
setWindowLayout(JFrame, LayoutManager) - Method in class learningTool.LearningToolGUI
 
setWindowOnClose(JFrame, int) - Method in class learningTool.LearningToolGUI
 
setWindowResizable(JFrame, boolean) - Method in class learningTool.LearningToolGUI
 
setWindowTitle(JFrame, String) - Method in class learningTool.LearningToolGUI
 
setWindowWidth(JFrame, int) - Method in class learningTool.LearningToolGUI
 
Shell - Class in util
Utility class which acts like a system shell manipulable from Java code.
Shell() - Constructor for class util.Shell
 
SimpleCharStream - Class in parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class parser.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class parser.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class parser.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class parser.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class parser.SimpleCharStream
 
SingleAccumStatement() - Method in class parser.Parser
 
SingleWidgetStatement() - Method in class parser.Parser
 
Spacer - Class in lib.java
 
Spacer(Widget, WidgetDef) - Constructor for class lib.java.Spacer
 
span(T[], Predicate<T>) - Static method in class util.Functional
Split an array at the first element not satisfying a predicate, returning two arrays.
span(C, Predicate<T>) - Static method in class util.Functional
Split a collection at the first element not satisfying a predicate, returning two arrays.
span(T[], Predicate<T>, C1, C2) - Static method in class util.Functional
Split an array at the first element not satisfying a predicate.
span(C, Predicate<T>, C1, C2) - Static method in class util.Functional
Split a collection at the first element not satisfying a predicate.
specialConstructor - Variable in exception parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
start - Variable in class util.Functional.Range
The beginning of the range.
State - Enum in output.java
The state of a CodeBuilder object.
Statement() - Method in class parser.Parser
 
staticFlag - Static variable in class parser.SimpleCharStream
 
stderr - Variable in class util.Shell
The stream to use for standard error.
stdin - Variable in class util.Shell
The stream to use for standard input.
stdout - Variable in class util.Shell
The stream to use for standard output.
step - Variable in class util.Functional.Range
The increment at each step.
stop - Variable in class util.Functional.Range
The first integer after the range.
Streams - Class in util
Utility class for dealing with streams.
Streams() - Constructor for class util.Streams
 
Streams.PipeHandler - Class in util
Controller for handling all three streams for a child process asynchronously.
Streams.PipeHandler(InputStream, OutputStream, OutputStream, InputStream, OutputStream, InputStream) - Constructor for class util.Streams.PipeHandler
Construct a pipe handler.
STRING - Static variable in interface parser.ParserConstants
 
StringValue() - Method in class parser.Parser
 
suppressModifiers(Component, ActionEvent) - Method in interface learningTool.Controller
 
suppressModifiers(Component, ActionEvent) - Method in class learningTool.LearningTool
 
suppressModifiers - Variable in class learningTool.LearningToolGUI
 
SwitchTo(int) - Method in class parser.ParserTokenManager
 
synonyms - Variable in class types.GUIAttributes
A map of synonymous attribute names to their canonical equivalents.
SyntaxException - Exception in errors
An error caught by the parser.
SyntaxException(ParseException) - Constructor for exception errors.SyntaxException
 
SyntaxException(String, ParseException) - Constructor for exception errors.SyntaxException
Override the message provided by the original exception.

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