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<S> - Interface in com.antelmann.mgmt
provides a lookup service for persistence services for Resource objects.
database - Variable in class com.antelmann.sql.JDBCRowProxy
 
databaseAccessed(User, String) - Method in class com.antelmann.mgmt.DBListener.Adapter
 
databaseAccessed(User, String) - Method in interface com.antelmann.mgmt.DBListener
called upon successfully reading from the database
databaseError(User, Throwable) - Method in class com.antelmann.mgmt.DBListener.Adapter
 
databaseError(User, Throwable) - Method in interface com.antelmann.mgmt.DBListener
called if an error occurred on accessing the database
DatabaseException - Exception in com.antelmann.mgmt
DatabaseException signals problems while accessing/using any form of database.
DatabaseException() - Constructor for exception com.antelmann.mgmt.DatabaseException
 
DatabaseException(String) - Constructor for exception com.antelmann.mgmt.DatabaseException
 
DatabaseException(Throwable) - Constructor for exception com.antelmann.mgmt.DatabaseException
 
DatabaseException(String, Throwable) - Constructor for exception com.antelmann.mgmt.DatabaseException
 
databaseUpdated(DBUpdateEvent) - Method in class com.antelmann.mgmt.DBListener.Adapter
 
databaseUpdated(DBUpdateEvent) - Method in interface com.antelmann.mgmt.DBListener
called upon successfull insert, delete or update
dateFormat - Variable in class com.antelmann.net.ServerLogFile
 
dayBegin(Date) - Static method in class com.antelmann.calendar.CalendarUtils
returns a date that is set to the begin of the given day (daytime 12:00 a.m.)
dayOfWeek(Date) - Static method in class com.antelmann.calendar.CalendarUtils
 
db - Variable in class com.antelmann.timeregister.PunchAdminTool
 
DBClassStore<T extends Resource> - Interface in com.antelmann.mgmt
provides persistence service for a Resource in the context of a Database.
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
 
DBListener - Interface in com.antelmann.mgmt
listens for database updates
DBListener.Adapter - Class in com.antelmann.mgmt
 
DBListener.Adapter() - Constructor for class com.antelmann.mgmt.DBListener.Adapter
 
DBTransaction - Interface in com.antelmann.mgmt
a transaction controlls access to all resources of a Database through DBClassStore instances.
DBUpdateEvent - Class in com.antelmann.mgmt
 
DBUpdateEvent(DBClassStore<?>, DBUpdateEvent.UpdateType, Resource) - Constructor for class com.antelmann.mgmt.DBUpdateEvent
 
DBUpdateEvent.UpdateType - Enum in com.antelmann.mgmt
 
deactivate() - Method in class com.antelmann.calendar.AtomicTime
deactivates the embedded timer for automatic updates
deactivate() - Method in class com.antelmann.util.gui.JMemoryGauge
 
Debug - Class in com.antelmann.util
provides globally accessible methods and variables for convenient debugging
DEBUG - Static variable in class com.antelmann.util.logging.Level
 
Debug.FileExceptionHandler - Class in com.antelmann.util
can be used to conveniently write all exceptions to a file.
Debug.FileExceptionHandler(File) - Constructor for class com.antelmann.util.Debug.FileExceptionHandler
 
Debug.FileExceptionHandler(File, boolean) - Constructor for class com.antelmann.util.Debug.FileExceptionHandler
 
debugPrintXProperties(XPropertySet) - Static method in class com.antelmann.ooffice.OOUtils
 
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
decode(SynchronousKey) - Method in class com.antelmann.util.Encoded
decodes the embedded encrypted object given the right key
decode(byte[]) - Method in class com.antelmann.util.SimpleKey
 
decode(byte[]) - Method in interface com.antelmann.util.SynchronousKey
decodes the given byte array
decode64(String) - Static method in class com.antelmann.util.Strings
decodes the given String using Base64 assuming ASCII character set
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
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(String) - Method in class com.antelmann.io.MyFile
uses a com.antelmann.util.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
DEFAULT_COMMENT - Static variable in class com.antelmann.cddb.CDDBXmcdParser
used for generated Contribution comments or Artist descriptions
DEFAULT_NTP_PORT - Static variable in class com.antelmann.calendar.AtomicClock
37
DEFAULT_NTP_SERVER - Static variable in class com.antelmann.calendar.AtomicClock
time-b.nist.gov
DEFAULT_SAMPLE_TEXT - Static variable in class com.antelmann.util.gui.JFontChooser
 
DEFAULT_SAMPLE_TEXT - Static variable in class com.antelmann.util.gui.JFontFileChooser
 
DEFAULT_SERVER - Static variable in class com.antelmann.cddb.CDDBServer
the default server: freedb.freedb.org with http on port 80
defaultAlgorithm - Static variable in class com.antelmann.util.CipherKey
 
defaultExtension() - Static method in class com.antelmann.ooffice.SpreadsheetFrame
 
defaultFactory - Static variable in class com.antelmann.calendar.JDayGrid
uses JCalendarEntry objects
defaultIterationCount - Static variable in class com.antelmann.util.CipherKey
 
defaultPropertyFile - Static variable in class com.antelmann.util.Settings
denotes the relative location of the file for the default Properties, so that it can be found through the ClassLoader
DefaultQuestionComponentFactory - Class in com.antelmann.game.quiz
 
DefaultQuestionComponentFactory() - Constructor for class com.antelmann.game.quiz.DefaultQuestionComponentFactory
 
defaultRestrictURLPattern - Static variable in class com.antelmann.net.SampleCrawlerSetting
 
defaultType - Static variable in class com.antelmann.imagedb.ImageHolder
defaults to png
delete(ImageHolder) - Method in interface com.antelmann.imagedb.ImageDB
deletes the given ImageHolder from the database; optional operation.
delete(ImageHolder) - Method in class com.antelmann.imagedb.SQLImageDB
deletes the given entry from the database completely
delete(T) - Method in interface com.antelmann.mgmt.DBClassStore
removes the given entry from the database
delete(RowItem) - Method in class com.antelmann.sql.ConnectionHelper
 
delete(T) - Method in class com.antelmann.sql.JDBCRowProxy
 
delete(PunchData) - Method in class com.antelmann.timeregister.FilePunchDB
optional operation; may throw UnsupportedOperationException.
delete(PunchData) - Method in interface com.antelmann.timeregister.PunchAdminDB
deletes the given entry from the database without any consistency checking.
delete(WorkUnit) - Method in interface com.antelmann.timeregister.PunchAdminDB
 
delete(WorkUnitValidator) - Method in interface com.antelmann.timeregister.PunchAdminDB
 
delete(Holiday) - Method in interface com.antelmann.timeregister.PunchAdminDB
 
delete(PunchData) - Method in class com.antelmann.timeregister.PunchDataAnalyzer
 
delete(PunchData) - Method in class com.antelmann.timeregister.PunchDBClient
 
delete(WorkUnit) - Method in class com.antelmann.timeregister.PunchDBClient
 
delete(WorkUnitValidator) - Method in class com.antelmann.timeregister.PunchDBClient
 
delete(Holiday) - Method in class com.antelmann.timeregister.PunchDBClient
 
delete(PunchData) - Method in class com.antelmann.timeregister.PunchTableModel
 
delete(int[]) - Method in class com.antelmann.timeregister.PunchTableModel
 
delete(PunchData) - Method in class com.antelmann.timeregister.SQLPunchDB
 
delete(WorkUnit) - Method in class com.antelmann.timeregister.SQLPunchDB
 
delete(WorkUnitValidator) - Method in class com.antelmann.timeregister.SQLPunchDB
 
delete(Holiday) - Method in class com.antelmann.timeregister.SQLPunchDB
 
deleteCache() - Method in class com.antelmann.util.gui.JDiskUsage
 
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
deleteFromInbox(int) - Method in class com.antelmann.net.mail.EmailAccount
returns the number of messages actually deleted from the POP3 inbox
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.TextTableFrame
returns the number of rows in the given table including the inserted rows
deleteRows(String, Map<String, Object>) - Method in class com.antelmann.sql.ConnectionHelper
 
deleteSelectedRows() - Method in class com.antelmann.net.mail.JEmailAccountTable
 
deleteUser(User) - Method in interface com.antelmann.timeregister.PunchAdminDB
use with caution: this also deletes all associated records of the given user
deleteUser(User) - Method in class com.antelmann.timeregister.PunchDBClient
 
deleteUser(User) - Method in class com.antelmann.timeregister.SQLPunchDB
 
delimiter - Variable in class com.antelmann.cddb.ArgumentParser
protected to allow custom delimiters for subclasses
DemoQuizFrame - Class in com.antelmann.game.quiz
 
DemoQuizFrame() - Constructor for class com.antelmann.game.quiz.DemoQuizFrame
reads required parameters from the System properties.
DemoQuizFrame(File, int, File, ImageIcon, Font) - Constructor for class com.antelmann.game.quiz.DemoQuizFrame
 
DemoQuizFrame(File, int, File, ImageIcon, Font, Properties) - Constructor for class com.antelmann.game.quiz.DemoQuizFrame
 
DemoQuizFrame(List<Question>, int, Collection<HighscoreEntry>, ImageIcon, Font) - Constructor for class com.antelmann.game.quiz.DemoQuizFrame
 
DemoQuizFrame(List<Question>, int, Collection<HighscoreEntry>, ImageIcon, Font, Properties) - Constructor for class com.antelmann.game.quiz.DemoQuizFrame
 
depth - Variable in class com.antelmann.net.SampleCrawlerSetting
 
depthFirstSearch(GamePlay, int[], int, Monitor) - Static method in class com.antelmann.game.GameUtilities
depthFirstSearch() is a 'dfs puzzle-solver' that tries to find a path to a winning game position defined by the given roles within the given number of moves.
depthFirstSearch(GamePlay, int[], int, Player, Monitor) - Static method in class com.antelmann.game.GameUtilities
This depthFirstSearch() variant sorts the moves according to their heuristics provided by the given player before performing its otherwise 'depth-first-search' algorithm.
DERANGED - Static variable in class com.antelmann.sound.SampleSounds
represents the sound "deranged" included in the antelmann.jar file
deranged() - Static method in class com.antelmann.sound.SampleSounds
 
deriveFontFromFile(File, int, float) - Static method in class com.antelmann.util.gui.JFontFileChooser
 
description - Variable in class com.antelmann.mgmt.UserImpl
 
descriptionField - Variable in class com.antelmann.calendar.SQLCalendarDB
 
descriptionField - Variable in class com.antelmann.imagedb.SQLImageDB
longvarchar field
deserialize(byte[]) - Static method in class com.antelmann.io.Data
de-serializes the given serialized bytes back to an object
dialogExceptionHandler - Static variable in class com.antelmann.util.Debug
can be used to display a dialog for uncaught exceptions.
DIAMONDS - Static variable in class com.antelmann.game.card.Card
 
DiceEquation - Class in com.antelmann.game.puzzle
a tiny game that allows to find certain calculations based on a predefined set of numbers and operators to generate a given number.
DiceEquation(double, int...) - Constructor for class com.antelmann.game.puzzle.DiceEquation
 
difference(Set<? extends T>, Set<? extends T>) - Static method in class com.antelmann.util.Sets
returns a set that contains all elements from set1 that are not in set2
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)
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
disable() - Method in class com.antelmann.util.Monitor
 
disabled() - Method in class com.antelmann.util.Monitor
 
disabled() - Method in class com.antelmann.util.MonitorDelegator
 
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.
disableRandom() - Method in class com.antelmann.game.fourwins.FourWinsPlayer
 
disableTracking() - Method in class com.antelmann.game.TemplatePlayer
Deprecated. use setTracking(boolean enable) instead
DISAPPOINTED - Static variable in class com.antelmann.sound.SampleSounds
represents the sound "disappointed" included in the antelmann.jar file
disappointed() - Static method in class com.antelmann.sound.SampleSounds
 
dismissDialog() - Static method in class com.antelmann.util.gui.WaitMessageDialog
 
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.sound.JJukeBox
 
dispose() - Method in class com.antelmann.util.gui.SplashScreen
 
disposeAfter(int) - Method in class com.antelmann.util.gui.SplashScreen
 
disposeOnOpen(Window) - Method in class com.antelmann.util.gui.SplashScreen
 
ditigalSignatureAlgorithm - Static variable in interface com.antelmann.util.SecurityNames
 
DOH - Static variable in class com.antelmann.sound.SampleSounds
represents the sound "doh" included in the antelmann.jar file
doh() - Static method in class com.antelmann.sound.SampleSounds
 
done() - Method in class com.antelmann.util.Monitor
the effect can only be reversed through reInitialize()
done() - Method in class com.antelmann.util.MonitorDelegator
 
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
 
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(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.Listener - Interface in com.antelmann.net
 
downloadFile(String, String, File) - 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.
drawAllWindows() - Method in class com.antelmann.game.JGameFrame
redraws all windows with their appropriate initial size
drawAllWindows() - Method in class com.antelmann.game.JPlayerClient
redraws all windows with their appropriate initial size
driveNum - Variable in class com.antelmann.cddb.CDDriveWin
 
dumpSettings() - Static method in class com.antelmann.util.Debug
prints all settings (including all system properties and environment variables) to the console.
dumpStack() - Static method in class com.antelmann.util.Debug
 

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) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads