Serialized Form


Package elvisDoc

Class elvisDoc.elvisDocAttribute extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

description

String description

name

String name

defaultValue

String defaultValue

inheritedFrom

elvisDocItem inheritedFrom

Class elvisDoc.elvisDocItem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

elvisDocItem parent

name

String name

parentName

String parentName

description

String description

attrs

Hashtable<K,V> attrs

children

Hashtable<K,V> children

Package errors

Class errors.BadAttributeException extends GUIFileException implements Serializable

Serialized Fields

widget

Widget widget
The widget whose attribute caused the error.


attrName

String attrName
The name of the erroneous attribute.

Class errors.BadAttributeNameException extends BadAttributeException implements Serializable

Class errors.BadAttributeValueException extends BadAttributeException implements Serializable

Serialized Fields

attrValue

String attrValue
The value of the attribute.

Class errors.BadChildWidgetException extends GUIFileException implements Serializable

Serialized Fields

widget

Widget widget
The parent widget for which the child widget is invalid.


childType

String childType
The child widget in violation.

Class errors.BadLanguageDefinitionException extends RuntimeException implements Serializable

Class errors.BadOptionException extends GUIFileException implements Serializable

Serialized Fields

lineNum

int lineNum
The line number on which the option was declared.


name

String name
The name of the erroneous option.

Class errors.BadOptionNameException extends BadOptionException implements Serializable

Class errors.BadOptionValueException extends BadOptionException implements Serializable

Serialized Fields

value

String value
The value of the option.

Class errors.BadWidgetDefinitionException extends RuntimeException implements Serializable

Class errors.BadWidgetTypeException extends GUIFileException implements Serializable

Class errors.DuplicateIdentifierException extends GUIFileException implements Serializable

Serialized Fields

original

Widget original
The widget that was first declared with the identifier.


dupe

Widget dupe
The new widget, declared with the same identifier.

Class errors.GUIFileException extends Exception implements Serializable

Serialized Fields

lineNum

int lineNum
The number of the line at which the error occurred. If the error occurred over a range of lines, this should be the first of those lines.

Class errors.SyntaxException extends GUIFileException implements Serializable

Serialized Fields

original

Throwable original
The original exception.


Package learningTool

Class learningTool.LearningToolGUI.SmartTextArea extends JPanel implements Serializable

Serialized Fields

accessibleTextComponent

JTextArea accessibleTextComponent

numberPane

LearningToolGUI.SmartTextArea.NumberPane numberPane

scroller

JScrollPane scroller

rootPane

JPanel rootPane

contentPane

JPanel contentPane

caretPosition

Point caretPosition

Class learningTool.LearningToolGUI.SmartTextArea.NumberPane extends JPanel implements Serializable

Serialized Fields

width

int width

lineCount

int lineCount

d_height

int d_height

foregroundColor

Color foregroundColor

defaultForegroundColor

Color defaultForegroundColor

selection

int selection

Package parser

Class parser.ParseException extends 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

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

String eol
The end of line string for this machine.

Class parser.TokenMgrError extends 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 types

Class types.GUIAttributes extends TreeMap<String,List<String>> implements Serializable

Serialized Fields

defaults

Map<K,V> defaults
A map of the names of the recognized attributes to their default values.


synonyms

Map<K,V> synonyms
A map of synonymous attribute names to their canonical equivalents.


multisynonyms

Map<K,V> multisynonyms
A map on multisynonymous attribute names to the names of their component attributes.


widget

Widget widget
The Widget to which this object belongs.


Package util

Class util.CommandLineParser.InvalidCommandLineException extends Exception implements Serializable

Serialized Fields

opt

Enum<E extends Enum<E>> opt
The option in which the error occurred, or null if the error was associated with no particular option.


arg

String arg
The argument to the erroneous option, or null if there was no such.

Class util.CommandLineParser.OptionSpec.OptionException extends Exception implements Serializable

Class util.Pair extends Object implements Serializable

Serialized Fields

a

Object a
The first element of the pair.


b

Object b
The second element of the pair.

Class util.Triple extends Object implements Serializable

Serialized Fields

a

Object a
The first element of the triple.


b

Object b
The second element of the triple.


c

Object c
The third element of the triple.