Package com.jrefinery.report.util

Common utility classes.

See:
          Description

Interface Summary
ActionDowngrade Defines the 2 new constants introduced by Sun in version 1.3 of the J2SDK.
CloseableTableModel Extends the TableModel interface to be closeable.
SerializeMethod The SerializeMethod is used to define a serialization strategy for a certain object type.
 

Class Summary
AbstractActionDowngrade A class that allows Action features introduced in JDK 1.3 to be used with JDK 1.2.2, by defining the two new constants introduced by Sun in JDK 1.3.
ActionButton The ActionButton is used to connect an Action and its properties to a Button.
ActionMenuItem The ActionMenuItem is used to connect an Action and its properties to an MenuItem.
ActionRadioButton The ActionRadioButton is used to connect an Action and its properties to a JRadioButton.
CharacterEntityParser The character entity parser replaces all known occurrences of an entity in the format &entityname;.
DefaultReportConfiguration Create the implemented default report configuration.
EncodingSupport A global registry for all supported encodings.
ExceptionDialog The exception dialog is used to display an exception and the exceptions stacktrace to the user.
FilesystemFilter A generic filesystem filter which implements FilenameFilter and the Swing FileFilter.
FloatingButtonEnabler Enables a button to have a simple floating effect.
HashNMap The HashNMap can be used to store multiple values by a single key value.
HTMLCharacterEntities A collection of all character entites defined in the HTML4 standard.
ImageComparator The ImageComparator tries to compare a byte[] for equality by creating 2 hashes for the bytearray and comparing thoose hashes.
InstanceID This class can be used as ID to mark instances of objects.
KeyedQueue A keyed queue is a hashtable like structure which will store a certain number of elements.
LengthLimitingDocument This Document restricts the size of the contained plain text to the given number of characters.
LevelList A list that associates a level (instance of Integer) with each element in the list.
LineBreakIterator Same as BreakIterator.getLineInstance().
Log A simple logging facility.
Log.MemoryUsageMessage A helper class to print memory usage message if needed.
NoCloseOutputStream A Wrapper stream that does never calls close on its parent.
NullOutputStream A null output stream.
PageFormatFactory The PageFormatFactory is used to create PageFormats on a higher level.
PropertiesIterator The properties iterator iterates over a set of enumerated properties.
PropertyFileReportConfiguration A report configuration that reads its values from the jfreereport.properties file.
ReadOnlyIterator A unmodifiable iterator wrapper.
ReportConfiguration Global and local configurations for JFreeReport.
ReportProperties The report properties is a hashtable with string keys.
ReportPropertiesList A collection of report properties arranged into columns to provide access for the DataRowBackend class.
SerializerHelper  
StringUtil String utility functions.
SystemOutLogTarget A log target that sends all log messages to the System.out stream.
SystemPropertyConfiguration A property configuration based on system properties.
WaitingImageObserver This image observer blocks until the image is completely loaded.
WeakReferenceList The WeakReference list uses java.lang.ref.WeakReferences to store its contents.
WindowSizeLimiter A small helper class to limit the maximum size of an element to the elements maximum size.
WordBreakIterator Behaves similiar to BreakIterator.getWordInstance() but handles line break delimeters as simple whitespaces.
Worker A simple worker implementation.
 

Exception Summary
ObjectStreamResolveException The ObjectStreamResolveException this thrown, when the object resolving operation for serialized objects failed.
 

Package com.jrefinery.report.util Description

Common utility classes.