A B C D E F G H I J K L O P R S T W X

A

addChild(XMLNode, String, String) - Method in class erland.util.ParameterStorageString
Add a child XMLNode object to the specified parent, the value of the child object will be parsed to a child tree if it contains XML
addChild(XMLNode) - Method in class erland.util.XMLNode
Add a child node
addChildAsStorage(XMLNode, String, StorageInterface) - Method in class erland.util.ParameterStorageString
Add a child XMLNode object to the specified parent, the value of the child object is a StorageInterface object and will be parsed to a child tree if it contains XML
addFixLength(StringBuffer, long, int) - Static method in class erland.util.StringUtil
Converts a number to string with a specified length and append it to a StringBuffer, if the number is shorter than the specified length it will be filled out with 0 in the beginning
addFixLength(StringBuffer, String, int, boolean) - Static method in class erland.util.StringUtil
Converts a String to a String with specified length and append it to a StringBuffer object, if the string is shorter you can choose if it should be filled with spaces in the end or in the beginning
applet - Variable in class erland.util.CookieHandler
The applet object which will be used to access the cookies
asBoolean(String, Boolean) - Static method in class erland.util.StringUtil
 
asDate(String, Date) - Static method in class erland.util.StringUtil
 
asDate(String, Date, Locale) - Static method in class erland.util.StringUtil
 
asDate(String, Date, DateFormat) - Static method in class erland.util.StringUtil
 
asDouble(String, Double) - Static method in class erland.util.StringUtil
 
asEmpty(String) - Static method in class erland.util.StringUtil
Returns "" if string is null
asFloat(String, Float) - Static method in class erland.util.StringUtil
 
asInteger(String, Integer) - Static method in class erland.util.StringUtil
 
asLong(String, Long) - Static method in class erland.util.StringUtil
 
asNull(String) - Static method in class erland.util.StringUtil
Returns null if string is null or if String.trim().length()==0
asString(Integer, String) - Static method in class erland.util.StringUtil
 
asString(Long, String) - Static method in class erland.util.StringUtil
 
asString(Boolean, String) - Static method in class erland.util.StringUtil
 
asString(Float, String) - Static method in class erland.util.StringUtil
 
asString(Double, String) - Static method in class erland.util.StringUtil
 
asString(Date, String) - Static method in class erland.util.StringUtil
 
asString(Date, String, Locale) - Static method in class erland.util.StringUtil
 
asString(Date, String, DateFormat) - Static method in class erland.util.StringUtil
 

B

beanToString(Object, String, Class, boolean) - Static method in class erland.util.StringUtil
Generates a string with all properties of an object which has a getXXX or isXXX method In the case that the methods return a value that is not a String it will be converted to a String by using the toString() method of the object

C

characters(String, int, int) - Method in class erland.util.SimpleXMLParserHandler
 
characters(String, int, int) - Method in interface erland.util.XMLParserHandlerInterface
Called one or several times for each values of a node in the XML document.
cleanValue(String) - Method in class erland.util.CookieHandler
 
component - Variable in class erland.util.ImageHandlerForApplication
Component object that should be used for the image loading
CookieHandler - Class in erland.util
Makes it possible to read, write and delete cookies from an applet
CookieHandler(Applet) - Constructor for class erland.util.CookieHandler
 
CookieStorage - Class in erland.util
An implementation of StorageInterface that uses a cookie to store inforamtion
CookieStorage(Applet, String) - Constructor for class erland.util.CookieStorage
Creates a new instance that stores information in the specified cookie using the specified applet object
create(String) - Method in class erland.util.JarFileStorageFactory
 
create(String) - Method in interface erland.util.StorageFactoryInterface
Create a new storage with the specified storage refernce
createCompatibleImage(int, int, int) - Method in interface erland.util.ImageCreatorInterface
Creates a new Image with the specified size and transparency
createImage() - Method in interface erland.util.ImageCreatorInterface
Creates a new Image with the size of the screen
createImage(int, int) - Method in interface erland.util.ImageCreatorInterface
Creates a new Image with the specified size
createVolatileImage() - Method in interface erland.util.ImageCreatorInterface
Creates a new VolatieImage with the size of the screen
createVolatileImage(int, int) - Method in interface erland.util.ImageCreatorInterface
Creates a new VolatileImage with the specified size
createVolatileImage(Image) - Method in interface erland.util.ImageCreatorInterface
Creates a new VolatileImage and copies the specified image to it

D

DEBUG - Static variable in class erland.util.Log
Deprecated. Constant for DEBUG logging level
delChild(XMLNode) - Method in class erland.util.XMLNode
Delete a child node.
delChild(String) - Method in class erland.util.XMLNode
Delete the first child node matching the name If the child node has child nodes itself these will also be deleted.
delChilds() - Method in class erland.util.XMLNode
Delete all child nodes.
delete(String) - Method in interface erland.util.ObjectStorageInterface
Delete a object
delete(String) - Method in class erland.util.ObjectStorageMap
 
delete(String) - Method in class erland.util.ObjectStorageParameterStorage
 
deleteCookie(String) - Method in class erland.util.CookieHandler
Delete a cookie
delParameter(String) - Method in class erland.util.CookieHandler
 
delParameter(String) - Method in class erland.util.ParameterStorageChild
 
delParameter(String) - Method in class erland.util.ParameterStorageParameterString
 
delParameter(String) - Method in class erland.util.ParameterStorageString
 
delParameter(String) - Method in class erland.util.ParameterStorageTree
 
delParameter(String) - Method in interface erland.util.ParameterValueStorageInterface
Delete a parameter
delSpecialParameterInData(XMLNode, String) - Method in class erland.util.ParameterStorageGroup
 
delSpecialParameterInData(XMLNode, String) - Method in class erland.util.ParameterStorageGroupWithId
 
delSpecialParameterInData(StringBuffer, String) - Method in class erland.util.ParameterStorageParameterString
Delets a parameter in the StringBuffer specified, this method is only called if ParameterStorageParameterString.isSpecialHandled(String) returns true
delSpecialParameterInData(XMLNode, String) - Method in class erland.util.ParameterStorageString
Delets a parameter in the XMLNode tree specified, this method is only called if ParameterStorageString.isSpecialHandled(String) returns true
drawImage(Graphics, int, int, int) - Method in class erland.util.SubImageHandler
Draw a specific subimage

E

endDocument() - Method in class erland.util.SimpleXMLParserHandler
 
endDocument() - Method in interface erland.util.XMLParserHandlerInterface
Called in the end of the document when parsing has finished
endElement(String) - Method in class erland.util.SimpleXMLParserHandler
 
endElement(String) - Method in interface erland.util.XMLParserHandlerInterface
Called once at the end of each node in the XML document.
equals(Object) - Method in class erland.util.KeyValue
 
erland.util - package erland.util
 
ERROR - Static variable in class erland.util.Log
Deprecated. Constant for ERROR logging level

F

FileStorage - Class in erland.util
Save a string to a file
FileStorage(String) - Constructor for class erland.util.FileStorage
Creates a new FileStorage object
findGroupNode(XMLNode, String) - Method in class erland.util.ParameterStorageGroup
Find a specific group node in the XMLNode tree
findGroupNode(XMLNode, String) - Method in class erland.util.ParameterStorageGroupWithId
Find a specific group node in the XMLNode tree

G

get(String) - Method in interface erland.util.ObjectStorageInterface
Get a object
get(String) - Method in class erland.util.ObjectStorageMap
 
get(String) - Method in class erland.util.ObjectStorageParameterStorage
 
getAttributes() - Method in class erland.util.XMLNode
Get an iterator with the name of all attributes for the node
getAttributeValue(String) - Method in class erland.util.XMLNode
Get the value of a specified attribute for the node
getChilds() - Method in class erland.util.XMLNode
Get all child nodes
getCookie() - Method in class erland.util.CookieHandler
Reads all available cookies
getCookie(String) - Method in class erland.util.CookieHandler
Read a cookie
getData() - Method in class erland.util.SimpleXMLParserHandler
Get the XMLNode tree that has been created during the parsing
getDelay() - Method in class erland.util.Timer
Gets the current delay between timer tics
getFixLength(long, int) - Static method in class erland.util.StringUtil
Converts a number to a String with specified length, if the number is shorter than the specified length it will be filled out with 0 in the beginning
getFixLength(String, int, boolean) - Static method in class erland.util.StringUtil
Converts a String to a String with specified length, if the string is shorter you can choose if it should be filled with spaces in the end or in the beginning
getGraphics(int) - Method in class erland.util.SubImageHandler
Get a Graphics object for the specified sub image
getId(String) - Method in class erland.util.ParameterStorageGroupWithId
 
getImage(String) - Method in class erland.util.ImageHandlerForApplet
 
getImage(String) - Method in class erland.util.ImageHandlerForApplication
 
getImage(String) - Method in class erland.util.ImageHandlerForApplicationFileSystem
 
getImage(String) - Method in class erland.util.ImageHandlerForApplicationJarFile
 
getImage(String) - Method in interface erland.util.ImageHandlerInterface
Get a specific image
getImage() - Method in class erland.util.SubImageHandler
Get the main image which contains all sub images
getInstance() - Static method in class erland.util.XMLParser
Get the currently active XML parser, if no parser has been set previously it will be created automatically when this method is called
getKey() - Method in class erland.util.KeyValue
 
getName() - Method in class erland.util.XMLNode
Get the name of this node
getNodeAsStorage(XMLNode, String) - Method in class erland.util.ParameterStorageString
Return the specified node as a storage.
getNodeAsStorage(XMLNode, String) - Method in class erland.util.ParameterStorageStringEx
Overridden so it returns the node itself
getNumber(String) - Static method in class erland.util.StringUtil
Converts a string to a number
getNumber(String, int, int) - Static method in class erland.util.StringUtil
Converts a sub string between a start and end position to a number
getNumber(StringBuffer) - Static method in class erland.util.StringUtil
Converts a string to a number
getNumber(StringBuffer, int, int) - Static method in class erland.util.StringUtil
Converts a sub string between a start and end position to a number
getParameter(String) - Method in class erland.util.CookieHandler
 
getParameter(String) - Method in class erland.util.ParameterStorageChild
 
getParameter(String) - Method in class erland.util.ParameterStorageParameterString
 
getParameter(String) - Method in class erland.util.ParameterStorageString
 
getParameter(String) - Method in class erland.util.ParameterStorageTree
 
getParameter(String) - Method in interface erland.util.ParameterValueStorageInterface
Get a parameter value
getParameterAsStorage(String) - Method in class erland.util.ParameterStorageChild
 
getParameterAsStorage(String) - Method in class erland.util.ParameterStorageParameterString
 
getParameterAsStorage(String) - Method in class erland.util.ParameterStorageString
 
getParameterAsStorage(String) - Method in class erland.util.ParameterStorageTree
 
getParameterAsStorage(String) - Method in interface erland.util.ParameterValueStorageExInterface
Retreives the parameter as a StorageInterface object instead of a value Observe that this is a new StorageInterface object and will not be related to any of your other StorageInterface objects
getSpecialParameterAsStorageInData(XMLNode, String) - Method in class erland.util.ParameterStorageGroup
 
getSpecialParameterAsStorageInData(XMLNode, String) - Method in class erland.util.ParameterStorageGroupWithId
 
getSpecialParameterAsStorageInData(StringBuffer, String) - Method in class erland.util.ParameterStorageParameterString
Gets a storage object for a parameter from the StringBuffer specified, this method is only called if ParameterStorageParameterString.isSpecialHandled(String) returns true
getSpecialParameterAsStorageInData(XMLNode, String) - Method in class erland.util.ParameterStorageString
Gets a storage object for a parameter from the XMLNode tree specified, this method is only called if ParameterStorageString.isSpecialHandled(String) returns true
getSpecialParameterInData(XMLNode, String) - Method in class erland.util.ParameterStorageGroup
 
getSpecialParameterInData(XMLNode, String) - Method in class erland.util.ParameterStorageGroupWithId
 
getSpecialParameterInData(StringBuffer, String) - Method in class erland.util.ParameterStorageParameterString
Gets the parameter value for a parameter from the StringBuffer specified, this method is only called if ParameterStorageParameterString.isSpecialHandled(String) returns true
getSpecialParameterInData(XMLNode, String) - Method in class erland.util.ParameterStorageString
Gets the parameter value for a parameter from the XMLNode tree specified, this method is only called if ParameterStorageString.isSpecialHandled(String) returns true
getValue() - Method in class erland.util.KeyValue
 
getValue() - Method in class erland.util.XMLNode
Get the value of this node
getXMLNode() - Method in class erland.util.XMLStorage
Get the storage data as an XMLNode object

H

hashCode() - Method in class erland.util.KeyValue
 

I

ImageCreatorInterface - Interface in erland.util
Defines an interface for objects implementing image creation
imageDir - Variable in class erland.util.ImageHandlerForApplication
Directory where all images are stored
ImageHandlerForApplet - Class in erland.util
Loads images using an Applet object for the loading mechanism
ImageHandlerForApplet(Applet, String) - Constructor for class erland.util.ImageHandlerForApplet
Creates a new instance
ImageHandlerForApplication - Class in erland.util
Loads images using an Component object for the loading mechanism
ImageHandlerForApplication(Component, String) - Constructor for class erland.util.ImageHandlerForApplication
Creates a new instance
ImageHandlerForApplicationFileSystem - Class in erland.util
Loads images using an Component object for the loading mechanism
ImageHandlerForApplicationFileSystem(Component, String) - Constructor for class erland.util.ImageHandlerForApplicationFileSystem
Creates a new instance
ImageHandlerForApplicationJarFile - Class in erland.util
An implementation of ImageHandlerInterface that loads images from a jar file
ImageHandlerForApplicationJarFile(Component, String) - Constructor for class erland.util.ImageHandlerForApplicationJarFile
Creates a new instance
ImageHandlerInterface - Interface in erland.util
Specifies and interface for image loading
images - Variable in class erland.util.ImageHandlerForApplication
Vector with all loaded images, see ImageData
INFORMATION - Static variable in class erland.util.Log
Deprecated. Constant for INFORMATION logging level
init(StorageInterface, StorageInterface, char, String, String) - Method in class erland.util.ParameterStorageParameterString
Initialize this object
init(StorageInterface, StorageInterface, String) - Method in class erland.util.ParameterStorageString
Initialize this object
insertChild(XMLNode) - Method in class erland.util.XMLNode
Insert a child node
isEnabled(Object) - Static method in class erland.util.Log
Deprecated. Checks if logging is enabled on the specified object.
isEnabled(Object, int) - Static method in class erland.util.Log
Deprecated. Checks if logging is enabled on the specified object.
isRunning() - Method in class erland.util.Timer
Checks if the timer is running
isSpecialHandled(String) - Method in class erland.util.ParameterStorageGroup
 
isSpecialHandled(String) - Method in class erland.util.ParameterStorageGroupWithId
 
isSpecialHandled(String) - Method in class erland.util.ParameterStorageParameterString
Check if this parameter should be special handled, will be autmatically called when a parameter is accessed.
isSpecialHandled(String) - Method in class erland.util.ParameterStorageString
Check if this parameter should be special handled, will be autmatically called when a parameter is accessed.

J

JarFileStorage - Class in erland.util
An implementation of StorageInterface that reads data from a file inside a jar file
JarFileStorage(String) - Constructor for class erland.util.JarFileStorage
Creates a new FileStorage object
JarFileStorageFactory - Class in erland.util
A factory that creates new StorageInterface objects
JarFileStorageFactory() - Constructor for class erland.util.JarFileStorageFactory
 

K

KeyValue - Class in erland.util
This class stores a key value pair which can be used in all sorts of data structures
KeyValue() - Constructor for class erland.util.KeyValue
 
KeyValue(Object, Object) - Constructor for class erland.util.KeyValue
 

L

load() - Method in class erland.util.CookieStorage
 
load() - Method in class erland.util.FileStorage
Reads data from file
load() - Method in class erland.util.JarFileStorage
 
load() - Method in interface erland.util.StorageInterface
Read data from the storage as a string
load() - Method in class erland.util.StreamStorage
Reads data from stream
load() - Method in class erland.util.StringStorage
 
load() - Method in class erland.util.XMLStorage
 
Log - Class in erland.util
Deprecated. You should use commons-logging classes instead
Log() - Constructor for class erland.util.Log
Deprecated.  

O

ObjectStorageInterface - Interface in erland.util
Get, set or delete parameters from some storage
ObjectStorageMap - Class in erland.util
 
ObjectStorageMap(Map) - Constructor for class erland.util.ObjectStorageMap
 
ObjectStorageParameterStorage - Class in erland.util
 
ObjectStorageParameterStorage(ParameterValueStorageInterface) - Constructor for class erland.util.ObjectStorageParameterStorage
 
objectToString(Object, String, Class, boolean) - Static method in class erland.util.StringUtil
Generates a string with all attributes of an object In the case that the methods return a value that is not a String it will be converted to a String by using the toString() method of the object

P

ParameterSerializable - Interface in erland.util
Defines an interface for objects that can serialize their parameters to a ParameterValueStorageExInterface
ParameterStorageChild - Class in erland.util
 
ParameterStorageChild(String, ParameterValueStorageExInterface) - Constructor for class erland.util.ParameterStorageChild
 
ParameterStorageGroup - Class in erland.util
Handles storing of groupdata
ParameterStorageGroup(StorageInterface, StorageInterface, String, String) - Constructor for class erland.util.ParameterStorageGroup
Creates a new object
ParameterStorageGroupWithId - Class in erland.util
Handles storing of groupdata
ParameterStorageGroupWithId(StorageInterface, StorageInterface, String, String) - Constructor for class erland.util.ParameterStorageGroupWithId
Creates a new object
ParameterStorageParameterString - Class in erland.util
Get, set or delete parameters stored in a parameter string
ParameterStorageParameterString(StorageInterface, StorageInterface, char) - Constructor for class erland.util.ParameterStorageParameterString
Createa a storage object
ParameterStorageParameterString(StorageInterface, StorageInterface, char, String, String) - Constructor for class erland.util.ParameterStorageParameterString
Createa a storage object
ParameterStorageString - Class in erland.util
Get, set or delete parameters stored in a file
ParameterStorageString(StorageInterface, StorageInterface) - Constructor for class erland.util.ParameterStorageString
Createa a storage object
ParameterStorageString(StorageInterface, StorageInterface, String) - Constructor for class erland.util.ParameterStorageString
Creates a storage object
ParameterStorageStringEx - Class in erland.util
Get, set or delete parameters stored in a string
ParameterStorageStringEx(StorageInterface, StorageInterface) - Constructor for class erland.util.ParameterStorageStringEx
Createa a storage object
ParameterStorageStringEx(StorageInterface, StorageInterface, String) - Constructor for class erland.util.ParameterStorageStringEx
Creates a storage object
ParameterStorageTree - Class in erland.util
Get parameters from an XML document
ParameterStorageTree(StorageInterface, StorageFactoryInterface) - Constructor for class erland.util.ParameterStorageTree
Create an instance which accesses data in the specified storage
ParameterValueStorageExInterface - Interface in erland.util
Get, set or delete parameters from some storage.
ParameterValueStorageInterface - Interface in erland.util
Get, set or delete parameters from some storage
parse(InputStream, XMLParserHandlerInterface) - Method in class erland.util.SAXXMLParser
 
parse(String, XMLParserHandlerInterface) - Method in class erland.util.SAXXMLParser
 
parse(InputStream, XMLParserHandlerInterface) - Method in class erland.util.SimpleXMLParser
 
parse(String, XMLParserHandlerInterface) - Method in class erland.util.SimpleXMLParser
 
parse(InputStream, XMLParserHandlerInterface) - Method in interface erland.util.XMLParserInterface
Parse an XML document in an InputStream using the specified XML parser handler implementation
parse(String, XMLParserHandlerInterface) - Method in interface erland.util.XMLParserInterface
Parse an XML document in String using the specified XML parser handler implementation
println(Object, String) - Static method in class erland.util.Log
Deprecated. Log a text string if logging is enabled or just return without doing anything if logging is disabled
println(Object, String, int) - Static method in class erland.util.Log
Deprecated. Log a text string if logging is enabled or just return without doing anything if logging is disabled
println(Object, Object) - Static method in class erland.util.Log
Deprecated. Log a object if logging is enabled or just return without doing anything if logging is disabled
println(Object, Object, int) - Static method in class erland.util.Log
Deprecated. Log a object if logging is enabled or just return without doing anything if logging is disabled

R

read(ParameterValueStorageExInterface) - Method in interface erland.util.ParameterSerializable
Read all parameters from a storage
replaceChar(StringBuffer, char, char) - Static method in class erland.util.StringUtil
Replace all occurrances of a specifiec character in a StringBuffer with another character
replaceChild(XMLNode, XMLNode) - Method in class erland.util.XMLNode
Replaces an existing child node with a new one
run() - Method in class erland.util.Timer
Main loop

S

save(String) - Method in class erland.util.CookieStorage
 
save(String) - Method in class erland.util.FileStorage
Save the string to file.
save(String) - Method in class erland.util.JarFileStorage
 
save(String) - Method in interface erland.util.StorageInterface
Store the specified string
save(String) - Method in class erland.util.StreamStorage
Save the string to stream.
save(String) - Method in class erland.util.StringStorage
 
save(String) - Method in class erland.util.XMLStorage
 
SAXXMLParser - Class in erland.util
A wrapper for the SAXParser XML parser to make it possible to use it with the XMLParserInterface
SAXXMLParser() - Constructor for class erland.util.SAXXMLParser
 
set(String, Object) - Method in interface erland.util.ObjectStorageInterface
Set a object
set(String, Object) - Method in class erland.util.ObjectStorageMap
 
set(String, Object) - Method in class erland.util.ObjectStorageParameterStorage
 
setAttributeValue(String, String) - Method in class erland.util.XMLNode
Set the value of a specified attribute for the node
setCookie(String, String) - Method in class erland.util.CookieHandler
Write a cookie
setDelay(long) - Method in class erland.util.Timer
Sets the delay between timer ticks
setInstance(XMLParserInterface) - Static method in class erland.util.XMLParser
Change the currently active XML parser
setKey(Object) - Method in class erland.util.KeyValue
 
setLog(boolean) - Static method in class erland.util.Log
Deprecated. Enabled or disable logging everywhere
setLog(String) - Static method in class erland.util.Log
Deprecated. Enabled or disable logging by using a configuration string
setLogConfig(ParameterValueStorageInterface) - Static method in class erland.util.Log
Deprecated. Enabled or disable logging by using a configuration string
setName(String) - Method in class erland.util.XMLNode
Set the name of this node
setNodeAsStorage(XMLNode, String, StorageInterface) - Method in class erland.util.ParameterStorageString
Set the specified node as a storage.
setNodeAsStorage(XMLNode, String, StorageInterface) - Method in class erland.util.ParameterStorageStringEx
Overridden so it sets the node itself
setParameter(String, String) - Method in class erland.util.CookieHandler
 
setParameter(String, String) - Method in class erland.util.ParameterStorageChild
 
setParameter(String, String) - Method in class erland.util.ParameterStorageParameterString
 
setParameter(String, String) - Method in class erland.util.ParameterStorageString
 
setParameter(String, String) - Method in class erland.util.ParameterStorageTree
 
setParameter(String, String) - Method in interface erland.util.ParameterValueStorageInterface
Set a parameter value
setParameterAsStorage(String, StorageInterface) - Method in class erland.util.ParameterStorageChild
 
setParameterAsStorage(String, StorageInterface) - Method in class erland.util.ParameterStorageParameterString
 
setParameterAsStorage(String, StorageInterface) - Method in class erland.util.ParameterStorageString
 
setParameterAsStorage(String, StorageInterface) - Method in class erland.util.ParameterStorageTree
 
setParameterAsStorage(String, StorageInterface) - Method in interface erland.util.ParameterValueStorageExInterface
Sets the parameter as a StorageInterface object instead of a value Observe that this is a new StorageInterface object must have been retreived with the ParameterValueStorageExInterface.getParameterAsStorage(String) method
setSpecialParameterAsStorageInData(XMLNode, String, StorageInterface) - Method in class erland.util.ParameterStorageGroup
 
setSpecialParameterAsStorageInData(XMLNode, String, StorageInterface) - Method in class erland.util.ParameterStorageGroupWithId
 
setSpecialParameterAsStorageInData(StringBuffer, String, StorageInterface) - Method in class erland.util.ParameterStorageParameterString
Sets the parameter value for a parameter in the StringBuffer specified, this method is only called if ParameterStorageParameterString.isSpecialHandled(String) returns true The value is specified as a StorageInterface object
setSpecialParameterAsStorageInData(XMLNode, String, StorageInterface) - Method in class erland.util.ParameterStorageString
Sets the parameter value for a parameter in the XMLNode tree specified, this method is only called if ParameterStorageString.isSpecialHandled(String) returns true The value is specified as a StorageInterface object
setSpecialParameterInData(XMLNode, String, String) - Method in class erland.util.ParameterStorageGroup
 
setSpecialParameterInData(XMLNode, String, String) - Method in class erland.util.ParameterStorageGroupWithId
 
setSpecialParameterInData(StringBuffer, String, String) - Method in class erland.util.ParameterStorageParameterString
Sets the parameter value for a parameter in the StringBuffer specified, this method is only called if ParameterStorageParameterString.isSpecialHandled(String) returns true
setSpecialParameterInData(XMLNode, String, String) - Method in class erland.util.ParameterStorageString
Sets the parameter value for a parameter in the XMLNode tree specified, this method is only called if ParameterStorageString.isSpecialHandled(String) returns true
setValue(Object) - Method in class erland.util.KeyValue
 
setValue(XMLNode, String) - Method in class erland.util.ParameterStorageString
Sets the value of a XMLNode object, the value will be parsed to a child tree if it contains XML
setValue(String) - Method in class erland.util.XMLNode
Set the value of this node
SimpleXMLParser - Class in erland.util
A simple implementation of an XML parser, this implementation does not require any third party XML parser libraries
SimpleXMLParser() - Constructor for class erland.util.SimpleXMLParser
 
SimpleXMLParserHandler - Class in erland.util
An implementation of a XMLParserHandlerInterface.
SimpleXMLParserHandler() - Constructor for class erland.util.SimpleXMLParserHandler
 
skipSpaces(String, int) - Method in class erland.util.SimpleXMLParser
Calculate the position of the first real character after the specified position, skipping space and tab characters.
start() - Method in class erland.util.Timer
Starts the timer after it has been stopped
startDocument() - Method in class erland.util.SimpleXMLParserHandler
 
startDocument() - Method in interface erland.util.XMLParserHandlerInterface
Called in the beginning of the document before parsing starts
startElement(String, Map) - Method in class erland.util.SimpleXMLParserHandler
 
startElement(String, Map) - Method in interface erland.util.XMLParserHandlerInterface
Called once at the start of each node in the XML document.
stop() - Method in class erland.util.Timer
Stops the timer
StorageFactoryInterface - Interface in erland.util
Defines an interface for a factory that creates new StorageInterface objects
StorageInterface - Interface in erland.util
Defines an inteface for different types of storages that can store a string
StreamStorage - Class in erland.util
Load and Save a string to a InputStream and OutputStream
StreamStorage(InputStream, OutputStream) - Constructor for class erland.util.StreamStorage
Creates a new FileStorage object
StringStorage - Class in erland.util
Implements a storage that stores the data in a String in memory
StringStorage() - Constructor for class erland.util.StringStorage
Creates a new empty storage
StringStorage(String) - Constructor for class erland.util.StringStorage
Creates a new storage based on a String
StringUtil - Class in erland.util
A helper class for various String and StringBuffer methods
StringUtil() - Constructor for class erland.util.StringUtil
 
SubImageHandler - Class in erland.util
Implements a image handler which makes it easier to extract and drag sub images from a large image
SubImageHandler(Image, int, int, int, int) - Constructor for class erland.util.SubImageHandler
Creates a image handler which makes it possible to extract sub images from a main image
SubImageHandler(Image, int, int, int, int, int, int) - Constructor for class erland.util.SubImageHandler
Creates a image handler which makes it possible to extract sub images from a main image.

T

tick() - Method in interface erland.util.TimerListenerInterface
 
Timer - Class in erland.util
Timer class that calls your object at regular intervals
Timer(long, TimerListenerInterface) - Constructor for class erland.util.Timer
Creates a new timer object which calls the specified listener at the specified interval
TimerListenerInterface - Interface in erland.util
Specifies the interface to implement when you want regular ping calls
toString() - Method in class erland.util.ParameterStorageChild
 
toString() - Method in class erland.util.ParameterStorageParameterString
 
toString() - Method in class erland.util.ParameterStorageString
 
toString() - Method in class erland.util.ParameterStorageTree
 
toString() - Method in class erland.util.XMLNode
Get a string representation of the XML node and all its child nodes
toString(boolean) - Method in class erland.util.XMLNode
Get a string representation of the XML node and all its child nodes.
toString(boolean, boolean) - Method in class erland.util.XMLNode
Get a string representation of the XML node and all its child nodes.
trim(StringBuffer) - Static method in class erland.util.StringUtil
Removes space and newline characters in the beginning and end of a StringBuffer

W

WARNING - Static variable in class erland.util.Log
Deprecated. Constant for WARNING logging level
wordWrap(String, int) - Static method in class erland.util.StringUtil
 
write(ParameterValueStorageExInterface) - Method in interface erland.util.ParameterSerializable
Write all parameters to a storage

X

XMLNode - Class in erland.util
A node object for an XML document tree.
XMLNode(String, Map) - Constructor for class erland.util.XMLNode
Creates a new empty XML node
XMLParser - Class in erland.util
This is a singleton object that makes it possible to set and get the currently active XML parser
XMLParser() - Constructor for class erland.util.XMLParser
 
XMLParserHandlerInterface - Interface in erland.util
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 - Interface in erland.util
Defines methods that an XML parser needs to implement
XMLStorage - Class in erland.util
A storage object that stores its data as XML in memory
XMLStorage(XMLNode) - Constructor for class erland.util.XMLStorage
Creates a new object based on the data in an XMLNode object

A B C D E F G H I J K L O P R S T W X

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