Contents
Info
Bugs
Docs
Source
Email
Download
Developer
org.gjt.chitec.util org.gjt.chitec.util
Downloads Source Javadoc
Author: Dirk Hillbrecht 1999-2000, chitec/Dirk Hillbrecht 2000
Home Page:
Version: Unspecified
Release Tag: $
Release Date: 2001/02/06 15:10:07
JVM Required: Unspecified
License: Unspecified
Categories: None
Requirements:
Dependencies: org.gjt.chitec.swing,
Externals: None

General utility classes.

Package Specification

This packages contains a variety of helper classes useable in any application. This contains:
  • CSV file handling classes
  • New data types: NumberedString and EDate
  • Convenience classes for resource handling: RB, MF, HierarchicalResourceBundle
  • Threading stuff, especially the famous ThreadInterface
  • JDBC database stuff: DBAbstractor, TransactionLogger, Sequencer, RowLock
  • ...and several other goodies.
Note that Swing helper classes have their own package org.gjt.chitec.swing.