All Classes and Interfaces

Class
Description
An abstract superclass for GUI controller classes.
A test filter that accepts all tests
Thrown if the close() method is called on an object that is already closed
An extension of junit.framework.TestCase that adds those methods that we really wish were part of JUnit.
A trace writer specifically designed for the bash shell.
Internal use only.
The interface used to execute SQL stored procedures.
An object that knows how to load a component.
A specialized subclass of ObjectOutputStream that is used to serialize objects.
A wrapper for java.sql.Connection objects.
Wrapper for DatabaseMetaData
A default implementation of ComponentLoader that uses reflection to instantiate components.
An event that describes changes to a DelayedComponentLoader.
A listener for DelayedComponentLoader events
A panel that supports delayed loading of its contents.
A more detailed version of IllegalArgumentException that contains information about what argument was not legal.
A more detailed version of NullPointerException that contains information about what argument was null.
A class to walk through the directory structure from a given starting point and return either files or directories or both.
An object store that just dispatches commands to other object stores
Various utility methods relating to documents.
A wrapper document that prevents the user from typing more than a specified number of characters.
A document that merely passes all requests through to another document.
EqualsTester is used to test the equals contract on objects.
A testing class for catching and logging events.
Information about a single event that was caught by an EventCatcher
A ResourceFactory for JDBC connections
Objects that implement this interface can be returned from a ResourceFactory
This is a wrapper for a List object that fires NotificationListEvent's whenever the list is modified.
An event that is fired when a NotificationList changes.
A listener that listens for changes to a NotificationList.
This is a wrapper for the data layer in an application.
A command that can be sent to an object store
Exception that will be thrown when a command is passed into an object store and that store does not understand the specified command.
Thrown when an error occuring during the processing of an object store.
This class allows you to specify the order that test methods will execute in and yet still retain the ability to have test methods found via reflection.
A resource factory that provides object pooling
A wrapper for a PreparedStatement
A collection of utility methods dealing with proxy objects
A launching point for executing test cases.
A swing "action" that uses reflection to find and invoke a given target method.
An object store that allows configuration by reflection.
A table model that uses reflection to retrieve values out of the row objects.
This class contains information about one specific column in the table.
An exception that is thrown by ResourceManager
A class that can create instances of specific types of resources, such as JDBC connections.
Thrown when the specified resource factory cannot be found.
An object that manages the resources allocated by the resource factories
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
A simple bean class that can be used for testing purposes.
The object used for executing a static SQL statement and obtaining the results produced by it.
A concrete implementation of Comparator that compares two strings.
A collection of utility methods dealing with strings
The TableLayout lays out items based on a table of rows and columns.
This object contains all the constraints that apply to a specific component inside a TableLayout.
A special panel that when used with a TableLayout, will draw all the table cell boundaries.
An object that can filter out tests before they are inserted into a test suite
A exception that will be thrown when a test is unable to initialize
Utility methods dealing with JUnit testing.
A panel that can display an exception stack trace.
A class that provides a mechanism for logging diagnostic messages.
An exception used to determine where the code is at any point in time.
This class represents a "channel" that diagnostic messages can be written to.
A controller object for the tracing mechanism.
An item of data to be written.
Internal use only.
Internal use only.
Internal use only.
A collection of utility methods dealing with tracing.
An object that implements this interface will be responsible for handling diagnostic messages written by the Trace class.
A task that partially executes on a non-ui thread and partially on the ui thread.