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

A

abort() - Method in class com.antelmann.db.AbstractDBTransaction
 
abort() - Method in interface com.antelmann.db.DBTransaction
aborts this transaction; requires ownership of this instance.
abort(DBTransaction) - Static method in class com.antelmann.db.DBUtils
aborts an ongoing transaction if it is active, or simply returns false.
abortActions() - Method in class com.antelmann.net.mail.POP3Account
allows to cancel long-running operations, such as loopTest()
aboutString - Static variable in class com.antelmann.util.gui.Menus
 
abs() - Method in class com.antelmann.math.Money
returns Money with an absolute (non-negative) value
AbstractCalendarModel - Class in com.antelmann.calendar
a convenient base implementation for a CalendarModel that merely leaves getValueFor(Date) to be implemented by an inheriting class.
AbstractCalendarModel() - Constructor for class com.antelmann.calendar.AbstractCalendarModel
 
AbstractDatabase<S> - Class in com.antelmann.db
a base class for implementing a database.
AbstractDatabase(S) - Constructor for class com.antelmann.db.AbstractDatabase
 
AbstractDatabase(S, User) - Constructor for class com.antelmann.db.AbstractDatabase
sets the current user (may be null)
AbstractDatabase(S, User, LogWriter) - Constructor for class com.antelmann.db.AbstractDatabase
the given logWriter - assumed to write into the databaseService if not null - will be added to the embedded Logger
AbstractDatabase(S, User, DBAccessController, LogWriter) - Constructor for class com.antelmann.db.AbstractDatabase
 
AbstractDatabase(S, User, DBAccessController, LogWriter, boolean) - Constructor for class com.antelmann.db.AbstractDatabase
 
AbstractDBClassStore<T extends DBEntry> - Class in com.antelmann.db
provides basic implementation of methods that can be implemented based on other methods of the interface - though these implementations may be very inefficient
AbstractDBClassStore(Database<?>, Class<T>) - Constructor for class com.antelmann.db.AbstractDBClassStore
 
AbstractDBEntry - Class in com.antelmann.db
implements common functionality, including immutable ID and hashCode/equals methods based on the ID (and class).
AbstractDBEntry(Object) - Constructor for class com.antelmann.db.AbstractDBEntry
 
AbstractDBEnumeration<T extends DBEntry> - Class in com.antelmann.db
a base for making it easy to implement DBEnumeration.
AbstractDBEnumeration() - Constructor for class com.antelmann.db.AbstractDBEnumeration
 
AbstractDBTransaction - Class in com.antelmann.db
a simple base implementation for a DBTransaction.
AbstractDBTransaction(Database<?>) - Constructor for class com.antelmann.db.AbstractDBTransaction
 
AbstractDialogCellEditor<T> - Class in com.antelmann.util.table
provides an editor that always shows a dialog for editing the value.
AbstractDialogCellEditor(JComponent) - Constructor for class com.antelmann.util.table.AbstractDialogCellEditor
 
AbstractDialogCellEditor(JComponent, String) - Constructor for class com.antelmann.util.table.AbstractDialogCellEditor
 
AbstractDialogCellEditor(JComponent, String, boolean) - Constructor for class com.antelmann.util.table.AbstractDialogCellEditor
initializes this instance with a component to be shown in the dialog and a title.
AbstractExceptionWriter - Class in com.antelmann.util.logging
an abstract class to handle exceptions that occur in a LogEntry.
AbstractExceptionWriter() - Constructor for class com.antelmann.util.logging.AbstractExceptionWriter
 
AbstractIterator<E> - Class in com.antelmann.util
makes it very easy to implement both, Enumeration and Iterator.
AbstractIterator() - Constructor for class com.antelmann.util.AbstractIterator
 
AbstractIterator(boolean) - Constructor for class com.antelmann.util.AbstractIterator
 
AbstractLogWriter<T> - Class in com.antelmann.util.logging
provides filtering capabilities for a LogWriter.
AbstractLogWriter(LogEntryFormatter<T>) - Constructor for class com.antelmann.util.logging.AbstractLogWriter
 
AbstractLogWriter(LogEntryFormatter<T>, Filter<? super LogEntry>) - Constructor for class com.antelmann.util.logging.AbstractLogWriter
 
AbstractObjectTableModel<T> - Class in com.antelmann.util.table
implements commonly applicable concepts of an ObjectTableModel based on a simple list.
AbstractObjectTableModel() - Constructor for class com.antelmann.util.table.AbstractObjectTableModel
 
AbstractObjectTableModel(Iterable<T>) - Constructor for class com.antelmann.util.table.AbstractObjectTableModel
if the given iterable is in fact a list, it will be used directly as the backing data structure
AbstractOfficeDocument - Class in com.antelmann.ooffice
the base class for all OpenOffice document frames
AbstractOfficeDocument() - Constructor for class com.antelmann.ooffice.AbstractOfficeDocument
 
AbstractSpecialCellEditor - Class in com.antelmann.util.table
provides some convenience stuff for the editors in this package taken from a DefaultCellEditor, but w/o the delegate stuff
AbstractSpecialCellEditor() - Constructor for class com.antelmann.util.table.AbstractSpecialCellEditor
 
AbstractTimeSystem - Class in com.antelmann.calendar
the basis for a custom TimeSystem based on an offset value (delta) relative to the system time.
AbstractTimeSystem() - Constructor for class com.antelmann.calendar.AbstractTimeSystem
 
AbstractUserLoginStore - Class in com.antelmann.db
a base for easily implementing a UserLoginStore.
AbstractUserLoginStore() - Constructor for class com.antelmann.db.AbstractUserLoginStore
 
accept(T) - Method in class com.antelmann.db.DBClassStoreCache.PrefetchedFilter
always returns true unless an inner filter is set that doesn't accept the given entry
accept(DBReference) - Method in class com.antelmann.db.DBReferenceFilter
 
accept(User, char[]) - Method in interface com.antelmann.db.PasswordPolicy
 
accept(T) - Method in class com.antelmann.db.PropertyEntryFilter
returns true only if all keys in the given restrictions map to the same property values in the given entry.
accept(RemoteDBUpdateEvent) - Method in class com.antelmann.db.remote.RemoteDBChangeFilter
 
accept(User) - Method in class com.antelmann.db.UserFilter
 
accept(File, String) - Method in class com.antelmann.io.ExtensionFileFilter
 
accept(File) - Method in class com.antelmann.io.ExtensionFileFilter
checks file type and include/exclude pattern if applicable.
accept(File) - Method in class com.antelmann.io.FileNamePatternFilter
 
accept(T) - Method in class com.antelmann.math.NumberStringFilter
 
accept(GeoLocation) - Method in class com.antelmann.opengeodb.GeoLocationFilter
 
accept(T) - Method in class com.antelmann.sql.FullTextSearchFilter
only returns false here if and only if an existing internalFilter won't accept the entry
accept(T) - Method in class com.antelmann.sql.PreparedStatementEntryFilter
if no internalFilter is set, true is returned; otherwise the internalFilter determines the return value
accept(DBEntry) - Method in class com.antelmann.sql.SQLColumnInfo.UpdateFilter
 
accept(T) - Method in class com.antelmann.sql.SQLComboFilter
this implementation returns false if and only if an existing innerFilter doesn't accept the given entry
accept(T) - Method in class com.antelmann.sql.SQLDirectQueryEntryFilter
if no internalFilter is set, true is returned; otherwise the internalFilter determines the return value
accept(T) - Method in class com.antelmann.sql.SQLFetchSizeFilter
 
accept(T) - Method in class com.antelmann.sql.SQLMapFilter
return value based on the internal filter - or returns null if the internal filter is null
accept(Stub<?>) - Method in class com.antelmann.sql.SQLStubFilter
always returns true; useful filtering only applies for the SQL-selection
accept(T) - Method in class com.antelmann.sql.TopicMapFilter
return value based on the internal filter - or returns null if the internal filter is null
accept(T) - Method in class com.antelmann.util.ComboFilter
 
accept(T) - Method in interface com.antelmann.util.Filter
returns true only if the given entry is accepted by this filter
accept(T) - Method in class com.antelmann.util.gui.DialogFilter
 
accept(DocumentEvent) - Method in class com.antelmann.util.gui.DocumentAdapter
only accepts events that are to actually trigger DocumentAdapter.documentUpdated(DocumentEvent).
accept(LogEntry) - Method in class com.antelmann.util.logging.AbstractLogWriter
returns true if either the filter is null or the filter accepts the given entry
accept(LogEntry) - Method in class com.antelmann.util.logging.AsynchLogWriter
delegates to the writer synchronously
accept(LogEntry) - Method in class com.antelmann.util.logging.LevelFilter
returns true only if the Level of the entry is equal or comes after the configured Level of this filter.
accept(LogEntry) - Method in class com.antelmann.util.logging.Logger
returns true only if the given entry will be logged by this logger and thus propagated to its handlers
accept(LogEntry) - Method in class com.antelmann.util.logging.LoggerCache
 
accept(LogEntry) - Method in class com.antelmann.util.logging.LoggerWriter
 
accept(T) - Method in class com.antelmann.util.MethodFilter
 
accept(T) - Method in class com.antelmann.util.OffsetFilter
 
accept(Object) - Method in class com.antelmann.util.RandomFilter
 
accept(T) - Method in class com.antelmann.util.Range
 
accept(TableRow) - Method in class com.antelmann.util.table.SimpleTableRowFilter
 
accept(T) - Method in class com.antelmann.util.VerboseFilter.Adapter
 
acceptListEntry(Object, String) - Method in class com.antelmann.util.gui.JSearchList
may be overwritten to specialize the filtering behavior based on the current text selection.
acceptsURL(String) - Method in class com.antelmann.sql.DriverWrapper
 
accessColumn - Variable in class com.antelmann.sql.UserImplMapper
the column containing the name of the right in the access table
accessInboxBeforeSend - Variable in class com.antelmann.net.mail.POP3Account.Config
 
accessList - Variable in class com.antelmann.db.UserImpl
used to store actions that can be accessed
accessRightExtractor - Variable in class com.antelmann.servlet.UserAuthenticationFilter
 
accessTable - Variable in class com.antelmann.sql.UserImplMapper
the table name for the user access rights; if null, no access rights are initialized when mapping users
accessUserColumn - Variable in class com.antelmann.sql.UserImplMapper
the column in the access rights table holding the foreign key for the userID
AccountReader - Class in com.antelmann.net.mail
a Runnable utility class that processes and optionally deletes all emails from a given account
AccountReader(POP3Account, Handler<? super Email, ? extends IOException>, boolean) - Constructor for class com.antelmann.net.mail.AccountReader
 
AccountReader(POP3Account, Handler<? super Email, ? extends IOException>, boolean, Monitor) - Constructor for class com.antelmann.net.mail.AccountReader
 
AccountReader(POP3Account, Handler<? super Email, ? extends IOException>, boolean, Monitor, Logger) - Constructor for class com.antelmann.net.mail.AccountReader
 
acknowledge() - Method in class com.antelmann.calendar.Alert
if this is the first acknowledgement, the AlertHandler of the AlertTimer is notified.
acquire() - Method in class com.antelmann.image.TwainAdapter
 
acquire(int) - Method in class com.antelmann.image.TwainAdapter
 
acquire(String, int) - Method in class com.antelmann.image.TwainAdapter
acquires images in succession directly from the default source
acquire(String) - Method in class com.antelmann.image.TwainAdapter
acquires an image directly from the default source (the source gui is used)
acquireImage() - Method in class com.antelmann.image.TwainAdapter
 
acquireImage(String) - Method in class com.antelmann.image.TwainAdapter
 
acquireImage() - Static method in class com.antelmann.image.TwainConnector
 
acquireImage(Component) - Static method in class com.antelmann.image.TwainConnector
 
acquireImage(String) - Static method in class com.antelmann.image.TwainConnector
 
acquireImage(Component, String) - Static method in class com.antelmann.image.TwainConnector
 
acquireLicense(Object, LicensingException, Component) - Method in interface com.antelmann.LicenseHandler
called if the first attempt to call Settings.checkLicense(Object) fails internally with a LicensingException.
acquireLicense(Object, LicensingException, Component) - Method in class com.antelmann.LicenseLoader
first checks the already known locations and tries to acquire a license from there; if that fails, a user dialog appears - allowing to choose another location.
actionPerformed(ActionEvent) - Method in class com.antelmann.db.JUserLoginPanel
implements the action when the login button is pressed or ENTER is pressed on either user name or password field.
actionPerformed(ActionEvent) - Method in class com.antelmann.net.JChat
 
actionPerformed(ActionEvent) - Method in class com.antelmann.net.JMessenger
 
actionPerformed(ActionEvent) - Method in class com.antelmann.sound.JMP3Player
 
actionPerformed(ActionEvent) - Method in class com.antelmann.sound.JPlayer
 
actionPerformed(ActionEvent) - Method in class com.antelmann.util.gui.FormDialog
performs the action upon pressing the OK button.
actionPerformed(ActionEvent) - Method in class com.antelmann.util.gui.JComboButton
'clicks' the currently selected button - if any; as a side-effect, the tooltip will be set according to the selected Component.
actionPerformed(ActionEvent) - Method in class com.antelmann.util.gui.JTagsField
 
actionPerformed(ActionEvent) - Method in class com.antelmann.util.gui.MyAbstractAction
initializes the parent component - if applicable - and calls performAction; if the parent was null, it is going to be reset at the end again, so that it gets dynamically reset on each call.
actionPerformed(ActionEvent) - Method in class com.antelmann.util.table.JTableFilterTextField
updates the filtering of the table based on this text field.
activate() - Method in class com.antelmann.calendar.AtomicTime
Deprecated. activates the embedded timer for automatic updates
activate() - Method in class com.antelmann.calendar.NTPTime
activates the embedded timer for automatic updates
activate() - Method in class com.antelmann.util.gui.JMemoryGauge
 
add(Contribution) - Method in class com.antelmann.cddb.Composition
 
add(Track) - Method in class com.antelmann.cddb.Composition
 
add(Resource) - Method in class com.antelmann.cddb.Group
 
add(Contribution) - Method in class com.antelmann.cddb.Track
adds a contribution specific to this single track
add(AddressInfo, int) - Method in interface com.antelmann.crm.Contact
adds an address at the given index (optional operation)
add(AddressInfo) - Method in class com.antelmann.crm.ContactImpl
 
add(AddressInfo, int) - Method in class com.antelmann.crm.ContactImpl
 
add(T) - Method in class com.antelmann.crm.ContactImpl
 
add(DBEnumeration<X>, DBEnumeration<Y>) - Static method in class com.antelmann.db.AbstractDBEnumeration
 
add(Keyword) - Method in class com.antelmann.db.BaseDocument
 
add(T) - Method in class com.antelmann.db.SortedGroupable.Adapter
 
add(T) - Method in interface com.antelmann.db.SortedGroupable
the given group is appended to the list of groups
add(T) - Method in class com.antelmann.db.Taggable.Adapter
 
add(T) - Method in interface com.antelmann.db.Taggable
makes this instance member of the given group
add(Object...) - Method in class com.antelmann.db.UserFilter
 
add(Processor<T, ? extends DatabaseException>) - Method in class com.antelmann.db.WrappedDBClassStore
 
add(GTag) - Method in class com.antelmann.genealogy.GEventImpl
 
add(GTag) - Method in class com.antelmann.genealogy.GPersonalBlogEntry
 
add(Color, float) - Method in class com.antelmann.image.ColorPath
 
add(Keyword) - Method in class com.antelmann.image.ImageURLEntry
 
add(Number) - Method in class com.antelmann.image.JSimpleTimeGraph
 
add(T) - Method in interface com.antelmann.math.Addable
adds this instance to the other given one and returns the result; this entry itself remains untouched
add(T) - Method in class com.antelmann.math.CounterMap
 
add(T, int) - Method in class com.antelmann.math.CounterMap
 
add(CounterMap<T>) - Method in class com.antelmann.math.CounterMap
 
add(T, Number) - Method in class com.antelmann.math.DataMap
 
add(T, DataPoint) - Method in class com.antelmann.math.DataMap
 
add(DataMatrix<T>) - Method in class com.antelmann.math.DataMatrix
 
add(DataPoint) - Method in class com.antelmann.math.DataPoint
the returned DataPoint is an aggregation of this instance and the given one
add(Number) - Method in class com.antelmann.math.DataPoint
 
add(BigDecimal) - Method in class com.antelmann.math.DataPoint
 
add(GeoPoint) - Method in class com.antelmann.math.GeoPoint
'shifts' this point relative to the other given point by all 3 dimensions
add(Money) - Method in class com.antelmann.math.Money
 
add(Number) - Method in class com.antelmann.math.Money
 
add(double) - Method in class com.antelmann.math.Money
 
add(BigDecimal) - Method in class com.antelmann.math.Money
 
add(RomanNumber) - Method in class com.antelmann.math.RomanNumber
 
add(URL) - Method in class com.antelmann.sound.JukeBox
adds a single URL to the playlist
add(File) - Method in class com.antelmann.sound.JukeBox
adds a single File to the playlist; returns true only if the file passed the file filter
add(int, File) - Method in class com.antelmann.sound.JukeBox
inserts a single File to the playlist at the specified position; returns true only if the file passed the file filter
add(int, URL) - Method in class com.antelmann.sound.JukeBox
 
add(Processor<T, ? extends DatabaseException>) - Method in class com.antelmann.sql.JDBCRowStore
 
add(SQLComboFilterSupported<? super T>, boolean) - Method in class com.antelmann.sql.SQLComboFilter
 
add(JFormattedTextField) - Method in class com.antelmann.util.gui.DocumentAdapter
see DocumentAdapter.fieldValues
add(InterfaceMonitor) - Method in class com.antelmann.util.gui.MyAbstractAction
 
add(Handler<? super T, ? extends E>) - Method in class com.antelmann.util.HandlerList
 
add(T) - Method in class com.antelmann.util.IteratorQueue
 
add(Processor<T, ? extends E>) - Method in interface com.antelmann.util.ProcessorHook
 
add(Processor<T, ? extends E>) - Method in class com.antelmann.util.ProcessorList
 
add(T) - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
add(int, T) - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
Addable<T extends Addable<?>> - Interface in com.antelmann.math
Objects implementing this interface provide a way to combine themselves in a defined way.
addActionListener(ActionListener) - Method in class com.antelmann.util.gui.JDateRangeChooser
to be notified for selection changes
addActionListener(ActionListener) - Method in class com.antelmann.util.table.JTableFilterTextField
allows to be notified on filter changes (after the model has been updated).
addActionToMenu(JMenuBar, Action, String, String) - Static method in class com.antelmann.util.gui.Menus
adds the given action to the given menu bar
addActionToMenu(JMenu, Action, String, String) - Static method in class com.antelmann.util.gui.Menus
adds the given action to the given menu
addAlertHandler(AlertHandler) - Method in class com.antelmann.calendar.AlertTimer
 
addAlertTask(Task<?>) - Method in class com.antelmann.image.MJPEGHandler
note that the alert task is performed before this handler enters the alert status; so if this instance is in alert status when the task is performed; it was from the previous alert.
addAll(Collection<? extends Holiday>) - Method in class com.antelmann.calendar.HolidayCalendar
 
addAll(Collection<T>) - Method in class com.antelmann.db.Taggable.Adapter
 
addAll(Map<? extends T, ? extends Number>) - Method in class com.antelmann.math.CounterMap
 
addAll(DataMap<T>) - Method in class com.antelmann.math.DataMap
 
addAll(URL[]) - Method in class com.antelmann.sound.JukeBox
adds a bunch of URLs to the playlist
addAll(File[]) - Method in class com.antelmann.sound.JukeBox
adds those File objects to the playlist that pass the filter
addAllChildrenFrom(Category<T>, T, ArrayList<Category<T>>) - Static method in class com.antelmann.db.Category.Adapter
works recursively; does not include the given category itself
addAllFolders(Store) - Method in class com.antelmann.net.mail.IMAPBackup
 
addAttachment(File) - Method in class com.antelmann.net.mail.Email
 
addAttachment(String, byte[], String) - Method in class com.antelmann.net.mail.Email
 
addAttachment(Email.Attachment) - Method in class com.antelmann.net.mail.Email
 
addAxis(String, PatternExtractor<? super T, P>) - Method in class com.antelmann.math.DefaultDataParser
uses Object.class as the type
addAxis(String, PatternExtractor<? super T, P>, Class<P>) - Method in class com.antelmann.math.DefaultDataParser
 
addBeanProperty(String, Method) - Method in class com.antelmann.sql.BeanMapper
 
addBeanProperty(String, String) - Method in class com.antelmann.sql.BeanMapper
allows to add a column mapping by specifying the property name as a String.
addBinaryElement(String, InputStream) - Method in class com.antelmann.util.XmlHelper
 
addBoundEnvironment(String, String) - Method in class com.antelmann.License
allows to add a condition where this license can only be used if the given environment variable corresponds to the given value.
addBoundProperty(String, String) - Method in class com.antelmann.License
allows to add a condition where this license can only be used in an environment where the given system or settings property corresponds to the given value.
addCalendarModelListener(CalendarModelListener) - Method in class com.antelmann.calendar.AbstractCalendarModel
 
addCalendarModelListener(CalendarModelListener) - Method in interface com.antelmann.calendar.CalendarModel
 
addCategory(String) - Method in class com.antelmann.calendar.CalendarEntry
 
addCD(CDID) - Method in interface com.antelmann.cddb.CDCollection
adds the given cd to the collection and returns true only if the CD was added
addCD(CDID) - Method in class com.antelmann.cddb.SimpleCDCollection
 
addChangeListener(ChangeListener) - Method in class com.antelmann.math.JDataMatrixView
the listener's ChangeEvent will have the changed JDataMatrixView.Cell as the source
addChangeListener(ChangeListener) - Method in class com.antelmann.util.gui.JDateTimeChooser
 
addChoosableFileFilter(FileFilter) - Method in class com.antelmann.util.gui.JFileField
 
addCloseListener(Runnable) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
addCloseListener(Runnable) - Method in interface com.antelmann.ooffice.OfficeDocument
allows to easily register a task that is to be executed when this frame is disposed
addColumn(String, PatternExtractor<? super T, ?>) - Method in class com.antelmann.util.table.PatternTableModel
 
addColumn(String, PatternExtractor<? super T, P>, Class<? super P>) - Method in class com.antelmann.util.table.PatternTableModel
this method is called by all other addColumn.. methods and provides most flexibility as well as best performance depending on the efficient implementation of a given PatternExtractor.
addColumn(String, String) - Method in class com.antelmann.util.table.PatternTableModel
 
addColumn(String, String, Class<R>) - Method in class com.antelmann.util.table.PatternTableModel
allows to easily add a column based on the method name.
addColumn(Class<T>, String, String, boolean) - Method in class com.antelmann.util.table.PatternTableModel
convenience method
addColumn(String, Method) - Method in class com.antelmann.util.table.PatternTableModel
 
addColumn(String, Field) - Method in class com.antelmann.util.table.PatternTableModel
 
addColumn(String, Class<?>) - Method in class com.antelmann.util.table.TableModelCopy
 
addColumnDefault(String, String, String) - Method in class com.antelmann.sql.SQLServerHelper
 
addColumnDefault(String, String, String, String) - Method in class com.antelmann.sql.SQLServerHelper
 
addColumnsForTopic(Object, String...) - Method in class com.antelmann.sql.BaseRowMapper
adds all given columns as applicable for the given topic
addColumnsForTopic(Object, String...) - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
adds all given columns as applicable for the given topic
addConfigListener(DBConfigListener) - Method in class com.antelmann.db.AbstractDatabase
 
addConfigListener(DBConfigListener) - Method in interface com.antelmann.db.Database
 
addContextMenuFactory(Factory<JMenuItem>) - Method in class com.antelmann.image.JImagePanel
allows to register an additional context menu option by providing a factory that can conditionally return a JMenuItem.
addCurrency(Currency, double) - Method in class com.antelmann.math.MoneyConverter
 
addCurrency(Currency, BigDecimal) - Method in class com.antelmann.math.MoneyConverter
returns the previously set exchange rate or null
addData(DataMatrix<?>) - Method in class com.antelmann.math.DataMatrix
adds the data map to this instance (like DataMatrix.add(DataMatrix), only that it is applied to this instance)
addData(T...) - Method in class com.antelmann.math.DataMatrix
 
addData(Enumeration<? extends T>) - Method in class com.antelmann.math.DataMatrix
loads the data by parsing the given Enumeration and extracting the relevant values through the parser
addData(Enumeration<? extends T>, Monitor) - Method in class com.antelmann.math.DataMatrix
min and max from the given Monitor remain untouched; a disabled Monitor will lead to a break
addData(Enumeration<? extends T>) - Method in class com.antelmann.math.TimeDataGrid
loads the data by parsing the given Enumeration and extracting the relevant values through the parser
addData(Enumeration<? extends T>, Monitor) - Method in class com.antelmann.math.TimeDataGrid
min and max from the given Monitor remain untouched; a disabled Monitor will lead to CancellationWarning
addDatabase(Database<?>) - Method in class com.antelmann.db.DatabaseChangeMonitor
starts monitoring the given database; changes of any ongoing transaction may not trigger a notification from this monitor.
addDatabase(Database<?>) - Method in class com.antelmann.sql.SQLEntryClassMapper
 
addDataChangeListener(JHolidayList.DataChangeListener) - Method in class com.antelmann.calendar.JHolidayList
 
addDays(Date, int) - Method in class com.antelmann.calendar.CalendarHelper
 
addDisjunctRights(Object...) - Method in class com.antelmann.db.UserFilter
for a user to pass this filter, only one of the given rights must be accessible
addElement(String, String) - Method in class com.antelmann.util.XmlHelper
adds the generated element (which is also returned) to the given element
addEmailAccount(POP3Account) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
addEmailAccount() - Method in class com.antelmann.net.mail.JEmailAccountTable
 
addEntry(T) - Method in class com.antelmann.math.DataMatrix
 
addExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class com.antelmann.util.ThreadWorker
 
addExcludePattern(String) - Method in class com.antelmann.io.ExtensionFileFilter
adds a pattern to be excluded in a file to be accepted
addFile(String, File) - Method in class com.antelmann.net.CGI.MultipartHandler
 
addFilterStatement(Connection, String, Filter<?>, StringBuilder, ArrayList<Object>) - Method in class com.antelmann.sql.SQLComboFilter
 
addFolder(Folder, boolean) - Method in class com.antelmann.net.mail.IMAPBackup
 
addFolders(ArrayList<Folder>) - Method in class com.antelmann.net.mail.IMAPBackup
 
addFolders(Folder...) - Method in class com.antelmann.net.mail.IMAPBackup
 
addFoldersFor(Folder, ArrayList<Folder>) - Static method in class com.antelmann.net.mail.IMAPAccount
 
addFontSelectionListener(FontSelectionListener) - Method in class com.antelmann.util.gui.JFontChooser
 
addFontSelectionListener(FontSelectionListener) - Method in class com.antelmann.util.gui.JFontFileChooser
 
addFormField(String, String) - Method in class com.antelmann.net.CGI.MultipartHandler
 
addFromDirectory(File) - Method in class com.antelmann.sound.JukeBox
adds all sound files from the given directory tree recursively.
addFromFile(File) - Method in class com.antelmann.sound.JukeBox
adds all entries in the file to the list.
addHandler(InterceptInputStream.Handler) - Method in class com.antelmann.io.InterceptInputStream
 
addHandler(MediaCrawler.Handler) - Method in class com.antelmann.net.MediaCrawler
 
addHandler(String, URLStreamHandler) - Method in class com.antelmann.net.protocol.URLStreamHandlerFactoryImpl
 
addHeader(String, String) - Method in class com.antelmann.net.CGI
allows to add additional header information to the request.
addHeader(String, String) - Method in class com.antelmann.net.mail.Email
sets additional custom header
addHeader(String, String) - Method in class com.antelmann.net.mail.Email.Attachment
sets additional custom header
addHoliday(Holiday) - Method in class com.antelmann.calendar.HolidayCalendar
 
addHoliday() - Method in class com.antelmann.calendar.JHolidayList
trigger adding a holiday to the list
addImageHandler(Handler<BufferedImage, ?>) - Method in class com.antelmann.image.MJPEGHandler
allows to add a handler that is called each time a new image is set
addIncludePattern(String) - Method in class com.antelmann.io.ExtensionFileFilter
adds a pattern to be included in a file to be accepted
addIndex(String, String, boolean, String...) - Method in class com.antelmann.sql.ConnectionHelper
 
addInterval(Date, int) - Method in enum com.antelmann.calendar.TimeInterval
 
addInterval(long, int) - Method in enum com.antelmann.calendar.TimeInterval
 
addInterval(Date, int, Calendar) - Method in enum com.antelmann.calendar.TimeInterval
adds the date interval times the given amount to the given date
addInterval(long, int, Calendar) - Method in enum com.antelmann.calendar.TimeInterval
 
addItem(Object) - Method in class com.antelmann.util.gui.JComboButton
overridden so that adding an item won't trigger the custom ActionListener
addKeyword(String) - Method in class com.antelmann.db.BaseDocument
 
addKeyword(String) - Method in class com.antelmann.image.ImageURLEntry
 
addListener(DatabaseChangeListener) - Method in class com.antelmann.db.DatabaseChangeMonitor
 
addListener(DatabaseChangeListener) - Method in class com.antelmann.db.remote.ChangeNotificationClient
convenience method; delegates to the monitor
addListener(DatabaseChangeListener) - Method in class com.antelmann.db.remote.RemoteDatabaseChangeHandler
 
addListener(Downloader.Listener) - Method in class com.antelmann.net.Downloader
 
addListener(JukeBox.Listener) - Method in class com.antelmann.sound.JukeBox
adds a listener that is notified when a song changes
addListener(SoundPlayer.Listener) - Method in class com.antelmann.sound.SoundPlayer
 
addListener(ConnectionWrapper.Listener) - Method in class com.antelmann.sql.ConnectionWrapper
 
addListener(FormListener) - Method in interface com.antelmann.util.gui.Form
 
addListener(FormListener) - Method in class com.antelmann.util.gui.FormDialog
 
addListener(FormListener) - Method in class com.antelmann.util.gui.FormFrame
 
addListener(FormListener) - Method in class com.antelmann.util.gui.FormInternalFrame
 
addListener(FormListener) - Method in class com.antelmann.util.gui.FormPanel
 
addListener(FontSelectionListener) - Method in class com.antelmann.util.gui.JFontControl
 
addListener(NotificationService.Listener) - Method in class com.antelmann.util.NotificationService
 
addListener(NotificationListener) - Method in class com.antelmann.util.Notifier
 
addListener(RevisionListener) - Method in class com.antelmann.util.revision.DefaultRevisable
 
addListener(RevisionListener) - Method in interface com.antelmann.util.revision.Revisable
 
addListener(ThreadWorker.Listener) - Method in class com.antelmann.util.ThreadPool
 
addListener(ThreadWorker.Listener) - Method in class com.antelmann.util.ThreadWorker
 
addLoginListener(LoginListener) - Method in class com.antelmann.db.AbstractUserLoginStore
 
addLoginListener(LoginListener) - Method in interface com.antelmann.db.UserLoginStore
 
addLoginListener(LoginListener) - Method in class com.antelmann.sql.UserImplStore
 
addMapping(Class<? extends DBEntry>, String) - Method in class com.antelmann.sql.SQLEntryClassMapper
 
addMatch(String, String[]) - Method in class com.antelmann.cddb.FuzzyLookup
adds the given mapping to the table
addMatrix(DataMatrix<? super T>) - Method in class com.antelmann.math.DataMatrix
 
addNew() - Method in class com.antelmann.util.gui.JTagEditor
called by the ActionListener of the button to create a new group
addNewProfiler(Database<?>) - Static method in class com.antelmann.db.DBStoreProfiler
 
addOptionalRights(Object...) - Method in class com.antelmann.db.UserFilter
all of the given rights must be accessible by the user to pass this filter.
addOrderBy(Appendable, String...) - Method in class com.antelmann.sql.ConnectionHelper
the given columns are used to append an 'order by' statement; if a column is preceded by a '-' sign, it will be converted to a descending sorting order Note that the columns must already be 'escaped' if required.
addParameter(String, String) - Method in class com.antelmann.net.mail.Email
sets additional custom parameters (existing parameters are replaced)
addPoint(Date, Object, Number) - Method in class com.antelmann.math.TimeDataGrid
 
addPrimaryIndex(String, String...) - Method in class com.antelmann.sql.ConnectionHelper
 
addProperty(String, String) - Method in class com.antelmann.io.IniFile
 
addProperty() - Method in class com.antelmann.util.gui.JPropertyEditor
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.antelmann.db.PropertyEntryImpl
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.antelmann.db.PropertyEntryImpl
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.antelmann.image.ImageHolder
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.antelmann.io.BinaryData
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.antelmann.math.DataMatrix
allows to be notified when new data is loaded or cleared; the property key on the event is 'data'
addPropertyChangeListener(PropertyChangeListener) - Method in class com.antelmann.math.TimeDataGrid
allows to be notified when new data is loaded or cleared; the property key on the event is 'data'
addPropertyChangeListener(PropertyChangeListener) - Method in class com.antelmann.util.Placeholder
 
addRawData(Number, Object...) - Method in class com.antelmann.math.DataMatrix
allows to directly add a value with a pre-defined data vector
addRawData(List<Object>, Number) - Method in class com.antelmann.math.DataMatrix
allows to directly add a value with a pre-defined data vector; additional matrixes are not effected
addRawData(List<Object>, Number, boolean) - Method in class com.antelmann.math.DataMatrix
allows to directly add a value with a pre-defined data vector; additional matrixes are not effected
addRefreshListener(URLCache.RefreshListener) - Method in class com.antelmann.net.URLCache
 
addRegionTag(SimpleRegionTag) - Method in class com.antelmann.image.ImageURLEntry
 
addRequiredAccessRight(Object) - Method in class com.antelmann.util.gui.MyAbstractAction
returns true only if the given right was actually added; false if the right was already present
addRequiredAccessRights(Object...) - Method in class com.antelmann.util.gui.MyAbstractAction
 
ADDRESS_FLAVOR - Static variable in class com.antelmann.crm.SnailMailAddress
 
Addressable - Interface in com.antelmann.crm
identifies an object that has is addressable through a GlobalAddress instance
AddressableMapper<T extends Addressable & DBEntry> - Class in com.antelmann.crm
handles the address of a given addressable entry
AddressableMapper(BaseRowMapper<T>, PropertyEntryWithAddress) - Constructor for class com.antelmann.crm.AddressableMapper
 
AddressInfo - Interface in com.antelmann.crm
wraps an address into an object that provides additional information about that particular address
AddressInfoImpl - Class in com.antelmann.crm
a default implementation for an AddressInfo
AddressInfoImpl() - Constructor for class com.antelmann.crm.AddressInfoImpl
 
AddressKey - Enum in com.antelmann.crm
defines the keys used to map column names for fields from a GlobalAddress
addressToProperties(GlobalAddress, PropertyEntry) - Method in class com.antelmann.crm.PropertyEntryWithAddress
this transformation is strictly based solely on Strings or Double (not PhoneNumber, URL, or the alike)
addressToProperties(GlobalAddress, Map<String, Object>) - Method in class com.antelmann.crm.PropertyEntryWithAddress
this transformation is strictly based solely on Strings or Double (not PhoneNumber, URL, or the alike); the given map must support mapping to null values
addressToProperties(boolean) - Method in class com.antelmann.crm.PropertyEntryWithAddress
transfers the embedded address into the properties (to be called before this instance is stored back into the database)
addRevisionVeto(RevisionVeto) - Method in class com.antelmann.util.revision.DefaultRevisable
 
addRow(Object...) - Method in class com.antelmann.util.table.TableModelCopy
 
addRowHeightAdjuster(JTable) - Static method in class com.antelmann.util.table.TableUtils
adds a TableModelListener to the table's model, which adjusts row heights when data changes
addSelectedObject(T) - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
addServer(String) - Method in class com.antelmann.calendar.AtomicTime
Deprecated.  
addServer(String) - Method in class com.antelmann.calendar.NTPTime
 
addStore(DBClassStore<?>) - Method in class com.antelmann.sql.SQLEntryClassMapper
 
addStoreListener(DBStoreListener) - Method in class com.antelmann.db.AbstractDatabase
 
addStoreListener(DBStoreListener) - Method in interface com.antelmann.db.Database
 
addStream(String, InputStream) - Method in class com.antelmann.net.CGI.MultipartHandler
 
addSupportedFlavor(DataFlavor) - Method in class com.antelmann.util.DefaultTransferable
 
addSystemErrFile(File, boolean) - Static method in class com.antelmann.Debug
 
addSystemOutFile(File, boolean) - Static method in class com.antelmann.Debug
 
addTableModelListener(TableModelListener) - Method in class com.antelmann.db.StoreUpdateTableModel
 
addTableModelListener(TableModelListener) - Method in class com.antelmann.util.table.RowNumberTableModel
 
addTableModelListener(TableModelListener) - Method in class com.antelmann.util.table.TableModelCopy
empty implementation, as this model is unmodifiable
addTableModelListener(TableModelListener) - Method in class com.antelmann.util.table.TableModelWrapper
 
addTableModelListener(TableModelListener) - Method in class com.antelmann.util.table.TransposedTableModel
 
addTag(String) - Method in class com.antelmann.crm.ContactImpl
 
addThread() - Method in class com.antelmann.util.ThreadPool
adds one ThreadWorker to the pool and returns the current number of threads
addTopicMapping(Object, String) - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
allows to define information for WrappedDBClassStoreMapping.getMappingForTopic(Object)
addToSystemClassLoader(URL) - Static method in class com.antelmann.util.Misc
'hacks' the given URL into the system class loader
addTransactionListener(TransactionListener) - Method in class com.antelmann.db.AbstractDBTransaction
 
addTransactionListener(TransactionListener) - Method in interface com.antelmann.db.DBTransaction
 
addTreeModelListener(TreeModelListener) - Method in class com.antelmann.util.gui.SubTreeModel
 
addType(String...) - Method in class com.antelmann.io.ExtensionFileFilter
allows to add additional file types to be accepted by this filter.
addUser(User) - Method in class com.antelmann.db.DefaultUserLoginStore
adds a user to this store, so that it can be used for login.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.antelmann.db.PropertyEntryImpl
 
addVetoableChangeListener(String, VetoableChangeListener) - Method in class com.antelmann.db.PropertyEntryImpl
 
addVetoableChangeListener(VetoableChangeListener) - Method in class com.antelmann.image.ImageHolder
 
addVetoableChangeListener(VetoableChangeListener) - Method in class com.antelmann.io.BinaryData
 
addVetoableChangeListener(VetoableChangeListener) - Method in class com.antelmann.util.Placeholder
note that the given listener is only applied if Placeholder.setRelevantValue(Object) is called while Placeholder.setValue(Object) merely fires a PropertyChangeEvent.
addWhereClause(Appendable, List<Object>, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
calls addWhereClause(sql, parameters, restrictions, true)
addWhereClause(Appendable, List<Object>, Map<String, ?>, boolean) - Method in class com.antelmann.sql.ConnectionHelper
takes a given query, a given list of parameters (for binding the query to a PreparedStatement), a map of restrictions and processes the map so that it will be put into the query and the parameters.
addWhereClause(Appendable, List<Object>, String[], String...) - Method in class com.antelmann.sql.ConnectionHelper
constructs a where-clause for a larger SQL-statement that searches for the given pattern in the given text columns
addWhereClause(Connection, String, StringBuilder, ArrayList<Object>) - Method in class com.antelmann.sql.SQLComboFilter
 
addWhereClauseOnSearchPattern(String[], Appendable, List<Object>, String) - Method in class com.antelmann.sql.ConnectionHelper
allows to add full text search in all columns to an existing query; every pattern must be found in some column
addWhereClauseOnSearchPattern(String[], Appendable, List<Object>, Map<String, Integer>, String...) - Method in class com.antelmann.sql.ConnectionHelper
allows to add full text search in all columns to an existing query; every pattern must be found in some column
addWriter(LogWriter) - Method in class com.antelmann.util.logging.Logger
adds the given handler to the list of handlers this Logger writes to
addWritersFromLogger(Logger) - Method in class com.antelmann.util.logging.Logger
adds all LogWriter handler from the given logger
adjust(Date, int) - Method in enum com.antelmann.calendar.TimeInterval
returns a date that is adjusted to the given amount by this interval.
adjustColumnWidths(JTable) - Static method in class com.antelmann.util.table.TableUtils
adjust the widths of the columns so that all content fits into the cell properly
adjustColumnWidths(int, JTable, int...) - Static method in class com.antelmann.util.table.TableUtils
adjust the widths of the columns so that the header and the given number of rows fit into the cell.
adjustDelta() - Method in class com.antelmann.calendar.AbstractTimeSystem
adjusts the delta value used for getTime() through using the server time
adjustDelta() - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated. adjusts the delta value used for getTime() through using the server time
adjustedTimeMills() - Method in class com.antelmann.calendar.AbstractTimeSystem
 
adjustForColumn(Object, String, MappingInfo) - Method in class com.antelmann.sql.SQLServerHelper
 
adjustForColumn(Object, int, int) - Method in class com.antelmann.sql.SQLServerHelper
 
adjustForColumn(Number, int, int) - Method in class com.antelmann.sql.SQLServerHelper
 
adjustRowHeights(JTable) - Static method in class com.antelmann.util.table.TableUtils
adjusts the height of every row for the entire table.
adjustRowHeights(JTable, int, int) - Static method in class com.antelmann.util.table.TableUtils
adjusts the height of the given rows based on the maximum preferred height of each renderer for any given row.
adjustToBegin(long) - Method in enum com.antelmann.calendar.TimeInterval
 
adjustToBegin(Date) - Method in enum com.antelmann.calendar.TimeInterval
 
adjustToBegin(Date, Calendar) - Method in enum com.antelmann.calendar.TimeInterval
adjusts the date in a way that it always represents the begin time of the interval.
adjustToBegin(long, Calendar) - Method in enum com.antelmann.calendar.TimeInterval
 
adjustToEnd(long) - Method in enum com.antelmann.calendar.TimeInterval
 
adjustToEnd(Date) - Method in enum com.antelmann.calendar.TimeInterval
 
adjustToEnd(Date, Calendar) - Method in enum com.antelmann.calendar.TimeInterval
 
adjustToEnd(long, Calendar) - Method in enum com.antelmann.calendar.TimeInterval
 
after(TimeInDay) - Method in class com.antelmann.calendar.TimeInDay
 
after(Date) - Method in class com.antelmann.calendar.TimeInDay
 
age(Date) - Method in class com.antelmann.calendar.CalendarHelper
 
aggregate(String...) - Method in class com.antelmann.math.DataMatrix
 
aggregate(int...) - Method in class com.antelmann.math.DataMatrix
allows to reduce the vector to a dimension defined by the given axises
aggregate(Map<T, DataPoint>, PatternExtractor<? super T, ? extends P>) - Static method in class com.antelmann.math.DataPoint
 
aggregate(Map<T, Money>, PatternExtractor<T, P>) - Static method in class com.antelmann.math.Money
utility function
aggregate(Map<T, Money>, PatternExtractor<T, P>) - Method in class com.antelmann.math.MoneyConverter
all Money is converted into the base currency
aggregateBigDecimal(Map<T, BigDecimal>, PatternExtractor<? super T, P>) - Static method in class com.antelmann.util.Sets
 
aggregatedDataMap(int...) - Method in class com.antelmann.math.DataMatrix
calculates a new data map based on the given reduced vector
aggregatedDoubleValues(Map<T, N>, int, T, Comparator<Map.Entry<T, N>>) - Static method in class com.antelmann.util.Sets
 
aggregateDouble(Map<T, ? extends Number>, PatternExtractor<? super T, P>) - Static method in class com.antelmann.util.Sets
 
aggregateTopAxisValues(String, Object, int, DataPoint.ValueType) - Method in class com.antelmann.math.DataMatrix
 
aggregateTopAxisValues(int, Object, int, DataPoint.ValueType) - Method in class com.antelmann.math.DataMatrix
allows to aggregate the vector towards a given number of entries along a given axis
aggregateTopMaps(int, DataPoint.ValueType, Object) - Method in class com.antelmann.math.TimeDataGrid
 
aggregateToTimePeriod(Map<Date, ? extends Number>, TimeInterval) - Static method in class com.antelmann.math.TimeDataGraphics
Deprecated. see TimeDataGraphics.aggregateToTimePeriod(Map, TimeInterval, com.antelmann.math.DataPoint.ValueType)
aggregateToTimePeriod(Map<Date, DataPoint>, TimeInterval, DataPoint.ValueType) - Static method in class com.antelmann.math.TimeDataGraphics
 
AlarmClockFrame - Class in com.antelmann.util.gui
A little GUI app with a JWatchLabel that can be run, halted and set.
AlarmClockFrame() - Constructor for class com.antelmann.util.gui.AlarmClockFrame
 
Alert - Class in com.antelmann.calendar
 
Alert(CalendarEntry, String, Date) - Constructor for class com.antelmann.calendar.Alert
 
ALERT - Static variable in class com.antelmann.util.logging.Level
 
alertAcknowledged(Alert) - Method in interface com.antelmann.calendar.AlertHandler
called when a user acknowledges the alert
alertAcknowledged(Alert) - Method in class com.antelmann.calendar.AlertTimer
 
AlertHandler - Interface in com.antelmann.calendar
 
AlertTimer - Class in com.antelmann.calendar
AlertTimer is a singleton
alignParagraph(ParagraphAlignment) - Method in class com.antelmann.ooffice.OOWriter
uses the view cursor
alignParagraph(XTextRange, ParagraphAlignment) - Method in class com.antelmann.ooffice.OOWriter
 
ALL - Static variable in class com.antelmann.ooffice.OfficeUtils
search flag option
allEditableFrom(Class<T>) - Static method in class com.antelmann.util.table.MethodTableModel
 
allFrom(Class<?>) - Static method in class com.antelmann.util.table.MethodTableModel
 
ALLOW_ASSEMBLY - Static variable in class com.antelmann.util.PDFUtils
 
ALLOW_COPY - Static variable in class com.antelmann.util.PDFUtils
 
ALLOW_DEGRADED_PRINTING - Static variable in class com.antelmann.util.PDFUtils
 
ALLOW_FILL_IN - Static variable in class com.antelmann.util.PDFUtils
 
ALLOW_MODIFY_ANNOTATIONS - Static variable in class com.antelmann.util.PDFUtils
 
ALLOW_MODIFY_CONTENTS - Static variable in class com.antelmann.util.PDFUtils
 
ALLOW_PRINTING - Static variable in class com.antelmann.util.PDFUtils
 
ALLOW_SCREENREADERS - Static variable in class com.antelmann.util.PDFUtils
 
allowsNull() - Method in class com.antelmann.util.AbstractIterator
if false (the default), next() never returns null (as null marks the end of the iteration).
altitudeColumn - Variable in class com.antelmann.image.ImageURLEntryMapper
number field; null by default
AncestorAdapter - Class in com.antelmann.util.gui
an abstract adapter for an AncestorListener as a convenience
AncestorAdapter() - Constructor for class com.antelmann.util.gui.AncestorAdapter
 
ancestorAdded(AncestorEvent) - Method in class com.antelmann.util.gui.AncestorAdapter
 
ancestorMoved(AncestorEvent) - Method in class com.antelmann.util.gui.AncestorAdapter
 
ancestorRemoved(AncestorEvent) - Method in class com.antelmann.util.gui.AncestorAdapter
 
AnchorType - Enum in com.antelmann.ooffice
specifies the anchor type for inserted objects like images
AntBuildLicenseFile - Class in com.antelmann
creates a signed license file for an ant Task.
AntBuildLicenseFile() - Constructor for class com.antelmann.AntBuildLicenseFile
 
AntBuildTask - Class in com.antelmann
AntBuildTask does some custom stuff for the release build with Ant.
AntBuildTask() - Constructor for class com.antelmann.AntBuildTask
 
append(char) - Method in class com.antelmann.io.DoublePrintStream
 
append(File) - Method in class com.antelmann.io.MyFile
appends the content of the given file to this file
append(CharSequence) - Method in class com.antelmann.io.MyFile
 
append(CharSequence, int, int) - Method in class com.antelmann.io.MyFile
 
append(char) - Method in class com.antelmann.io.MyFile
 
append(CharSequence) - Method in class com.antelmann.ooffice.OOWriter
 
append(CharSequence, int, int) - Method in class com.antelmann.ooffice.OOWriter
 
append(char) - Method in class com.antelmann.ooffice.OOWriter
 
append(XMLSerializable) - Method in class com.antelmann.util.XmlHelper
 
append(XMLSerializable, DocumentBuilder) - Method in class com.antelmann.util.XmlHelper
 
append(Element, XMLSerializable) - Method in class com.antelmann.util.XmlHelper
 
append(Element, XMLSerializable, DocumentBuilder) - Static method in class com.antelmann.util.XmlHelper
 
AppendableLogWriter - Class in com.antelmann.util.logging
writes to a given Appendable (PrintStream, StringBuffer, etc) using a String
AppendableLogWriter(Appendable) - Constructor for class com.antelmann.util.logging.AppendableLogWriter
 
AppendableLogWriter(Appendable, LogEntryFormatter<String>) - Constructor for class com.antelmann.util.logging.AppendableLogWriter
 
appendMessages(Message[]) - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
appendRows(String, int) - Method in class com.antelmann.ooffice.OOTableWriter
returns the number of rows in the given table including the appended rows
appliesTo(Date) - Method in enum com.antelmann.calendar.WeekDay
 
APPLY - Static variable in class com.antelmann.util.gui.FormDialog
indicates that the APPLY-button has been pressed
apply(JTextComponent...) - Static method in class com.antelmann.util.gui.SelectAllOnFocusGain
convenience method
applyAction() - Method in class com.antelmann.util.gui.FormDialog
programmatically presses the apply button action on this dialog.
applyFilter(JTextComponent, Filter<String>) - Static method in class com.antelmann.util.gui.DocumentTextFilter
 
applyFormat(OOCalc, Object, int) - Static method in enum com.antelmann.ooffice.Cell.Format
 
applyFormToEntry() - Method in class com.antelmann.util.gui.JMethodTableModelComponent
applies the current values of the components to the entry
applyFormToEntry() - Method in class com.antelmann.util.gui.JPropertyEntryComponent
sets all properties from this form based on the values provided by JPropertyEntryComponent.getValue(JComponent)
applyFromMapping(MappingInfo, Object...) - Method in class com.antelmann.sql.BaseRowMapper
applies the info from the given mapping to this mapping (excluding table, id, display and query properties).
applyLimit(JTextComponent, int) - Static method in class com.antelmann.util.gui.DocumentSizeFilter
 
applyStyle(JTable) - Method in class com.antelmann.db.DBStoreProfiler.ProfileModel
 
applyStyle(JTable) - Method in class com.antelmann.math.DataMap.SnapshotModel
 
applyStyle(Component) - Method in interface com.antelmann.util.table.StyledCellRenderer.Styler
 
applyStyle(JTable) - Method in interface com.antelmann.util.table.TableCustomizer
 
applyStyle(JTable) - Method in class com.antelmann.util.table.TableModelWrapper
 
applyStyleFor(JTable) - Static method in class com.antelmann.util.table.TableModelWrapper
 
applyTo(OOCalc, Object) - Method in enum com.antelmann.ooffice.Cell.Format
 
applyTo(OOCalc, Object, Locale) - Method in enum com.antelmann.ooffice.Cell.Format
works for XCell or XCellRange objects
applyTo(Object) - Method in enum com.antelmann.ooffice.CharacterFormat
 
applyTo(Object) - Method in enum com.antelmann.ooffice.ParagraphAlignment
 
applyTo(Object) - Method in enum com.antelmann.ooffice.Underline
 
applyUser(ServletRequest, User) - Method in class com.antelmann.servlet.UserAuthenticationFilter
 
applyValueToForm(Object, JComponent) - Method in class com.antelmann.util.gui.JPropertyEntryComponent
applies the given value to the given component.
AQUA - Static variable in class com.antelmann.util.gui.CustomTheme
 
aquireDelta() - Method in class com.antelmann.calendar.AbstractTimeSystem
returns the current difference between system time and the time of this implementation in milliseconds.
aquireDelta() - Method in class com.antelmann.calendar.NTPClient
 
ArchiveDBClassStore<T extends DBEntry> - Class in com.antelmann.db
allows to add an archive store to any given store, which enables to extend the data set.
ArchiveDBClassStore(DBClassStore<T>, DBClassStore<T>, boolean) - Constructor for class com.antelmann.db.ArchiveDBClassStore
 
ArchivedStore<T> - Interface in com.antelmann.db
allows to control the archive option of a supporting DBClassStore
AREA - Static variable in class com.antelmann.opengeodb.GeoTypeName
FLOAT value
AreaUnit - Class in com.antelmann.math
area unit
AreaUnit(LengthUnit) - Constructor for class com.antelmann.math.AreaUnit
 
ArgumentParser - Class in com.antelmann.cddb
ArgumentParser is a helper class that parses arguments in results according to CDDB Protocol level 2.
ArgumentParser(String) - Constructor for class com.antelmann.cddb.ArgumentParser
 
ArgumentParser(String, String) - Constructor for class com.antelmann.cddb.ArgumentParser
 
ArgumentParser(String, int) - Constructor for class com.antelmann.cddb.ArgumentParser
 
Artist - Class in com.antelmann.cddb
Artist is an individual contributor to a composition and offers additional attributes applicable to a person.
Artist(String) - Constructor for class com.antelmann.cddb.Artist
 
Artist(String, String) - Constructor for class com.antelmann.cddb.Artist
 
Artist(String, String, Artist.Gender) - Constructor for class com.antelmann.cddb.Artist
 
ARTIST - Static variable in class com.antelmann.cddb.Role
 
Artist.Gender - Enum in com.antelmann.cddb
 
asAppendable(JTextArea) - Static method in class com.antelmann.util.gui.Menus
 
asBigDecimal(Number, Number) - Method in enum com.antelmann.math.MathOperator
calls MathOperator.asBigDecimal(Number, Number, int) with BigDecimal.ROUND_HALF_UP
asBigDecimal(Number, Number, int) - Method in enum com.antelmann.math.MathOperator
 
asDouble(Number, Number) - Method in enum com.antelmann.math.MathOperator
 
asDouble(double, double) - Method in enum com.antelmann.math.MathOperator
 
asFileFilter(Filter<? super File>) - Static method in class com.antelmann.io.MyFile
 
asFilter(FileFilter) - Static method in class com.antelmann.io.MyFile
 
asFloat(Number, Number) - Method in enum com.antelmann.math.MathOperator
 
asFloat(float, float) - Method in enum com.antelmann.math.MathOperator
 
asFormattedString(long, boolean) - Static method in class com.antelmann.math.MyMath
source taken from the Internet; use it w/ si=true for file sizes
asHexString(Color) - Static method in class com.antelmann.image.ImageUtils
 
asInputStream(Reader, String) - Static method in class com.antelmann.io.Data
since the entire stream is read into memory, this is only suitable for small streams
asInt(Number, Number) - Method in enum com.antelmann.math.MathOperator
 
asInt(int, int) - Method in enum com.antelmann.math.MathOperator
 
asIterable(Iterator<T>) - Static method in class com.antelmann.util.AbstractIterator
 
asLineIterable() - Method in class com.antelmann.io.MyFile
 
asList(Collection<T>) - Static method in class com.antelmann.util.Sets
convenience method to display a collection in a JList for example
asListRetriever(ValueRetriever<T>, String) - Static method in class com.antelmann.util.Misc
 
asLong(Number, Number) - Method in enum com.antelmann.math.MathOperator
 
asLong(long, long) - Method in enum com.antelmann.math.MathOperator
 
asNumber(Number, Number) - Method in enum com.antelmann.math.MathOperator
 
asPercent(double) - Static method in class com.antelmann.util.Strings
 
asProperties() - Method in class com.antelmann.db.PropertyEntryImpl
 
asProperties(XPropertySet) - Static method in class com.antelmann.ooffice.OfficeUtils
 
asProperties(ResourceBundle) - Static method in class com.antelmann.util.Misc
 
asRange(LifeCycleObject) - Method in class com.antelmann.util.Range
 
asRunnable(Task<?>) - Static method in class com.antelmann.util.Misc
 
asRunnable(Task<?>) - Static method in class com.antelmann.util.ThreadWorker
 
asSingleLine(String, String) - Static method in class com.antelmann.util.Strings
 
asStub() - Method in class com.antelmann.db.EntryHeader
 
asStub(T) - Static method in class com.antelmann.db.Stub
 
asStubFilter() - Method in class com.antelmann.sql.SQLComboFilter
 
asTableModel(String, int, int, DataPoint.ValueType) - Method in class com.antelmann.math.DataMatrix
 
asTableModel(String, DataPoint.ValueType) - Method in class com.antelmann.math.TimeDataGrid
generates a TableModel based on the data of this grid; if new data is loaded or the grid is cleared, the model will fire a table structure changed event to its listeners.
asTableModel(String, DataPoint.ValueType, int, String) - Method in class com.antelmann.math.TimeDataGrid
generates a TableModel that is based on an aggregated data structure from this grid; otherwise it works just as the non-aggregated TableModel
asTableModel(int, String, boolean, boolean) - Method in class com.antelmann.ooffice.OOCalc
 
asTableModel(String, String, boolean, boolean) - Method in class com.antelmann.ooffice.OOCalc
 
asTableModel(int, XCellRange, boolean, boolean) - Method in class com.antelmann.ooffice.OOCalc
 
asTableModel(String, XCellRange, boolean, boolean) - Method in class com.antelmann.ooffice.OOCalc
 
asTableModel(int, int, int, int, int, boolean, boolean) - Method in class com.antelmann.ooffice.OOCalc
 
asTableModel(String, int, int, int, int, boolean, boolean) - Method in class com.antelmann.ooffice.OOCalc
provides a modifiable view of the sheet data as a TableModel; the model is directly backed by the sheet data
asTableModel(String, boolean) - Method in class com.antelmann.ooffice.OOTableWriter
 
asTask(Runnable) - Static method in class com.antelmann.util.Misc
 
asUnit(Currency) - Static method in class com.antelmann.math.CurrencyUnit
preferred method to obtain a CurrencyUnit instance, as it provides the same object for a currency
AsynchLogWriter - Class in com.antelmann.util.logging
allows to operate any LogWriter asynchronously.
AsynchLogWriter(LogWriter, Executor) - Constructor for class com.antelmann.util.logging.AsynchLogWriter
 
AtomicTime - Class in com.antelmann.calendar
Deprecated. use NTPTime instead
AtomicTime() - Constructor for class com.antelmann.calendar.AtomicTime
Deprecated. immediately activates the instance and schedules updates in the interval given.
AtomicTime(boolean) - Constructor for class com.antelmann.calendar.AtomicTime
Deprecated. Interval is 24h.
AtomicTime(boolean, long) - Constructor for class com.antelmann.calendar.AtomicTime
Deprecated. immediately activates the instance and schedules updates in the interval given.
AtomicTime(boolean, long, Logger) - Constructor for class com.antelmann.calendar.AtomicTime
Deprecated.  
audioStream - Variable in class com.antelmann.sound.SoundPlayer
 
authenticate(ServletRequest, UserLoginStore, Filter<? super User>) - Static method in class com.antelmann.servlet.ServletUtils
implements authentication via BasicAuth
authenticate(HttpServletRequest, Iterable<User>, Filter<? super User>) - Static method in class com.antelmann.servlet.ServletUtils
returns true only if any of the given users match the authorization scheme from the given request
authentication - Variable in class com.antelmann.net.mail.POP3Account.Config
 
autoReset - Variable in class com.antelmann.net.SocketConnection
 
available() - Method in class com.antelmann.util.IteratorQueue
a non-blocking call to see how many elements are currently available in this queue
availableStoresChanged(Database<?>) - Method in interface com.antelmann.db.DBConfigListener
called when the availability of class store changes
availableStoresChanged(Database<?>) - Method in class com.antelmann.sql.SQLEntryClassMapper
clears the existing mapping first and then adds the database
average(double...) - Static method in class com.antelmann.math.MyMath
returns mean(population)

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