Package erland.util

Interface Summary
ImageCreatorInterface Defines an interface for objects implementing image creation
ImageHandlerInterface Specifies and interface for image loading
ObjectStorageInterface Get, set or delete parameters from some storage
ParameterSerializable Defines an interface for objects that can serialize their parameters to a ParameterValueStorageExInterface
ParameterValueStorageExInterface Get, set or delete parameters from some storage.
ParameterValueStorageInterface Get, set or delete parameters from some storage
StorageFactoryInterface Defines an interface for a factory that creates new StorageInterface objects
StorageInterface Defines an inteface for different types of storages that can store a string
TimerListenerInterface Specifies the interface to implement when you want regular ping calls
XMLParserHandlerInterface Defines the methods that an XML parser handler needs to implement to be able to parse an XML document using an XML parser implementing XMLParserInterface
XMLParserInterface Defines methods that an XML parser needs to implement
 

Class Summary
CookieHandler Makes it possible to read, write and delete cookies from an applet
CookieStorage An implementation of StorageInterface that uses a cookie to store inforamtion
FileStorage Save a string to a file
ImageHandlerForApplet Loads images using an Applet object for the loading mechanism
ImageHandlerForApplication Loads images using an Component object for the loading mechanism
ImageHandlerForApplicationFileSystem Loads images using an Component object for the loading mechanism
ImageHandlerForApplicationJarFile An implementation of ImageHandlerInterface that loads images from a jar file
JarFileStorage An implementation of StorageInterface that reads data from a file inside a jar file
JarFileStorageFactory A factory that creates new StorageInterface objects
KeyValue This class stores a key value pair which can be used in all sorts of data structures
Log Deprecated. You should use commons-logging classes instead
ObjectStorageMap  
ObjectStorageParameterStorage  
ParameterStorageChild  
ParameterStorageGroup Handles storing of groupdata
ParameterStorageGroupWithId Handles storing of groupdata
ParameterStorageParameterString Get, set or delete parameters stored in a parameter string
ParameterStorageString Get, set or delete parameters stored in a file
ParameterStorageStringEx Get, set or delete parameters stored in a string
ParameterStorageTree Get parameters from an XML document
SAXXMLParser A wrapper for the SAXParser XML parser to make it possible to use it with the XMLParserInterface
SimpleXMLParser A simple implementation of an XML parser, this implementation does not require any third party XML parser libraries
SimpleXMLParserHandler An implementation of a XMLParserHandlerInterface.
StreamStorage Load and Save a string to a InputStream and OutputStream
StringStorage Implements a storage that stores the data in a String in memory
StringUtil A helper class for various String and StringBuffer methods
SubImageHandler Implements a image handler which makes it easier to extract and drag sub images from a large image
Timer Timer class that calls your object at regular intervals
XMLNode A node object for an XML document tree.
XMLParser This is a singleton object that makes it possible to set and get the currently active XML parser
XMLStorage A storage object that stores its data as XML in memory
 



Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.