Package org.gjt.lindfors.util

Miscellaneous utility classes and methods.

See:
          Description

Interface Summary
EventGenerator A tagging interface that all event generator interfaces must extend.
PluggableVisualizer [PENDING] objects implementing this interface can be visualized maybe this belongs to strategy package instead?
Visualizable [PENDING] objects implementing this interface can be visualized quickly and easily, in a good OO manner, and kept up to date with object's state automatically.
 

Class Summary
BoundBuffer ...
EventGeneratorSupport Support class for objects implementing the EventGenerator interface.
Library Collection of miscellaneous utility methods.
LocalizationSupport Support class for loading and handling language resource bundles.
Pair A container class for holding key, value pairs.
StreamReaderThread Generalized reader thread for input streams.
Trace A very basic trace implementation.
TypeSupport Support class for creating enumerated types.
 

Package org.gjt.lindfors.util Description

Miscellaneous utility classes and methods.

A collection of miscellaneous classes and methods that generally come in handy in all sorts of situations.

Package Specification

Related Documentation

TODO

Version:
0.5
Author:
Juha Lindfors (jpl@gjt.org)