Holger's
Java API

Uses of Package
com.antelmann.util

Packages that use com.antelmann.util
com.antelmann These are general classes that apply for the framework as a whole. 
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
com.antelmann.cddb This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service. 
com.antelmann.game This package contains packages to support game implementations. 
com.antelmann.game.puzzle This package contains single-user game implementations representing puzzles. 
com.antelmann.imagedb This package contains classes implementing a database for images. 
com.antelmann.io This package contains classes that are concerned with input/output operations. 
com.antelmann.mgmt This package contains generally useful classes for business management. 
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
com.antelmann.net.mail The classes in this package are designed to ease the handling of emails. 
com.antelmann.ooffice The classes in this package are to be used in conjunction with OpenOffice. 
com.antelmann.sound This package contains classes to play various sounds with greatly improved ease-of-use over the functionality provided by the javax.sound package. 
com.antelmann.sql This package contains classes to ease JDBC development. 
com.antelmann.timeregister This package contains classes that implement a time register solution for a small business. 
com.antelmann.util This package contains general utility classes that are used throughout the other packages. 
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
com.antelmann.util.logging This package contains classes that implement a custom logging for this framework - separate from java.util.logging. 
com.antelmann.util.table This package contains classes to ease development with Swing tables. 
 

Classes in com.antelmann.util used by com.antelmann
SecurityNames
          a collection of security related names of supported algorithms.
ThirdParty
          An empty tagging interface to be implemented by all classes that have a dependency on any non-standard J2SE 1.4 class other than included in this com.antelmann library distribution.
 

Classes in com.antelmann.util used by com.antelmann.calendar
AbstractIterator
          makes it very easy to implement both, Enumeration and Iterator.
Filter
          used to filter collections or anything else
FormatException
          indicates that some content was not in the expected format
ThirdParty
          An empty tagging interface to be implemented by all classes that have a dependency on any non-standard J2SE 1.4 class other than included in this com.antelmann library distribution.
 

Classes in com.antelmann.util used by com.antelmann.cddb
Filter
          used to filter collections or anything else
FormatException
          indicates that some content was not in the expected format
NativeCode
          An empty tagging interface to be implemented by all classes that use native function calls (yikes).
Todo
          indicates that this class or method still needs some work to function properly
 

Classes in com.antelmann.util used by com.antelmann.game
Monitor
          Monitor is a convenient class that is useful to communicate between threads by exchanging information through this Monitor.
 

Classes in com.antelmann.util used by com.antelmann.game.puzzle
Monitor
          Monitor is a convenient class that is useful to communicate between threads by exchanging information through this Monitor.
 

Classes in com.antelmann.util used by com.antelmann.imagedb
Filter
          used to filter collections or anything else
NativeCode
          An empty tagging interface to be implemented by all classes that use native function calls (yikes).
ResourceNotFoundException
          Thrown to indicate that a specific resource (an image, a sound, etc.) needed to perform the requested operation was not found (while the resource was expected to be present with the distribution of this Antelmann.com framework).
ThirdParty
          An empty tagging interface to be implemented by all classes that have a dependency on any non-standard J2SE 1.4 class other than included in this com.antelmann library distribution.
 

Classes in com.antelmann.util used by com.antelmann.io
AbstractIterator
          makes it very easy to implement both, Enumeration and Iterator.
Filter
          used to filter collections or anything else
Monitor
          Monitor is a convenient class that is useful to communicate between threads by exchanging information through this Monitor.
 

Classes in com.antelmann.util used by com.antelmann.mgmt
Filter
          used to filter collections or anything else
Todo
          indicates that this class or method still needs some work to function properly
 

Classes in com.antelmann.util used by com.antelmann.net
AbstractIterator
          makes it very easy to implement both, Enumeration and Iterator.
Filter
          used to filter collections or anything else
FormatException
          indicates that some content was not in the expected format
Monitor
          Monitor is a convenient class that is useful to communicate between threads by exchanging information through this Monitor.
SecurityNames
          a collection of security related names of supported algorithms.
SynchronousKey
          An interface to support very simple synchronous key encryption.
ThirdParty
          An empty tagging interface to be implemented by all classes that have a dependency on any non-standard J2SE 1.4 class other than included in this com.antelmann library distribution.
Todo
          indicates that this class or method still needs some work to function properly
 

Classes in com.antelmann.util used by com.antelmann.net.mail
Monitor
          Monitor is a convenient class that is useful to communicate between threads by exchanging information through this Monitor.
 

Classes in com.antelmann.util used by com.antelmann.ooffice
ThirdParty
          An empty tagging interface to be implemented by all classes that have a dependency on any non-standard J2SE 1.4 class other than included in this com.antelmann library distribution.
 

Classes in com.antelmann.util used by com.antelmann.sound
ThirdParty
          An empty tagging interface to be implemented by all classes that have a dependency on any non-standard J2SE 1.4 class other than included in this com.antelmann library distribution.
 

Classes in com.antelmann.util used by com.antelmann.sql
AbstractIterator
          makes it very easy to implement both, Enumeration and Iterator.
Filter
          used to filter collections or anything else
ThirdParty
          An empty tagging interface to be implemented by all classes that have a dependency on any non-standard J2SE 1.4 class other than included in this com.antelmann library distribution.
 

Classes in com.antelmann.util used by com.antelmann.timeregister
Filter
          used to filter collections or anything else
FormatException
          indicates that some content was not in the expected format
PatternExtractor
          PatternExtractor provides a way to group objects by a pattern defined by an implementation.
ThirdParty
          An empty tagging interface to be implemented by all classes that have a dependency on any non-standard J2SE 1.4 class other than included in this com.antelmann library distribution.
Todo
          indicates that this class or method still needs some work to function properly
 

Classes in com.antelmann.util used by com.antelmann.util
Filter
          used to filter collections or anything else
InterfaceMonitor
          allows to monitor all method calls to an object through a proxy object based on a specified interface.
Monitor
          Monitor is a convenient class that is useful to communicate between threads by exchanging information through this Monitor.
PatternExtractor
          PatternExtractor provides a way to group objects by a pattern defined by an implementation.
PrintUtilities.Printer
          allows to plug in a printing service into PrintUtilities
ResourceNotFoundException
          Thrown to indicate that a specific resource (an image, a sound, etc.) needed to perform the requested operation was not found (while the resource was expected to be present with the distribution of this Antelmann.com framework).
SynchronousKey
          An interface to support very simple synchronous key encryption.
ThirdParty
          An empty tagging interface to be implemented by all classes that have a dependency on any non-standard J2SE 1.4 class other than included in this com.antelmann library distribution.
ThreadWorker.Listener
          listens for tasks run by a ThreadWorker to be finished
UniversalComparator
          The UniversalComparator is useful as a default if no other more specific sorting strategy is present.
 

Classes in com.antelmann.util used by com.antelmann.util.gui
FormattedResourceBundle
          a ResourceBundle that gets its content from a specially formatted file, supporting different encodings, in particular UTF8 for global support.
Function2D
          an interface to represent 2-dimensional functions
Range
          provides a generic wrapper for lower- and upperbounds of an object.
ThirdParty
          An empty tagging interface to be implemented by all classes that have a dependency on any non-standard J2SE 1.4 class other than included in this com.antelmann library distribution.
 

Classes in com.antelmann.util used by com.antelmann.util.logging
Filter
          used to filter collections or anything else
Todo
          indicates that this class or method still needs some work to function properly
 

Classes in com.antelmann.util used by com.antelmann.util.table
Todo
          indicates that this class or method still needs some work to function properly
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads