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

E

ecm - Variable in class com.antelmann.servlet.DBEntryServlet
per default initialized to EntryClassMapper.STRING_MAPPER
EDIT_PROPERTY_KEY - Static variable in interface com.antelmann.util.gui.Form
form components are to use this key when firing PropertyChangeEvents indicating that the form is altered; this way, the Form can listen to changes of the component that are to mark the Form 'dirty'
editableColumns - Variable in class com.antelmann.db.PropertyEntryTableModel
 
EditableComponent - Interface in com.antelmann.util.gui
a component that supports user edits that can be disabled.
editCellValue(JDataMatrixView.Cell) - Method in class com.antelmann.math.JDataMatrixView
 
editColumnAsPercent(JTable, int) - Static method in class com.antelmann.util.table.TableUtils
sets appropriate editor and renderer for the given column, so that it can be displayed/edited as a percent value in a consistent way
editColumnAsPercent(JTable, int, Locale) - Static method in class com.antelmann.util.table.TableUtils
sets appropriate editor and renderer for the given column, so that it can be displayed/edited as a percent value in a consistent way
editSelectedEmailAccount() - Method in class com.antelmann.net.mail.JEmailAccountTable
 
editValue - Variable in class com.antelmann.math.JDataMatrixView.Cell
 
eject() - Method in class com.antelmann.cddb.CDDrive
 
eject() - Method in class com.antelmann.cddb.CDDriveSample
 
eject() - Method in class com.antelmann.cddb.CDDriveWin
method not implemented (throws UnsupportedOperationException)
elapsed() - Method in class com.antelmann.calendar.Stopwatch
returns the elapsed time in milliseconds
elapsedAsString() - Method in class com.antelmann.calendar.Stopwatch
returns a string representing the elapsed time with - if applicable - days, hours, minutes and seconds (down to the milliseconds).
elapsedAsStringShort() - Method in class com.antelmann.calendar.Stopwatch
returns a short string representing the elapsed time with - if applicable - days, hours, minutes and seconds (down to the milliseconds).
elapsedTime() - Method in class com.antelmann.util.logging.LogFile
returns the elapsed time since LogFile initialization or since the last call to resetTime().
Email - Class in com.antelmann.net.mail
Email represents an e-mail that could be sent through SMTP or received through POP3.
Email(Email) - Constructor for class com.antelmann.net.mail.Email
constructs an Email object based on the parameters of the given one
Email() - Constructor for class com.antelmann.net.mail.Email
 
Email(Message) - Constructor for class com.antelmann.net.mail.Email
 
Email.Attachment - Class in com.antelmann.net.mail
Attachment represents an attachment to an email.
Email.Attachment(Email.Attachment) - Constructor for class com.antelmann.net.mail.Email.Attachment
 
Email.Attachment(String, byte[], String) - Constructor for class com.antelmann.net.mail.Email.Attachment
 
Email.Header - Class in com.antelmann.net.mail
A single Email may have several Header entries with the same name.
Email.Header(String, String) - Constructor for class com.antelmann.net.mail.Email.Header
name must not be null
EmailAccountTableModel - Class in com.antelmann.net.mail
provides a GUI model to handle EmailAccount objects.
EmailAccountTableModel() - Constructor for class com.antelmann.net.mail.EmailAccountTableModel
 
EmailClientFrame - Class in com.antelmann.net.mail
EmailClientFrame is a GUI that provides some simple email client functionality.
EmailClientFrame() - Constructor for class com.antelmann.net.mail.EmailClientFrame
convenience constructor w/o providing custom settings
EmailClientFrame(File) - Constructor for class com.antelmann.net.mail.EmailClientFrame
 
EmailClientFrame(Properties) - Constructor for class com.antelmann.net.mail.EmailClientFrame
initializes the JEmailClient with the given properties.
EmailClientFrame(POP3Account) - Constructor for class com.antelmann.net.mail.EmailClientFrame
 
emailColumn - Variable in class com.antelmann.sql.UserImplMapper
the column containing the email of the user
EmailConverter - Class in com.antelmann.net.mail
allows to transform Email instances into Message instances and vice versa
EmailConverter() - Constructor for class com.antelmann.net.mail.EmailConverter
 
EmailConverter(Session) - Constructor for class com.antelmann.net.mail.EmailConverter
 
EmailConverter(POP3Account) - Constructor for class com.antelmann.net.mail.EmailConverter
 
EmailCustomizer - Interface in com.antelmann.net.mail
This interface is used as a callback object to further individualize the body of an email while sending it to varius addresses.
EmailTableModel - Class in com.antelmann.net.mail
read-only model based on the values of the methods getFrom(), getSubject(), getSentDate() and getSize().
EmailTableModel() - Constructor for class com.antelmann.net.mail.EmailTableModel
 
EmailTableModel(Collection<? extends Email>) - Constructor for class com.antelmann.net.mail.EmailTableModel
 
EmailWatcherFrame - Class in com.antelmann.net.mail
JEmailWatcher is a GUI that lets the user regularly monitor and log access to a list of email accounts.
EmailWatcherFrame(File) - Constructor for class com.antelmann.net.mail.EmailWatcherFrame
 
EmailWatcherFrame(Properties) - Constructor for class com.antelmann.net.mail.EmailWatcherFrame
the object is initialized with the given properties.
EmailWriter - Class in com.antelmann.util.logging
uses email to send each LogEntry object over the Internet.
EmailWriter(POP3Account, String) - Constructor for class com.antelmann.util.logging.EmailWriter
 
EmailWriter(POP3Account, String, String) - Constructor for class com.antelmann.util.logging.EmailWriter
 
EMERALD - Static variable in class com.antelmann.util.gui.CustomTheme
 
EMPTY_REF - Static variable in class com.antelmann.db.DefaultDBReference
provides an empty DBReference (i.e. its id, class and string are null)
emptyDBEnumeration() - Static method in class com.antelmann.db.AbstractDBEnumeration
 
emptyEnumeration() - Static method in class com.antelmann.util.AbstractIterator
 
emptyInbox() - Method in class com.antelmann.net.mail.POP3Account
returns the number of messages deleted from the POP3 inbox
emptyIterable() - Static method in class com.antelmann.util.AbstractIterator
 
emptyIterator() - Static method in class com.antelmann.util.AbstractIterator
 
emptyStringsToNull(Map<String, Object>) - Method in class com.antelmann.sql.BaseRowMapper
convenience method; replaces all empty String values with null
enable() - Method in class com.antelmann.util.Monitor
enable() sets the Monitor to be enabled() and also interrupts threads scheduled through disableLater()
enableActionOnKey(JComponent, KeyStroke, ActionListener, Object) - Static method in class com.antelmann.util.gui.Menus
 
enableCopyPasteKeys(JComponent...) - Static method in class com.antelmann.util.gui.Menus
enables Ctrl-X, Ctrl-C, Ctrl-V for the given component
enableCopyPasteMenu(JTextComponent...) - Static method in class com.antelmann.util.gui.Menus
 
enabled - Static variable in class com.antelmann.Debug
false by default
enabled - Static variable in class com.antelmann.sql.MySqlQueryToViewMapper
 
Enabled - Interface in com.antelmann.util
specifies methods that allow to determine and alter the status of an object in regards to it being enabled or not
enabled() - Method in class com.antelmann.util.Monitor
 
enabled() - Method in class com.antelmann.util.MonitorDelegate
 
enabledColumn - Variable in class com.antelmann.sql.UserImplMapper
the column that holds the boolean value for enabling a user
enableEditAction(JTable, ActionListener, String) - Static method in class com.antelmann.util.table.TableUtils
sets the given ActionListener to be activated upon either double-mouse-click or pressing enter when a table row is selected
enableEscapeForCancel() - Method in class com.antelmann.util.gui.FormDialog
 
enableMouseContextMenu(Component, JPopupMenu) - Static method in class com.antelmann.util.gui.Menus
adds a MouseListener to the given Component that activates the given menu upon right-mouse-click
enableMouseContextMenu(Component, ValueRetriever<JPopupMenu>) - Static method in class com.antelmann.util.gui.Menus
useful if the menu is really to be created at the time of invocation
enableToolTip(JComboBox) - Static method in class com.antelmann.util.gui.ToolTipListRenderer
 
enableToolTip(JComboBox, Format) - Static method in class com.antelmann.util.gui.ToolTipListRenderer
 
enableToolTip(JComboBox, PatternExtractor<Object, String>) - Static method in class com.antelmann.util.gui.ToolTipListRenderer
 
enableToolTips(JTable) - Static method in class com.antelmann.util.table.TableUtils
wraps any given TableCellRenderer with a ToolTipRenderer in all columns
enableToolTipsForHeader(JTable) - Static method in class com.antelmann.util.table.TableUtils
sets the column name as the tool tip for all column headers
enableUndo(JTextComponent) - Static method in class com.antelmann.util.gui.Menus
enables undo with 'Ctrl-z' and redo with 'Ctrl-y'
enableUpdateOnFinishTransaction(ValueSetter<Long>) - Method in class com.antelmann.db.TransactionalNumberGenerator
calling this method will add a TransactionListener to the database that will call the given setter with the current count if this instance is 'dirty' upon finishTransaction.
encode(Object) - Method in class com.antelmann.net.CGI
 
encode(InputStream, OutputStream) - Method in class com.antelmann.util.CipherKey
 
encode(byte[]) - Method in class com.antelmann.util.CipherKey
 
encode(String) - Method in class com.antelmann.util.CipherKey
convenience method; returns a base64 string derived from UTF8 encoded bytes
encode(InputStream, OutputStream) - Method in class com.antelmann.util.SimpleKey
 
encode(byte[]) - Method in class com.antelmann.util.SimpleKey
 
encode(InputStream, OutputStream) - Method in interface com.antelmann.util.SynchronousKey
encodes the given InputStream into the given OutputStream
encode64(String) - Static method in class com.antelmann.util.Strings
encodes the given String using Base64 with default encoding
encodeAsURLParameter(String[][]) - Method in class com.antelmann.net.CGI
 
encodeAsURLParameter(Map<?, ?>) - Method in class com.antelmann.net.CGI
 
encodeBase64(InputStream, OutputStream) - Static method in class com.antelmann.io.Data
 
encodeBase64(byte[]) - Static method in class com.antelmann.io.Data
 
Encoded - Class in com.antelmann.util
Encoded encapsulates a serializable object in an encrypted format that requires the same synchronous key for both, encoding and decoding.
Encoded(Object, SynchronousKey) - Constructor for class com.antelmann.util.Encoded
stores the encryped bytes of the given objects (using the key) and the signature of the given key (not the key itself)
encodeURL(String) - Static method in class com.antelmann.util.Strings
uses URLEncoder using UTF8
encodeURL(String, String) - Static method in class com.antelmann.util.Strings
 
encodeXML(String) - Static method in class com.antelmann.util.Strings
encodes a text string to use as text in an HTML or XML document using the translateArray
encrypt(char[]) - Method in class com.antelmann.io.MyFile
uses a CipherKey
encryptPDF(InputStream, OutputStream, String, String, int) - Static method in class com.antelmann.util.PDFUtils
allows to encrypt a PDF-input with a password and write the protected result into the PDF-output
END - Static variable in class com.antelmann.util.logging.Level
 
END_OF_SONG - Static variable in interface com.antelmann.sound.JukeBox.Listener
indicates that the current song just ended
endAfterCurrent() - Method in class com.antelmann.util.ThreadWorker
ends the thread after the current task ended; the effect is irreversible
endAfterLast() - Method in class com.antelmann.util.ThreadWorker
ends the thread after the last queued task ended; the effect is irreversible
endColumn - Variable in class com.antelmann.sql.BaseDocumentMapper
 
endDateField - Variable in class com.antelmann.calendar.SQLCalendarDB
 
endLogging() - Method in class com.antelmann.util.logging.MemoryLogger
causes the run() method to end
endTime - Variable in class com.antelmann.calendar.JDayGrid
time in millis from day start
ensureActive(DBTransaction) - Static method in class com.antelmann.db.DBUtils
ensures that the current thread holds a lock on the given transaction and that this transaction is also active
ensureExtension(String) - Method in class com.antelmann.io.MyFile
returns a file that has the given (lower case) file extension based on this file.
ensureLoaded() - Method in class com.antelmann.net.web.YouTubeVideo
 
ensureReferenceString(Database<?>, DBReference) - Static method in class com.antelmann.db.DBUtils
 
ensureReferenceString(Database<?>) - Method in class com.antelmann.db.DefaultDBReference
 
ensureReferenceString(DBReference, Database<?>) - Static method in class com.antelmann.db.DefaultDBReference
 
ensureReferenceString(Database<?>) - Method in class com.antelmann.db.Stub
 
ensureReferenceString(DBClassStore<T>) - Method in class com.antelmann.db.Stub
 
ensureSnailMail() - Method in class com.antelmann.crm.GlobalAddress
ensures that a SnailMailAddress exists.
ensureTransactionsOnFetch - Variable in class com.antelmann.sql.JDBCRowStore
when set to true, the fetch-methods ensure a synchronized transactional context; false is the default
enterMessage(Component, String) - Static method in class com.antelmann.util.gui.FormHelper
opens a dialog allowing to enter a multi-line message
enterMessage(Component, String, boolean) - Static method in class com.antelmann.util.gui.FormHelper
opens a dialog allowing to enter a multi-line message
enterMessage(Component, String, int, int) - Static method in class com.antelmann.util.gui.FormHelper
opens a dialog allowing to enter a multi-line message
enterMessage(Component, String, int, int, boolean, int) - Static method in class com.antelmann.util.gui.FormHelper
opens a dialog allowing to enter a multi-line message
enterMessage(Component, String, int, int, boolean, int, Filter<String>, String) - Static method in class com.antelmann.util.gui.FormHelper
opens a dialog allowing to enter a multi-line message
enterNumber(Component, String, Object) - Static method in class com.antelmann.util.gui.FormHelper
 
enterNumber(Component, String, Object, NumberFormat, Filter<? super Number>, Object) - Static method in class com.antelmann.util.gui.FormHelper
 
enterPassword(Component) - Static method in class com.antelmann.util.gui.FormHelper
returns null on cancel
enterPassword(Component, String, Object, char[]) - Static method in class com.antelmann.util.gui.FormHelper
returns null on cancel
enterPassword(Component, String, Object, char[], ImageIcon) - Static method in class com.antelmann.util.gui.FormHelper
returns null on cancel; tries to set caps lock to false to avoid common mistakes
enterString(Component, String, Object, Filter<String>, Object) - Static method in class com.antelmann.util.gui.FormHelper
 
entry - Variable in class com.antelmann.util.gui.JPropertyEntryComponent
 
ENTRY_FLAVOR - Static variable in interface com.antelmann.db.DBEntry
allows to transfer a DBEntry instance
ENTRY_LIST_FLAVOR - Static variable in interface com.antelmann.db.DBEntry
allows to transfer an array of DBEntry objects
EntryAnalyzer<T extends DBEntry> - Class in com.antelmann.db
provides a convenient base and several methods to easily analyze aggregated DBEntry data; the underlying data can additionally be provided as a DBClassStore.
EntryAnalyzer() - Constructor for class com.antelmann.db.EntryAnalyzer
creates an instance that simply has no data (as a cached, empty list)
EntryAnalyzer(Iterable<T>) - Constructor for class com.antelmann.db.EntryAnalyzer
 
EntryAnalyzer(Iterable<T>, Filter<? super T>) - Constructor for class com.antelmann.db.EntryAnalyzer
 
EntryAnalyzer(DBClassStore<T>) - Constructor for class com.antelmann.db.EntryAnalyzer
 
EntryAnalyzer(DBClassStore<T>, Filter<? super T>) - Constructor for class com.antelmann.db.EntryAnalyzer
 
EntryAnalyzer(ValueRetriever<Enumeration<T>>) - Constructor for class com.antelmann.db.EntryAnalyzer
 
EntryClassMapper - Interface in com.antelmann.db
this interface maps between DBEntry classes and some Object that allows its external storage and retrieval and custom labeling for classes
EntryClassMapper.Adapter - Class in com.antelmann.db
a default implementation (based on some other basic mapping like EntryClassMapper.STRING_MAPPER) which supports label customization per instance
EntryClassMapper.Adapter() - Constructor for class com.antelmann.db.EntryClassMapper.Adapter
uses EntryClassMapper.STRING_MAPPER as the defaultMapper
EntryClassMapper.Adapter(EntryClassMapper) - Constructor for class com.antelmann.db.EntryClassMapper.Adapter
 
entryClassToObject(Class<? extends DBEntry>) - Method in class com.antelmann.db.EntryClassMapper.Adapter
 
entryClassToObject(Class<? extends DBEntry>) - Method in interface com.antelmann.db.EntryClassMapper
converts the given Class into an object that can easily be stored/exported elsewhere.
entryClassToObject(Class<? extends DBEntry>) - Method in class com.antelmann.sql.SQLEntryClassMapper
 
EntryHeader<T extends DBEntry> - Class in com.antelmann.db
serves as a reference to a more complex DBEntry object while allowing for more content than a mere Stub.
EntryHeader(Class<T>, Object) - Constructor for class com.antelmann.db.EntryHeader
 
EntryHeader(Class<T>, Object, Map<String, ?>) - Constructor for class com.antelmann.db.EntryHeader
 
EntryRelationship - Interface in com.antelmann.db
represents a relationship between two DBEntry instances.
EnumDBStore<T extends Enum<?> & DBEntry> - Class in com.antelmann.db
allows any Enum that also implements DBEntry to be made available via DBClassStore.
EnumDBStore(Database<?>, Class<T>) - Constructor for class com.antelmann.db.EnumDBStore
 
enumerate() - Method in class com.antelmann.db.EntryAnalyzer
enumerates over the data; if the data is not based on a cached Collection but by a DBClassStore, transaction handling is required accordingly.
enumerate() - Method in class com.antelmann.math.ObjectAnalyzer
enumerates over the data
enumerate(Iterator<? extends F>) - Static method in class com.antelmann.util.AbstractIterator
converts an Iteratorequals(Object) - Method in class com.antelmann.calendar.Alert
 
equals(Object) - Method in class com.antelmann.calendar.CalendarCell
 
equals(Object) - Method in class com.antelmann.calendar.Holiday
based on both, name and date
equals(Object) - Method in class com.antelmann.calendar.TimeInDay
 
equals(Object) - Method in class com.antelmann.cddb.CDDBRecord
 
equals(Object) - Method in class com.antelmann.cddb.CDID
compares the query string for identity
equals(Object) - Method in class com.antelmann.cddb.Composition
checks only for the title that is to be unique
equals(Object) - Method in class com.antelmann.cddb.Contribution
object is equal if resouce and role are equal
equals(Object) - Method in class com.antelmann.cddb.Genre
 
equals(Object) - Method in class com.antelmann.cddb.Resource
checks the name to be equal (after checking being an instance of Resource)
equals(Object) - Method in class com.antelmann.cddb.Role
 
equals(Object) - Method in class com.antelmann.cddb.Track
a track is equal if cd and trackNo are equal
equals(Object) - Method in class com.antelmann.crm.BankAccount
 
equals(Object) - Method in class com.antelmann.crm.GlobalAddress
 
equals(Object) - Method in class com.antelmann.crm.PhoneNumber
 
equals(Object) - Method in class com.antelmann.crm.SnailMailAddress
 
equals(Object) - Method in class com.antelmann.db.AbstractDBEntry
 
equals(Object) - Method in class com.antelmann.db.Category.Adapter
 
equals(Object) - Method in class com.antelmann.db.DefaultDBReference
returns true if the given object is a DBReference and is also the same reference as defined in DefaultDBReference.sameReference(DBReference)
equals(Object) - Method in class com.antelmann.db.EntryHeader
 
equals(Object) - Method in class com.antelmann.db.Stub
 
equals(Object) - Method in class com.antelmann.db.Taggable.Adapter
 
equals(Object) - Method in class com.antelmann.db.UserImpl
returns true if the given Object is some User instance and its id is equal
equals(Object) - Method in class com.antelmann.genealogy.GEventEntry
 
equals(Object) - Method in class com.antelmann.genealogy.GEventImpl
 
equals(Object) - Method in class com.antelmann.image.SimpleRegionTag
 
equals(InputStream, InputStream) - Static method in class com.antelmann.io.Data
compares the content of the two streams and returns true only if both streams have equal content
equals(InputStream, InputStream, long) - Static method in class com.antelmann.io.Data
compares the content of the two streams and returns true only if both streams have equal content for maxByte number of bytes.
equals(Object) - Method in class com.antelmann.io.FileTreeNode
 
equals(Object) - Method in class com.antelmann.License
 
equals(Object) - Method in class com.antelmann.math.CounterMap
 
equals(Object) - Method in class com.antelmann.math.DataPoint
 
equals(Object) - Method in class com.antelmann.math.DefaultUnit
instances are considered equals if the class and the symbol are the same
equals(Object) - Method in class com.antelmann.math.GeoPoint
 
equals(Object) - Method in class com.antelmann.math.Measure
this implementation is unaware that 1000g is 'equal' to 1kg; that's the job of a subclass
equals(Object) - Method in class com.antelmann.math.Money
note that if the value is zero, it's considered the same even if the currency is different.
equals(Object) - Method in class com.antelmann.math.RomanNumber
 
equals(Object) - Method in class com.antelmann.net.mail.Email.Header
 
equals(Object) - Method in class com.antelmann.net.mail.IMAPAccount
 
equals(Object) - Method in class com.antelmann.net.mail.POP3Account.Config
 
equals(Object) - Method in class com.antelmann.net.URLCache
tests equality on whether the embedded URL is the same file
equals(Object) - Method in class com.antelmann.ooffice.Cell.Location
 
equals(Object) - Method in class com.antelmann.opengeodb.GeoTypeName
 
equals(Object) - Method in class com.antelmann.sql.ConnectorSettings
 
equals(Object) - Method in class com.antelmann.sql.LikeCondition
 
equals(Object) - Method in class com.antelmann.sql.RowItem
a row is equal only if id, tableName and idColumn are equal; columns (other than the idColumn) are ignored
equals(Object) - Method in class com.antelmann.sql.SQLValueRetriever
 
EQUALS - Static variable in interface com.antelmann.util.Discriminator
 
equals(Object) - Method in class com.antelmann.util.Encoded
 
equals(Object) - Method in class com.antelmann.util.gui.CategoryNode
 
equals(Object) - Method in class com.antelmann.util.logging.Level
 
equals(Object) - Method in class com.antelmann.util.Range
 
equals(Object) - Method in class com.antelmann.util.revision.StatusString
 
equals(Object) - Method in class com.antelmann.util.SimpleEntry
 
equalUntil(String, String) - Static method in class com.antelmann.util.Strings
 
equalWithProperties(PropertyEntry) - Method in class com.antelmann.db.PropertyEntryImpl
checks (next to equals) whether all properties are the same
equalWithProperties(PropertyEntry, PropertyEntry) - Static method in class com.antelmann.db.PropertyEntryImpl
 
ERROR - Static variable in class com.antelmann.util.logging.Level
 
escape(String) - Method in class com.antelmann.sql.ConnectionHelper
escapes column and/or table names.
escape(String[]) - Method in class com.antelmann.sql.ConnectionHelper
 
EXCEPTION - Static variable in class com.antelmann.util.logging.Level
 
EXCEPTION_IGNORER - Static variable in interface com.antelmann.util.logging.LogExceptionHandler
used to simply ignore exceptions thrown by a logger.
EXCEPTION_KEY - Static variable in class com.antelmann.util.gui.Menus
used to put the thrown Exception as a value into the specialExceptionAction
ExceptionDialogWriter - Class in com.antelmann.util.logging
shows a dialog upon each Throwable encountered.
ExceptionDialogWriter(Component) - Constructor for class com.antelmann.util.logging.ExceptionDialogWriter
 
EXCLUDE_ALL_FILTER - Static variable in interface com.antelmann.util.Filter
 
execute() - Method in class com.antelmann.AntBuildLicenseFile
 
execute() - Method in class com.antelmann.AntBuildTask
 
execute(Callable<T>, Handler<? super T, ?>) - Method in class com.antelmann.util.gui.MyAbstractAction
executes the given call in a new thread (as a background task) and then performs the handler with the value from the call in the event thread again
execute(Task<?>, Task<?>) - Method in class com.antelmann.util.gui.MyAbstractAction
executes the first given task in the background and then the second later in the event thread again.
execute(Runnable) - Method in class com.antelmann.util.ThreadPool
calls runTask(task); this method enables usability with jdk1.5
execute(Runnable) - Method in class com.antelmann.util.ThreadWorker
calls runTask(task); this method enables usability with jdk1.5
executeUpdate(String, Object...) - Method in class com.antelmann.sql.ConnectionHelper
shortcut to perform an update via SQL statement
ExifUtils - Class in com.antelmann.image
see https://code.google.com/p/metadata-extractor/
ExifUtils() - Constructor for class com.antelmann.image.ExifUtils
 
exists(Database<?>, DBReference) - Static method in class com.antelmann.db.DBUtils
determines whether there is a relevant store that contains the relevant id for the given reference in the given database
exists() - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
expand() - Method in class com.antelmann.net.URLNode
makes this node expand beyond the crawler rules of the associated URLTree
expandAll(JTree) - Static method in class com.antelmann.util.gui.TreeUtils
 
expanded - 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
expiration() - Method in class com.antelmann.License
returns the date after which this license expires.
ExpiredLicenseException - Exception in com.antelmann
thrown to indicate that the given license is expired and/or has no usage left
ExpiredLicenseException(String, License) - Constructor for exception com.antelmann.ExpiredLicenseException
 
export(String, File) - Method in class com.antelmann.sql.MySQLHelper
 
export(CalendarComponent, File, String) - Static method in class com.antelmann.webdav.CaldavClient
 
export(Calendar, File, String) - Static method in class com.antelmann.webdav.CaldavClient
 
exportAsCSV(File, Monitor, String, Object...) - Method in class com.antelmann.sql.ConnectionHelper
 
exportAsCSV(Writer, Monitor, String, Object...) - Method in class com.antelmann.sql.ConnectionHelper
 
exportAsCSV(ResultSet, Writer, Monitor) - Method in class com.antelmann.sql.ConnectionHelper
 
exportAsCSV(ResultSet, Writer, Monitor, boolean, String, String, boolean) - Method in class com.antelmann.sql.ConnectionHelper
streams the given ResultSet to the given Writer; note that neither resource is closed within this call!
exportAsHTMLString() - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
exportAsString(Message) - Static method in class com.antelmann.net.mail.EmailConverter
includes all internet header
exportAsString() - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
exportChartAsPDF(OutputStream, JFreeChart) - Static method in class com.antelmann.util.PDFUtils
 
exportChartAsPDF(OutputStream, JFreeChart, int, int) - Static method in class com.antelmann.util.PDFUtils
 
exportChartAsPDF(OutputStream, JFreeChart, int, int, FontMapper, float) - Static method in class com.antelmann.util.PDFUtils
 
exportEML(OutputStream) - Method in class com.antelmann.net.mail.MessageEntry
 
exportFormat(String) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
exportHTML() - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
exportPDF() - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
exportResourceBundle(ResourceBundle, File, String) - Static method in class com.antelmann.util.FormattedResourceBundle
uses the platform-dependent line break as record separator and UTF8 as charset.
exportToFile(File) - Method in class com.antelmann.cddb.CDSet
exports all CDID entries into a file.
exportToFile(File) - Method in class com.antelmann.cddb.FuzzyLookup
exports all map entries into a file.
exportToHTML(File) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
deletes the target file (the name extension will be pdf) if it exists
exportToPDF(File) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
deletes the target file (the name extension will be pdf) if it exists
exportToPDF(File) - Method in interface com.antelmann.ooffice.OfficeDocument
 
exportXML(OutputStream) - Method in class com.antelmann.crm.AddressInfoImpl
 
exportXML(OutputStream) - Method in class com.antelmann.crm.GlobalAddress
 
exportXML(OutputStream) - Method in class com.antelmann.crm.SnailMailAddress
 
exportXML(OutputStream) - Method in class com.antelmann.image.ColorPath
 
exportXML(OutputStream) - Method in interface com.antelmann.io.XMLSerializable
exports the entire object as XML and writes it to the given Writer, so that the object can be reconstructed with importXML(InputSource).
exportXML(OutputStream) - Method in class com.antelmann.math.GeoPoint
 
exportXML(OutputStream) - Method in class com.antelmann.net.mail.POP3Account.Config
 
exportXML(OutputStream) - Method in class com.antelmann.sql.DefaultMappingInfo
 
exportXML(OutputStream) - Method in class com.antelmann.util.XmlHelper
 
exposesInterfaces() - Method in class com.antelmann.db.WrappedDBClassStore
if true (the default), AbstractDatabase.queryStoreForInterface(Class, Class) will expose the interfaces of the internal store
expunge() - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
expungePop3Message(Message) - Static method in class com.antelmann.net.mail.POP3Account
the associated folder must subsequently be closed with the flag set to true to actually delete the message from the inbox.
extendedCharSet() - Static method in class com.antelmann.util.Strings
returns all Strings.baseCharSet() chars and also includes some extended chars that are found on most keyboards - to be used for generating more secure passwords
ExtensionFileFilter - Class in com.antelmann.io
ExtensionFileFilter is a flexible multi-purpose FileFilter.
ExtensionFileFilter(ExtensionFileFilter) - Constructor for class com.antelmann.io.ExtensionFileFilter
 
ExtensionFileFilter() - Constructor for class com.antelmann.io.ExtensionFileFilter
provides a default filter for text files (*.txt)
ExtensionFileFilter(String) - Constructor for class com.antelmann.io.ExtensionFileFilter
 
ExtensionFileFilter(String, String) - Constructor for class com.antelmann.io.ExtensionFileFilter
calls ExtensionFileFilter(defaultType, description, true)
ExtensionFileFilter(String, String, boolean) - Constructor for class com.antelmann.io.ExtensionFileFilter
if the defaultType is null, all files are initially accepted
extract(OutputStream, InputStream, int...) - Static method in class com.antelmann.util.PDFUtils
first page is 1
extract(Collection<T>, Filter<? super T>) - Static method in class com.antelmann.util.Sets
returns a new Collection that will only contain those elements that passed the filter; the given col remains untouched.
extract(String, String, String, boolean) - Static method in class com.antelmann.util.Strings
 
extractAxisValue(T, int) - Method in interface com.antelmann.math.DataParser
 
extractAxisValue(T, int) - Method in class com.antelmann.math.DefaultDataParser
 
extractCDArtist() - Method in class com.antelmann.cddb.CDDBEntry
returns the artist defined for the CD or null if none was found
extractCDArtist() - Method in class com.antelmann.cddb.CDDBXmcdParser
returns the artist defined for the CD or null if none was found
extractComposition(boolean) - Method in class com.antelmann.cddb.CDDBEntry
creates a default Composition object from the embedded CDInfo that regards the entire CD as one composition and will contain certain Composition objects as far as applicable.
extractComposition(boolean) - Method in class com.antelmann.cddb.CDDBXmcdParser
creates a default Composition object from the embedded CDInfo that regards the entire CD as one composition and will contain certain Composition objects as far as applicable.
extractCriteria(T) - Method in class com.antelmann.math.ObjectAnalyzer
 
extractCriteria(T) - Method in interface com.antelmann.math.TimeDataParser
allows for an additional criteria to be extracted; may return null
extractDate(T) - Method in class com.antelmann.math.ObjectAnalyzer
 
extractDate(T) - Method in interface com.antelmann.math.TimeDataParser
extracts the relevant date from the given entry; must not return null
extractEmail(Message) - Static method in class com.antelmann.net.mail.EmailConverter
 
extractEmail() - Method in class com.antelmann.net.mail.JEmailForm
each call generates a new Email object
extractEmail(Message) - Method in class com.antelmann.net.mail.POP3Account
 
extractEmailAddresses(String) - Static method in class com.antelmann.net.mail.Email
uses javax.mail.internet.InternetAddress; may return an empty array if addressLine is null
extractEntries(Transferable, Database<?>) - Static method in class com.antelmann.db.DBEntrySelection
 
extractFrames(InputStream) - Static method in class com.antelmann.image.ImageUtils
 
extractID(Message) - Static method in class com.antelmann.net.mail.MessageEntry
 
extractID(String) - Static method in class com.antelmann.net.web.YouTubeVideo
attempts to extract the video id from the given URL
extractImage(URL) - Static method in class com.antelmann.image.ImageUtils
makes a thorough attempt to extract an image from the given location.
extractImages(InputStream) - Static method in class com.antelmann.util.PDFUtils
only works on a limited subset of PDF documents, unfortunately; happens to work just fine w/ PDFs produced by common scanners :)
extractInt(String) - Static method in class com.antelmann.util.Strings
 
extractInterface(DBClassStore<E>, Class<I>) - Static method in class com.antelmann.db.AbstractDatabase
allows to extract an interface from a store only if it is 'exposed'
extractInterface(Component, Class<T>) - Static method in class com.antelmann.util.gui.FormHelper
 
extractMessage(Filter<?>, Object) - Static method in class com.antelmann.util.VerboseFilter.Adapter
convenience method to easily extract a rejection message from any filter
extractMessage(Filter<?>, Object, String) - Static method in class com.antelmann.util.VerboseFilter.Adapter
convenience method to easily extract a rejection message from any filter
extractNumber(T) - Method in interface com.antelmann.math.DataParser
 
extractNumber(T) - Method in class com.antelmann.math.DefaultDataParser
 
extractNumber(T) - Method in class com.antelmann.math.ObjectAnalyzer
 
extractNumber(T) - Method in interface com.antelmann.math.TimeDataParser
extracts the relevant number to be aggregated by for the given entry; must not return null
extractOptions(String[]) - Static method in class com.antelmann.Settings
based on option key '-'; useful for command line options
extractPattern(Object) - Method in class com.antelmann.net.mail.HtmlEmailExtractor
 
extractPattern(String) - Static method in class com.antelmann.sql.FullTextSearchFilter
 
extractPattern(String, String) - Static method in class com.antelmann.sql.FullTextSearchFilter
 
extractPattern(TYPE) - Method in interface com.antelmann.util.PatternExtractor
extracts a defined pattern from the given object.
extractPattern(Object) - Method in class com.antelmann.util.table.FileTableModel
responsible by default for converting a cell value into the value that is used when saving the value to a file.
extractReference(RowItem, Object, Object, Object, Class<?>) - Method in class com.antelmann.sql.BaseRowMapper
convenience method to extract a DBReference from topics while optionally being able to provide a defaultClass or an EntryClassMapper.
extractRow(ResultSet, String...) - Method in class com.antelmann.sql.ConnectionHelper
extracts the current row in the given ResultSet into a HashMap; if no columns are given, all columns will be included.
extractRow(ResultSet, String) - Static method in class com.antelmann.sql.RowItem
the current row must not have been accessed, yet
extractRowItem(ResultSet, String, String...) - Method in class com.antelmann.sql.ConnectionHelper
if no further column names are given, all columns will be included
extractRows(ResultSet, String...) - Method in class com.antelmann.sql.ConnectionHelper
returns a map per row, where column names are mapped to their respective value.
extractStringFlavor(DBEntry) - Method in class com.antelmann.db.DBEntrySelection
allows to customize the String used for the DataFlavor.stringFlavor; here, Object.toString() is used - unless DetailedString is implemented
extractStringFlavor(DBReference) - Method in class com.antelmann.db.DBEntrySelection
allows to customize the String used for the DataFlavor.stringFlavor; here, DBReference.getReferenceString() is used
extractStub(ResultSet, Class<T>) - Method in class com.antelmann.sql.BaseRowMapper
this is used to generate the Stub from a row, using the displayColumn from the mapper.
extractStub(RowItem, Object, Object, Class<S>) - Method in class com.antelmann.sql.BaseRowMapper
convenience method
extractStub(ResultSet, Class<T>) - Method in interface com.antelmann.sql.ObjectRowMapper
 
extractStub(ResultSet, Class<T>) - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
extractTrackArtist(int) - Method in class com.antelmann.cddb.CDDBEntry
returns the artist defined for the track or null if none was found
extractTrackArtist(int) - Method in class com.antelmann.cddb.CDDBXmcdParser
returns the artist defined for the track or null if none was found
extractTracks(boolean) - Method in class com.antelmann.cddb.CDDBEntry
generates default Track objects that - if addArtist is true - contain applicable contributions
extractTracks(boolean) - Method in class com.antelmann.cddb.CDDBXmcdParser
generates default Track objects that - if addArtist is true - contain applicable contributions
EzvcardHelper - Class in com.antelmann.webdav
allows to more easily parse a VCard and make it compatible with Contact
EzvcardHelper(VCard) - Constructor for class com.antelmann.webdav.EzvcardHelper
 

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