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

F

f(double) - Method in interface com.antelmann.math.Function2D
calculates and returns the associated Y-axis value of the given X-axis value
F - Static variable in class com.antelmann.math.Temperature
Fahrenheit
Factory<T> - Interface in com.antelmann.util
provides a generic factory
failedLogin(UserLoginStore, String, Exception) - Method in class com.antelmann.db.AbstractDatabase
 
failedLogin(UserLoginStore, String, Exception) - Method in class com.antelmann.db.LoggerLoginListener
 
failedLogin(UserLoginStore, String, Exception) - Method in class com.antelmann.db.LoginListener.Adapter
 
failedLogin(UserLoginStore, String, Exception) - Method in interface com.antelmann.db.LoginListener
called when a login was either canceled or failed due to an exception
FAILURE - Static variable in class com.antelmann.util.logging.Level
 
FEET - Static variable in class com.antelmann.math.LengthUnit
 
fetch(Filter<? super T>) - Method in class com.antelmann.db.ArchiveDBClassStore
 
fetch(Filter<? super T>) - Method in class com.antelmann.db.CollectionClassStore
 
fetch(Filter<? super T>) - Method in interface com.antelmann.db.DBClassStore
allows to retrieve the entries of this storage via iteration.
fetch(Filter<? super T>) - Method in class com.antelmann.db.DBClassStoreCache
adds support for DBClassStoreCache.PrefetchedFilter
fetch(Filter<? super T>) - Method in class com.antelmann.db.EnumDBStore
 
fetch(Filter<? super T>) - Method in class com.antelmann.db.ReadOnlyCacheStore
 
fetch(Filter<? super T>) - Method in class com.antelmann.db.WrappedDBClassStore
 
fetch(Filter<? super T>) - Method in class com.antelmann.io.FileClassStore
 
fetch(Filter<? super T>) - Method in class com.antelmann.sql.JDBCRowStore
Depending of the capabilities of the mapper in use, this method can support various special filters.
fetch(Filter<? super Country>) - Method in class com.antelmann.util.Country.Store
 
fetchCall(DBClassStore<?>, DBEnumeration<?>, String, long) - Method in class com.antelmann.db.DatabaseTableModel
 
fetchCall(DBClassStore<?>, DBEnumeration<?>, String, long) - Method in class com.antelmann.db.DBStoreListener.Adapter
 
fetchCall(DBClassStore<?>, DBEnumeration<?>, String, long) - Method in interface com.antelmann.db.DBStoreListener
called when a method is called on a DBEnumeration that is returned by the store
fetchCall(DBClassStore<?>, DBEnumeration<?>, String, long) - Method in class com.antelmann.db.DBStoreProfiler
 
fetchCall(DBClassStore<?>, DBEnumeration<?>, String, long) - Method in class com.antelmann.db.DBTransactionStoreAdapter
 
fetchCall(DBClassStore<?>, DBEnumeration<?>, String, long) - Method in class com.antelmann.db.LoggerDBListener
 
fetchMessageIDs() - Method in class com.antelmann.net.mail.POP3Account
 
fetchStubs(Filter<? super Stub<?>>) - Method in class com.antelmann.db.AbstractDBClassStore
 
fetchStubs(Filter<? super Stub<?>>) - Method in class com.antelmann.db.ArchiveDBClassStore
 
fetchStubs(Filter<? super Stub<?>>) - Method in class com.antelmann.db.CollectionClassStore
the display value of the returned Stub is based on the toString() method of the DBEntry instance
fetchStubs(Filter<? super Stub<?>>) - Method in interface com.antelmann.db.DBClassStore
allows to access objects from this store w/o having to instantiate the entire original objects, but instead use Stubs to be able to display the list properly for selection.
fetchStubs(Filter<? super Stub<?>>) - Method in class com.antelmann.db.ReadOnlyCacheStore
 
fetchStubs(Filter<? super Stub<?>>) - Method in class com.antelmann.db.WrappedDBClassStore
 
fetchStubs(Filter<? super Stub<?>>) - Method in class com.antelmann.io.FileClassStore
 
fetchStubs(Filter<? super Stub<?>>) - Method in class com.antelmann.sql.JDBCRowStore
This implementation supports SQLStubFilter and SQLDirectQueryEntryFilter objects; but otherwise, it doesn't filter in any more intelligent way than leaving the filtering to the AbstractIterator.
fetchStubs(Filter<? super Stub<?>>) - Method in class com.antelmann.util.Country.Store
 
FIB - Static variable in class com.antelmann.math.MyMath
the neares quotient of Fibonacci numbers as double
fieldSeparator - Variable in class com.antelmann.io.IniFile
uses the equal sign '=' by default
fieldSeparator - Variable in class com.antelmann.util.FormattedResourceBundle
separates the key from the value
fieldValues - Variable in class com.antelmann.util.gui.DocumentAdapter
the fields in this map will be checked for their values by the filter to see whether the changes are merely caused by a focus gain/loss to avoid the effects caused by http://bugs.sun.com/bugdatabase/view_bug.do?
file - Static variable in class com.antelmann.Debug
a MyFile object that is initially null
file - Variable in class com.antelmann.util.FormattedResourceBundle
denotes the underlying file
FileCalendarDB - Class in com.antelmann.calendar
 
FileCalendarDB(File) - Constructor for class com.antelmann.calendar.FileCalendarDB
 
FileCDDB - Class in com.antelmann.cddb
FileCDDB is a local CD database that works off the file system.
FileCDDB() - Constructor for class com.antelmann.cddb.FileCDDB
uses cddb.local.dir from Settings.getProperty(String) to determine the default directory
FileCDDB(File) - Constructor for class com.antelmann.cddb.FileCDDB
uses the given directory as the basis for the file-based database
fileChooser - Variable in class com.antelmann.sound.JPlayer
 
FileClassStore<T extends DBEntry> - Class in com.antelmann.io
a simple store that stores entries as serialized objects into a file in a directory, which may be suitable for few very large instances of a class.
FileClassStore(Database<?>, File, Class<T>) - Constructor for class com.antelmann.io.FileClassStore
 
fileCompareText(File) - Method in class com.antelmann.io.MyFile
returns a text describing as to how this file compares to the given file
fileCompareText(long, File, long, long) - Method in class com.antelmann.io.MyFile
returns a text describing as to how this file compares to the given file
fileField - Variable in class com.antelmann.sql.JConnectionLogin
 
FileLog - Class in com.antelmann.util.logging
writes entries to a file without continuously holding a lock on the file.
FileLog(File) - Constructor for class com.antelmann.util.logging.FileLog
 
FileLog(File, boolean) - Constructor for class com.antelmann.util.logging.FileLog
if the usedailyPattern parameter is true, messages are stored into a file name that automatically appends yyymmdd from the current date.
FileLog(File, LogEntryFormatter<String>, boolean) - Constructor for class com.antelmann.util.logging.FileLog
 
filenameColumn - Variable in class com.antelmann.sql.DBDocumentStore.Mapper
 
FileNamePatternFilter - Class in com.antelmann.io
filters by matching the file name to a regular expression.
FileNamePatternFilter(String) - Constructor for class com.antelmann.io.FileNamePatternFilter
 
FileNamePatternFilter(String, boolean) - Constructor for class com.antelmann.io.FileNamePatternFilter
 
FILES_ONLY - Static variable in class com.antelmann.io.MyFile
 
filesContainingLink(URL) - Method in class com.antelmann.net.LocalWeb
 
filesContainingLinks(URL[]) - Method in class com.antelmann.net.LocalWeb
 
FileSizeComparator - Class in com.antelmann.io
 
FileSizeComparator() - Constructor for class com.antelmann.io.FileSizeComparator
 
FileTableModel - Class in com.antelmann.util.table
a table model that enables importing/exporting from/to a CSV file easily.
FileTableModel(TableModel) - Constructor for class com.antelmann.util.table.FileTableModel
enables to create a FileTableModel from any model, so that it can be saved as a file
FileTableModel(File, String, boolean) - Constructor for class com.antelmann.util.table.FileTableModel
assumes that the first line contains header
FileTableModel(File, boolean, String, boolean) - Constructor for class com.antelmann.util.table.FileTableModel
creates an in-memory TableModel based on an import file where the first line contains headers
FileTableModel(File, boolean, String, boolean, String) - Constructor for class com.antelmann.util.table.FileTableModel
 
FileTableModel(Reader, boolean, String, boolean) - Constructor for class com.antelmann.util.table.FileTableModel
 
FileTreeNode - Class in com.antelmann.io
FileTreeNode implements a TreeNode that can be used to visualize a file structure.
FileTreeNode(File) - Constructor for class com.antelmann.io.FileTreeNode
initializes the FileTreeNode with the given file
FileTreeNode(File, FileFilter) - Constructor for class com.antelmann.io.FileTreeNode
initializes the FileTreeNode with the given file and filter
filter(DBEnumeration<E>, Filter<? super E>) - Static method in class com.antelmann.db.AbstractDBEnumeration
remove() is not supported on the returned iterator
filter - Variable in class com.antelmann.sound.JPlayer
 
filter(Enumeration<F>, Filter<? super F>) - Static method in class com.antelmann.util.AbstractIterator
 
filter(Iterator<F>, Filter<? super F>) - Static method in class com.antelmann.util.AbstractIterator
remove() is not supported on the returned iterator
FILTER - Static variable in interface com.antelmann.util.Enabled
 
Filter<T> - Interface in com.antelmann.util
used to filter collections or anything else.
filter - Variable in class com.antelmann.util.logging.AbstractLogWriter
may be null (in which case all LogEntry objects are written)
filter(Collection<T>, Filter<? super T>) - Static method in class com.antelmann.util.Sets
filters all objects out of the given col that are not accepted by the filter; the dropout is returned as a separate Collection.
FilteredTableModel - Class in com.antelmann.util.table
a wrapper around a TableModel allowing filtering
FilteredTableModel(TableModel) - Constructor for class com.antelmann.util.table.FilteredTableModel
 
FilteredTableModel(TableModel, Filter<? super TableRow>) - Constructor for class com.antelmann.util.table.FilteredTableModel
 
filterImage(Image, ImageFilter) - Static method in class com.antelmann.image.ImageUtils
 
filterTable(String, String, Object) - Method in class com.antelmann.sql.ConnectionHelper
 
filterTable(String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
returns all columns (*) that correspond to the given restrictions, where each key is tested to be equal to the value.
filterTable(String, Map<String, ?>, boolean) - Method in class com.antelmann.sql.ConnectionHelper
returns all columns (*) that correspond to the given restrictions, where each key is tested to be equal to the value.
filterTable(String, Map<String, ?>, int, int, String...) - Method in class com.antelmann.sql.ConnectionHelper
calls filterTable(tableName, fieldRestrictions, true, resultSetType, resultSetConcurrency, orderByColumns)
filterTable(String, Map<String, ?>, boolean, int, int, String...) - Method in class com.antelmann.sql.ConnectionHelper
calls ConnectionHelper.filterTable(String, String[], Map, boolean, int, int, String...)
filterTable(String, String[], Map<String, ?>, boolean, int, int, String...) - Method in class com.antelmann.sql.ConnectionHelper
allows to easily filter a table or query After being done w/ the ResultSet, it should be closed along w/ the corresponding statement.
filterTableForText(String, String...) - Method in class com.antelmann.sql.ConnectionHelper
in order to be in the result table, every given pattern must occur somewhere in a column
filterTableForText(String, String[], String...) - Method in class com.antelmann.sql.ConnectionHelper
 
filterTableForText(int, int, String, String[], String...) - Method in class com.antelmann.sql.ConnectionHelper
 
filterTableScrollable(String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
returns all columns (*) that correspond to the given restrictions, where each key is tested to be equal to the value.
filterTableUpdateable(String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
returns an updateable and scrollable ResultSet.
finalize() - Method in class com.antelmann.calendar.AtomicTime
Deprecated.  
finalize() - Method in class com.antelmann.calendar.CalendarTableModel
 
finalize() - Method in class com.antelmann.calendar.NTPTime
 
finalize() - Method in class com.antelmann.db.AbstractDatabase
 
finalize() - Method in class com.antelmann.db.AbstractDBEnumeration
 
finalize() - Method in class com.antelmann.db.CollectionClassStore
allow this instance to be garbage-collected by removing it from the database as a listener
finalize() - Method in class com.antelmann.db.DatabaseChangeMonitor
 
finalize() - Method in class com.antelmann.db.DatabaseTableModel
 
finalize() - Method in class com.antelmann.db.remote.ChangeNotificationClient
 
finalize() - Method in class com.antelmann.db.remote.RemoteDBChangeNotifier
 
finalize() - Method in class com.antelmann.image.MJPEGHandler
 
finalize() - Method in class com.antelmann.io.ObjectEnumerator
closes the embedded input stream
finalize() - Method in class com.antelmann.net.mail.SQLEmailCustomizer
 
finalize() - Method in class com.antelmann.net.NetConnectionServer
 
finalize() - Method in class com.antelmann.net.ServerLogFile.ServerLogEntryEnumerator
 
finalize() - Method in class com.antelmann.sound.MP3Player
 
finalize() - Method in class com.antelmann.sound.SoundPlayer
 
finalize() - Method in class com.antelmann.sql.ConnectionWrapper
 
finalize() - Method in class com.antelmann.sql.JDBCTableModel
 
finalize() - Method in class com.antelmann.util.gui.JMemoryGauge
 
finalize() - Method in class com.antelmann.util.gui.JWatchLabel
 
finalize() - Method in class com.antelmann.util.logging.BinaryFileLog
 
finalize() - Method in class com.antelmann.util.logging.LogFile
 
finalize() - Method in class com.antelmann.util.table.MovableTableModel
allows itself to be garbage collected by removing itself as a listener to the embedded model
finalize() - Method in class com.antelmann.util.table.SortableTableModel
allows itself to be garbage collected by removing itself as a listener to the embedded model
find(Resource) - Method in class com.antelmann.cddb.Group
searches through sub-groups as well
find(Throwable, Class<T>) - Static method in class com.antelmann.Debug
looks if any exception in the getCause()-path is an instance of the given type and if so returns it - otherwise null is returned
findAllMonitors(Database<?>) - Static method in class com.antelmann.db.DatabaseChangeMonitor
convenience method to find all monitors on the given database that are added as both, store listener and transaction listener
findBrokenLinks() - Method in class com.antelmann.net.LocalWeb
finds links to URLs that are not accessible
findBrokenLocalLinks() - Method in class com.antelmann.net.LocalWeb
finds links to local files that do not exist
findBrokenRelationships(DBClassStore<T>, boolean) - Static method in class com.antelmann.sql.RelationshipStore
 
findBrokenRelationships(DBClassStore<T>, Monitor, boolean) - Static method in class com.antelmann.sql.RelationshipStore
 
findBrokenRelationships(DBClassStore<T>, Collection<T>, Monitor, boolean) - Static method in class com.antelmann.sql.RelationshipStore
looks for broken relationships in the database and puts them into the given collection.
findColumnInBackingModel(String) - Method in class com.antelmann.util.table.TableModelView
returns either the associated column index or -1 if the column is not found
findComponents(Class<T>, Component) - Static method in class com.antelmann.util.gui.Menus
 
findCountryMatch(Locale, Collection<Locale>) - Static method in class com.antelmann.util.I18n
tries to find a matching Locale within the given collection with respect to the country.
findDuplicates(String, Map<String, ?>, String...) - Method in class com.antelmann.sql.ConnectionHelper
 
findField(Class<?>, String) - Static method in class com.antelmann.util.table.PatternTableModel
looks for the field in the declared class and its super classes
findFirst(String, boolean) - Method in class com.antelmann.ooffice.OOWriter
finds and returns an object that represents the search result based on the given text.
findFirstComponent(Class<T>, Component) - Static method in class com.antelmann.util.gui.Menus
 
findInTable(String, String, String, Monitor) - Method in class com.antelmann.sql.ConnectionHelper
 
findLanguageMatch(Locale, Collection<Locale>) - Static method in class com.antelmann.util.I18n
tries to find a matching Locale within the given collection with respect to the language.
findLinksTo(File) - Method in class com.antelmann.net.LocalWeb
 
findLocalLinksOutsideDir() - Method in class com.antelmann.net.LocalWeb
checks whether any linked local files are outside the web directory
findMatch(CDID) - Method in class com.antelmann.cddb.FuzzyLookup
retrieves a list of discIDs similar to the one given - if available
findMatch(String) - Method in class com.antelmann.cddb.FuzzyLookup
 
findMethod(Class<?>, String) - Method in class com.antelmann.util.gui.FormHelper
 
findMethod(Class<?>, String) - Static method in class com.antelmann.util.table.PatternTableModel
looks for the method with no arguments in the declared class and its super classes
findNext(Object, String, boolean) - Method in class com.antelmann.ooffice.OOWriter
sets the view cursor to the next occurrence found for further handling (as a side-effect)
findNextPath(String) - Method in class com.antelmann.util.gui.JSearchTree
 
findNextPath(TreePath, String) - Method in class com.antelmann.util.gui.JSearchTree
 
findOfficeDir() - Static method in class com.antelmann.ooffice.OfficeConnector
 
findOrphans() - Method in class com.antelmann.net.LocalWeb
 
findParam(List<T>, VCardParameter) - Method in class com.antelmann.webdav.EzvcardHelper
 
findParent(EventObject) - Static method in class com.antelmann.util.gui.MyAbstractAction
 
findPath(TreeModel, Object) - Static method in class com.antelmann.util.gui.TreeUtils
 
findPreferred(Class<T>) - Method in class com.antelmann.webdav.EzvcardHelper
 
findQueryPath(Object, Class<?>) - Static method in class com.antelmann.ooffice.OfficeUtils
 
findRequiredLibraries(File) - Method in class com.antelmann.ooffice.OOLoaderHelper
 
findStoresWithID(Database<?>, Object) - Static method in class com.antelmann.db.DBUtils
 
findTextCells(int, Filter<? super Cell>) - Method in class com.antelmann.ooffice.OOCalc
 
findUpperLeftTranslation(AffineTransform, Image) - Static method in class com.antelmann.image.ImageUtils
checks the four corners of the image and returns an AffineTransform that makes sure that the upper-left corner of the image is painted at the coordintates (0/0).
FINE - Static variable in class com.antelmann.util.logging.Level
 
FINER - Static variable in class com.antelmann.util.logging.Level
 
FINEST - Static variable in class com.antelmann.util.logging.Level
 
finishAll(boolean) - Method in class com.antelmann.util.ThreadPool
removes all ThreadWorkers, which will all end either after the current or the last queued task - depending on the 'now' parameter.
finishTransaction(DBTransaction) - Method in class com.antelmann.db.DBClassStoreCache
 
finishTransaction(DBTransaction) - Method in class com.antelmann.db.DBTransactionStoreAdapter
 
finishTransaction(DBTransaction) - Method in class com.antelmann.db.LoggerTransactionListener
 
finishTransaction(DBTransaction) - Method in class com.antelmann.db.TransactionListener.Adapter
 
finishTransaction(DBTransaction) - Method in interface com.antelmann.db.TransactionListener
called before the transaction commits (and before TransactionListener.prepareToCommit(DBTransaction)), so that the commit at the database level can be prevented by throwing a DatabaseException here.
fireChange() - Method in class com.antelmann.calendar.AbstractCalendarModel
 
fireChange(Date, Date) - Method in class com.antelmann.calendar.AbstractCalendarModel
 
fireChanges(Database<?>, DBUpdateEvent...) - Method in class com.antelmann.db.DatabaseChangeMonitor
 
fireStoreChanges() - Method in class com.antelmann.db.AbstractDatabase
 
firstLine(String) - Static method in class com.antelmann.util.Strings
 
fitToPanel(JTable, boolean) - Static method in class com.antelmann.util.table.TableUtils
creates a special JPanel that is filled with the given table while the row height adjusts automatically to the size of the JPanel, so that all rows have equal space in the component.
fixColumns(JScrollPane, int) - Static method in class com.antelmann.util.table.TableUtils
fixes the first given number of columns in the given JScrollPane so that these first columns won't scroll horizontally anymore.
fixTabKeys(Component...) - Static method in class com.antelmann.util.gui.FormHelper
enables the standard tab keys for focus traversal.
fixTabKeys - Variable in class com.antelmann.util.table.MultiLineCellTextEditor
 
flip(Image, ImageUtils.Axis) - Static method in class com.antelmann.image.ImageUtils
 
floatValue() - Method in class com.antelmann.math.Money
 
floatValue() - Method in class com.antelmann.math.RomanNumber
 
flush() - Method in class com.antelmann.io.DoublePrintStream
 
flush() - Method in class com.antelmann.ooffice.OOOutputStream
 
flush() - Method in class com.antelmann.util.logging.LogFile
only needed if getAlwaysFlush() returns false
flush() - Method in class com.antelmann.util.logging.LoggerHandler
 
flush() - Method in class com.antelmann.util.logging.XMLLogWriter
only needed if getAlwaysFlush() returns false
focusGained(FocusEvent) - Method in class com.antelmann.util.gui.SelectAllOnFocusGain
 
FOLK - Static variable in class com.antelmann.cddb.Genre
 
followLinks(URL, URL, int, List<URL>, List<URL>, List<Spider.URLWrapper>) - Method in interface com.antelmann.net.CrawlerSetting
followLinks() determines whether the given URL is to be searched for its links to be examined further in the next level.
followLinks(URL, URL, int, List<URL>, List<URL>, List<Spider.URLWrapper>) - Method in class com.antelmann.net.mail.MailScanner
 
followLinks(URL, URL, int, List<URL>, List<URL>, List<Spider.URLWrapper>) - Method in class com.antelmann.net.MediaCrawler
 
followLinks(URL, URL, int, List<URL>, List<URL>, List<Spider.URLWrapper>) - Method in class com.antelmann.net.SampleCrawlerSetting
 
FOMRAT - Static variable in class com.antelmann.calendar.TimeInDay
the format used to convert between TimeInDay and String using 'H:mm'
FontCellEditor - Class in com.antelmann.util.table
 
FontCellEditor() - Constructor for class com.antelmann.util.table.FontCellEditor
 
fontSelectionChanged(FontSelectionEvent) - Method in interface com.antelmann.util.gui.FontSelectionListener
called whenever the selected font changes
fontSelectionChanged(FontSelectionEvent) - Method in class com.antelmann.util.gui.FontViewer
 
FontSelectionEvent - Class in com.antelmann.util.gui
An event that characterizes a change in the current font selection.
FontSelectionEvent(Object, Font) - Constructor for class com.antelmann.util.gui.FontSelectionEvent
 
FontSelectionListener - Interface in com.antelmann.util.gui
The listener that's notified when a font selection changes
FontViewer - Class in com.antelmann.util.gui
A nice little Font Viewer GUI application.
FontViewer() - Constructor for class com.antelmann.util.gui.FontViewer
uses a JFontChooser
FontViewer(File) - Constructor for class com.antelmann.util.gui.FontViewer
uses a JFontFileChooser
forceUnlock(DBReference, long) - Method in class com.antelmann.db.LockManager
if you don't have the token, you may first obtain the LockInfo and then use its time to release the given lock
forceUnlockForAll(long) - Method in class com.antelmann.db.LockManager
 
ForeignKeyMappingInfo - Interface in com.antelmann.sql
this interface provides additional mapping information that allows to build more sophisticated SQL-supported filter components solely based on the interface.
ForeignKeyMappingInfo.Analyzer - Class in com.antelmann.sql
 
ForeignKeyMappingInfo.Analyzer() - Constructor for class com.antelmann.sql.ForeignKeyMappingInfo.Analyzer
 
Forgeable<T> - Interface in com.antelmann.util
defines an object that is capable of behaving like another one by applying all properties from the given one to this instance
Form - Interface in com.antelmann.util.gui
a Form represents a way to edit objects through a specialized GUI that provides all save/cancel and optionally apply functionality.
format(Object, StringBuffer, FieldPosition) - Method in class com.antelmann.calendar.HourFormat
 
format(Date, StringBuffer, FieldPosition) - Method in class com.antelmann.calendar.QuarterFormat
 
FORMAT - Static variable in class com.antelmann.math.RomanNumber
 
format(Date) - Static method in class com.antelmann.net.web.Twitter
 
format(double, StringBuffer, FieldPosition) - Method in class com.antelmann.util.gui.PercentFormat
 
format(long, StringBuffer, FieldPosition) - Method in class com.antelmann.util.gui.PercentFormat
 
format(Object) - Method in class com.antelmann.util.table.FormattedCellRenderer
called by setValue(Object) to format the value to a String.
format(Object, StringBuffer, FieldPosition) - Method in class com.antelmann.util.table.FormattedCellRenderer.ToStringFormat
 
format(Object) - Static method in class com.antelmann.util.table.MultiLineTextRenderer
 
formatCell(XCell, Font) - Method in class com.antelmann.ooffice.OOCalc
 
formatCell(XCellRange, Font) - Method in class com.antelmann.ooffice.OOCalc
 
formatCellAddressString(int, int) - Static method in class com.antelmann.ooffice.Cell
returns 'B2' for 1, 1 and 'A1' for 0, 0 and so on
formatCellAddressString(XCellRange) - Static method in class com.antelmann.ooffice.Cell
 
formatCellAddressString(XCell) - Static method in class com.antelmann.ooffice.Cell
 
FormatException - Exception in com.antelmann.util
indicates that some content was not in the expected format
FormatException() - Constructor for exception com.antelmann.util.FormatException
 
FormatException(Object) - Constructor for exception com.antelmann.util.FormatException
 
FormatException(String) - Constructor for exception com.antelmann.util.FormatException
 
FormatException(String, Object) - Constructor for exception com.antelmann.util.FormatException
 
FormatException(Throwable) - Constructor for exception com.antelmann.util.FormatException
 
FormatException(String, Throwable) - Constructor for exception com.antelmann.util.FormatException
 
formatIcon(Object) - Method in class com.antelmann.util.table.FormattedCellRenderer
called by setValue(Object) to format the value to a String.
formatLogEntry(LogEntry) - Method in class com.antelmann.util.logging.BinaryLogFormatter
If a particular parameter turns out to not be serializable, the toString() result of that parameter is serialized with the entry.
formatLogEntry(LogEntry) - Method in class com.antelmann.util.logging.DBLineLogFormatter
This method returns a one-line dif-like formattedd String of the entry terminated by a line separator.
formatLogEntry(LogEntry) - Method in interface com.antelmann.util.logging.LogEntryFormatter
 
formatLogEntry(LogEntry) - Method in class com.antelmann.util.logging.StringLineFormatter
This method returns a one-line String of the entry terminated by a line separator.
formatLogEntry(LogEntry) - Method in class com.antelmann.util.logging.XMLLogFormatter
This method returns a String with an XML version of the entry.
FormattedCellEditor - Class in com.antelmann.util.table
edits cells flexibly while the return value is the actual Type, not a String (like it is with a DefaultCellEditor).
FormattedCellEditor(Filter<? super String>) - Constructor for class com.antelmann.util.table.FormattedCellEditor
uses FormattedCellRenderer.ToStringFormat
FormattedCellEditor(Format) - Constructor for class com.antelmann.util.table.FormattedCellEditor
calls this(format, true)
FormattedCellEditor(Format, boolean) - Constructor for class com.antelmann.util.table.FormattedCellEditor
 
FormattedCellRenderer - Class in com.antelmann.util.table
a renderer for customizing the formatting of values based on a Format.
FormattedCellRenderer() - Constructor for class com.antelmann.util.table.FormattedCellRenderer
uses the ToStringFormat with tool-tip enabled
FormattedCellRenderer(Class<T>) - Constructor for class com.antelmann.util.table.FormattedCellRenderer
useful for rendering an ordinal number or an enum constant string as the toString() method of the given enum
FormattedCellRenderer(Class<T>, boolean) - Constructor for class com.antelmann.util.table.FormattedCellRenderer
allows to additionally specify that if a given object is not an Enum, it will still be rendered (as a String) instead of throwing an Exception.
FormattedCellRenderer(Format) - Constructor for class com.antelmann.util.table.FormattedCellRenderer
 
FormattedCellRenderer(boolean) - Constructor for class com.antelmann.util.table.FormattedCellRenderer
 
FormattedCellRenderer(boolean, int) - Constructor for class com.antelmann.util.table.FormattedCellRenderer
 
FormattedCellRenderer(int) - Constructor for class com.antelmann.util.table.FormattedCellRenderer
 
FormattedCellRenderer(Format, boolean) - Constructor for class com.antelmann.util.table.FormattedCellRenderer
 
FormattedCellRenderer(Format, boolean, int) - Constructor for class com.antelmann.util.table.FormattedCellRenderer
 
FormattedCellRenderer(Format, Format) - Constructor for class com.antelmann.util.table.FormattedCellRenderer
 
FormattedCellRenderer(Format, Format, int) - Constructor for class com.antelmann.util.table.FormattedCellRenderer
 
FormattedCellRenderer.ToStringFormat - Class in com.antelmann.util.table
simply converts to strings; used internally by the enclosing class if no other format was given
FormattedCellRenderer.ToStringFormat() - Constructor for class com.antelmann.util.table.FormattedCellRenderer.ToStringFormat
 
FormattedCellRenderer.ToStringFormat(boolean) - Constructor for class com.antelmann.util.table.FormattedCellRenderer.ToStringFormat
 
FormattedCellRenderer.ToStringFormat(Filter<? super String>) - Constructor for class com.antelmann.util.table.FormattedCellRenderer.ToStringFormat
 
FormattedCellRenderer.ToStringFormat(Filter<? super String>, boolean) - Constructor for class com.antelmann.util.table.FormattedCellRenderer.ToStringFormat
 
FormattedResourceBundle - Class in com.antelmann.util
a ResourceBundle that gets its content from a specially formatted file, supporting different encodings, in particular UTF8 for global support.
FormattedResourceBundle(File, String) - Constructor for class com.antelmann.util.FormattedResourceBundle
uses carriage return and new line as record separator and UTF8 as charset.
FormattedResourceBundle(URL, String) - Constructor for class com.antelmann.util.FormattedResourceBundle
uses the platform dependent line break as record separator and UTF8 as charset.
FormattedResourceBundle(InputStream, String, String, String) - Constructor for class com.antelmann.util.FormattedResourceBundle
 
FormattedResourceBundle(Reader, String, String) - Constructor for class com.antelmann.util.FormattedResourceBundle
uses # as comment indicator
FormattedResourceBundle(Reader, String, String, String) - Constructor for class com.antelmann.util.FormattedResourceBundle
 
formatText(Object, Color) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
formatText(Object, Underline) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
formatText(Object, Font) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
formatText(Object, float) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
formatText(CharacterFormat) - Method in class com.antelmann.ooffice.OOWriter
uses the view cursor
formatText(XTextRange, CharacterFormat) - Method in class com.antelmann.ooffice.OOWriter
 
formatText(Color) - Method in class com.antelmann.ooffice.OOWriter
uses the view cursor
formatText(XTextRange, Color) - Method in class com.antelmann.ooffice.OOWriter
 
formatText(Underline) - Method in class com.antelmann.ooffice.OOWriter
uses the view cursor
formatText(XTextRange, Underline) - Method in class com.antelmann.ooffice.OOWriter
 
formatText(Font) - Method in class com.antelmann.ooffice.OOWriter
 
formatText(XTextRange, Font) - Method in class com.antelmann.ooffice.OOWriter
 
formatTextBackground(Color) - Method in class com.antelmann.ooffice.OOWriter
uses the view cursor
formatTextBackground(XTextRange, Color) - Method in class com.antelmann.ooffice.OOWriter
 
formatToolTip(Object) - Method in class com.antelmann.util.table.FormattedCellRenderer
called by setValue(Object) to format the value to a String for the tool tip.
FormDialog<T> - Class in com.antelmann.util.gui
allows easy display and handling of forms in a dialog.
FormDialog(Component, String, JComponent, FormValidator<T>) - Constructor for class com.antelmann.util.gui.FormDialog
constructs a modal dialog using a container as a form and adding buttons for OK, CANCEL.
FormDialog(Component, String, JComponent, FormValidator<T>, Logger) - Constructor for class com.antelmann.util.gui.FormDialog
this cunstructor allows to futher specify a Logger which logs when a button of this form is pressed; in addition, all window events are logged.
FormDialog(Component, String, JComponent, FormValidator<T>, boolean) - Constructor for class com.antelmann.util.gui.FormDialog
 
FormDialog(Component, String, JComponent, FormValidator<T>, boolean, Logger) - Constructor for class com.antelmann.util.gui.FormDialog
this constructor allows to further specify whether an apply button should be available on the dialog
FormDialogCellEditor<T> - Class in com.antelmann.util.table
uses a FormDialog instead of a JOptionPane to support more complex editing
FormDialogCellEditor(JComponent, FormValidator<T>, ValueSetter<T>) - Constructor for class com.antelmann.util.table.FormDialogCellEditor
constructs the instance
formDisposed(Container) - Method in class com.antelmann.util.gui.FormListener.Adapter
 
formDisposed(Container) - Method in interface com.antelmann.util.gui.FormListener
called after a FormFrame is disposed
formException(Container, Exception) - Method in class com.antelmann.util.gui.FormListener.Adapter
 
formException(Container, Exception) - Method in interface com.antelmann.util.gui.FormListener
called when during a save operation an exception was thrown (including FormValidationExceptions); this method is called right before the exception is indicated to the user via dialog, so that it can be logged.
FormFrame - Class in com.antelmann.util.gui
a Frame that takes some form along with a FormValidator to edit some data.
FormFrame(String, JComponent, FormValidator<?>) - Constructor for class com.antelmann.util.gui.FormFrame
calls the next constructor with saveAlwaysEnabled=true
FormFrame(String, JComponent, FormValidator<?>, boolean) - Constructor for class com.antelmann.util.gui.FormFrame
 
FormHelper - Class in com.antelmann.util.gui
provides convenience to handle common problems when dealing with forms and has generally useful utility methods for handling form fields
FormHelper() - Constructor for class com.antelmann.util.gui.FormHelper
 
FormInternalFrame - Class in com.antelmann.util.gui
a JInternalFrame that takes some form along with a FormValidator to edit some data.
FormInternalFrame(String, JComponent, FormValidator<?>) - Constructor for class com.antelmann.util.gui.FormInternalFrame
calls the next constructor with saveAlwaysEnabled=true
FormInternalFrame(String, JComponent, FormValidator<?>, boolean) - Constructor for class com.antelmann.util.gui.FormInternalFrame
 
FormListener - Interface in com.antelmann.util.gui
 
FormListener.Adapter - Class in com.antelmann.util.gui
 
FormListener.Adapter() - Constructor for class com.antelmann.util.gui.FormListener.Adapter
 
FormPanel - Class in com.antelmann.util.gui
uses a plain JPanel as a Form, where the given component is placed in the center while the control buttons are placed at one edge.
FormPanel(JComponent, FormValidator<?>) - Constructor for class com.antelmann.util.gui.FormPanel
calls the next constructor with saveAlwaysEnabled=true
FormPanel(JComponent, FormValidator<?>, boolean) - Constructor for class com.antelmann.util.gui.FormPanel
 
FormPanel(JComponent, FormValidator<?>, boolean, String) - Constructor for class com.antelmann.util.gui.FormPanel
 
formSaved(Container, Object) - Method in class com.antelmann.util.gui.FormListener.Adapter
 
formSaved(Container, Object) - Method in interface com.antelmann.util.gui.FormListener
called when the form successfully ended a save operation
FormValidationWarning - Exception in com.antelmann.util.gui
indicates a problem during a form validation
FormValidationWarning(Throwable) - Constructor for exception com.antelmann.util.gui.FormValidationWarning
used when an exception prevented the validation to succeed
FormValidationWarning(Component, String, Component) - Constructor for exception com.antelmann.util.gui.FormValidationWarning
 
FormValidator<T> - Interface in com.antelmann.util.gui
used for Form dialogs or frames that edit data.
forName(String) - Static method in class com.antelmann.util.logging.Level
returns the level corresponding to the given name.
forward() - Method in class com.antelmann.cddb.CDDrive
 
forward() - Method in class com.antelmann.cddb.CDDriveSample
 
forward() - Method in class com.antelmann.cddb.CDDriveWin
method not implemented (throws UnsupportedOperationException)
forward() - Method in class com.antelmann.net.JWebBrowser
implements the action for the browser's forward button
foundMedia(URLCache) - Method in interface com.antelmann.net.MediaCrawler.Handler
called when a media file is found, so that it can be saved or handled otherwise
FreeDB - Class in com.antelmann.cddb
FreeDB implements the connection to a freedb.org server or one of its mirrors.
FreeDB() - Constructor for class com.antelmann.cddb.FreeDB
uses CDDBServer.DEFAULT_SERVER
FreeDB(CDDBServer) - Constructor for class com.antelmann.cddb.FreeDB
 
freezePosition(Cell.Location) - Method in class com.antelmann.ooffice.OOCalc
 
FriendsEntry<T extends DBEntry> - Class in com.antelmann.crm
 
FriendsEntry(Object, Stub<T>, Stub<T>) - Constructor for class com.antelmann.crm.FriendsEntry
 
FriendsEntry(Object, EntryRelationship, Class<T>) - Constructor for class com.antelmann.crm.FriendsEntry
 
FriendsEntryStore<T extends FriendsEntry<?>> - Class in com.antelmann.crm
 
FriendsEntryStore(Database<Connection>, String, String, String, String, String, IDFactory, Class<T>, Class<? extends DBEntry>) - Constructor for class com.antelmann.crm.FriendsEntryStore
 
from - Variable in class com.antelmann.net.mail.POP3Account.Config
 
fromBaseUnit(Number) - Method in class com.antelmann.math.BaseUnit
converts the given number from the base unit to this unit
fromDate(Date) - Static method in enum com.antelmann.calendar.Month
 
fromDate(Date) - Static method in enum com.antelmann.calendar.WeekDay
 
fromDate(Date, Calendar) - Static method in enum com.antelmann.calendar.WeekDay
 
fromEntry(DBEntry) - Static method in class com.antelmann.db.DefaultDBReference
 
fromInt(int) - Static method in enum com.antelmann.calendar.Month
accepts the constants used in Calendar
fromInt(int) - Static method in enum com.antelmann.calendar.WeekDay
 
fromInt(int) - Static method in enum com.antelmann.ooffice.Cell.Format
 
fromString(String) - Static method in enum com.antelmann.math.BooleanOperator
 
fromString(String) - Method in enum com.antelmann.math.MathOperator
 
fromString(String) - Static method in enum com.antelmann.math.RelationalOperator
 
fromString(String) - Static method in enum com.antelmann.sql.Connector.DBType
makes a guess what type you may have meant; allows for a very loose way to enter a server type
fromSymbol(String) - Static method in enum com.antelmann.calendar.TimeInterval
 
fromSymbol(String) - Static method in class com.antelmann.math.CurrencyUnit
 
fromSymbol(String) - Static method in class com.antelmann.math.LengthUnit
 
fromSymbol(String) - Static method in class com.antelmann.math.Temperature
 
fromSymbol(String) - Static method in class com.antelmann.math.Weight
 
fromTime(long) - Static method in enum com.antelmann.calendar.Month
 
fromTimeUnit(TimeUnit) - Static method in enum com.antelmann.calendar.TimeInterval
may return null if the given unit has no corresponding interval
fromType(SIBaseUnitType) - Static method in enum com.antelmann.math.SIBaseUnit
 
fromValue(int) - Static method in enum com.antelmann.ooffice.ParagraphAlignment
 
fromValue(int) - Static method in enum com.antelmann.ooffice.Underline
 
fs - Static variable in class com.antelmann.util.Strings
Deprecated. see File#separator
FTPConnector - Class in com.antelmann.net
FTPConnector implements some useful methods for an FTP client.
FTPConnector(String, String, String) - Constructor for class com.antelmann.net.FTPConnector
 
FTPConnector(String, String, char[]) - Constructor for class com.antelmann.net.FTPConnector
 
FTPConnector(String, String, String, boolean) - Constructor for class com.antelmann.net.FTPConnector
 
FTPConnector(String, String, char[], boolean) - Constructor for class com.antelmann.net.FTPConnector
 
FTPConnector(FTPConnector) - Constructor for class com.antelmann.net.FTPConnector
 
FullTextSearchFilter<T> - Class in com.antelmann.sql
used in context with a BaseRowMapper to support full text search in tables
FullTextSearchFilter(String...) - Constructor for class com.antelmann.sql.FullTextSearchFilter
all given pattern must be present in an entry for the search criteria to apply
FullTextSearchFilter(Filter<? super T>, String[], String...) - Constructor for class com.antelmann.sql.FullTextSearchFilter
 
function - Variable in class com.antelmann.util.gui.Plot2DFunction
the function to be plotted
Function2D - Interface in com.antelmann.math
an interface to represent 2-dimensional functions
functionColor - Variable in class com.antelmann.util.gui.Plot2DFunction
color of the function to be plotted; default is blue
FUZZY_MAP - Static variable in class com.antelmann.cddb.FileCDDB
location of the FuzzyLookup file relative to the base dir
FuzzyLookup - Class in com.antelmann.cddb
FuzzyLookup provides a mapping between CDID and CDDBRecord objects, to support inexact matches for FileCDDB queries.
FuzzyLookup() - Constructor for class com.antelmann.cddb.FuzzyLookup
 

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