Holger's
Java API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

D

DATA - Static variable in class com.antelmann.cddb.Genre
 
Data - Class in com.antelmann.io
The class Data contains some useful static functions to manipulate data.
database - Variable in class com.antelmann.db.AbstractDBTransaction
 
Database<S> - Interface in com.antelmann.db
provides a wrapper around a database service implementation and a lookup service for persistence services for DBEntry objects.
database - Variable in class com.antelmann.sql.JDBCRowStore
 
databaseAccessed(DBClassStore<?>, DBClassStore.DBMethod, Object, long) - Method in class com.antelmann.db.DatabaseTableModel
 
databaseAccessed(DBClassStore<?>, DBClassStore.DBMethod, Object, long) - Method in class com.antelmann.db.DBStoreListener.Adapter
 
databaseAccessed(DBClassStore<?>, DBClassStore.DBMethod, Object, long) - Method in interface com.antelmann.db.DBStoreListener
called upon successfully reading from the database (guaranteed to be called from within the transaction).
databaseAccessed(DBClassStore<?>, DBClassStore.DBMethod, Object, long) - Method in class com.antelmann.db.DBStoreProfiler
 
databaseAccessed(DBClassStore<?>, DBClassStore.DBMethod, Object, long) - Method in class com.antelmann.db.DBTransactionStoreAdapter
 
databaseAccessed(DBClassStore<?>, DBClassStore.DBMethod, Object, long) - Method in class com.antelmann.db.LoggerDBListener
 
DatabaseChangeListener - Interface in com.antelmann.db
listens for committed changes through DBClassStore objects in a database and propagates the information to its listeners.
DatabaseChangeListener.ClassListener - Class in com.antelmann.db
allows to easily register an ActionListener for changes on a particular DBEntry class
DatabaseChangeListener.ClassListener(ActionListener, Class<?>...) - Constructor for class com.antelmann.db.DatabaseChangeListener.ClassListener
 
DatabaseChangeListener.LoggerListener - Class in com.antelmann.db
allows to simply log the events
DatabaseChangeListener.LoggerListener(Logger) - Constructor for class com.antelmann.db.DatabaseChangeListener.LoggerListener
 
DatabaseChangeMonitor - Class in com.antelmann.db
listens to database events and propagates committed changes in a database to its DatabaseChangeListeners to its listeners.
DatabaseChangeMonitor(Database<?>...) - Constructor for class com.antelmann.db.DatabaseChangeMonitor
 
databaseError(DBClassStore<?>, Throwable, DBClassStore.DBMethod, Object) - Method in class com.antelmann.db.DatabaseTableModel
 
databaseError(DBClassStore<?>, Throwable, DBClassStore.DBMethod, Object) - Method in class com.antelmann.db.DBStoreListener.Adapter
 
databaseError(DBClassStore<?>, Throwable, DBClassStore.DBMethod, Object) - Method in interface com.antelmann.db.DBStoreListener
called when an error occurred while accessing the database (not guaranteed to be called from within the transaction)
databaseError(DBClassStore<?>, Throwable, DBClassStore.DBMethod, Object) - Method in class com.antelmann.db.DBStoreProfiler
 
databaseError(DBClassStore<?>, Throwable, DBClassStore.DBMethod, Object) - Method in class com.antelmann.db.DBTransactionStoreAdapter
 
databaseError(DBClassStore<?>, Throwable, DBClassStore.DBMethod, Object) - Method in class com.antelmann.db.LoggerDBListener
 
DatabaseException - Exception in com.antelmann.db
DatabaseException signals problems while accessing/using any form of database.
DatabaseException() - Constructor for exception com.antelmann.db.DatabaseException
 
DatabaseException(String) - Constructor for exception com.antelmann.db.DatabaseException
 
DatabaseException(Throwable) - Constructor for exception com.antelmann.db.DatabaseException
 
DatabaseException(DBClassStore<?>, Throwable) - Constructor for exception com.antelmann.db.DatabaseException
 
DatabaseException(String, Throwable) - Constructor for exception com.antelmann.db.DatabaseException
 
DatabaseTableModel - Class in com.antelmann.db
lists all available DBClassStore instances with their size.
DatabaseTableModel(Database<?>) - Constructor for class com.antelmann.db.DatabaseTableModel
 
databaseUpdated(DBUpdateEvent, long) - Method in class com.antelmann.db.DatabaseTableModel
 
databaseUpdated(DBUpdateEvent, long) - Method in class com.antelmann.db.DBStoreListener.Adapter
 
databaseUpdated(DBUpdateEvent, long) - Method in interface com.antelmann.db.DBStoreListener
called upon successful insert, delete or update; note that the update becomes permanent ONLY if the current transaction successfully commits.
databaseUpdated(DBUpdateEvent, long) - Method in class com.antelmann.db.DBStoreListener.StoreUpdateAdapter
 
databaseUpdated(DBUpdateEvent, long) - Method in class com.antelmann.db.DBStoreProfiler
 
databaseUpdated(DBUpdateEvent, long) - Method in class com.antelmann.db.DBTransactionStoreAdapter
 
databaseUpdated(DBUpdateEvent, long) - Method in class com.antelmann.db.LoggerDBListener
 
DatabaseURLConnection - Class in com.antelmann.net.protocol.db
 
DatabaseURLConnection(URL) - Constructor for class com.antelmann.net.protocol.db.DatabaseURLConnection
 
DataMap<T> - Class in com.antelmann.math
allows to easily collect data based on a category and a number
DataMap() - Constructor for class com.antelmann.math.DataMap
 
DataMap.SnapshotModel - Class in com.antelmann.math
 
DataMap.SnapshotModel(DataMap<?>) - Constructor for class com.antelmann.math.DataMap.SnapshotModel
 
DataMatrix<T> - Class in com.antelmann.math
provides aggregated multidimensional data based on a DataParser
DataMatrix(DataParser<? super T>) - Constructor for class com.antelmann.math.DataMatrix
 
DataMatrix(DataParser<? super T>, Filter<? super T>) - Constructor for class com.antelmann.math.DataMatrix
 
DataMatrix(TimeDataGrid<T>) - Constructor for class com.antelmann.math.DataMatrix
 
DataMatrixGraphics - Class in com.antelmann.math
provides convenient ways to visualize a DataMatrix
DataMatrixGraphics(DataMatrix<?>) - Constructor for class com.antelmann.math.DataMatrixGraphics
 
DataParser<T> - Interface in com.antelmann.math
specifies how a given entry can be parsed into multiple dimensions
DataPoint - Class in com.antelmann.math
represents an immutable data point holding aggregated information for a specific data vector based on BigDecimal
DataPoint() - Constructor for class com.antelmann.math.DataPoint
initializes the data point with a count of 0; only use an instance constructed like this if you added some data later!
DataPoint(Number) - Constructor for class com.antelmann.math.DataPoint
 
DataPoint(BigDecimal) - Constructor for class com.antelmann.math.DataPoint
 
DataPoint(Number, Number, Number) - Constructor for class com.antelmann.math.DataPoint
 
DataPoint(BigDecimal, BigDecimal, BigDecimal) - Constructor for class com.antelmann.math.DataPoint
 
DataPoint(Number, Number, Number, Number, Number) - Constructor for class com.antelmann.math.DataPoint
 
DataPoint(int, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class com.antelmann.math.DataPoint
 
DataPoint.ValueType - Enum in com.antelmann.math
defines what value of a DataPoint is of interest
DATE_CONVERTER - Static variable in class com.antelmann.util.table.TableModelWrapper
supports CharSequence, Number and Timed objects
DATE_EXTRACTOR - Static variable in interface com.antelmann.calendar.Timed
 
DateDialogCellEditor - Class in com.antelmann.util.table
provides a dialog with a MyJCalendar component for selecting the date upon edit.
DateDialogCellEditor() - Constructor for class com.antelmann.util.table.DateDialogCellEditor
 
DateDialogCellEditor(String) - Constructor for class com.antelmann.util.table.DateDialogCellEditor
 
DateDialogCellEditor(String, Date) - Constructor for class com.antelmann.util.table.DateDialogCellEditor
if null is given as a title, the column name is used
dateFormat - Variable in class com.antelmann.net.ServerLogFile
 
dateFormat - Variable in class com.antelmann.sql.SQLNumberGenerator
 
dayBegin(Date) - Method in class com.antelmann.calendar.CalendarHelper
returns a date that is set to the begin of the given day (daytime 12:00 a.m.)
dayEnd(Date) - Method in class com.antelmann.calendar.CalendarHelper
 
dayInMonth(Date) - Method in class com.antelmann.calendar.CalendarHelper
 
dayOfWeek(Date) - Method in class com.antelmann.calendar.CalendarHelper
 
daysBetween(Date, Date) - Method in class com.antelmann.calendar.CalendarHelper
based on 24h difference adjusted by daylight savings time
daysInMonth(Date) - Method in class com.antelmann.calendar.CalendarHelper
 
db - Variable in class com.antelmann.sql.BaseRowMapper
 
DB_LISTENER_DEBUG - Static variable in class com.antelmann.db.DBAccessLoggerLevel
 
DB_PREPARE_ACCESS - Static variable in class com.antelmann.db.DBAccessLoggerLevel
 
DBACCESS - Static variable in class com.antelmann.db.DBAccessLoggerLevel
 
DBAccessController - Interface in com.antelmann.db
used to control access on database resources in an AbstractDatabase.
DBAccessDeniedWarning - Exception in com.antelmann.db
thrown to indicate that access to a database was not allowed due to applicable restrictions
DBAccessDeniedWarning() - Constructor for exception com.antelmann.db.DBAccessDeniedWarning
 
DBAccessDeniedWarning(String) - Constructor for exception com.antelmann.db.DBAccessDeniedWarning
 
DBAccessLoggerLevel - Class in com.antelmann.db
used as a level to log database access
DBAccessLoggerLevel(String, int) - Constructor for class com.antelmann.db.DBAccessLoggerLevel
 
DBCHANGE - Static variable in class com.antelmann.db.DBAccessLoggerLevel
 
DBClassStore<T extends DBEntry> - Interface in com.antelmann.db
provides persistence service for a DBEntry class in the context of a Database.
DBClassStore.DBMethod - Enum in com.antelmann.db
 
DBClassStoreCache<T extends DBEntry> - Class in com.antelmann.db
a special store that has the ability of caching entries, so that multiple calls to retrieve an entry may be answered through cache hits.
DBClassStoreCache(DBClassStore<T>) - Constructor for class com.antelmann.db.DBClassStoreCache
 
DBClassStoreCache.PrefetchedFilter<T> - Class in com.antelmann.db
a special interface supported by the enclosing class store that indicates that only pre-fetched (cached) instances should be returned from a fetch.
DBClassStoreCache.PrefetchedFilter() - Constructor for class com.antelmann.db.DBClassStoreCache.PrefetchedFilter
 
DBClassStoreCache.PrefetchedFilter(Filter<? super T>) - Constructor for class com.antelmann.db.DBClassStoreCache.PrefetchedFilter
 
DBConfigListener - Interface in com.antelmann.db
listens to events that change the configuration of the database
DBDocument - Class in com.antelmann.sql
DBDocument stores/retrieves the content from a stream out of a table column in a relational database.
DBDocument(Object, DBClassStore<DBDocument>) - Constructor for class com.antelmann.sql.DBDocument
 
DBDocument(Object, DBClassStore<DBDocument>, boolean) - Constructor for class com.antelmann.sql.DBDocument
 
DBDocument.Header - Class in com.antelmann.sql
 
DBDocument.Header(Object) - Constructor for class com.antelmann.sql.DBDocument.Header
 
DBDocument.Header(Object, Map<String, Object>) - Constructor for class com.antelmann.sql.DBDocument.Header
 
DBDocumentStore<T extends DBDocument> - Class in com.antelmann.sql
 
DBDocumentStore(Database<Connection>, IDFactory, Class<T>) - Constructor for class com.antelmann.sql.DBDocumentStore
uses a table named 'dokumente'
DBDocumentStore(Database<Connection>, String, String, String, IDFactory, String, Class<T>) - Constructor for class com.antelmann.sql.DBDocumentStore
 
DBDocumentStore(Database<Connection>, ObjectRowMapper<T>, Class<T>) - Constructor for class com.antelmann.sql.DBDocumentStore
 
DBDocumentStore.DBColumn - Enum in com.antelmann.sql
 
DBDocumentStore.Mapper<T extends DBDocument> - Class in com.antelmann.sql
 
DBDocumentStore.Mapper(Database<Connection>, String, String, String, IDFactory, Class<T>, String) - Constructor for class com.antelmann.sql.DBDocumentStore.Mapper
 
DBEntry - Interface in com.antelmann.db
represents a managable resource that can be persisted through database services and accessed by its ID, which is to remain unique even after serialization within other JVMs.
DBEntrySelection - Class in com.antelmann.db
implements a special Transferable for DBReference and/or DBEntry objects.
DBEntrySelection(DBReference...) - Constructor for class com.antelmann.db.DBEntrySelection
 
DBEntrySelection(DBEntry...) - Constructor for class com.antelmann.db.DBEntrySelection
 
DBEntryServlet - Class in com.antelmann.servlet
a special servlet capable of displaying entries from a database
DBEntryServlet() - Constructor for class com.antelmann.servlet.DBEntryServlet
 
DBEnumeration<T extends DBEntry> - Interface in com.antelmann.db
a special Enumeration that allows to release its resources even though a caller has not completely iterated through this instance.
DBERROR - Static variable in class com.antelmann.db.DBAccessLoggerLevel
 
DBFETCH - Static variable in class com.antelmann.db.DBAccessLoggerLevel
 
dbField - Variable in class com.antelmann.sql.JConnectionLogin
 
DBLineLogFormatter - Class in com.antelmann.util.logging
formats a LogEntry into a format that can be easily imported into databases.
DBLineLogFormatter() - Constructor for class com.antelmann.util.logging.DBLineLogFormatter
 
DBLineLogFormatter(DateFormat, String, String, boolean) - Constructor for class com.antelmann.util.logging.DBLineLogFormatter
 
DBLOGIN - Static variable in class com.antelmann.db.DBAccessLoggerLevel
 
DBLOGOUT - Static variable in class com.antelmann.db.DBAccessLoggerLevel
 
dbmsField - Variable in class com.antelmann.sql.JConnectionLogin
 
DBReference - Interface in com.antelmann.db
DBReference represents an Object that can hold a reference to a DBEntry object, providing sufficient means to retrieve that object from a Database.
DBReferenceFilter - Class in com.antelmann.db
convenience class that allows to filter references by their reference class
DBReferenceFilter(Class<?>...) - Constructor for class com.antelmann.db.DBReferenceFilter
 
DBSet<T extends DBEntry> - Class in com.antelmann.db
 
DBSet(DBClassStore<T>) - Constructor for class com.antelmann.db.DBSet
 
DBStoreListener - Interface in com.antelmann.db
listens for database updates and access through DBClassStore objects
DBStoreListener.Adapter - Class in com.antelmann.db
provides convenient empty implementations for all methods
DBStoreListener.Adapter() - Constructor for class com.antelmann.db.DBStoreListener.Adapter
 
DBStoreListener.StoreUpdateAdapter - Class in com.antelmann.db
allows to simply register an ActionListener for changes of a specified type
DBStoreListener.StoreUpdateAdapter(Class<? extends DBEntry>, ActionListener) - Constructor for class com.antelmann.db.DBStoreListener.StoreUpdateAdapter
 
DBStoreProfiler - Class in com.antelmann.db
allows to easily profile a store.
DBStoreProfiler.ProfileModel - Class in com.antelmann.db
the profile model is a read-only snapshot of the given profile.
DBStoreProfiler.ProfileModel(DBStoreProfiler) - Constructor for class com.antelmann.db.DBStoreProfiler.ProfileModel
 
DBTransaction - Interface in com.antelmann.db
a transaction controlls access to all resources of a Database through DBClassStore instances.
DBTransactionStoreAdapter - Class in com.antelmann.db
convenience class to extend from when implementing something like a DatabaseChangeMonitor
DBTransactionStoreAdapter() - Constructor for class com.antelmann.db.DBTransactionStoreAdapter
 
DBUPDATE - Static variable in class com.antelmann.db.DBAccessLoggerLevel
 
DBUpdateEvent - Class in com.antelmann.db
 
DBUpdateEvent(DBClassStore<?>, DBClassStore.DBMethod, Object, Object) - Constructor for class com.antelmann.db.DBUpdateEvent
 
DBUpdateEvent(DBClassStore<?>, DBClassStore.DBMethod, Object, long, Object) - Constructor for class com.antelmann.db.DBUpdateEvent
 
DBUpdateEvent(DBClassStore<?>, DBClassStore.DBMethod, Object, long, Object, Object) - Constructor for class com.antelmann.db.DBUpdateEvent
 
DBUtils - Class in com.antelmann.db
provides convenience methods for dealing with database related issues
DBVersionedUpdateEvent - Class in com.antelmann.db
this special update event extends a standard event by including the actual entry state before and after the update.
DBVersionedUpdateEvent(DBUpdateEvent, DBEntry, DBEntry) - Constructor for class com.antelmann.db.DBVersionedUpdateEvent
 
DBVetoException - Exception in com.antelmann.db
thrown to indicate that a listener disagreed with an update of the database
DBVetoException() - Constructor for exception com.antelmann.db.DBVetoException
 
DBVetoException(String, Throwable) - Constructor for exception com.antelmann.db.DBVetoException
 
DBVetoException(String) - Constructor for exception com.antelmann.db.DBVetoException
 
DBVetoException(Throwable) - Constructor for exception com.antelmann.db.DBVetoException
 
deactivate() - Method in class com.antelmann.calendar.AtomicTime
Deprecated. deactivates the embedded timer for automatic updates
deactivate() - Method in class com.antelmann.calendar.NTPTime
deactivates the embedded timer for automatic updates
deactivate() - Method in class com.antelmann.util.gui.JMemoryGauge
 
Debug - Class in com.antelmann
provides globally accessible methods and variables for convenient debugging
debug - Variable in class com.antelmann.net.mail.POP3Account.Config
 
DEBUG - Static variable in class com.antelmann.util.logging.Level
 
Debug.FileExceptionHandler - Class in com.antelmann
can be used to conveniently write all exceptions to a file.
Debug.FileExceptionHandler(File) - Constructor for class com.antelmann.Debug.FileExceptionHandler
 
Debug.FileExceptionHandler(File, boolean) - Constructor for class com.antelmann.Debug.FileExceptionHandler
 
debugPrintSupportedTypes(Object) - Static method in class com.antelmann.ooffice.OfficeUtils
prints all the supported interfaces by OfficeUtils.query(Class, Object) for the given object
debugPrintXProperties(Object) - Static method in class com.antelmann.ooffice.OfficeUtils
 
decimalHoursToTime(double) - Static method in class com.antelmann.calendar.HourFormat
 
decode(String) - Method in class com.antelmann.net.CGI
 
decode(InputStream, OutputStream) - Method in class com.antelmann.util.CipherKey
 
decode(byte[]) - Method in class com.antelmann.util.CipherKey
 
decode(String) - Method in class com.antelmann.util.CipherKey
convenience method; requires a base64 string; encoding based on UTF8
decode(SynchronousKey) - Method in class com.antelmann.util.Encoded
decodes the embedded encrypted object given the right key
decode(InputStream, OutputStream) - Method in class com.antelmann.util.SimpleKey
 
decode(byte[]) - Method in class com.antelmann.util.SimpleKey
 
decode(InputStream, OutputStream) - Method in interface com.antelmann.util.SynchronousKey
decodes the given InputStream into the given OutputStream
decode64(String) - Static method in class com.antelmann.util.Strings
decodes the given String using Base64 assuming default encoding
decodeBase64(InputStream, OutputStream) - Static method in class com.antelmann.io.Data
 
decodeBase64(String) - Static method in class com.antelmann.io.Data
 
decodeURL(String) - Static method in class com.antelmann.util.Strings
uses URLEncoder using UTF8
decodeURL(String, String) - Static method in class com.antelmann.util.Strings
 
decodeXML(String) - Static method in class com.antelmann.util.Strings
decodes an HTML or XML text sequence into human readable form using the translateArray
decrypt(char[]) - Method in class com.antelmann.io.MyFile
uses a CipherKey
deepCompare(CalendarEntry) - Method in class com.antelmann.calendar.CalendarEntry
checks whether all: title, begin date and location are equal.
DEFAULT - Static variable in class com.antelmann.util.logging.Level
used when no other level was given; corresponds to Level.NORMAL
DEFAULT_COMMENT - Static variable in class com.antelmann.cddb.CDDBXmcdParser
used for generated Contribution comments or Artist descriptions
DEFAULT_MAPPER - Static variable in interface com.antelmann.db.EntryClassMapper
a default implementation that simply maps the class to itself; custom labels are not supported
DEFAULT_PORT - Static variable in class com.antelmann.calendar.NTPClient
123
DEFAULT_PORT - Static variable in class com.antelmann.calendar.TimeProtocolClient
Deprecated. 37
DEFAULT_PROPERTY_FILE - Static variable in class com.antelmann.Settings
denotes the relative location of the file for the default Properties, so that it can be found through the ClassLoader
DEFAULT_SAMPLE_TEXT - Static variable in class com.antelmann.util.gui.JFontFileChooser
 
DEFAULT_SERVER - Static variable in class com.antelmann.calendar.TimeProtocolClient
Deprecated. 0.pool.ntp.org
DEFAULT_SERVER - Static variable in class com.antelmann.cddb.CDDBServer
the default server: freedb.freedb.org with http on port 80
DEFAULT_SERVER_KEY - Static variable in class com.antelmann.calendar.NTPClient
key to obtain the default server via Settings.getProperty(String)
DEFAULT_SERVER_LIST_KEY - Static variable in class com.antelmann.calendar.NTPClient
key to obtain the default server list via Settings.getProperty(String)
DEFAULT_TYPE - Static variable in class com.antelmann.servlet.barcode.BarcodeImageServlet
 
defaultAlgorithm - Static variable in class com.antelmann.util.CipherKey
 
DefaultCalendarModel - Class in com.antelmann.calendar
a standard implementation of a CalendarModel based on a simple TreeMap
DefaultCalendarModel() - Constructor for class com.antelmann.calendar.DefaultCalendarModel
 
DefaultDataParser<T> - Class in com.antelmann.math
a default implementation of a DataParser based on PatternExtractor instances.
DefaultDataParser() - Constructor for class com.antelmann.math.DefaultDataParser
 
DefaultDataParser(PatternExtractor<? super T, ? extends Number>) - Constructor for class com.antelmann.math.DefaultDataParser
 
DefaultDataParser(PatternExtractor<? super T, ? extends Number>, DefaultDataParser<T>) - Constructor for class com.antelmann.math.DefaultDataParser
initializes this parser with all data from the given one but uses a different number extractor
DefaultDBReference - Class in com.antelmann.db
this class implements a simple DBReference object.
DefaultDBReference(DBClassStore<?>, Object) - Constructor for class com.antelmann.db.DefaultDBReference
 
DefaultDBReference(Database<?>, Object, Class<? extends DBEntry>) - Constructor for class com.antelmann.db.DefaultDBReference
 
DefaultDBReference(Object, Class<?>, String) - Constructor for class com.antelmann.db.DefaultDBReference
 
DefaultDBReference(DBReference) - Constructor for class com.antelmann.db.DefaultDBReference
 
DefaultDBReference(String) - Constructor for class com.antelmann.db.DefaultDBReference
an empty reference that merely contains the string as info
defaultEncoding() - Static method in class com.antelmann.util.Strings
returns this plattform's default encoding charset
DefaultEntryRelationship - Class in com.antelmann.db
a default implementation for an EntryRelationship
DefaultEntryRelationship(Object, EntryRelationship) - Constructor for class com.antelmann.db.DefaultEntryRelationship
subclasses are strongly encouraged to provide a constructor with this same signature
DefaultEntryRelationship(Object, DBReference, DBReference, Object) - Constructor for class com.antelmann.db.DefaultEntryRelationship
 
DefaultEntryRelationship(Object, DBReference, DBReference, Object, boolean) - Constructor for class com.antelmann.db.DefaultEntryRelationship
 
defaultFactory - Static variable in class com.antelmann.calendar.JDayGrid
uses JCalendarEntry objects
defaultIterationCount - Static variable in class com.antelmann.util.CipherKey
 
DefaultMappingInfo - Class in com.antelmann.sql
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.
DefaultMappingInfo() - Constructor for class com.antelmann.sql.DefaultMappingInfo
for use as a bean
DefaultMappingInfo(String, String) - Constructor for class com.antelmann.sql.DefaultMappingInfo
 
DefaultMappingInfo(String, String, String) - Constructor for class com.antelmann.sql.DefaultMappingInfo
 
DefaultMappingInfo(String, String, String, String, Connection) - Constructor for class com.antelmann.sql.DefaultMappingInfo
 
DefaultMappingInfo(DBClassStore<?>) - Constructor for class com.antelmann.sql.DefaultMappingInfo
 
DefaultMappingInfo(DefaultMappingInfo) - Constructor for class com.antelmann.sql.DefaultMappingInfo
 
DefaultMappingInfo(MappingInfo, Object...) - Constructor for class com.antelmann.sql.DefaultMappingInfo
 
defaultRestrictURLPattern - Static variable in class com.antelmann.net.SampleCrawlerSetting
 
DefaultRevisable - Class in com.antelmann.util.revision
a default implementation for a Revisable object, suitable as a base for specialized subclasses
DefaultRevisable(Status) - Constructor for class com.antelmann.util.revision.DefaultRevisable
derives a special IDFactory from the given store
DefaultRevision - Class in com.antelmann.util.revision
implements a standard immutable revision object
DefaultRevision(Object, Revisable, Object, Status, String) - Constructor for class com.antelmann.util.revision.DefaultRevision
 
DefaultRevision(Object, Revisable, Object, Status, long, String) - Constructor for class com.antelmann.util.revision.DefaultRevision
 
DefaultSpecialRelationship<F extends DBEntry,T extends DBEntry,R> - Class in com.antelmann.db
provides a default implementation for SpecialRelationships.
DefaultSpecialRelationship(Object, EntryRelationship) - Constructor for class com.antelmann.db.DefaultSpecialRelationship
 
DefaultSpecialRelationship(Object, Stub<F>, Stub<T>, R) - Constructor for class com.antelmann.db.DefaultSpecialRelationship
 
DefaultSpecialRelationship(Object, Stub<F>, Stub<T>, R, boolean) - Constructor for class com.antelmann.db.DefaultSpecialRelationship
 
DefaultTransferable - Class in com.antelmann.util
provides a simple standard way to generate a transferable object quickly.
DefaultTransferable(Object) - Constructor for class com.antelmann.util.DefaultTransferable
uses a generated DataFlavor based on the class of the given object
DefaultTransferable(DataFlavor, Object) - Constructor for class com.antelmann.util.DefaultTransferable
 
DefaultUnit - Class in com.antelmann.math
simple base implementation for a unit
DefaultUnit(String) - Constructor for class com.antelmann.math.DefaultUnit
 
DefaultUnit(String, String) - Constructor for class com.antelmann.math.DefaultUnit
the symbol must not be null; if the name is null, the symbol is used as the name
DefaultUserLoginStore - Class in com.antelmann.db
a simple transient implementation of a UserLoginStore.
DefaultUserLoginStore(User...) - Constructor for class com.antelmann.db.DefaultUserLoginStore
 
delay() - Method in class com.antelmann.util.DelayedTask
 
delay(long) - Method in class com.antelmann.util.DelayedTask
 
DelayedTask - Class in com.antelmann.util
a utility class to define a delayed task while allowing to easily postpone the execution at any time to the full delay time.
DelayedTask(ActionListener, long) - Constructor for class com.antelmann.util.DelayedTask
runs the given ActionListener in the event thread
DelayedTask(Runnable, long) - Constructor for class com.antelmann.util.DelayedTask
 
DelayedTask(Task<?>, long) - Constructor for class com.antelmann.util.DelayedTask
 
delegateRenderingToModel(JTable) - Static method in class com.antelmann.util.table.TableUtils
 
delegateRenderingToModel(JTable, TableCellRenderer) - Static method in class com.antelmann.util.table.TableUtils
sets all columns of the given table to be rendered by a TableModelRenderer
delete(T) - Method in class com.antelmann.db.AbstractDatabase
 
delete(DBReference) - Method in class com.antelmann.db.AbstractDatabase
 
delete(Stub<?>) - Method in class com.antelmann.db.AbstractDatabase
 
delete(Database<?>, Iterable<? extends DBReference>) - Static method in class com.antelmann.db.DBUtils
deletes the given entries from the database
delete(DBClassStore<T>, Iterable<T>) - Static method in class com.antelmann.db.DBUtils
deletes the given entries from the database
delete(boolean) - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
delete(Email) - Method in class com.antelmann.net.mail.POP3Account
 
delete(Message) - Method in class com.antelmann.net.mail.POP3Account
 
delete(String) - Method in class com.antelmann.net.mail.POP3Account
 
delete(RowItem) - Method in class com.antelmann.sql.ConnectionHelper
 
deleteAccessRights(Object) - Method in class com.antelmann.sql.UserImplMapper
deletes the rights of the given userID from the database; the user object remains untouched
deleteAssociatedViews(Database<Connection>) - Static method in class com.antelmann.sql.MySqlQueryToViewMapper
 
deleteAttributeKey(String) - Method in class com.antelmann.sql.PropertyEntryHeaderStore
 
deleteAttributeKey(String) - Method in interface com.antelmann.sql.PropertyEntryMapping
deletes all property entries with the given key
deleteAttributeKey(String) - Method in class com.antelmann.sql.PropertyEntryTableStore
 
deleteCache() - Method in class com.antelmann.util.gui.JDiskUsage
 
deleteColumn(XCellRange, int) - Method in class com.antelmann.ooffice.OOCalc
 
deleteCount(String, Date) - Method in class com.antelmann.sql.SQLNumberGenerator
 
deleteCount(String, String) - Method in class com.antelmann.sql.SQLNumberGenerator
 
deleteDetails(Object) - Method in class com.antelmann.sql.DetailRowStore
Deprecated.  
deleteDetails(Object) - Method in class com.antelmann.sql.PropertyEntryTableStore
 
deleteEntries(Filter<? super T>) - Method in class com.antelmann.db.AbstractDBClassStore
 
deleteEntries(Filter<? super T>) - Method in class com.antelmann.db.ArchiveDBClassStore
 
deleteEntries(Filter<? super T>) - Method in class com.antelmann.db.CollectionClassStore
 
deleteEntries(Filter<? super T>) - Method in interface com.antelmann.db.DBClassStore
deletes all DBEntry objects that match the given filter; if the filter is null, all resources are deleted.
deleteEntries(Filter<? super T>) - Method in class com.antelmann.db.DBClassStoreCache
 
deleteEntries(Filter<? super T>) - Method in class com.antelmann.db.ReadOnlyCacheStore
 
deleteEntries(Filter<? super T>) - Method in class com.antelmann.db.ReadOnlyStore
 
deleteEntries(Filter<? super T>) - Method in class com.antelmann.db.WrappedDBClassStore
 
deleteEntries(Filter<? super T>) - Method in class com.antelmann.io.FileClassStore
 
deleteEntries(Filter<? super T>) - Method in class com.antelmann.sql.DetailRowStore
Deprecated.  
deleteEntries(Filter<? super T>) - Method in class com.antelmann.sql.JDBCRowStore
supports SQLMapFilter for more effective deletion.
deleteEntries(Filter<? super T>) - Method in class com.antelmann.sql.SQLColumnInfoStore
 
deleteEntries(Filter<? super Country>) - Method in class com.antelmann.util.Country.Store
 
deleteEntriesIndividually(Filter<? super T>) - Method in class com.antelmann.db.WrappedDBClassStore
deletes all applicable entries by instantiating them and then call WrappedDBClassStore.deleteEntry(Object) on each entries.
deleteEntry(CalendarEntry) - Method in interface com.antelmann.calendar.CalendarDB
the corresponding entry in regards to the id will be deleted
deleteEntry(CalendarEntry) - Method in class com.antelmann.calendar.FileCalendarDB
 
deleteEntry(CalendarEntry) - Method in class com.antelmann.calendar.SQLCalendarDB
deletes the given entry from the database
deleteEntry(Object) - Method in class com.antelmann.db.ArchiveDBClassStore
 
deleteEntry(Object) - Method in class com.antelmann.db.CollectionClassStore
 
deleteEntry(Object) - Method in interface com.antelmann.db.DBClassStore
removes the entry with the given ID from this store in the database.
deleteEntry(Object) - Method in class com.antelmann.db.DBClassStoreCache
 
deleteEntry(Object) - Method in class com.antelmann.db.EnumDBStore
 
deleteEntry(Object) - Method in class com.antelmann.db.ReadOnlyCacheStore
 
deleteEntry(Object) - Method in class com.antelmann.db.ReadOnlyStore
 
deleteEntry(Object) - Method in class com.antelmann.db.WrappedDBClassStore
 
deleteEntry(Object) - Method in class com.antelmann.io.FileClassStore
 
deleteEntry(Object) - Method in class com.antelmann.sql.CategoryStore
 
deleteEntry(Object) - Method in class com.antelmann.sql.DetailRowStore
Deprecated.  
deleteEntry(Object) - Method in class com.antelmann.sql.JDBCRowStore
 
deleteEntry(Object) - Method in class com.antelmann.sql.PropertyEntryTableStore
 
deleteEntry(Object) - Method in class com.antelmann.sql.TaggableSQLStore
 
deleteEntry(Object) - Method in class com.antelmann.util.Country.Store
 
deleteFromInbox(int) - Method in class com.antelmann.net.mail.POP3Account
returns the number of messages actually deleted from the POP3 inbox
deleteGroups(Object) - Method in class com.antelmann.sql.TaggableSQLStore
 
deleteImage(XSpreadsheet, String) - Method in class com.antelmann.ooffice.OOCalc
 
deleteImage(String) - Method in class com.antelmann.ooffice.OOWriter
 
deleteIndividually(DBClassStore<T>, Filter<? super T>) - Static method in class com.antelmann.db.DBUtils
deletes all entries that pass the given filter individually
deleteKeyConfirmString - Variable in class com.antelmann.util.gui.JPropertyEditor
 
deleteProperty() - Method in class com.antelmann.util.gui.JPropertyEditor
 
deleteRow(XCellRange, int) - Method in class com.antelmann.ooffice.OOCalc
 
deleteRow(String, String, Object) - Method in class com.antelmann.sql.ConnectionHelper
deletes all rows in the given table where the given field equals the given value
deleteRows(String, int, int) - Method in class com.antelmann.ooffice.OOTableWriter
returns the number of rows in the given table including the inserted rows
deleteRows(String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
the fieldRestrictions support Range, LikeCondition, NotNullCondition, IsNullCondition objects and Object[] as values
deleteRowsInOppositeOrder(String...) - Method in class com.antelmann.sql.JDBCBackup
deletes all tables in opposite order, so that the deletion logic is consistent to the table names provided with JDBCBackup.backup(File, String...).
deleteSelectedRows() - Method in class com.antelmann.net.mail.JEmailAccountTable
 
deleteTable(String) - Method in class com.antelmann.ooffice.OOTableWriter
 
deleteTag(String) - Method in class com.antelmann.sql.TaggableHeaderStore
 
deleteTag(String) - Method in interface com.antelmann.sql.TaggableMapping
deletes the given tag so that no entry is in the given group anymore
deleteTag(String) - Method in class com.antelmann.sql.TaggableMappingImpl
 
deleteTag(String) - Method in class com.antelmann.sql.TaggableSQLStore
 
delimiter - Variable in class com.antelmann.cddb.ArgumentParser
protected to allow custom delimiters for subclasses
deliverChanges(RemoteDBUpdateEvent[]) - Method in class com.antelmann.db.remote.RemoteDatabaseChangeHandler
 
deliverNotification(Object) - Method in class com.antelmann.util.Notifier
generates and delivers a simple EventObject with the given object as source (which may be null)
deliverNotification(EventObject) - Method in class com.antelmann.util.Notifier
runs synchronized on the embedded monitoredObject and delviers the event to all listeners
depth - Variable in class com.antelmann.net.SampleCrawlerSetting
 
dereference(Database<?>) - Method in class com.antelmann.db.DefaultDBReference
 
deriveColor(Color, Color, float) - Static method in class com.antelmann.image.ColorPath
derives a color as a mixture of the given two colors.
deriveFontFromFile(File, int, float) - Static method in class com.antelmann.util.gui.JFontFileChooser
 
descriptionColumn - Variable in class com.antelmann.image.ImageURLEntryMapper
longvarchar field
descriptionColumn - Variable in class com.antelmann.sql.BaseDocumentMapper
 
descriptionColumn - Variable in class com.antelmann.sql.UserImplMapper
the column containing a user description
descriptionField - Variable in class com.antelmann.calendar.SQLCalendarDB
 
deserialize(byte[]) - Static method in class com.antelmann.image.ImageUtils
 
deserialize(byte[]) - Static method in class com.antelmann.io.Data
de-serializes the given serialized bytes back to an object
deserializeXML(String) - Static method in class com.antelmann.util.XmlHelper
 
deserializeXML(String, boolean) - Static method in class com.antelmann.util.XmlHelper
 
DesktopAdapter - Class in com.antelmann.util.gui
adding this as a ComponentListener and InternalFrameListener to a JInternalFrame within a desktop will properly adjust the size of the desktop on relevant events.
DesktopAdapter(JDesktopPane) - Constructor for class com.antelmann.util.gui.DesktopAdapter
uses the currently preferred size to determine minWidth and minHeight
DesktopAdapter(JDesktopPane, int, int) - Constructor for class com.antelmann.util.gui.DesktopAdapter
 
destroy() - Method in class com.antelmann.servlet.UserAuthenticationFilter
empty implementation
destroy() - Method in class com.antelmann.sql.MySQLLog
 
DetailedString - Interface in com.antelmann.util
implementing classes provide a String suitable for displaying their full instance details in a (potentially multi-line) String.
detailIdColumn - Variable in class com.antelmann.sql.TaggablePropertyEntrySQLStore
 
detailKeyColumn - Variable in class com.antelmann.sql.TaggablePropertyEntrySQLStore
 
DetailRowStore<T extends PropertyEntry> - Class in com.antelmann.sql
Deprecated. use PropertyEntryTableStore instead
DetailRowStore(Database<Connection>, ObjectRowMapper<T>, Class<T>, String, String, String, String) - Constructor for class com.antelmann.sql.DetailRowStore
Deprecated.  
detailTable - Variable in class com.antelmann.sql.TaggablePropertyEntrySQLStore
 
detailValueColumn - Variable in class com.antelmann.sql.TaggablePropertyEntrySQLStore
 
determineLevel(ProfilerEvent) - Method in class com.antelmann.sql.MySQLLog
 
determineParams(ProfilerEvent) - Method in class com.antelmann.sql.MySQLLog
 
determineParentComponent(ActionEvent) - Method in class com.antelmann.util.gui.MyAbstractAction
called by actionPerformed(ActionEvent) to allow the initialization of the parent component before performAction(ActionEvent) is called
dialogComponent - Variable in class com.antelmann.util.table.AbstractDialogCellEditor
 
dialogExceptionHandler - Static variable in class com.antelmann.Debug
can be used to display a dialog for uncaught exceptions.
DialogFilter<T> - Class in com.antelmann.util.gui
a special filter that will accept a given entry via dialog response
DialogFilter(ValueRetriever<Component>) - Constructor for class com.antelmann.util.gui.DialogFilter
 
dialogTitle - Variable in class com.antelmann.util.table.AbstractDialogCellEditor
 
diff(int, int) - Method in class com.antelmann.image.MotionDetectorImpl
 
difference(InputStream, InputStream, Rectangle) - Method in interface com.antelmann.image.MotionDetector
 
difference(BufferedImage, BufferedImage, Rectangle) - Method in interface com.antelmann.image.MotionDetector
 
difference(BufferedImage, BufferedImage) - Method in class com.antelmann.image.MotionDetectorImpl
 
difference(InputStream, InputStream, Rectangle) - Method in class com.antelmann.image.MotionDetectorImpl
 
difference(BufferedImage, BufferedImage, Rectangle) - Method in class com.antelmann.image.MotionDetectorImpl
 
difference(GeoPoint) - Method in class com.antelmann.math.GeoPoint
adding the return value to to the given other point would result in an instance equal to this
difference(Collection<? extends T>, Collection<? extends T>) - Static method in class com.antelmann.util.Sets
returns a set that contains all elements from set1 that are not in set2
differenceInDays(Date, Date) - Method in class com.antelmann.calendar.CalendarHelper
based on the date rather than the exact time in between
digest(InputStream, String) - Static method in class com.antelmann.io.Data
returns a hashed value of the given stream based on the given algorithm
digestMD5(InputStream) - Static method in class com.antelmann.io.Data
digests the stream using MD5
digestMD5() - Method in class com.antelmann.io.MyFile
returns a digest that can be used to verity the content of a file
digestSHA1(InputStream) - Static method in class com.antelmann.io.Data
digests the stream using SHA1
digestSHA1() - Method in class com.antelmann.io.MyFile
returns a digest that can be used to verity the content of a file
dimension - Variable in class com.antelmann.util.gui.Plot2DFunction
specifies the size (in pixels) of the area to be drawn; default is (600, 400)
DIR_SEPARATOR - Static variable in class com.antelmann.net.FTPConnector
 
Direction - Enum in com.antelmann.util
useful for providing directions, so to speak.
DIRECTORIES_ONLY - Static variable in class com.antelmann.io.MyFile
 
directoryCompare(File, PrintStream) - Method in class com.antelmann.io.MyFile
compares this directory with the given one and prints results to the given stream
directoryCompare(File, PrintStream, Monitor) - Method in class com.antelmann.io.MyFile
 
DirectoryTreeNode - Class in com.antelmann.io
DirectoryTreeNode implements a TreeNode that can be used to visualize a directory structure.
DirectoryTreeNode(File) - Constructor for class com.antelmann.io.DirectoryTreeNode
initializes the DirectoryTreeNode with the given directory
dirSize() - Method in class com.antelmann.io.MyFile
in case of a directory, the combined size of all files within the tree is returned; otherwise an IllegalArgumentException is thrown.
disable() - Method in class com.antelmann.util.Monitor
 
disabled() - Method in class com.antelmann.util.Monitor
 
disabled() - Method in class com.antelmann.util.MonitorDelegate
 
disableLater(long) - Method in class com.antelmann.util.Monitor
This function starts a separate Thread that will disable this Monitor in the given time in milliseconds automatically.
Discriminator<T> - Interface in com.antelmann.util
 
dismissDialog() - Static method in class com.antelmann.util.gui.WaitMessageDialog
 
dispatchCommand(String) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
dispatchCommand(String, Map<?, ?>) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
dispatchCommand(String, OfficeUtils.TargetFrame, Map<?, ?>) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
dispatchCommand(String, String, Map<?, ?>) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
allows to dispatch a UNO command on the document.
dispatchCommand(String, String, Map<?, ?>) - Method in interface com.antelmann.ooffice.OfficeDocument
allows to dispatch a UNO command on the document
display() - Method in class com.antelmann.calendar.Stopwatch
displays the elapsed time as timeAsStringShort(elapsed())
dispose() - Method in class com.antelmann.net.JMessenger
overwritten to shut down the server
dispose() - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
dispose() - Method in interface com.antelmann.ooffice.OfficeDocument
disposes the document (cutting the connection to it rather than closing the window)
dispose() - Method in class com.antelmann.sound.JJukeBox
 
dispose() - Method in class com.antelmann.util.gui.FormPanel
removes this component from its parent
dispose() - Method in class com.antelmann.util.gui.JMainFrame
overwritten to avoid memory leaks as of JDK 1.6
dispose() - Method in class com.antelmann.util.gui.SplashScreen
 
disposeAfter(int) - Method in class com.antelmann.util.gui.SplashScreen
 
disposeComponent(Component) - Static method in class com.antelmann.util.gui.Menus
 
disposeForm(boolean) - Method in interface com.antelmann.util.gui.Form
allows to programmatically close the form.
disposeForm(boolean) - Method in class com.antelmann.util.gui.FormDialog
 
disposeForm(boolean) - Method in class com.antelmann.util.gui.FormFrame
 
disposeForm(boolean) - Method in class com.antelmann.util.gui.FormInternalFrame
 
disposeForm(boolean) - Method in class com.antelmann.util.gui.FormPanel
 
disposeIfAvailable() - Static method in class com.antelmann.util.gui.SplashScreen
 
disposeOnAncestorAdded(JComponent) - Method in class com.antelmann.util.gui.SplashScreen
 
disposeOnOpen(Window) - Method in class com.antelmann.util.gui.SplashScreen
 
distance(GeoPoint, GeoPoint) - Static method in class com.antelmann.math.GeoPoint
returns the flat distance in kilometers - disregarding the altitude.
distanceTo(GeoPoint) - Method in class com.antelmann.math.GeoPoint
 
distinctValues(Collection<T>, PatternExtractor<? super T, P>, Filter<? super T>) - Static method in class com.antelmann.util.Sets
 
divide(double) - Method in class com.antelmann.math.Money
 
divide(Number) - Method in class com.antelmann.math.Money
 
divide(Money) - Method in class com.antelmann.math.Money
 
DM - Static variable in class com.antelmann.math.LengthUnit
 
doAbort() - Method in class com.antelmann.db.AbstractDBTransaction
 
doAbort() - Method in class com.antelmann.sql.SQLTransaction
 
doBegin() - Method in class com.antelmann.db.AbstractDBTransaction
 
doBegin() - Method in class com.antelmann.sql.SQLTransaction
 
doCommit() - Method in class com.antelmann.db.AbstractDBTransaction
 
doCommit() - Method in class com.antelmann.sql.SQLTransaction
 
DocumentAdapter - Class in com.antelmann.util.gui
a convenience implementation that makes it easier to implement a DocumentListener if you want to perform a certain task in all cases.
DocumentAdapter(JFormattedTextField...) - Constructor for class com.antelmann.util.gui.DocumentAdapter
 
DocumentAdapter(boolean, JFormattedTextField...) - Constructor for class com.antelmann.util.gui.DocumentAdapter
 
DocumentEntry - Interface in com.antelmann.db
specifies a general-purpose document that can be managed in a database
DocumentSizeFilter - Class in com.antelmann.util.gui
limits documents to a given fixed size.
DocumentSizeFilter(int) - Constructor for class com.antelmann.util.gui.DocumentSizeFilter
 
DocumentTextFilter - Class in com.antelmann.util.gui
allows to use a common Filter to be used as a DocumentFilter.
DocumentTextFilter(Filter<String>) - Constructor for class com.antelmann.util.gui.DocumentTextFilter
 
DocumentTextFilter(Filter<String>, boolean) - Constructor for class com.antelmann.util.gui.DocumentTextFilter
 
documentUpdated(DocumentEvent) - Method in class com.antelmann.util.gui.DocumentAdapter
only called when the event is accepted by DocumentAdapter.accept(DocumentEvent)
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.antelmann.servlet.UserAuthenticationFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.antelmann.servlet.barcode.BarcodeImageServlet
generates the image based on the parameters code, type, showLabel
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.antelmann.servlet.DBEntryServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.antelmann.servlet.PieChartImageServlet
understands the special parameter width, height and title; all other paramters are mapped to their corresponding number value to be displayed in the chart.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.antelmann.servlet.TextImageServlet
generates an image based on the parameters text, font, foreground, background.
doh(Throwable) - Method in class com.antelmann.util.gui.MyAbstractAction
 
doh(Throwable, Component) - Method in class com.antelmann.util.gui.MyAbstractAction
handles an Exception the common way by logging it and then displaying it to the user
done() - Method in class com.antelmann.util.Monitor
the effect can only be reversed through reInitialize()
done() - Method in class com.antelmann.util.MonitorDelegate
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.antelmann.servlet.barcode.BarcodeImageServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.antelmann.servlet.DBEntryServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.antelmann.servlet.PieChartImageServlet
calls the GET method
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.antelmann.servlet.TextImageServlet
 
DoublePrintStream - Class in com.antelmann.io
a PrintStream that propagates writes to two PrintStream objects
DoublePrintStream(PrintStream, PrintStream) - Constructor for class com.antelmann.io.DoublePrintStream
 
doubleValue() - Method in class com.antelmann.math.Money
 
doubleValue() - Method in class com.antelmann.math.RomanNumber
 
download(URL, File) - Static method in class com.antelmann.net.Downloader
synchronously downloads the given url to the given file
download(URLCache, File) - Static method in class com.antelmann.net.Downloader
synchronously downloads the given uc to the given file
download(URL, OutputStream) - Static method in class com.antelmann.net.Downloader
synchronously downloads the given url to the given output stream
download(URLCache, OutputStream) - Static method in class com.antelmann.net.Downloader
synchronously downloads the given url to the given output stream
download(URLCache, OutputStream, String, char[]) - Static method in class com.antelmann.net.Downloader
synchronously downloads the given url to the given output stream using basic authorization mechanism
download(String, String, OutputStream) - Method in class com.antelmann.net.FTPConnector
 
download(String, String, OutputStream, Monitor) - Method in class com.antelmann.net.FTPConnector
downloads a single file from the given FTP site to the specified target stream.
download(URL) - Method in class com.antelmann.net.JWebBrowser
downloads the given URL with a JDownloader after the GUI asked for the file name
downloaded(Downloader, IOException) - Method in interface com.antelmann.net.Downloader.Listener
is called when a download from a Downloader finished.
Downloader - Class in com.antelmann.net
Downloads a URL or URLCache object into a file.
Downloader(URL, File) - Constructor for class com.antelmann.net.Downloader
 
Downloader(URLCache, File) - Constructor for class com.antelmann.net.Downloader
 
Downloader(URL, OutputStream) - Constructor for class com.antelmann.net.Downloader
closes the stream on completion
Downloader(URLCache, OutputStream) - Constructor for class com.antelmann.net.Downloader
closes the stream on completion
Downloader(URLCache, OutputStream, boolean) - Constructor for class com.antelmann.net.Downloader
 
Downloader(URLCache, OutputStream, boolean, Monitor) - Constructor for class com.antelmann.net.Downloader
 
Downloader.Listener - Interface in com.antelmann.net
 
downloadFile(String, String, File) - Method in class com.antelmann.net.FTPConnector
 
downloadFile(String, String, File, Monitor) - Method in class com.antelmann.net.FTPConnector
downloads a single file from the given FTP site to the specified target file.
downloadTree(String, File) - Method in class com.antelmann.net.FTPConnector
recursively downloads the remoteSourceDir tree to the targetDir.
downloadTree(String, File, Logger) - Method in class com.antelmann.net.FTPConnector
uses a Logger to provide feedback.
downloadTree(String, File, Logger, Monitor) - Method in class com.antelmann.net.FTPConnector
uses a Monitor for enabling to cancel the operation prematurely.
drain(InputStream, OutputStream, boolean) - Static method in class com.antelmann.io.Data
starts a new thread that drains the input into the output for as long as there is input available; returns immediately
drainOutput(Process) - Static method in class com.antelmann.io.Data
drains the output of the process to the console
driveNum - Variable in class com.antelmann.cddb.CDDriveWin
 
driverField - Variable in class com.antelmann.sql.JConnectionLogin
 
DriverWrapper - Class in com.antelmann.sql
wraps a given driver (that is potentially loaded from a URLClassLoader) so that it can be loaded from the system class loader.
DriverWrapper(Driver) - Constructor for class com.antelmann.sql.DriverWrapper
 
dropIndex(String, String) - Method in class com.antelmann.sql.ConnectionHelper
 
dropPrimaryKey(String) - Method in class com.antelmann.sql.SQLServerHelper
 
dumpAllStacks() - Static method in class com.antelmann.Debug
 
dumpHeap(File) - Static method in class com.antelmann.Debug
 
dumpSettings() - Static method in class com.antelmann.Debug
prints all settings to the console.
dumpStack() - Static method in class com.antelmann.Debug
 
dumpStack(Thread) - Static method in class com.antelmann.Debug
 
DyndnsTool - Class in com.antelmann.net
makes it easy to use dyndns services (see http://www.dyndns.com/developers/specs/)
DyndnsTool(String, String) - Constructor for class com.antelmann.net.DyndnsTool
 
DyndnsTool(String, char[]) - Constructor for class com.antelmann.net.DyndnsTool
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads