Holger's
Java API

Uses of Interface
com.antelmann.util.Forgeable

Packages that use Forgeable
com.antelmann.crm Provides interfaces and classes for implementing applications dealing with Customer Relationship Management (CRM). 
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.image This package contains classes for more easily dealing with images. 
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.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
com.antelmann.util.logging This package contains classes that implement a custom logging for this framework - separate from java.util.logging. 
com.antelmann.webdav provides higher level access for WebDAV, CalDAV and CardDAV clients. 
 

Uses of Forgeable in com.antelmann.crm
 

Classes in com.antelmann.crm that implement Forgeable
 class AddressInfoImpl
          a default implementation for an AddressInfo
 class GlobalAddress
          represents means to store addresses based on their way of transport; in addition, it also provides a Locale and a salutation.
 class ImmutableGlobalAddress
          represents a special address that disables all setter methods
 class ImmutableSnailMailAddress
          represents a special address that disables all setter methods
 class SnailMailAddress
          represents a structured local address
 

Uses of Forgeable in com.antelmann.db
 

Classes in com.antelmann.db that implement Forgeable
static class Taggable.Adapter<T extends Tag>
           
 

Uses of Forgeable in com.antelmann.image
 

Classes in com.antelmann.image that implement Forgeable
 class ColorPath
          provides a path for deriving gradual colors based on a number.
 

Uses of Forgeable in com.antelmann.net
 

Classes in com.antelmann.net that implement Forgeable
 class FTPConnector
          FTPConnector implements some useful methods for an FTP client.
 

Uses of Forgeable in com.antelmann.net.mail
 

Classes in com.antelmann.net.mail that implement Forgeable
 class Email
          Email represents an e-mail that could be sent through SMTP or received through POP3.
 class POP3Account
          EmailAccount provides an easy way to send and receive emails via POP3/SMTP through an application.
static class POP3Account.Config
          encapsulates the configuration for an EmailAccount
 

Uses of Forgeable in com.antelmann.ooffice
 

Classes in com.antelmann.ooffice that implement Forgeable
 class CellBorder
          allows to specify the border of a cell in a spreadsheet.
static class CellBorder.Type
           
 

Uses of Forgeable in com.antelmann.sql
 

Classes in com.antelmann.sql that implement Forgeable
 class DefaultMappingInfo
          provides a default implementation for the MappingInfo interface, making it easy to allow other objects to delegate the interface methods to an instance of this class.
 

Uses of Forgeable in com.antelmann.util.logging
 

Classes in com.antelmann.util.logging that implement Forgeable
 class Logger
          Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4).
 

Uses of Forgeable in com.antelmann.webdav
 

Classes in com.antelmann.webdav that implement Forgeable
 class EzvcardHelper
          allows to more easily parse a VCard and make it compatible with Contact
 



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