Common utility classes.
See: Description
| Class Summary | |
|---|---|
| AttributeNameGenerator | Creation-Date: 21.11.2006, 13:24:41 |
| CharacterEntityParser | The character entity parser replaces all known occurrences of an entity in the format &entityname;. |
| ComponentDrawable | Creation-Date: 11.10.2005, 14:03:15 |
| CSVQuoter |
The CSVQuoter is a helper class to encode a string for the CSV file
format.
|
| CSVTokenizer | The csv tokenizer class allows an application to break a Comma Separated Value format into tokens. |
| DataSetUtility | Creation-Date: 17.04.2006, 11:43:04 |
| ImageUtils | Provides utility methods for image creation and manipluation. |
| InstanceID | This class can be used as ID to mark instances of objects. |
| IntegerCache | Creation-Date: 03.03.2006, 12:36:07 |
| LazyNameMap | Creation-Date: 06.03.2006, 20:20:17 |
| LazyNameMap.NameCarrier | |
| MemoryByteArrayOutputStream | A string writer that is able to write large amounts of data. |
| MemoryStringWriter | A string writer that is able to write large amounts of data. |
| MessageFormatSupport | ======================================== JFreeReport : a free Java report library ======================================== Project Info: http://reporting.pentaho.org/ (C) Copyright 2000-2007, by Object Refinery Limited, Pentaho Corporation and Contributors. |
| MessageFormatSupport.MessageCompiler | |
| NoCloseOutputStream | A Wrapper stream that does never calls close on its parent. |
| ObjectStreamResolveException |
The ObjectStreamResolveException this thrown, when the object resolving
operation for serialized objects failed.
|
| PropertyLookupParser | The property lookup parser is used to resolve embedded references to properties within strings. |
| ReportParameters | The report parameters collection is a map with string keys. |
| ScalingDrawable | Creation-Date: 20.01.2006, 19:46:10 |
| ScalingExtendedDrawable | Creation-Date: 20.01.2006, 19:46:10 |
| TextUtilities | Todo: Document me! |
| WeakReferenceList |
The WeakReference list uses java.lang.ref.WeakReferences to store its
contents. |
| Worker | A simple worker implementation. |
| WorkerHandle | The worker handle is a control structure which allows control over the worker without exposing the thread object. |
| WorkerPool | A simple static workpool. |