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

C

C - Static variable in class com.antelmann.math.Temperature
Celsius (centigrade)
cacheInFile(File, boolean) - Method in class com.antelmann.io.BinaryData
note that the caller has to take care that the given file is later deleted when it's not used anymore
calculateAccessibleWebSize() - Method in class com.antelmann.net.LocalWeb
 
calculateEANChecksum(String) - Static method in class com.antelmann.util.Misc
takes both: UPC and EAN codes; must be numeric only
calculateMotion(BufferedImage, BufferedImage) - Method in class com.antelmann.image.MJPEGHandler
 
calculatePageWeight() - Method in class com.antelmann.net.Spider
returns the page weigt in bytes (= content length of URL plus sum of embedded images)
calculatePoint(double) - Method in class com.antelmann.util.gui.Plot2DFunction
 
CaldavClient - Class in com.antelmann.webdav
 
CaldavClient(URL, String, String) - Constructor for class com.antelmann.webdav.CaldavClient
 
CalendarCell - Class in com.antelmann.calendar
represents the value that by default is returned from a CalendarTableModel
CalendarCell(Date, Object, boolean) - Constructor for class com.antelmann.calendar.CalendarCell
 
CalendarCellRenderer - Class in com.antelmann.util.table
useful to display CalendarCell objects in a CalendarTableModel
CalendarCellRenderer() - Constructor for class com.antelmann.util.table.CalendarCellRenderer
 
calendarChanged(CalendarChangeEvent) - Method in interface com.antelmann.calendar.CalendarModelListener
 
calendarChanged(CalendarChangeEvent) - Method in class com.antelmann.calendar.CalendarTableModel
 
CalendarChangeEvent - Class in com.antelmann.calendar
used when a CalendarTableModel fires events upon data changes
CalendarChangeEvent(CalendarModel) - Constructor for class com.antelmann.calendar.CalendarChangeEvent
 
CalendarChangeEvent(CalendarModel, Date, Date) - Constructor for class com.antelmann.calendar.CalendarChangeEvent
 
CalendarDB - Interface in com.antelmann.calendar
 
CalendarEntry - Class in com.antelmann.calendar
represents a generic entry in a calendar
CalendarEntry(Object, Date, Date, String) - Constructor for class com.antelmann.calendar.CalendarEntry
begin and title must not be null
CalendarEntry(Object, Date, long, String) - Constructor for class com.antelmann.calendar.CalendarEntry
begin and title must not be null
CalendarEntry(Object, Date, Date, String, String, String) - Constructor for class com.antelmann.calendar.CalendarEntry
begin and title must not be null
CalendarEntry(Object, Date, long, String, String, String) - Constructor for class com.antelmann.calendar.CalendarEntry
begin and title must not be null
CalendarEntry(Object, CalendarEntry) - Constructor for class com.antelmann.calendar.CalendarEntry
creates a duplicate from entry where only the id is different from the original
CalendarEntryComponentFactory - Interface in com.antelmann.calendar
used for visualizing calendar entries
calendarEntryFlavor - Static variable in class com.antelmann.calendar.CalendarEntry
 
CalendarException - Exception in com.antelmann.calendar
indicates an inconsistency in the calendar database
CalendarException(Throwable) - Constructor for exception com.antelmann.calendar.CalendarException
 
CalendarException(String, Throwable) - Constructor for exception com.antelmann.calendar.CalendarException
 
CalendarException(String) - Constructor for exception com.antelmann.calendar.CalendarException
 
CalendarHelper - Class in com.antelmann.calendar
methods that require a calendar for calculation are synchronized, so they do not perform simultaneously
CalendarHelper() - Constructor for class com.antelmann.calendar.CalendarHelper
 
CalendarHelper(Calendar) - Constructor for class com.antelmann.calendar.CalendarHelper
 
CalendarModel - Interface in com.antelmann.calendar
a model that provides data based on given dates
CalendarModelListener - Interface in com.antelmann.calendar
listends to data changes of a CalendarModel
CalendarTableModel - Class in com.antelmann.calendar
a special table model that can place values for specific dates into a table model; each model represents one month.
CalendarTableModel(CalendarModel) - Constructor for class com.antelmann.calendar.CalendarTableModel
calls this(cmodel, Calendar.getInstance())
CalendarTableModel(CalendarModel, Date) - Constructor for class com.antelmann.calendar.CalendarTableModel
 
CalendarTableModel(CalendarModel, Calendar) - Constructor for class com.antelmann.calendar.CalendarTableModel
calls this(cmodel, month, true, false)
CalendarTableModel(CalendarModel, Calendar, Locale) - Constructor for class com.antelmann.calendar.CalendarTableModel
doesn't use week numbers
CalendarTableModel(CalendarModel, Calendar, boolean) - Constructor for class com.antelmann.calendar.CalendarTableModel
uses the default Locale
CalendarTableModel(CalendarModel, Calendar, Locale, boolean) - Constructor for class com.antelmann.calendar.CalendarTableModel
adds itself as a CalendarModelListener to the given CalendarModel
cancel() - Method in class com.antelmann.calendar.AlertTimer
terminates the AlertTimer
cancel() - Method in class com.antelmann.io.Backup
sets the embedded monitor to be disabled
cancel() - Method in class com.antelmann.net.Downloader
cancels the current download; the listeners will be called with an IOException containing the message that canced() was called or that the input stream was closed
cancel() - Method in class com.antelmann.util.DelayedTask
 
CANCEL - Static variable in class com.antelmann.util.gui.FormDialog
indicates that the CANCEL-button has been pressed
cancelAction() - Method in class com.antelmann.util.gui.FormDialog
programmatic cancel button action on this dialog
cancelField - Variable in class com.antelmann.calendar.SQLCalendarDB
 
CancellationWarning - Exception in com.antelmann.util
indicates that an operation has been deliberately canceled, which is only to be viewed as a warning
CancellationWarning() - Constructor for exception com.antelmann.util.CancellationWarning
 
CancellationWarning(String) - Constructor for exception com.antelmann.util.CancellationWarning
 
canRedo() - Method in class com.antelmann.db.PropertyEntryImpl
 
canUndo() - Method in class com.antelmann.db.PropertyEntryImpl
 
capitalizeFirst(String) - Static method in class com.antelmann.util.Strings
returns a string like the given one, only that the first one is upper case
capitalizeFirstOnly(String) - Static method in class com.antelmann.util.Strings
returns a string where the given string is all lower case, except the first one, which is upper case
capitalizeWords(String) - Static method in class com.antelmann.util.Strings
returns a string where each word will be lowercase except for the first letter of the word, which will be capitalized
captureComponent(Component) - Static method in class com.antelmann.image.ImageUtils
 
CAR - Static variable in class com.antelmann.opengeodb.GeoTypeName
TEXT value
CarddavClient - Class in com.antelmann.webdav
an implementation of a CardDav client.
CarddavClient(URL, String, String) - Constructor for class com.antelmann.webdav.CarddavClient
 
CardHeader - Class in com.antelmann.webdav
represents a VCard entry
CardHeader(String, String, String) - Constructor for class com.antelmann.webdav.CardHeader
 
cascadeInternalFrames(JDesktopPane) - Static method in class com.antelmann.util.gui.Menus
 
CascadingFilter<T> - Interface in com.antelmann.util
a filter that relies on another embedded filter for further filtering (which in turn may yet be another CascadingFilter)
castStub(Stub<?>, Class<T>) - Static method in class com.antelmann.db.Stub
 
categories - Variable in class com.antelmann.calendar.CalendarEntry
 
Categorized<T> - Interface in com.antelmann.db
specifies an object that is categorized.
Category<T> - Interface in com.antelmann.db
represents a category that may be associated with any kind of entry and supports cascading sub-categories
Category.Adapter<T> - Class in com.antelmann.db
 
Category.Adapter(String, Category<T>, Collection<? extends Category<T>>) - Constructor for class com.antelmann.db.Category.Adapter
 
Category.Entry - Class in com.antelmann.db
 
Category.Entry(Object, String, Category<Database<?>>) - Constructor for class com.antelmann.db.Category.Entry
 
categoryField - Variable in class com.antelmann.calendar.SQLCalendarDB
categories are stored in a single comma-separated text field
CategoryManager - Interface in com.antelmann.db
specifies the functionality commonly used to deal with categories and implemented by a DBClassStore.
CategoryNode<T> - Class in com.antelmann.util.gui
provides a model for organizing categories in a tree.
CategoryNode(Category<T>, T) - Constructor for class com.antelmann.util.gui.CategoryNode
 
CategoryNode(Category<T>, ValueRetriever<T>) - Constructor for class com.antelmann.util.gui.CategoryNode
 
CategoryStore<T extends Category<?> & DBEntry> - Class in com.antelmann.sql
provides an SQL-based store wrapper to handle categories more easily based on a column that contains the parent-category-id.
CategoryStore(DBClassStore<T>, String) - Constructor for class com.antelmann.sql.CategoryStore
 
catSeparator - Static variable in class com.antelmann.calendar.SQLCalendarDB
 
CDCollection - Interface in com.antelmann.cddb
CDCollection represents what it says: a collection of CDs.
CDDB - Interface in com.antelmann.cddb
The interface CDDB specifies the methods that a CD database needs to provide to serve as a database in this framework.
CDDBEntry - Class in com.antelmann.cddb
CDDBEntry represents an entry for a CD in a CDDB database that contains all known properties about the associated CD.
CDDBEntry(CDDBRecord, String) - Constructor for class com.antelmann.cddb.CDDBEntry
The fileContent must be in xmcd format specified by CDDB and must contain the discID from the record.
CDDBProtocolException - Exception in com.antelmann.cddb
CDDBProtocolException is thrown when the response from a CDDB source did not comply to the expected protocol.
CDDBProtocolException() - Constructor for exception com.antelmann.cddb.CDDBProtocolException
 
CDDBProtocolException(String) - Constructor for exception com.antelmann.cddb.CDDBProtocolException
 
CDDBProtocolException(Throwable) - Constructor for exception com.antelmann.cddb.CDDBProtocolException
 
CDDBProtocolException(String, Throwable) - Constructor for exception com.antelmann.cddb.CDDBProtocolException
 
CDDBProtocolException(String, String, String, String, Throwable) - Constructor for exception com.antelmann.cddb.CDDBProtocolException
 
CDDBRecord - Class in com.antelmann.cddb
Represents a unique entry in a CDDB database.
CDDBRecord(String, String, String) - Constructor for class com.antelmann.cddb.CDDBRecord
produces an exact match record with the given parameters; the order of the parameters is according to the output of the CDDB protocol.
CDDBRecord(String, String, String, boolean) - Constructor for class com.antelmann.cddb.CDDBRecord
initializes a record that can be used to query CDDB for this entry.
CDDBServer - Class in com.antelmann.cddb
CDDBServer represents a server that can act as a mirror to a CDDB service.
CDDBServer(String, String, int, String, String, String, String) - Constructor for class com.antelmann.cddb.CDDBServer
 
CDDBXmcdParser - Class in com.antelmann.cddb
CDDBXmcdParser provides methods to parse the file content from a CDDB/FreeDB raw file in xmcd format.
CDDBXmcdParser(File) - Constructor for class com.antelmann.cddb.CDDBXmcdParser
file must be in the CDDB/FreeDB file format
CDDBXmcdParser(CDInfo) - Constructor for class com.antelmann.cddb.CDDBXmcdParser
 
CDDBXmcdParser(String) - Constructor for class com.antelmann.cddb.CDDBXmcdParser
fileContent must be derived from CDDB/FreeDB file format
CDDrive - Class in com.antelmann.cddb
The class CDDrive represents the physical CD-ROM drive in a platform independent way.
CDDriveSample - Class in com.antelmann.cddb
A sample platform independent implementation for testing purposes
CDDriveSample() - Constructor for class com.antelmann.cddb.CDDriveSample
 
CDDriveSample(String) - Constructor for class com.antelmann.cddb.CDDriveSample
the query string MUST be in the exact format of the CDDB query string.
CDDriveWin - Class in com.antelmann.cddb
This class is a Win32 specific implementation of CDDrive, which uses native function calls to access the CD-ROM drive.
CDDriveWin() - Constructor for class com.antelmann.cddb.CDDriveWin
 
CDDriveWin(int) - Constructor for class com.antelmann.cddb.CDDriveWin
the first drive is 0
CDID - Class in com.antelmann.cddb
CDID represents a unique music CD with the characteristics usually provided by a CDDrive.
CDID(String, int[], int) - Constructor for class com.antelmann.cddb.CDID
constructs the CDID manually (doesn't perform a consistency check)
CDID(CDDrive) - Constructor for class com.antelmann.cddb.CDID
reads the CD information directly from the drive (preferred construction method)
CDID(String) - Constructor for class com.antelmann.cddb.CDID
parses the CDID information from the given CDDB query string.
CDInfo - Interface in com.antelmann.cddb
Represents the additional information for a CD that can be retrieved from a CDDB database.
CDSet - Class in com.antelmann.cddb
A helper class to manage a CD collection with the ability to import/export the set to/from a file.
CDSet() - Constructor for class com.antelmann.cddb.CDSet
 
CDSET_LOCATION - Variable in class com.antelmann.cddb.SimpleCDCollection
the filename where the CDSet is stored relative to the base dir
Cell - Class in com.antelmann.ooffice
wrapper around com.sun.star.table.XCell to avoid having to compile with office classes.
Cell.Format - Enum in com.antelmann.ooffice
used to format a cell value in OOCalc
Cell.Location - Class in com.antelmann.ooffice
represents an immutable cell location in a spreadsheet or a writer document
Cell.Location(String, String) - Constructor for class com.antelmann.ooffice.Cell.Location
 
Cell.Location(int, int, int) - Constructor for class com.antelmann.ooffice.Cell.Location
 
Cell.Location(String, int, int) - Constructor for class com.antelmann.ooffice.Cell.Location
 
Cell.Location(int, String) - Constructor for class com.antelmann.ooffice.Cell.Location
 
CellBorder - Class in com.antelmann.ooffice
allows to specify the border of a cell in a spreadsheet.
CellBorder() - Constructor for class com.antelmann.ooffice.CellBorder
 
CellBorder(CellBorder.Type) - Constructor for class com.antelmann.ooffice.CellBorder
 
CellBorder(CellBorder.Type, CellBorder.Type, CellBorder.Type, CellBorder.Type) - Constructor for class com.antelmann.ooffice.CellBorder
 
CellBorder.Type - Class in com.antelmann.ooffice
 
CellBorder.Type() - Constructor for class com.antelmann.ooffice.CellBorder.Type
calls this(Color.black)
CellBorder.Type(Color) - Constructor for class com.antelmann.ooffice.CellBorder.Type
null is allowed for a color
CellBorder.Type(Color, short, short, short) - Constructor for class com.antelmann.ooffice.CellBorder.Type
 
center(Component) - Static method in class com.antelmann.util.gui.Menus
centers the given Component in the middle of the screen
centerImageOnImage(Image, Image) - Static method in class com.antelmann.image.ImageUtils
the returned Image is as large as needed to fully show both, foreground and background
centerTextOnImage(Image, String, Font, Paint, boolean) - Static method in class com.antelmann.image.ImageUtils
the image is exactly as big as the background; if the text is larger, it is cut off
CGI - Class in com.antelmann.net
The class CGI provides a convenient way to post parameters to a web-based CGI (Common Gateway Interface) script.
CGI(String) - Constructor for class com.antelmann.net.CGI
 
CGI(URL) - Constructor for class com.antelmann.net.CGI
requires a URL based on the HTTP protocol specifying the script you are posting to
CGI(String, String) - Constructor for class com.antelmann.net.CGI
 
CGI(URL, String) - Constructor for class com.antelmann.net.CGI
 
CGI.MultipartHandler - Class in com.antelmann.net
 
CGI.MultipartHandler() - Constructor for class com.antelmann.net.CGI.MultipartHandler
 
CGI.MultipartHandler(String) - Constructor for class com.antelmann.net.CGI.MultipartHandler
 
ch - Variable in class com.antelmann.calendar.DefaultCalendarModel
 
changedUpdate(DocumentEvent) - Method in class com.antelmann.util.gui.DocumentAdapter
 
changeExpansionState(JTree, TreePath, boolean) - Static method in class com.antelmann.util.gui.TreeUtils
 
ChangeNotificationClient - Class in com.antelmann.db.remote
provides an easy mechanism to setup a client for change notification on a database.
ChangeNotificationClient(String, Database<?>, String, boolean) - Constructor for class com.antelmann.db.remote.ChangeNotificationClient
 
ChangeNotificationClient(String, Database<?>, String, int, boolean) - Constructor for class com.antelmann.db.remote.ChangeNotificationClient
creates a SocketConnection to the server based on the given parameters and calls the constructor that takes a NetConnection
ChangeNotificationClient(NetConnection, Database<?>, boolean) - Constructor for class com.antelmann.db.remote.ChangeNotificationClient
starts a client daemon thread that listens to changes; if deliverChanges is true, this client also propagates changes from the database to the server using a notifier.
ChangeNotificationServer - Class in com.antelmann.db.remote
implements a server for a change notification mechanism.
ChangeNotificationServer(String, Logger) - Constructor for class com.antelmann.db.remote.ChangeNotificationServer
 
ChangeNotificationServer(String, int, Logger) - Constructor for class com.antelmann.db.remote.ChangeNotificationServer
 
changeOwner(String, String, String) - Method in class com.antelmann.sql.SQLServerHelper
 
CharacterFormat - Enum in com.antelmann.ooffice
specifies the character format for office documents
CHARCOAL - Static variable in class com.antelmann.util.gui.CustomTheme
 
charset - Variable in class com.antelmann.io.IniFile
uses the default charset of this Java virtual machine by default
charset - Variable in class com.antelmann.util.FormattedResourceBundle
encoding used
ChatServer - Class in com.antelmann.net
ChatServer implements a server that handles chat messages that are broadcasted among the active connections to the server.
ChatServer(int, Logger) - Constructor for class com.antelmann.net.ChatServer
 
check(Object) - Method in class com.antelmann.LicenseManager
checks for a valid license for the given object and only returns gracefully if a valid license was found.
check() - Method in class com.antelmann.net.mail.MessageEntry
checks whether the ID is consistent w/ the message id
checkAccess(DBClassStore<?>, DBClassStore.DBMethod, Object) - Method in interface com.antelmann.db.DBAccessController
controls access to the database via the DBClassStore interface; information on the state of the database (like its current user) can be accessed through the given DBClassStore.
checkAccess(User) - Method in class com.antelmann.db.UserFilter
convenience method that throws an exception if this filter doesn't accept the given user
checkAccess(User) - Method in class com.antelmann.util.gui.MyAbstractAction
checks the current user from the retriever for being able to access all required rights in order to access this action; this method is called upon MyAbstractAction.actionPerformed(ActionEvent).
checkAccessRight(Object) - Method in class com.antelmann.db.AbstractDatabase
checks whether there is a current user on the database with the given access right and throws an exception if that's not the case
checkClientTrusted(X509Certificate[], String) - Method in class com.antelmann.net.SSLHelper
 
checkCount(int) - Method in class com.antelmann.db.TransactionCounter
 
checkEAN(String) - Static method in class com.antelmann.util.Misc
takes both: UPC and EAN codes; must be numeric only
checkError() - Method in class com.antelmann.io.DoublePrintStream
 
checkExistence(DBReference) - Method in class com.antelmann.sql.BaseRowMapper
 
checkForCircularReferenceInParent(Category<?>, Category<?>) - Static method in class com.antelmann.db.Category.Adapter
 
checkForClose() - Method in class com.antelmann.util.gui.FormDialog
returns true only if the form has actually been disposed
checkForMatch(byte[], byte[], byte[], int) - Method in class com.antelmann.io.InterceptInputStream
checks whether the exact searchPattern can be found in buffer1 or in the intersection between buffer1 and buffer2.
checkForUpgrade() - Static method in class com.antelmann.Version
checkForUpgrade() connects to the Internet to check for an available upgrade.
checkImageData(byte[]) - Method in class com.antelmann.net.web.Twitter
 
checkIpAddress() - Static method in class com.antelmann.net.DyndnsTool
obtains the current external ip address through the public web-site from dyndns.com.
checkJavaVersion() - Static method in class com.antelmann.Version
checks whether the system environment (here: java.version from your system properties) is sufficient for the classes of this package to run properly
checkKey(License) - Method in class com.antelmann.LicenseKey
this method is responsible for checking the license key.
checkLicense(Object) - Static method in class com.antelmann.Settings
calls checkLicense(licensee, null)
checkLicense(Object, Component) - Static method in class com.antelmann.Settings
checks whether there is a valid license installed for accessing the given object - a convenience method normally used by an application to check whether access to an object is licensed.
checkMessage(String) - Method in class com.antelmann.net.web.Twitter
 
checkMySqlViewForQuery(BaseRowMapper<?>, String) - Static method in class com.antelmann.sql.MySqlQueryToViewMapper
checks whether an appropriate view already exists for the given mapper and creates one based on the given query if it doesn't exist.
checkPassword(char[]) - Method in interface com.antelmann.db.User
returns true only if the provided password matches the one of this user
checkPassword(char[]) - Method in class com.antelmann.db.UserImpl
 
checkPropertyChange(String, Object) - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
checkPropertyChange(String, Object) - Method in class com.antelmann.db.PropertyEntryImpl
determines whether a property can be changed as given.
checkPropertyChange(String, Object) - Method in class com.antelmann.sql.RowItem
allows only keys that correspond to an existing column, unless there are no columns present, in which case true is always returned.
checkReadAccess() - Method in class com.antelmann.db.WrappedDBClassStore
overwrite this method to further restrict read access (based on the current user for example)
checkRevision(Revision) - Method in class com.antelmann.util.revision.DefaultRevisable
if returning without an exception, the revision is effectively accepted and all listeners are informed.
checkRevision(Revision) - Method in interface com.antelmann.util.revision.RevisionVeto
if no Exception is thrown, the revision is deemed ok
checkServerTrusted(X509Certificate[], String) - Method in class com.antelmann.net.SSLHelper
 
checkSize() - Method in class com.antelmann.math.DataMap
 
checkTransaction() - Method in class com.antelmann.sql.JDBCRowStore
throws the exception if there is no active transaction
checkTransactionActive() - Method in class com.antelmann.db.AbstractDatabase
test for an active transaction; implies ownership of the transaction
checkValidation() - Method in class com.antelmann.License
checks whether this license is properly singed, not expired, still has usage left and has no other boundaries that prevent its validation on this system.
checkWarnings() - Method in class com.antelmann.cddb.CDDBXmcdParser
checks the xmcd file for completeness (this should return an empty array before the underlying content would be subject to a CDDB submission).
checkWriteAccess() - Method in class com.antelmann.db.WrappedDBClassStore
overwrite this method to further restrict write access (based on the current user for example)
children() - Method in class com.antelmann.io.FileTreeNode
 
children() - Method in class com.antelmann.net.URLNode
 
children() - Method in class com.antelmann.ooffice.OfficeElementTreeNode
 
CHILDREN - Static variable in class com.antelmann.ooffice.OfficeUtils
search flag option
children() - Method in class com.antelmann.util.gui.CategoryNode
 
chooseCategory() - Method in class com.antelmann.util.gui.JCategoryField
 
CipherKey - Class in com.antelmann.util
CipherKey provides a very easy-to-use, yet effective encryption mechanism.
CipherKey(String) - Constructor for class com.antelmann.util.CipherKey
 
CipherKey(char[]) - Constructor for class com.antelmann.util.CipherKey
uses PBE with MD5 and DES
CipherKey(char[], String, byte[], int) - Constructor for class com.antelmann.util.CipherKey
uses PBE with MD5 and DES
CipherKey(Cipher, Key) - Constructor for class com.antelmann.util.CipherKey
 
CipherKey(Cipher, Key, AlgorithmParameterSpec) - Constructor for class com.antelmann.util.CipherKey
 
CipherKey(Cipher, Key, AlgorithmParameterSpec, byte[], int) - Constructor for class com.antelmann.util.CipherKey
 
CLASSICAL - Static variable in class com.antelmann.cddb.Genre
 
clean() - Method in class com.antelmann.net.web.YouTubeVideo
 
clean() - Method in class com.antelmann.sql.SQLEntryClassMapper
 
clear() - Method in class com.antelmann.db.DBStoreProfiler
 
clear() - Method in class com.antelmann.db.Taggable.Adapter
 
clear() - Method in class com.antelmann.image.ColorPath
 
clear() - Method in class com.antelmann.image.ImageURLEntry
resets all fields
clear() - Method in class com.antelmann.image.JSimpleTimeGraph
 
clear() - Method in class com.antelmann.io.MyFile
deletes the content of the file
clear() - Method in class com.antelmann.math.CounterMap
 
clear() - Method in class com.antelmann.math.DataMap
 
clear() - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
clear() - Method in class com.antelmann.sql.Mysqldump
resets the connection specific data
clear() - Method in class com.antelmann.util.ProcessorList
 
clear() - Method in class com.antelmann.util.ReferenceHolder
releases the instance and returns true only if it was previously held in memory.
clear() - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
clearAddressKeys() - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
clearAll() - Method in class com.antelmann.crm.GlobalAddress
 
clearAll() - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
clearAll() - Method in class com.antelmann.crm.ImmutableSnailMailAddress
 
clearAll() - Method in class com.antelmann.crm.SnailMailAddress
allows to clear all fields of this address
clearAllAccess() - Method in class com.antelmann.db.UserImpl
 
clearAllData() - Method in class com.antelmann.db.AbstractDatabase
this method clears all stores, listeners, writers and users from this database in preparation for calling AbstractDatabase.close()
clearAuthentication() - Method in class com.antelmann.net.Spider
 
clearAuthorization() - Method in class com.antelmann.net.CGI
 
clearCache() - Method in class com.antelmann.net.URLCache
interrupts any ongoing refresh process and clears the cache; subsequent calls to any content will force a new refresh
clearClipboard() - Static method in class com.antelmann.util.Misc
 
clearContextMenuFactory() - Method in class com.antelmann.image.JImagePanel
 
clearData() - Method in class com.antelmann.db.EntryAnalyzer
 
clearData() - Method in class com.antelmann.math.DataMatrix
 
clearData() - Method in class com.antelmann.math.ObjectAnalyzer
clears all data, so that another data source can be set
clearData() - Method in class com.antelmann.math.TimeDataGrid
 
clearException() - Method in class com.antelmann.util.IteratorQueue
 
clearExceptions() - Method in class com.antelmann.util.logging.AsynchLogWriter
returns all exceptions that may have been accumulated until this call and clears the embedded list
clearFolders() - Method in class com.antelmann.net.mail.IMAPBackup
 
clearHeaders() - Method in class com.antelmann.net.CGI
 
clearHistory() - Method in class com.antelmann.util.revision.DefaultRevisable
 
clearLast() - Method in class com.antelmann.util.logging.Logger
sets the last logged entry to null
clearList() - Method in class com.antelmann.sound.JukeBox
empties the current playlist
clearProperties() - Method in class com.antelmann.db.PropertyEntryImpl
clears all properties by removing every key separately (as a removal may not be allowed by checkPropertyChange())
clearWarnings() - Method in class com.antelmann.sql.ConnectionWrapper
 
clickOnKey(AbstractButton, KeyStroke, Object) - Static method in class com.antelmann.util.gui.Menus
 
clientHandshake(NetConnection) - Method in interface com.antelmann.net.Handshake
performs a handshake for the given socket on behalf of a client
clientHandshake(NetConnection) - Method in class com.antelmann.net.SimpleHandshake
 
clip - Variable in class com.antelmann.sound.SoundPlayer
 
clone() - Method in class com.antelmann.ai.Perceptron
overrides Object.clone() to deep-copy the weight array
clone() - Method in class com.antelmann.math.DataMap
 
clone() - Method in class com.antelmann.math.DataMatrix
 
clone() - Method in class com.antelmann.math.TimeDataGrid
 
close() - Method in interface com.antelmann.calendar.CalendarDB
 
close() - Method in class com.antelmann.calendar.FileCalendarDB
does nothing
close() - Method in class com.antelmann.calendar.SQLCalendarDB
 
close() - Method in class com.antelmann.db.AbstractDatabase
 
close() - Method in interface com.antelmann.db.DBEnumeration
Ends the iteration at this point and releases all associated resources.
close() - Method in class com.antelmann.db.remote.ChangeNotificationClient
stops/closes both, notifier and handler; removes all listeners and sets all member variables to null
close() - Method in class com.antelmann.db.remote.RemoteDBChangeNotifier
 
close() - Method in class com.antelmann.image.MJPEGReader
 
close() - Method in class com.antelmann.io.DoublePrintStream
 
close() - Method in class com.antelmann.io.InterceptInputStream
 
close() - Method in class com.antelmann.io.MonitorInputStream
Overrides FilterInputStream.close to close the monitor as well as the stream.
close() - Method in class com.antelmann.io.ObjectEnumerator
 
close() - Method in class com.antelmann.net.mail.IMAPBackup.ZipDirArchiver
 
close(boolean) - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
close() - Method in class com.antelmann.net.mail.SQLEmailCustomizer
does not close the embedded connection
close() - Method in class com.antelmann.net.SecureConnection
 
close() - Method in class com.antelmann.net.SocketConnection
closes the SocketConnection
close() - Method in class com.antelmann.ooffice.AbstractOfficeDocument
closes and disposes the document
close() - Method in class com.antelmann.sound.MP3Player
 
close() - Method in class com.antelmann.sound.SoundPlayer
closes the current sound.
close() - Method in class com.antelmann.sql.ConnectionWrapper
 
close() - Method in class com.antelmann.sql.JDBCTableModel
closes the embedded statement used
close() - Method in class com.antelmann.sql.PreparedStatementEntryFilter
 
close() - Method in class com.antelmann.sql.SQLDatabase
 
close() - Method in class com.antelmann.util.AbstractIterator
closes this iterator by calling AbstractIterator.stopIteration().
close() - Method in class com.antelmann.util.DelayedTask
cancels this instance while ignoring exceptions thrown
close() - Method in class com.antelmann.util.IteratorQueue
 
close() - Method in class com.antelmann.util.logging.BinaryFileLog
 
close() - Method in class com.antelmann.util.logging.JDBCLogWriter
closes the underlying connection
close() - Method in class com.antelmann.util.logging.LogFile
closes the underlying writer.
close() - Method in class com.antelmann.util.logging.LoggerHandler
 
close() - Method in class com.antelmann.util.logging.XMLLogWriter
 
closeAction() - Method in class com.antelmann.util.gui.FormFrame
 
closeAction() - Method in class com.antelmann.util.gui.FormInternalFrame
 
closeAction() - Method in class com.antelmann.util.gui.FormPanel
 
closeAllConnections() - Method in class com.antelmann.net.NetConnectionServer
 
closeAllWriters() - Method in class com.antelmann.util.logging.Logger
convenience method: attempts to close all embedded writers - if applicable
CloseButton - Class in com.antelmann.util.gui
A simple JButton that will call parent.dispose() when the button is pressed.
CloseButton(Window) - Constructor for class com.antelmann.util.gui.CloseButton
The parent is the Window to be 'closed' by calling dispose() when the button is pressed.
closeButton - Variable in class com.antelmann.util.gui.FormFrame
 
closeButton - Variable in class com.antelmann.util.gui.FormInternalFrame
 
closeButton - Variable in class com.antelmann.util.gui.FormPanel
 
closeComponent(XComponent) - Static method in class com.antelmann.ooffice.OfficeUtils
closes and disposes the document (attemting to setting it to unmodified before).
CLOSED - Static variable in class com.antelmann.util.gui.FormDialog
indicates that the dialog has been closed w/o pressing a button
closeInput() - Method in class com.antelmann.ooffice.OOInputStream
 
closeOutput() - Method in class com.antelmann.ooffice.OOOutputStream
 
CM - Static variable in class com.antelmann.math.LengthUnit
 
COL_CATEGORY - Variable in class com.antelmann.cddb.SimpleCDCollection
the category used for creating records from collection entries
collapse() - Method in class com.antelmann.net.URLNode
reverses the effect of expand()
collapseAll(JTree) - Static method in class com.antelmann.util.gui.TreeUtils
 
CollectionClassStore<T extends DBEntry> - Class in com.antelmann.db
a transient DBClassStore implementation based on a simple collection of DBEntries.
CollectionClassStore(Database<?>, Class<T>, boolean) - Constructor for class com.antelmann.db.CollectionClassStore
use serialization for transactional consistent updates and leave it out for read-only stores.
CollectionClassStore(Database<?>, Class<T>, boolean, Collection<T>) - Constructor for class com.antelmann.db.CollectionClassStore
 
CollectionClassStore(Database<?>, boolean, Class<T>, T...) - Constructor for class com.antelmann.db.CollectionClassStore
 
color - Variable in class com.antelmann.ooffice.CellBorder.Type
black by default
ColorDialogCellEditor - Class in com.antelmann.util.table
provides a dialog to edit colors
ColorDialogCellEditor() - Constructor for class com.antelmann.util.table.ColorDialogCellEditor
 
ColorPath - Class in com.antelmann.image
provides a path for deriving gradual colors based on a number.
ColorPath(boolean) - Constructor for class com.antelmann.image.ColorPath
 
ColorPath() - Constructor for class com.antelmann.image.ColorPath
 
ColorPath(Map<? extends Number, ? extends Color>) - Constructor for class com.antelmann.image.ColorPath
 
ColorPath(Map<? extends Number, ? extends Color>, boolean) - Constructor for class com.antelmann.image.ColorPath
 
ColorPathBarRenderer - Class in com.antelmann.image
a special BarRenderer that allows to paint bar colors depending on their value based on a ColorPath.
ColorPathBarRenderer() - Constructor for class com.antelmann.image.ColorPathBarRenderer
 
ColorPathBarRenderer(ColorPath) - Constructor for class com.antelmann.image.ColorPathBarRenderer
 
ColorRenderer - Class in com.antelmann.util.table
taken from the Java Tutorial and then modified
ColorRenderer() - Constructor for class com.antelmann.util.table.ColorRenderer
 
ColorRenderer(boolean) - Constructor for class com.antelmann.util.table.ColorRenderer
 
column - Variable in class com.antelmann.sql.SQLColumnInfo.UpdateFilter
 
column - Variable in class com.antelmann.util.table.AbstractDialogCellEditor
cached from the last call to the method that provides the component, so that it's available for the VaueSetter
columnName - Variable in class com.antelmann.util.table.AbstractDialogCellEditor
 
columnNames - Variable in class com.antelmann.util.table.AbstractObjectTableModel
allows to conveniently customize column names for subclasses
columnNames - Variable in class com.antelmann.util.table.TableModelView
allows to conveniently customize column names for subclasses
columnTypes - Variable in class com.antelmann.util.table.AbstractObjectTableModel
allows to conveniently customize column types for subclasses
com.antelmann - package com.antelmann
These are general classes that apply for the framework as a whole.
com.antelmann.ai - package com.antelmann.ai
The classes in this package are implementations of concepts related to Artificial Intelligence (such as artificial neural networks and fuzzy logic).
com.antelmann.calendar - package com.antelmann.calendar
This package contains classes for implementing calendar and time related solutions.
com.antelmann.cddb - package com.antelmann.cddb
This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service.
com.antelmann.crm - package com.antelmann.crm
Provides interfaces and classes for implementing applications dealing with Customer Relationship Management (CRM).
com.antelmann.db - package com.antelmann.db
This package contains generally useful classes for generic database management.
com.antelmann.db.remote - package com.antelmann.db.remote
This package contains classes that add remote capacities to the database concept of the super package.
com.antelmann.genealogy - package com.antelmann.genealogy
This package contains classes that provide classes to implement applications dealing with genealogy related issues.
com.antelmann.genealogy.db - package com.antelmann.genealogy.db
This package provides implementations that manage the persistence for the genealogy package.
com.antelmann.image - package com.antelmann.image
This package contains classes for more easily dealing with images.
com.antelmann.io - package com.antelmann.io
This package contains classes that are concerned with input/output operations.
com.antelmann.math - package com.antelmann.math
This package contains classes to ease calculations.
com.antelmann.net - package com.antelmann.net
The classes in this package are designed to provide convenient access to Internet related functionality.
com.antelmann.net.mail - package com.antelmann.net.mail
The classes in this package are designed to ease the handling of emails.
com.antelmann.net.protocol - package com.antelmann.net.protocol
This package along with its sub-packages provide extensions to the way URL protocols are handled.
com.antelmann.net.protocol.db - package com.antelmann.net.protocol.db
Handler for providing URL support for 'db' protocol.
com.antelmann.net.web - package com.antelmann.net.web
This package contains classes for dealing with Web-related content.
com.antelmann.ooffice - package com.antelmann.ooffice
The classes in this package are to be used in conjunction with OpenOffice.
com.antelmann.opengeodb - package com.antelmann.opengeodb
This package contains classes easing to deal with geological data as provided by http://opengeodb.org/.
com.antelmann.servlet - package com.antelmann.servlet
This package contains classes to help with the implementation of servlets.
com.antelmann.servlet.barcode - package com.antelmann.servlet.barcode
This package contains a servlet for generating barcodes.
com.antelmann.sound - package 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 - package 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.sql.profile - package com.antelmann.sql.profile
this package provides a way to wrap any given connection to enable tracing/monitoring capabilities
com.antelmann.util - package com.antelmann.util
This package contains generally useful classes that are used throughout the other packages in this framework.
com.antelmann.util.gui - package com.antelmann.util.gui
This package contains utility classes for GUI related implementations.
com.antelmann.util.logging - package com.antelmann.util.logging
This package contains classes that implement a custom logging for this framework - separate from java.util.logging.
com.antelmann.util.revision - package com.antelmann.util.revision
This package contains classes useful for implementing systems that deal with revisions.
com.antelmann.util.table - package com.antelmann.util.table
This package provides useful additions to TableModels and contains classes to ease development with Swing tables.
com.antelmann.webdav - package com.antelmann.webdav
provides higher level access for WebDAV, CalDAV and CardDAV clients.
combine(Comparator<? super T>, Comparator<? super T>) - Static method in class com.antelmann.util.UniversalComparator
 
ComboFilter<T> - Class in com.antelmann.util
a special filter that allows to combine different filters.
ComboFilter(Filter<? super T>, Filter<? super T>, BooleanOperator) - Constructor for class com.antelmann.util.ComboFilter
 
COMMENT - Static variable in class com.antelmann.util.logging.Level
 
commentIndicator - Variable in class com.antelmann.io.IniFile
uses '#', ';' and '[' by default, the array must never be empty
commit() - Method in class com.antelmann.db.AbstractDBTransaction
 
commit() - Method in interface com.antelmann.db.DBTransaction
commits all data within the transaction scope to the underlying database; requires ownership of this instance.
commit() - Method in class com.antelmann.sql.ConnectionWrapper
 
COMMIT_VALUE_KEY - Static variable in class com.antelmann.util.gui.FormHelper
used to fire a PropertyChangeEvent that will directly commit a value
commitCall(Callable<T>, DBTransaction) - Static method in class com.antelmann.db.DBUtils
commits the given task synchronized to the transaction and aborts the transaction in case of an exception
commitEntries(Database<?>, Iterator<? extends DBEntry>) - Static method in class com.antelmann.db.DBUtils
 
commitEntry(Database<?>, T) - Static method in class com.antelmann.db.DBUtils
commits the given entry to the database and returns the given entry
commitEntry(DBClassStore<T>, T) - Static method in class com.antelmann.db.DBUtils
the store is used to update/insert the entry and the transaction is committed.
commitFormAction(Component) - Method in class com.antelmann.db.JPasswordChangeForm
calls setPassword(String) on the returned User object
commitFormAction(Component) - Method in interface com.antelmann.util.gui.FormValidator
This method processes/stores all relevant information from the form and returns the object that was committed.
commitFormAction(Component) - Method in class com.antelmann.util.gui.JPropertyEntryForm
first, the setter (if non-null) is called, then (if non-null) the store using DBUtils.commitEntry(DBClassStore, com.antelmann.db.DBEntry)
commitTask(Task<?>, DBTransaction) - Static method in class com.antelmann.db.DBUtils
commits the given task synchronized to the transaction and aborts the transaction in case of an exception
committedDatabaseChanges(Database<?>, DBUpdateEvent...) - Method in class com.antelmann.db.DatabaseChangeListener.ClassListener
 
committedDatabaseChanges(Database<?>, DBUpdateEvent...) - Method in interface com.antelmann.db.DatabaseChangeListener
called after successfully committing the given DBUpdateEvents on the database.
committedDatabaseChanges(Database<?>, DBUpdateEvent...) - Method in class com.antelmann.db.DatabaseChangeListener.LoggerListener
 
committedDatabaseChanges(Database<?>, DBUpdateEvent...) - Method in class com.antelmann.db.remote.RemoteDBChangeNotifier
 
ComparableString - Class in com.antelmann.util
a small utility class that provides a special object that is comparable independently of its display value
ComparableString(Object, String) - Constructor for class com.antelmann.util.ComparableString
 
COMPARATOR - Static variable in interface com.antelmann.calendar.Timed
 
compare(T, T) - Method in class com.antelmann.db.PropertyEntryComparator
 
compare(int[], int[]) - Method in class com.antelmann.image.MotionDetectorImpl
 
compare(File, File) - Method in class com.antelmann.io.FileSizeComparator
 
compare(Money, Money) - Method in class com.antelmann.math.MoneyConverter
If the currencies are not equal, they are compared based on the baseCurrency.
compare(URL, URL) - Method in class com.antelmann.net.URLSorter
 
compare(T, T) - Method in class com.antelmann.util.MethodComparator
if the object returned by the specified method of the first given object doesn't implement Comparable, the toString() value of that object is used instead.
compare(Object, Object) - Static method in class com.antelmann.util.Misc
 
compare(String, String) - Method in class com.antelmann.util.UniversalComparator
 
compare(Number, Number) - Method in class com.antelmann.util.UniversalComparator
 
compare(Object, Object) - Method in class com.antelmann.util.UniversalComparator
null values are accepted and are sorted before a non-null value
compareAsNumbers() - Static method in class com.antelmann.util.Strings
a special Comparator that tries to interpret a String as a sequence of numbers; only if that fails, a standard Comparator is used
compareAsString() - Static method in class com.antelmann.util.Strings
 
compareContent(File) - Method in class com.antelmann.io.MyFile
returns true only if both files have the exact same content
compareContent(long, File, long, long) - Method in class com.antelmann.io.MyFile
returns true only if both files have the exact same content beginning at beginIndex and up to maxBytes number of bytes.
CompareFrame - Class in com.antelmann.io
 
CompareFrame() - Constructor for class com.antelmann.io.CompareFrame
 
CompareFrame(File, File) - Constructor for class com.antelmann.io.CompareFrame
 
compareStringAsDouble() - Static method in class com.antelmann.util.Strings
a special Comparator that tries to interpret both strings as numbers for comparing; only if that fails, a standard Comparator is used
compareTo(Holiday) - Method in class com.antelmann.calendar.Holiday
based on the date
compareTo(TimeInDay) - Method in class com.antelmann.calendar.TimeInDay
 
compareTo(Artist) - Method in class com.antelmann.cddb.Artist
uses sortName if not null and name otherwise; if the object is equal, however, 0 is returned to provide consistency
compareTo(Composition) - Method in class com.antelmann.cddb.Composition
compares by the title for convenient sorting
compareTo(Contribution) - Method in class com.antelmann.cddb.Contribution
compares objects by their importance and then by their resource (returns 0 if objects are equal for consitency, though)
compareTo(Genre) - Method in class com.antelmann.cddb.Genre
 
compareTo(Resource) - Method in class com.antelmann.cddb.Resource
compares by the name
compareTo(Role) - Method in class com.antelmann.cddb.Role
 
compareTo(Track) - Method in class com.antelmann.cddb.Track
 
compareTo(Contact) - Method in class com.antelmann.crm.ContactImpl
 
compareTo(Keyword) - Method in class com.antelmann.db.Keyword
 
compareTo(Stub<?>) - Method in class com.antelmann.db.Stub
uses the default UniversalComparator on the displayValue and then on the ID
compareTo(User) - Method in class com.antelmann.db.UserImpl
first compares the name, then the id (using a UniversalComparator in both cases)
compareTo(Measure<T>) - Method in class com.antelmann.math.Measure
 
compareTo(Money) - Method in class com.antelmann.math.Money
only compares value of the same currency
compareTo(Number) - Method in class com.antelmann.math.RomanNumber
 
compareTo(GeoLocation) - Method in class com.antelmann.opengeodb.GeoLocation
 
compareTo(ComparableString) - Method in class com.antelmann.util.ComparableString
 
compareTo(Country) - Method in class com.antelmann.util.Country
 
compareTo(Level) - Method in class com.antelmann.util.logging.Level
provides a simple way to order Levels by their assumed importance.
compareTo(RevisionEvent) - Method in class com.antelmann.util.revision.RevisionEvent
compares based on the revision time
compareTo(StatusString) - Method in class com.antelmann.util.revision.StatusString
 
compareTo(CardHeader) - Method in class com.antelmann.webdav.CardHeader
 
complain(String) - Method in class com.antelmann.util.gui.JMainFrame
Deprecated. 
componentHidden(ComponentEvent) - Method in class com.antelmann.util.gui.DesktopAdapter
 
componentMoved(ComponentEvent) - Method in class com.antelmann.util.gui.DesktopAdapter
 
componentResized(ComponentEvent) - Method in class com.antelmann.util.gui.DesktopAdapter
 
componentShown(ComponentEvent) - Method in class com.antelmann.util.gui.DesktopAdapter
 
COMPOSER - Static variable in class com.antelmann.cddb.Role
 
Composition - Class in com.antelmann.cddb
Composition represents a musical opus that can span anything from a single track on a CD to various tracks over multiple CDs recursively including other sub-compositions.
Composition() - Constructor for class com.antelmann.cddb.Composition
only public to be used by the Externalizable interface; this constructor MUST NOT BE USED for other purposes!
Composition(String, Genre, String, Composition) - Constructor for class com.antelmann.cddb.Composition
 
CompositionDB - Class in com.antelmann.cddb
a serializable database for compositions
CompositionDB() - Constructor for class com.antelmann.cddb.CompositionDB
 
CompositionDB(Set<Composition>) - Constructor for class com.antelmann.cddb.CompositionDB
 
Compound<T> - Interface in com.antelmann.util
denotes an object that consists of other components
compress(boolean) - Method in class com.antelmann.io.MyFile
compresses the file using gzip to a file named by adding the type gz to the original name.
compressTo(File) - Method in class com.antelmann.io.MyFile
writes a gzip compressed file that can be uncompressed to its original form using uncompressTo(File).
compute(boolean[]) - Method in class com.antelmann.ai.Perceptron
 
con - Variable in class com.antelmann.calendar.SQLCalendarDB
 
con - Variable in class com.antelmann.sql.PreparedStatementEntryFilter
 
con - Variable in class com.antelmann.sql.SQLNumberGenerator
 
con - Variable in class com.antelmann.sql.TableListResourceBundle
 
concat(Enumeration<X>, Enumeration<Y>) - Static method in class com.antelmann.util.AbstractIterator
 
concat(Iterator<X>, Iterator<Y>) - Static method in class com.antelmann.util.AbstractIterator
 
concat(File, File...) - Static method in class com.antelmann.util.PDFUtils
 
concat(OutputStream, InputStream...) - Static method in class com.antelmann.util.PDFUtils
 
concat(OutputStream, Iterator<? extends InputStream>) - Static method in class com.antelmann.util.PDFUtils
 
CONDUCTOR - Static variable in class com.antelmann.cddb.Role
 
CONFIG - Static variable in class com.antelmann.util.logging.Level
 
configureAndGetLogger(Connector) - Static method in class com.antelmann.sql.MySQLHelper
 
configureFromSettings(String) - Method in class com.antelmann.sql.Mysqldump
 
configureLogger(Connector, Class<? extends Log>) - Static method in class com.antelmann.sql.MySQLHelper
allows to configure the given Connector so that all calls are traced by the given loggerClass
configurePeriodAxis(PeriodAxis, TimeInterval) - Static method in class com.antelmann.math.TimeDataGraphics
 
configureProfiler(Connector, Class<? extends ProfilerEventHandler>) - Static method in class com.antelmann.sql.MySQLHelper
allows to configure the given Connector so that all calls are traced by the given loggerClass
configureSlowQueries(Connector, long) - Static method in class com.antelmann.sql.MySQLHelper
 
confirm(Component, Object) - Static method in class com.antelmann.util.gui.Menus
 
confirmField - Variable in class com.antelmann.calendar.SQLCalendarDB
 
connect() - Method in class com.antelmann.net.protocol.db.DatabaseURLConnection
 
connect(String, Properties) - Method in class com.antelmann.sql.DriverWrapper
 
connectionCheckTimeout - Variable in class com.antelmann.sql.SQLDatabase
 
ConnectionDispatcher - Interface in com.antelmann.net
used by a NetConnectionServer object to create a Thread that handles incoming connections
ConnectionException - Exception in com.antelmann.db
ConnectionException signals access problems with the database.
ConnectionException() - Constructor for exception com.antelmann.db.ConnectionException
 
ConnectionException(String) - Constructor for exception com.antelmann.db.ConnectionException
 
ConnectionException(Throwable) - Constructor for exception com.antelmann.db.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception com.antelmann.db.ConnectionException
 
ConnectionHelper - Class in com.antelmann.sql
The class JDBC provides several useful methods for handling JDBC connections.
ConnectionHelper(Connection) - Constructor for class com.antelmann.sql.ConnectionHelper
 
connectionLost(NetConnection) - Method in class com.antelmann.db.remote.ChangeNotificationServer
 
connectionLost(NetConnection) - Method in class com.antelmann.db.remote.RemoteDatabaseChangeHandler
 
connectionLost(NetConnection) - Method in class com.antelmann.net.ChatServer
 
connectionLost(NetConnection) - Method in class com.antelmann.net.JChat
 
connectionLost(NetConnection) - Method in class com.antelmann.net.JMessenger
called internally to handle lost connections
connectionLost(NetConnection) - Method in class com.antelmann.net.NetConnectionAdapter
closes the connection and ignores possible IOExceptions
connectionLost(NetConnection) - Method in interface com.antelmann.net.NetConnectionHandler
called when a connection caused an IOException during reading or writing; the connection may not have been closed at this point.
connectionLost(NetConnection) - Method in class com.antelmann.net.RemoteNetInterfaceProtocol
 
connectionLost(NetConnection) - Method in class com.antelmann.util.logging.LogNetPropagator
simply removes inactive connections from its server's list
connectionLost(NetConnection) - Method in class com.antelmann.util.logging.LogNetReceiver
connection is closed after logging an entry with Level.END
connectionLost(NetConnection) - Method in class com.antelmann.util.logging.SocketLogListener
 
connectionRefreshed(ConnectionWrapper) - Method in interface com.antelmann.sql.ConnectionWrapper.Listener
 
ConnectionWrapper - Class in com.antelmann.sql
provides a wrapper for a connection that allows to replace the underlying connection
ConnectionWrapper(Connection) - Constructor for class com.antelmann.sql.ConnectionWrapper
 
ConnectionWrapper.Listener - Interface in com.antelmann.sql
 
Connector - Class in com.antelmann.sql
The Connector class provides some simplified access to several database systems through convenient methods.
Connector() - Constructor for class com.antelmann.sql.Connector
 
Connector(String) - Constructor for class com.antelmann.sql.Connector
 
connector - Variable in class com.antelmann.sql.JConnectionLogin
 
Connector.DBType - Enum in com.antelmann.sql
supported database types transparently supported by the Connector class
ConnectorSettings - Class in com.antelmann.sql
allows to specify how to connect to a database in a serializable manner
ConnectorSettings() - Constructor for class com.antelmann.sql.ConnectorSettings
 
ConnectorSettings(String, Connector.DBType, String, String, char[]) - Constructor for class com.antelmann.sql.ConnectorSettings
 
ConnectorSettings(String, Connector.DBType, String, Integer, String, char[], boolean) - Constructor for class com.antelmann.sql.ConnectorSettings
 
consoleApp() - Static method in class com.antelmann.LicenseCreator
 
ConsoleLog - Class in com.antelmann.util.logging
ConsoleLog prints abbreviated log messages to the console using System.out.println().
ConsoleLog() - Constructor for class com.antelmann.util.logging.ConsoleLog
 
ConsoleLog(String) - Constructor for class com.antelmann.util.logging.ConsoleLog
 
ConsoleLog(LogEntryFormatter<String>) - Constructor for class com.antelmann.util.logging.ConsoleLog
 
consumeEvent(ProfilerEvent) - Method in class com.antelmann.sql.MySQLLog
 
Contact - Interface in com.antelmann.crm
represents a contact that is also the base to have several different roles
ContactImpl<T extends Keyword> - Class in com.antelmann.crm
a base implementation for a Contact
ContactImpl(Object) - Constructor for class com.antelmann.crm.ContactImpl
 
ContactImpl(Object, GlobalAddress) - Constructor for class com.antelmann.crm.ContactImpl
 
ContactImpl(Object, PropertyEntryImpl) - Constructor for class com.antelmann.crm.ContactImpl
 
ContactImpl(Object, Map<String, Object>) - Constructor for class com.antelmann.crm.ContactImpl
 
ContactImpl(Object, GlobalAddress, Map<String, Object>) - Constructor for class com.antelmann.crm.ContactImpl
 
contains(CDID) - Method in interface com.antelmann.cddb.CDCollection
returns true only if the given cd is in this collection
contains(Contribution) - Method in class com.antelmann.cddb.Composition
 
contains(Track) - Method in class com.antelmann.cddb.Composition
only checks for directly added tracks
contains(Resource) - Method in class com.antelmann.cddb.Group
only looks at the directly added resources (ignores matches in sub-groups)
contains(CDID) - Method in class com.antelmann.cddb.SimpleCDCollection
 
contains(Contribution) - Method in class com.antelmann.cddb.Track
 
contains(DBReference) - Method in class com.antelmann.db.AbstractDatabase
 
contains(T) - Method in class com.antelmann.db.AbstractDatabase
 
contains(Currency) - Method in class com.antelmann.math.MoneyConverter
 
contains(RowItem) - Method in class com.antelmann.sql.ConnectionHelper
checks to see whether the given row can be found in this connection (based on the table and the id)
contains(String, String, Object) - Method in class com.antelmann.sql.ConnectionHelper
 
contains(Filter<?>) - Method in class com.antelmann.sql.SQLComboFilter
 
contains(Object) - Method in class com.antelmann.util.gui.JSearchList
 
contains(T) - Method in class com.antelmann.util.gui.JSearchTable
 
contains(NotificationListener) - Method in class com.antelmann.util.Notifier
 
contains(T) - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
containsAllSelect() - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
containsColumnValue(String, Object) - Method in interface com.antelmann.sql.SQLColumnInfo
 
containsColumnValue(String, Object) - Method in class com.antelmann.sql.SQLColumnInfoStore
 
containsEntry(CalendarEntry) - Method in interface com.antelmann.calendar.CalendarDB
entry is there if the id corresponds to an entry in the database; the contained data may be different
containsEntry(CalendarEntry) - Method in class com.antelmann.calendar.FileCalendarDB
 
containsEntry(CalendarEntry) - Method in class com.antelmann.calendar.SQLCalendarDB
 
containsID(Object) - Method in class com.antelmann.db.AbstractDBClassStore
 
containsID(Object) - Method in class com.antelmann.db.ArchiveDBClassStore
 
containsID(Object) - Method in class com.antelmann.db.CollectionClassStore
 
containsID(Object) - Method in interface com.antelmann.db.DBClassStore
determines whether the given ID is present in this store.
containsID(Object) - Method in class com.antelmann.db.DBClassStoreCache
 
containsID(Object) - Method in class com.antelmann.db.ReadOnlyCacheStore
 
containsID(Object) - Method in class com.antelmann.db.WrappedDBClassStore
 
containsID(Object) - Method in class com.antelmann.io.FileClassStore
 
containsID(Object) - Method in class com.antelmann.sql.JDBCRowStore
 
containsID(Object) - Method in class com.antelmann.util.Country.Store
 
containsIgnoreCase(String, String) - Static method in class com.antelmann.util.Strings
returns indexOfIgnoreCase(text, pattern) >= 0
containsIgnoreCase(Collection<String>, String) - Static method in class com.antelmann.util.Strings
 
containsInlineAttachment() - Method in class com.antelmann.net.mail.Email
 
containsKey(T) - Method in class com.antelmann.math.DataMap
 
containsNoSelect() - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
containsPattern(TableRow, String) - Method in class com.antelmann.util.table.SimpleTableRowFilter
 
containsPattern(Object, String) - Method in class com.antelmann.util.table.SimpleTableRowFilter
uses the embedded PatternExtractor and then looks for the pattern to be present
containsPropertyText(String) - Method in class com.antelmann.db.PropertyEntryImpl
searches within the property values (based on toString()) for the given text case-insensivitely
containsRefreshListener(URLCache.RefreshListener) - Method in class com.antelmann.net.URLCache
 
containsSpecialSelectionOption(String) - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
containsString(String) - Method in class com.antelmann.sql.SQLEntryClassMapper
 
containsTag(String) - Method in class com.antelmann.util.XmlHelper
 
containsTransport(GlobalAddress.Transport) - Method in class com.antelmann.crm.GlobalAddress
 
containsType(Class<?>) - Method in class com.antelmann.sql.SQLEntryClassMapper
 
containsValuePattern(CharSequence) - Method in class com.antelmann.db.PropertyEntryImpl
searches through all properties and returns true only if the given pattern is found within the String values of the properties
containsWriter(LogWriter) - Method in class com.antelmann.util.logging.Logger
 
contents - Variable in class com.antelmann.util.FormattedResourceBundle
 
CONTRAST - Static variable in class com.antelmann.util.gui.CustomTheme
 
Contribution - Class in com.antelmann.cddb
Contribution represents the association between a resource and a Composition or a Track, where the resource contributes different roles to the composition.
Contribution(Resource, Role, int, String) - Constructor for class com.antelmann.cddb.Contribution
 
convert(Measurable, Unit) - Method in class com.antelmann.calendar.TimeInterval.Converter
 
convert(TimeInterval, Number, TimeInterval) - Method in class com.antelmann.calendar.TimeInterval.Converter
converts either based on double (if useDecimals is true) or long
convert(Map<?, ?>) - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
convert(Integer) - Method in class com.antelmann.db.SessionIdGenerator
 
convert(Measurable) - Method in class com.antelmann.math.BaseUnit
uses the converter
convert(Number, BaseUnit, BaseUnit) - Static method in class com.antelmann.math.BaseUnit
 
convert(Money) - Method in class com.antelmann.math.MoneyConverter
converts to the base currency
convert(Measurable, Unit) - Method in class com.antelmann.math.MoneyConverter
 
convert(Measurable, Unit) - Method in interface com.antelmann.math.UnitConverter
converts the given measurable into the target unit and returns the resulting measurable
convert(Email) - Method in class com.antelmann.net.mail.EmailConverter
 
convert(RowItem) - Method in class com.antelmann.sql.BaseRowMapper
 
convert(Enumeration<T>, PatternExtractor<? super T, N>) - Static method in class com.antelmann.util.AbstractIterator
 
convert(Iterator<T>, PatternExtractor<? super T, N>) - Static method in class com.antelmann.util.AbstractIterator
 
convert(T1) - Method in class com.antelmann.util.Converter.Adapter
 
convert(T1) - Method in interface com.antelmann.util.Converter
 
convert(LogEntry) - Method in class com.antelmann.util.logging.LoggerHandler
 
convert(Converter<T, N>) - Method in class com.antelmann.util.Range
 
convert(PatternExtractor<T, N>) - Method in class com.antelmann.util.Range
 
convertBack(GlobalAddress) - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
convertBack(String) - Method in class com.antelmann.db.SessionIdGenerator
 
convertBack(Money) - Method in class com.antelmann.math.MoneyConverter
always throws UnsupportedOperationException as it is not clear what currency is desired
convertBack(Message) - Method in class com.antelmann.net.mail.EmailConverter
 
convertBack(T) - Method in class com.antelmann.sql.BaseRowMapper
 
convertBack(T2) - Method in class com.antelmann.util.Converter.Adapter
 
convertBack(T2) - Method in interface com.antelmann.util.Converter
 
convertBack(LogRecord) - Method in class com.antelmann.util.logging.LoggerHandler
 
convertCMYK2RGB(Image) - Static method in class com.antelmann.image.ImageUtils
very useful when writing jpeg images
convertDateRangeToSQL(Range<Date>) - Static method in class com.antelmann.sql.ConnectionHelper
utility function to ease of use
ConvertedObjectTableModel<X,T> - Class in com.antelmann.util.table
allows to use an ObjectTableModel for a different type by providing a conversion
ConvertedObjectTableModel(ObjectTableModel<X>, Converter<X, T>) - Constructor for class com.antelmann.util.table.ConvertedObjectTableModel
 
ConvertedTableModel - Class in com.antelmann.util.table
a special model that allows converting the values before setting/getting a cell value.
ConvertedTableModel(TableModel, Processor<Object, ?>) - Constructor for class com.antelmann.util.table.ConvertedTableModel
 
ConvertedTableModel(TableModel, Converter<Object, Object>) - Constructor for class com.antelmann.util.table.ConvertedTableModel
 
CONVERTER - Static variable in class com.antelmann.math.AreaUnit
 
CONVERTER - Static variable in class com.antelmann.math.BaseUnit
supports BaseUnits provided they have the same base unit.
CONVERTER - Static variable in class com.antelmann.math.RomanNumber
 
Converter<T1,T2> - Interface in com.antelmann.util
used to transform an object into another representation, which is optionally reversible
Converter.Adapter<T1,T2> - Class in com.antelmann.util
 
Converter.Adapter() - Constructor for class com.antelmann.util.Converter.Adapter
 
convertTimestampRangeToSQL(Range<Date>) - Static method in class com.antelmann.sql.ConnectionHelper
utility function to ease of use
convertTo(Currency, double) - Method in class com.antelmann.math.Money
the given exchangeRage is multiplied with the value
convertTo(Currency, BigDecimal) - Method in class com.antelmann.math.Money
the given exchangeRage is multiplied with the value
convertToBaseCurrency(Money) - Method in class com.antelmann.math.MoneyConverter
 
convertToByteArray() - Method in class com.antelmann.io.BinaryData
replaces the existing retriever with one that holds the relevant data in-memory as byte array.
convertToCurrency(Money, Currency) - Method in class com.antelmann.math.MoneyConverter
 
convertToDoubleMap(Map<T, DataPoint>, DataPoint.ValueType) - Static method in class com.antelmann.math.DataPoint
 
convertToJava(Object, Member) - Method in class com.antelmann.sql.MappedEntryMapper
supports Stub members
convertToPDF(File, File) - Static method in class com.antelmann.ooffice.OOWriter
converts the file w/o showing the GUI (the returned file ensures a .pdf ending)
convertTopicFilter(TopicMapFilter<?>) - Method in class com.antelmann.sql.BaseRowMapper
 
convertTopicFilter(DBClassStore<?>) - Method in class com.antelmann.sql.TopicMapFilter
 
convertTopicFilter(MappingInfo) - Method in class com.antelmann.sql.TopicMapFilter
 
convertToSQL(Object, int, int) - Method in class com.antelmann.sql.MappedEntryMapper
supports Stub members
convertToValueMap(Map<T, DataPoint>, DataPoint.ValueType) - Static method in class com.antelmann.math.DataPoint
 
copy(int) - Method in class com.antelmann.image.MJPEGReader
 
copy(XCellRange, XCell) - Method in class com.antelmann.ooffice.OOCalc
 
copy(TableModel, TableModel) - Static method in class com.antelmann.util.table.TableUtils
copies the entire source table into the target table
copy(TableModel, Rectangle, TableModel, Point) - Static method in class com.antelmann.util.table.TableUtils
copies the sourceRegion from the source into the target beginning at the given point
copyAccessRightsFrom(UserImpl) - Method in class com.antelmann.db.UserImpl
copies all accessible objects from the given user into this user and removes all accessible objects that are not accessible by that user.
copyCellText(XCell, XCell) - Method in class com.antelmann.ooffice.OOTableWriter
 
copyColumnDefaults(String, Connection, String) - Method in class com.antelmann.sql.SQLServerHelper
 
copyIndices(String, Connection, String) - Method in class com.antelmann.sql.ConnectionHelper
returns the number of indices that were actually created; existing index names as well as 'primary' keys are skipped
copyPrimaryKey(String, Connection, String) - Method in class com.antelmann.sql.ConnectionHelper
 
copySheet(String, String, int) - Method in class com.antelmann.ooffice.OOCalc
 
copyTable(String, Connection, String, boolean) - Method in class com.antelmann.sql.ConnectionHelper
creates a new table in Connection target corresponding to the given table in this Connection and transfers all data
copyTable(String, Connection, String, boolean, Monitor) - Method in class com.antelmann.sql.ConnectionHelper
creates a new table in Connection target corresponding to the given table in this Connection and transfers all data
copyTable(String, String) - Method in class com.antelmann.sql.MySQLHelper
 
copyTo(File) - Method in class com.antelmann.io.MyFile
copies this file to the given destination file.
copyTo(File, byte[], byte[]) - Method in class com.antelmann.io.MyFile
copies this file to the given destination file while searchPattern is replaced with replacePattern
copyTo(Connection, boolean) - Method in class com.antelmann.sql.ConnectionHelper
copies all tables from one connection into the other connection
copyTo(Connection, Logger, Monitor, Monitor, String...) - Method in class com.antelmann.sql.JDBCBackup
instead of just making a backup, the data is directly transferred to the target.
copyToClipboard(Image) - Static method in class com.antelmann.image.ImageUtils
 
copyToClipboard(Object) - Static method in class com.antelmann.util.Misc
 
copyToClipboard(Transferable) - Static method in class com.antelmann.util.Misc
 
correspondsToCD() - Method in class com.antelmann.cddb.Composition
checks whether this composition directly corresponds to a single CD and returns that CD if that is the case.
count(long, long) - Method in enum com.antelmann.calendar.TimeInterval
 
count(Date, Date) - Method in enum com.antelmann.calendar.TimeInterval
 
count(Class<T>, Filter<? super T>) - Method in class com.antelmann.db.AbstractDatabase
 
count(InputStream, byte[]) - Static method in class com.antelmann.io.Data
returns how many times the given byte pattern occurs within the file
count(byte[]) - Method in class com.antelmann.io.MyFile
returns how many times the given byte pattern occurs within the file
count(Iterator<?>) - Static method in class com.antelmann.util.AbstractIterator
 
count(String, String) - Static method in class com.antelmann.util.Strings
counts how many times the given pattern occurs in the given text.
count(TableModel, String...) - Static method in class com.antelmann.util.table.TableUtils
 
count(TableModel, int...) - Static method in class com.antelmann.util.table.TableUtils
 
COUNT_COMPARATOR - Static variable in class com.antelmann.math.DataPoint
allows to sort DataPoints by their count (ascending)
countDistinctValues(String, String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
 
countDistinctValues(String, Map<String, Object>) - Method in interface com.antelmann.sql.SQLColumnInfo
 
countDistinctValues(String, Map<String, Object>) - Method in class com.antelmann.sql.SQLColumnInfoStore
 
countEqualBytes(InputStream, InputStream) - Static method in class com.antelmann.io.Data
returns the number of bytes that are equal in both streams; -1 is returned if both streams are equal until both ends.
countEqualBytes(InputStream, InputStream, long) - Static method in class com.antelmann.io.Data
if maxBytes <=0, the streams are tested to their ends
countEqualChars(Reader, Reader) - Static method in class com.antelmann.io.Data
returns the number of characters that are equal in both readers; -1 is returned if both readers are equal until both ends.
countEqualChars(Reader, Reader, long) - Static method in class com.antelmann.io.Data
if maxChars <=0, the readers are tested to their ends
CounterMap<T> - Class in com.antelmann.math
a simple helper class that allows to easily count occurrences of categories.
CounterMap() - Constructor for class com.antelmann.math.CounterMap
 
countField - Variable in class com.antelmann.sql.SQLNumberGenerator
 
countIgnoreCase(String, String) - Static method in class com.antelmann.util.Strings
counts how many times the given pattern occurs in the given text.
countLines() - Method in class com.antelmann.io.MyFile
 
countRelations(Map<RelationshipManager.Column, Object>) - Method in interface com.antelmann.sql.RelationshipManager
the mapped values for the class columns RelationshipManager.Column.TO_CLASS and RelationshipManager.Column.FROM_CLASS may be represented as ClasscountRelations(Map<RelationshipManager.Column, Object>) - Method in class com.antelmann.sql.RelationshipStore
 
COUNTRY - Static variable in class com.antelmann.cddb.Genre
 
COUNTRY - Static variable in class com.antelmann.opengeodb.GeoTypeName
TEXT value
Country - Class in com.antelmann.util
allows to treat a country just like any other DBEntry object and includes useful components to use countries in tables and lists.
Country(String) - Constructor for class com.antelmann.util.Country
 
Country(String, boolean) - Constructor for class com.antelmann.util.Country
 
Country.Store - Class in com.antelmann.util
provides a convenient read-only store for all existing Country objects without having to hold them all in memory constantly
Country.Store(Database<?>) - Constructor for class com.antelmann.util.Country.Store
 
countStubs(Class<T>, Filter<Stub<?>>) - Method in class com.antelmann.db.AbstractDatabase
 
countTags(String) - Method in class com.antelmann.util.XmlHelper
 
CrawlerSetting - Interface in com.antelmann.net
CrawlerSetting defines callback functions that determine the behavior in which a web search algorithm goes through the net and calculates its results.
crawlWeb(CrawlerSetting, int, Logger) - Method in class com.antelmann.net.Spider
searches the web from the embedded URL (used as root) for URLs based on the criteria given in the crawler; search is performed breadth-first
crawlWeb(List<Spider.URLWrapper>, List<URL>, List<URL>, CrawlerSetting, int, int, Logger) - Static method in class com.antelmann.net.Spider
usually called by crawlWeb(URL root, CrawlerSetting crawler, Logger)
create(int) - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
CREATE - Static variable in class com.antelmann.ooffice.OfficeUtils
search flag option
create(Filter<? super T>, Filter<? super T>, BooleanOperator) - Static method in class com.antelmann.util.ComboFilter
 
create(Class<T>, Object...) - Static method in class com.antelmann.util.Misc
calls Misc.create(boolean, Class, Object...) w/ true as the first parameter
create(boolean, Class<T>, Object...) - Static method in class com.antelmann.util.Misc
 
createAboutBoxMenuItem(Frame) - Static method in class com.antelmann.util.gui.Menus
returns an 'about' menu capable of displaying an Antelmann.com's info box.
createAboutDialogMenuItem(Frame) - Static method in class com.antelmann.util.gui.Menus
returns an 'about' menu capable of displaying an Antelmann.com's info box.
createArrayOf(String, Object[]) - Method in class com.antelmann.sql.ConnectionWrapper
 
createBirthdayComparator() - Static method in class com.antelmann.calendar.CalendarHelper
returns a newly created comparator that will compare the dates by ignoring the year
createBlob() - Method in class com.antelmann.sql.ConnectionWrapper
 
createBorder(CellBorder) - Method in class com.antelmann.ooffice.OOCalc
 
createBoundField(Object, String, Runnable) - Method in class com.antelmann.util.gui.FormHelper
 
createCalendarBuilder() - Static method in class com.antelmann.webdav.CaldavClient
 
createClob() - Method in class com.antelmann.sql.ConnectionWrapper
 
createColumnOverview() - Method in class com.antelmann.sql.JDBCInfoPane
 
createComponent(Component, CalendarEntry) - Method in interface com.antelmann.calendar.CalendarEntryComponentFactory
creates a component that will display the given entry within the parent
createComponentFor(Class<?>) - Method in class com.antelmann.util.gui.FormHelper
creates and returns a component suitable for editing objects of the given class.
createComponentFor(int) - Method in class com.antelmann.util.gui.JMethodTableModelComponent
returns the editor component for the given property key; if the key is not to be edited, null is to be returned.
createComponentFor(String) - Method in class com.antelmann.util.gui.JPropertyEntryComponent
returns the editor component for the given property key; if the key is not to be edited, null is to be returned.
createComponentFor(Class<?>) - Method in class com.antelmann.util.gui.JPropertyEntryComponent
This implementation supports String (via JTextField), Number (via JFormattedTextField), Boolean (via JCheckBox), Color (via JColorChooser) and Date (via JTimeChooser); others are simply handled via JTextField (including a null parameter).
createComponentForDateValue(Object) - Method in class com.antelmann.util.table.CalendarCellRenderer
supports Components, Images, Collections, arrays and toString() values.
createConnection(Socket) - Method in class com.antelmann.net.ChatServer
 
createConnection(Socket) - Method in interface com.antelmann.net.ConnectionDispatcher
produces a NetConnection based on the given socket.
createConnection(Socket) - Method in class com.antelmann.net.JMessenger
called internally to establish a connection
createConnection(Socket) - Method in class com.antelmann.net.NetConnectionServer.DefaultDispatcher
simply returns SocketConnection.createServerConnection(socket, handshake)
createConnection(String, int) - Static method in class com.antelmann.net.SocketConnection
 
createConnection(String, int, Handshake) - Static method in class com.antelmann.net.SocketConnection
returns a SocketConnection provided there is a Server listening at the specified location with the secified signature; note that this method is blocking.
createConnection() - Method in class com.antelmann.servlet.DBEntryServlet
 
createContextMenu() - Method in class com.antelmann.image.JImagePanel
creates the pop-up menu that is enabled on the component.
createCopyPasteMenu(JTextComponent) - Static method in class com.antelmann.util.gui.Menus
 
createDatabase() - Method in class com.antelmann.servlet.DBEntryServlet
 
createDefaultFormatter(String) - Static method in class com.antelmann.util.logging.ConsoleLog
 
createDefaultLabel(String) - Static method in class com.antelmann.util.table.LabelRenderer
 
createDefaultMapper(Database<Connection>, String, String, String, String, IDFactory, Class<T>) - Static method in class com.antelmann.sql.CategoryStore
 
createDefaultMenuBar(Frame) - Static method in class com.antelmann.util.gui.Menus
returns a convenient standard JMenuBar to be used with any Frame
createDefaultTableModel(TableModel) - Static method in class com.antelmann.util.table.TableModelCopy
note that column class info will be lost
createdField - Variable in class com.antelmann.calendar.SQLCalendarDB
 
createDialog(Component, String, boolean) - Static method in class com.antelmann.util.gui.Menus
 
createDispatcher(NetConnection, NetConnectionHandler) - Method in class com.antelmann.net.ChatServer
 
createDispatcher(NetConnection, NetConnectionHandler) - Method in interface com.antelmann.net.ConnectionDispatcher
responsible for creating the delegator based on the created connection and the associated handler
createDispatcher(NetConnection, NetConnectionHandler) - Method in class com.antelmann.net.JMessenger
 
createDispatcher(NetConnection, NetConnectionHandler) - Method in class com.antelmann.net.NetConnectionServer.DefaultDispatcher
 
createDocument(Object, DBClassStore<T>, boolean) - Static method in class com.antelmann.sql.DBDocument
provides a standard way to create instances of a subclass of DBDocument
createDocument(String) - Static method in class com.antelmann.util.XmlHelper
 
createDuplicateConstraint(DBClassStore<?>, String...) - Static method in class com.antelmann.sql.SubSelectCondition
creates a constraint to be used with an SQLMapFilter that limits the result to entries where values in the given columns exist more than once.
createDuplicateConstraint(String, String...) - Static method in class com.antelmann.sql.SubSelectCondition
 
createElement(String) - Static method in class com.antelmann.util.XmlHelper
used by the constructor to generate the element stored internally
createElement(InputSource) - Static method in class com.antelmann.util.XmlHelper
used by the constructor to generate the element stored internally
createEntry(MessageEntry) - Method in class com.antelmann.net.mail.MessageEntryMapper
this implementation assumes that there is a constructor that takes the given entry
createFileForDrop() - Method in class com.antelmann.image.JImagePanel
creates and returns a temp file with some generated name using 'unnamed_file' as a prefix
createFtpUrl(String, String, String, String, String) - Static method in class com.antelmann.net.JDownloader
 
createGeneralLicense(String) - Method in class com.antelmann.LicenseCreator
license is still unsigned hereafter
createGeneralPane() - Method in class com.antelmann.sql.JDBCInfoPane
 
createGif(String) - Static method in class com.antelmann.image.QRCoder
 
createGif(String, int, Color, Color) - Static method in class com.antelmann.image.QRCoder
 
createGlobalComposition(String) - Method in class com.antelmann.cddb.CompositionDB
creates and returns a composition that includes all compositions that are in this database as children.
createGreyscale(Image) - Static method in class com.antelmann.image.ImageUtils
 
createGroup(Object) - Method in class com.antelmann.sql.TaggableSQLStore
 
createGroupConstraint(DBClassStore<?>, String...) - Static method in class com.antelmann.sql.SubSelectCondition
 
createGroupConstraint(MappingInfo, TaggableMapping, String...) - Static method in class com.antelmann.sql.SubSelectCondition
creates a constraint to be used with an SQLMapFilter that limits the result to entries that are part of one of the given groups.
createHandler(NetConnection) - Method in class com.antelmann.net.ChatServer
 
createHandler(NetConnection) - Method in interface com.antelmann.net.ConnectionDispatcher
produces a NetConnectionHandler which will be started in a new Thread (created by the NetConnectionServer's ThreadFactory) to handle the given NetConnection and listens to messages.
createHandler(NetConnection) - Method in class com.antelmann.net.JMessenger
 
createHandler(NetConnection) - Method in class com.antelmann.net.NetConnectionServer.DefaultDispatcher
uses the same handler (given in the constructor) for all connections
createHandshake(String) - Static method in class com.antelmann.db.remote.ChangeNotificationServer
 
createHeaderStore(Database<Connection>) - Static method in class com.antelmann.genealogy.db.GPersonStore
 
createIcon(String) - Static method in class com.antelmann.image.ImageUtils
uses the default label font and a standard icon dimension of 16x16; useful for a single character
createIcon(String, Font, Dimension) - Static method in class com.antelmann.image.ImageUtils
 
createImage(String) - Method in class com.antelmann.image.Barcode4j
 
createImage(Icon) - Static method in class com.antelmann.image.ImageUtils
 
createImage(Component) - Static method in class com.antelmann.image.ImageUtils
 
createImage(Component, int, int) - Static method in class com.antelmann.image.ImageUtils
 
createImage(byte[]) - Method in class com.antelmann.image.MJPEGHandler
responsible for extracting an image from the given bytes This method is internally called in a thread spawned by MJPEGHandler.handle(Object, byte[]).
createImageIcon(Icon) - Static method in class com.antelmann.image.ImageUtils
 
createIndexOverview() - Method in class com.antelmann.sql.JDBCInfoPane
 
createInstance(EventObject) - Method in class com.antelmann.db.TransactionalNumberGenerator
calls TransactionalNumberGenerator.getRelevantValue()
createInstance(EventObject) - Method in class com.antelmann.sql.Connector
this implementation calls Connector.getConnectionFromSettings()
createInstance(EventObject) - Method in class com.antelmann.sql.ConnectorSettings
 
createInstance(EventObject) - Method in interface com.antelmann.util.Factory
creates a new instance of the factory type on each call based on the given event
createInstance(EventObject) - Method in class com.antelmann.util.logging.LoggerManager
 
createLabelFor(int) - Method in class com.antelmann.util.gui.JMethodTableModelComponent
allows to customize the way the labels for each key are created
createLabelFor(String) - Method in class com.antelmann.util.gui.JPropertyEntryComponent
allows to customize the way the labels for each key are created
createLicense(Object, String, Date, int, boolean) - Method in class com.antelmann.LicenseCreator
license is still unsigned hereafter
createListRetriever(List<T>, String) - Static method in class com.antelmann.util.gui.MyAbstractAction
 
createLoadedMatrix(DataParser<? super T>, Monitor) - Method in class com.antelmann.db.EntryAnalyzer
 
createLoadedMatrix(DataParser<? super T>, Monitor) - Method in class com.antelmann.math.ObjectAnalyzer
 
createLoadedTimeDataGrid() - Method in class com.antelmann.math.ObjectAnalyzer
 
createLoadedTimeDataGrid(Monitor) - Method in class com.antelmann.math.ObjectAnalyzer
 
createLookAndFeelMenu(Component) - Static method in class com.antelmann.util.gui.Menus
createLookAndFeelMenu() generates a JMenu that lets the user select from different look&feel options.
createLookAndFeelMenu(Component, boolean) - Static method in class com.antelmann.util.gui.Menus
 
createMappingInfoModel(Database<?>) - Static method in class com.antelmann.db.DBUtils
 
createMappingInfoModel(Database<?>, Monitor) - Static method in class com.antelmann.db.DBUtils
 
createMemoryLogTimer() - Static method in class com.antelmann.Debug
 
createMessage(Email) - Method in class com.antelmann.net.mail.EmailConverter
if no 'from' address is configured, the embedded 'from' address from the account is used - if given
createMessage(InputStream) - Static method in class com.antelmann.net.mail.MessageEntry
 
createMessage(RowItem) - Method in class com.antelmann.net.mail.MessageEntryMapper
 
createMessage(Email) - Method in class com.antelmann.net.mail.POP3Account
if no 'from' address is configured, the embedded 'from' address is used
createNClob() - Method in class com.antelmann.sql.ConnectionWrapper
 
createNegative(Image) - Static method in class com.antelmann.image.ImageUtils
 
createNewGroup() - Method in class com.antelmann.util.gui.JTagEditor
called in the event thread to create a new group based on user input; this implementation merely creates a String or null if nothing was selected
createNewTag(Class<T>, Object) - Static method in class com.antelmann.db.Keyword
allows to easily construct subclasses of Keyword assuming that these classes have a constructor taking a single Object argument - just as Keyword itself.
createNextFilter() - Method in class com.antelmann.util.OffsetFilter
returns a new filter that moves the offset by the limit
createNode(Category<?>, Object) - Static method in class com.antelmann.util.gui.CategoryNode
 
createOpenAction(ValueRetriever<URL>) - Method in class com.antelmann.util.gui.JURLField
 
createPath(TreeModel, Category<?>, Object) - Static method in class com.antelmann.util.gui.CategoryNode
 
createPopupMenu() - Method in class com.antelmann.image.ImageViewerFrame
 
createPopupMenu() - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
createPreparedStatementEntryFilter(DBClassStore<E>) - Method in class com.antelmann.sql.SQLComboFilter
Deprecated. cannot extract the mapper this way, so this is discouraged
createPreparedStatementEntryFilter(Connection, String, String...) - Method in class com.antelmann.sql.SQLComboFilter
 
createPreparedStatementEntryFilter(BaseRowMapper<?>, Connection, String, String...) - Method in class com.antelmann.sql.SQLComboFilter
 
createProperties(Element) - Static method in class com.antelmann.net.web.RSSChannel
A new map is created on each call.
createPropertyConstraint(DBClassStore<?>, String, String...) - Static method in class com.antelmann.sql.SubSelectCondition
creates a constraint that can be used with an SQLMapFilter that limits the result to entries that have the given key with any of the given values.
createQueryPane() - Method in class com.antelmann.sql.JDBCInfoPane
 
createQueryString(BaseRowMapper<?>, Connection, String, ArrayList<Object>, String...) - Method in class com.antelmann.sql.SQLComboFilter
 
createReferenceRetriever(ValueRetriever<T>) - Static method in class com.antelmann.util.gui.MyAbstractAction
 
createRemoteContext(String) - Static method in class com.antelmann.ooffice.OfficeConnector
 
createRemoteContext(String, int) - Static method in class com.antelmann.ooffice.OfficeConnector
 
createRemoteObject(String, int, Class<?>...) - Static method in class com.antelmann.net.RemoteNetInterfaceProtocol
 
createRemoteObject(String, int, Handshake, Class<?>...) - Static method in class com.antelmann.net.RemoteNetInterfaceProtocol
 
createRemoteObject(String, int, Handshake, Logger, Class<?>...) - Static method in class com.antelmann.net.RemoteNetInterfaceProtocol
 
createRemoteObject(NetConnection, Class<?>...) - Static method in class com.antelmann.net.RemoteNetInterfaceProtocol
 
createRemoteObject(NetConnection, ClassLoader, Class<?>...) - Static method in class com.antelmann.net.RemoteNetInterfaceProtocol
 
createRemoteObject(NetConnection, Logger, Class<?>...) - Static method in class com.antelmann.net.RemoteNetInterfaceProtocol
 
createRemoteObject(NetConnection, Logger, ClassLoader, Class<?>...) - Static method in class com.antelmann.net.RemoteNetInterfaceProtocol
creates and returns a client object that will be handled remotely through the given NetConnection.
createReport(Appendable) - Method in class com.antelmann.sql.TableComparator
returns true only if both tables appear the same
createRetriever(ValueRetriever<Connection>, String, String, Object, String, DBTransaction) - Static method in class com.antelmann.image.ImageHolder
 
createRetriever(ValueRetriever<Connection>, String, String, Object, String, DBTransaction) - Static method in class com.antelmann.io.BinaryData
allows to easily retrieve binary data from a specific database entry
createRootNode(Collection<? extends Category<?>>, String, Object) - Static method in class com.antelmann.util.gui.CategoryNode
 
createSampleModel(int) - Static method in class com.antelmann.util.table.TableUtils
provides a quick sample model for testing purposes
createSaveTableAction(Component, ValueRetriever<TableModel>) - Method in class com.antelmann.sql.JDBCInfoPane
 
createServerConnection(int, Handshake) - Static method in class com.antelmann.net.SocketConnection
 
createServerConnection(ServerSocket, Handshake) - Static method in class com.antelmann.net.SocketConnection
waits and listens for a single connection to be made and returns a SocketConnection if the connection made matches the signature.
createServerConnection(Socket, Handshake) - Static method in class com.antelmann.net.SocketConnection
creates a connection based on a socket that results from a ServerSocket.accept()
createSimpleParameterMap(ServletRequest) - Static method in class com.antelmann.servlet.ServletUtils
creates a new mutable map where only the first occurring value of a parameter is mapped as value
createSocketContext(File) - Static method in class com.antelmann.ooffice.OfficeConnector
 
createSocketContext(File, long) - Static method in class com.antelmann.ooffice.OfficeConnector
transparently creates a local office process (if required), drains its output and connects to it
createSongList(File, File, boolean) - Method in class com.antelmann.sound.JukeBox
creates a song list from the given directory and writes it to the given file.
createSQLXML() - Method in class com.antelmann.sql.ConnectionWrapper
 
createSSLConnection(SSLHelper, String, int, Handshake) - Static method in class com.antelmann.net.SSLSocketConnection
returns a SocketConnection provided there is a Server listening at the specified location with the specified signature; note that this method is blocking.
createSSLServerConnection(SSLHelper, int, Handshake) - Static method in class com.antelmann.net.SSLSocketConnection
 
createStandardExtractor(DBClassStore<T>) - Static method in class com.antelmann.sql.CategoryStore
 
createStandardExtractor(String, Class<T>) - Static method in class com.antelmann.sql.CategoryStore
 
createStatement() - Method in class com.antelmann.sql.ConnectionWrapper
 
createStatement(int, int) - Method in class com.antelmann.sql.ConnectionWrapper
 
createStatement(int, int, int) - Method in class com.antelmann.sql.ConnectionWrapper
 
createStore(Database<Connection>, Class<T>, Class<? extends ImageURLEntry>, String, String, String, String, String) - Static method in class com.antelmann.image.ThumbnailMapper
 
createStore(Database<Connection>, Class<T>) - Static method in class com.antelmann.sql.MappedEntryMapper
convenience method to easily create a store with no factory
createStore(Database<Connection>, Class<T>, boolean) - Static method in class com.antelmann.sql.MappedEntryMapper
convenience method to easily create a store and use BaseRowMapper.getNextIntID() to implement BaseRowMapper.generateNewID()
createStore(Database<Connection>, Class<T>, boolean, boolean) - Static method in class com.antelmann.sql.MappedEntryMapper
convenience method to easily create a store and use BaseRowMapper.getNextIntID() to implement BaseRowMapper.generateNewID()
createStore(Database<Connection>, Class<T>, IDFactory, boolean) - Static method in class com.antelmann.sql.MappedEntryMapper
convenience method to easily create a store
createStretchedTable() - Static method in class com.antelmann.util.table.TableUtils
creates a table that 'stretches' over the viewport of a JScrollPane, even if the table itself is smaller than that.
createStretchedTable(TableModel) - Static method in class com.antelmann.util.table.TableUtils
creates a table that 'stretches' over the viewport of a JScrollPane, even if the table itself is smaller than that.
createStruct(String, Object[]) - Method in class com.antelmann.sql.ConnectionWrapper
 
createStubRetriever(T) - Static method in class com.antelmann.util.gui.MyAbstractAction
 
createStubRetriever(ValueRetriever<T>) - Static method in class com.antelmann.util.gui.MyAbstractAction
 
createSubSelectCondition(DBClassStore<?>) - Method in class com.antelmann.sql.SQLComboFilter
 
createSubSelectCondition(Connection, String, String) - Method in class com.antelmann.sql.SQLComboFilter
 
createSubSelectCondition(BaseRowMapper<?>, Connection, String, String) - Method in class com.antelmann.sql.SQLComboFilter
 
createTable() - Method in class com.antelmann.LicenseManager
creates a table containing all licenses of this manager.
createTableModel() - Method in class com.antelmann.db.DBStoreProfiler
provides a read-only snapshot of the current profile
createTableModel() - Method in class com.antelmann.net.mail.TableCustomizer
 
createTableString(ResultSetMetaData, String) - Method in class com.antelmann.sql.ConnectionHelper
creates the DDL statement that would create a table identical to the one denoted by the given meta data
createTableViewPane(String[], Placeholder<JDBCTableModel>) - Method in class com.antelmann.sql.JDBCInfoPane
 
createTag(String) - Method in class com.antelmann.crm.ContactImpl
 
createTempDir(String, String) - Static method in class com.antelmann.io.MyFile
creates a new empty directory in the default temporary-file directory, using the given prefix and suffix to generate its name.
createTempDir(String, String, File) - Static method in class com.antelmann.io.MyFile
creates a new empty directory in the given dir, using the given prefix and suffix to generate its name.
createTextMessage(String, String) - Method in class com.antelmann.net.mail.POP3Account
from-address is taken from this object's configuration
createThumbnail(Image, int, float) - Static method in class com.antelmann.image.ImageUtils
convenience method to create thumbnail
createThumbnailMapper(Class<TN>) - Method in class com.antelmann.image.ImageURLEntrySQLStore
 
createTimerTask(Logger) - Method in class com.antelmann.calendar.AbstractTimeSystem
creates a TimerTask that will adjust the delta and log the result to the given logger.
createTimerTask(Logger) - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated. creates a TimerTask that will adjust the delta and log the result to the given logger.
createTimerTask() - Method in class com.antelmann.io.Backup
 
createTransaction() - Method in class com.antelmann.sql.SQLDatabase
called by the constructor
createTransaction() - Method in class com.antelmann.sql.SQLFactoryDatabase
 
createTransactionalNumberGenerator(String, String, DBTransaction) - Method in class com.antelmann.sql.SQLNumberGenerator
 
createTransparentImage(Image, Color) - Static method in class com.antelmann.image.ImageUtils
 
createTreePathTipRenderer(String) - Static method in class com.antelmann.util.gui.TreeUtils
creates a renderer that will use the complete path of the node as a ToolTip and utilizes Imageable.getDisplayIcon() if available
createUndoMenuRetriever(UndoManager) - Static method in class com.antelmann.util.gui.Menus
 
createURLStreamHandler(String) - Method in class com.antelmann.net.protocol.URLStreamHandlerFactoryImpl
 
createUser(UserImpl) - Method in class com.antelmann.sql.UserImplMapper
supports reflection-based instantiation with the user as the constructor parameter
createWriter(Logger, Filter) - Static method in class com.antelmann.util.logging.LoggerHandler
provides a LogWriter that publishes LogEntries to the given java.util.loggin.Logger
createXmcdTemplate(CDID) - Static method in class com.antelmann.cddb.CDDBXmcdParser
this static method provides a blank string template for an xmcd format entry based on the given cd
createXmcdTemplateWithReplacer(CDID) - Static method in class com.antelmann.cddb.CDDBXmcdParser
this static method provides a string template for an xmcd format entry based on the given cd containing easily replaceable entries
creationTime() - Method in class com.antelmann.calendar.CalendarEntry
 
crop(Image, RectangularShape) - Static method in class com.antelmann.image.ImageUtils
 
crop(Point, Point) - Method in class com.antelmann.image.JImagePanel
 
crossColor - Variable in class com.antelmann.util.gui.Plot2DFunction
color of the null-coorinate cross to be drawn; default is darkGray
CSV_FILTER - Static variable in class com.antelmann.ooffice.OOCalc
 
CurrencyCellRenderer - Class in com.antelmann.util.table
a renderer for displaying numbers as a currency
CurrencyCellRenderer() - Constructor for class com.antelmann.util.table.CurrencyCellRenderer
 
CurrencyCellRenderer(boolean) - Constructor for class com.antelmann.util.table.CurrencyCellRenderer
 
CurrencyCellRenderer(Locale) - Constructor for class com.antelmann.util.table.CurrencyCellRenderer
 
CurrencyUnit - Class in com.antelmann.math
a wrapper that allows a currency to be treated as a unit
CurrencyUnit(Currency) - Constructor for class com.antelmann.math.CurrencyUnit
Deprecated. use CurrencyUnit.asUnit(Currency) instead
CURRENT_DIRECTORY - Static variable in class com.antelmann.Settings
denotes the property key used to keep track of the current directory that file dialogs should use
currentDBUserChanged(Database<?>) - Method in interface com.antelmann.db.DBConfigListener
called upon Database.setCurrentUser(User)
currentDBUserChanged(Database<?>) - Method in class com.antelmann.sql.SQLEntryClassMapper
 
currentDelta() - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated. returns the current difference between system time and atomic time in milliseconds.
currentElement() - Method in class com.antelmann.math.Permutation
 
currentElement() - Method in class com.antelmann.util.AbstractIterator
allows to access the current element over and over again without advancing the cursor.
currentSiteOnly - Variable in class com.antelmann.net.SampleCrawlerSetting
 
currentSoundSource - Variable in class com.antelmann.sound.SoundPlayer
 
currentTimeMillis() - Method in class com.antelmann.calendar.AbstractTimeSystem
returns the system time adjusted by the delta value.
currentTimeMillis() - Method in class com.antelmann.calendar.AtomicTime
Deprecated. returns the current time
currentTimeMillis() - Method in class com.antelmann.calendar.NTPTime
returns the current time
currentTimeMillis() - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated. returns the system time adjusted by the delta value.
currentTimeMillis() - Method in interface com.antelmann.calendar.TimeSystem
returns the current time in milliseconds as measured by the underlying time system which may be different from the system time.
currentTimeMillisOnline() - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated. returns the current time in the current locale retrieved directly from the server.
currentURL(URL) - Method in interface com.antelmann.net.MediaCrawler.Handler
called when the given URL is searched for further links
customizeForDialog(JTextArea) - Method in class com.antelmann.util.table.MultiLineCellTextEditor
allows to customize the JTextArea that is shown in the dialog (called when it already has the text set); this implementation 'fixes' the tab keys if selected with the constructor
customizeLabel(JLabel) - Method in class com.antelmann.util.table.WrappedTableCellRenderer
called after the processor (if available) was called and if the component is indeed a JLabel
customizeReplacement(Email, InternetAddress, Map<String, Object>) - Method in class com.antelmann.net.mail.SQLEmailCustomizer
used to customize the replacement.
customizeReplacement(Email, InternetAddress, Map<String, String>) - Method in class com.antelmann.net.mail.TableCustomizer
used to customize the replacement.
CustomTheme - Class in com.antelmann.util.gui
allows to easily modify color themes.
CustomTheme() - Constructor for class com.antelmann.util.gui.CustomTheme
convenience constructor
CustomTheme(String) - Constructor for class com.antelmann.util.gui.CustomTheme
convenience constructor
CustomTheme(String, Properties) - Constructor for class com.antelmann.util.gui.CustomTheme
allows the construction of a theme based on a set of properties.
CustomTheme(String, Color, Color, Color) - Constructor for class com.antelmann.util.gui.CustomTheme
 
CustomTheme(String, Color, Color, Color, Color, Color, Color) - Constructor for class com.antelmann.util.gui.CustomTheme
 
CustomThemeTableModel - Class in com.antelmann.util.table
an editable theme based on a table model to be used with a JTable
CustomThemeTableModel(CustomTheme) - Constructor for class com.antelmann.util.table.CustomThemeTableModel
 
cutTail(String, int) - Static method in class com.antelmann.util.Strings
 

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