Package gov.nih.nlm.util

Common utilities.

See:
          Description

Interface Summary
FinderHandler Generically handles a find operation.
ObjectXMLSerializer.NotPersistentIfTransient Objects should implement this if they are to be ignored by the serializer and are marked as transient members.
ObjectXMLSerializer.Primitive Anything implementing this method should also have a static newInstance(String) method.
ProgressListener Generically listens for progress updates.
ProgressReporter Generically listens for progress updates.
 

Class Summary
BrowserLauncher Check for updates: http://sourceforge.net/projects/browserlauncher/ BrowserLauncher is a class that provides one static method, openURL, which opens the default web browser for the current user of the system to the given URL.
ClasspathToolkit This class sets the classpath (java.class.path) when Java Web Start is used.
ColumnStatistics Container for statistics about file columns.
Enscript Application entry point for printing HTML files.
FieldedStringTokenizer Breaks character deliminted strings into constituent fields.
FileStatistics Container for info about file statistics.
HTMLDocumentRenderer Handles printing of HTML documents.
JComponentPrintHandler Handles printing of HTML documents.
MultiMap Represents a Map that uses two keys.
MultiplePathReader  
ObjectXMLSerializer This class is used to provide an XML serialization scheme for ANY java object.
OnePagePrintable Handles printing of the contents of a JEditorPane, JTree, and JTable using one page per sheet of paper.
OrderedHashMap A HashMap that maintains the order in which elements were added.
PrintPreviewAction Frame for previewing stuff to print
ProgressEvent Generically represents an update to progress information.
StringFieldComparator Used to compare string field objects.
SystemToolkit Utility toolkit.
TwoPagePrintable Handles printing of the contents of a JEditorPane using two pages per sheet of paper.
UTF8InputStreamReader An InputStreamReader that ignores the first 3 bytes if they are the UTF8 Byte Order Mark (BOM) bytes.
UTF8OutputStreamWriter An OutputStreamWriter that can make the first 3 bytes the UTF8 Byte Order Mark (BOM) bytes.
Version The Version class aggregates change information for the gov.nih.nlm.util package.
XMLEntityEncoder Encodes a string with certain characters using XML character entities.
 

Package gov.nih.nlm.util Description

Common utilities. This package contains generically useful tools including tools for XML entity encoding a string, splitting a string on a delimiter or set of delimiters, a useful toolkit, and tools for printing HTML documents.



Copyright ©2005