Package org.jurvis.util

Miscellaneous utility classes.

See:
          Description

Interface Summary
JvDataTransferModelListener JvDataTransferModelListener defines the interface for an object that listens to changes in a JvDataTransferModel.
JvFileFetcher Interface for the class responsible for downloading a file.
JvModifiable An interface defining the API of classes that contain parameters that may be modifiable by the user.
 

Class Summary
JvCachedFile Information about a file in a JvFileCache.
JvDataTransferModel A model class that contains information about a data transfer taking place between the client and server or vice versa.
JvDefaultFileFetcher Default JvFileFetcher that uses the standard Java I/O classes.
JvErrorList A instance of ErrorList maintains a list of user errors for a dialog.
JvErrorList.Entry An entry within a ErrorList.
JvFileCache Maintains a cache of files on disk.
JvHTMLText A text string that may contain HTML tags.
JvLongHashMap Hash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
JvNamedValue A class representing a value and its name.
JvPropertyLocator A class used to locate a property within a set of property sources.
 

Package org.jurvis.util Description

Miscellaneous utility classes.



Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.