| Package | Description |
|---|---|
| student |
This package provides classes written for use in introductory
computer science courses.
|
| student.testingsupport | |
| student.web |
| Class and Description |
|---|
| GObjectFilter
This class Represents a filter or query that can be used to describe
a
GObject when searching. |
| GObjectFilter.Operator
This base class represents an operator used to create a query.
|
| GUIFilter
This class Represents a filter or query that can be used to describe
a
Component when searching. |
| GUIFilter.Operator
This base class represents an operator used to create a query.
|
| ObjectdrawFilter
This class Represents a filter or query that can be used to describe
a
DrawableInterface when searching. |
| ObjectdrawFilter.Operator
This base class represents an operator used to create a query.
|
| PrintStreamWithHistory
An enhanced version of
PrintStream that provides for a history
recall function and some other features making I/O testing a bit
easier to perform. |
| PrintWriterWithHistory
An enhanced version of
PrintWriter that provides for a history
recall function and some other features making I/O testing a bit
easier to perform. |
| StringNormalizer
This class represents a programmable string "normalizing" engine that
can be used to convert strings into a canonical form, say, before
comparing strings for equality or something.
|
| Class and Description |
|---|
| GObjectFilter
This class Represents a filter or query that can be used to describe
a
GObject when searching. |
| GObjectFilter.BinaryOperator
A non-static subclass for binary operators that implicitly
captures the outer filter to which it belongs, using it as
the first/left argument to the operator.
|
| GObjectFilter.Operator
This base class represents an operator used to create a query.
|
| GUIFilter
This class Represents a filter or query that can be used to describe
a
Component when searching. |
| GUIFilter.BinaryOperator
A non-static subclass for binary operators that implicitly
captures the outer filter to which it belongs, using it as
the first/left argument to the operator.
|
| GUIFilter.Operator
This base class represents an operator used to create a query.
|
| ObjectdrawFilter
This class Represents a filter or query that can be used to describe
a
DrawableInterface when searching. |
| ObjectdrawFilter.BinaryOperator
A non-static subclass for binary operators that implicitly
captures the outer filter to which it belongs, using it as
the first/left argument to the operator.
|
| ObjectdrawFilter.Operator
This base class represents an operator used to create a query.
|
| PrintStreamWithHistory
An enhanced version of
PrintStream that provides for a history
recall function and some other features making I/O testing a bit
easier to perform. |
| ReflectionSupport.ParameterAcceptanceCategory
An enumeration that represents the different categories of
parameter matching possible between a method and possible
parameters.
|
| ReflectionSupport.ParameterConversionCategory
An enumeration that represents the different kinds of conversions
supported for method invocation conversions (see JLS Section 5.3).
|
| ReflectionSupport.ParameterSignature
This class only represents the parameter list signature for a
method as a list of Class values.
|
| ReflectionSupport.VisibilityConstraint
An enumeration that represents a set of constants for specifying
constraints on the visibility of a declaration.
|
| StringNormalizer.NormalizerRule
This interface defines what it means to be a normalizer rule: an
object having an appropriate
StringNormalizer.NormalizerRule.normalize(String) method. |
| StringNormalizer.StandardRule
This enumeration defines the set of predefined transformation rules.
|
| Class and Description |
|---|
| PrintWriterWithHistory
An enhanced version of
PrintWriter that provides for a history
recall function and some other features making I/O testing a bit
easier to perform. |