See: Description
| Interface | Description |
|---|---|
| DataTable |
A database table or spreadsheet-like abstraction that consists of
rows, each of which has an unordered collection of columns.
|
| DataTable.Row |
This interface defines the model used for each row in the table.
|
| Class | Description |
|---|---|
| AnimatedIcon |
The AnimatedIcon will display a series of Icons in a predetermined
sequence.
|
| Assert |
This class is the student library equivalent of JUnit's Assert class.
|
| Browser |
This class provides a simple interface to your web browser.
|
| CSVDataTable |
CSVDataTable is an implementation of DataTable
that allows the user to interact with CSV Files.
|
| DataTable.HashedRow |
This is a default concrete implementation of the Row interface.
|
| GraphicTestCase |
This class provides enhancements to
GUITestCase to support
testing of ACM graphics programs that use GObject instances. |
| GUITestCase |
This class provides enhancements to
TestCase to support
testing of custom Swing components, panels, and main programs
with graphical user interfaces (GUIs). |
| IOHelper |
This class provides several static methods that streamline the use of
basic I/O operations in Java.
|
| IterableSequence<T> |
This class is just an iterator wrapped inside an Iterable so that it
can be used in for-each loops.
|
| ObjectdrawTestCase |
This class provides enhancements to
GUITestCase to support
testing of objectdraw graphics programs that use DrawableInterface
instances. |
| TestableRandom |
This subclass of
Random adds extra methods useful
for testing purposes. |
| TestCase |
This class provides some customized behavior beyond the basics of
TestCase to support testing of I/O driven
programs and flexible/fuzzy comparison of strings. |
| Version |
This class allows access to the package version information.
|
| Exception | Description |
|---|---|
| GUITestCase.EventDispatchException |
Represents an exception that occurred on the event dispatch thread.
|
| Error | Description |
|---|---|
| TestCase.AssertMethodCalledIncorrectly |
A custom error class that represents a mistake in calling the wrong
assert method for a given situation.
|
This package provides classes written for use in introductory
computer science courses.
Many of the relevant classes are in subpackages, including
student.web.