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

W

waitFor(Runnable) - Method in class com.antelmann.util.ThreadWorker
waits until the given task has been executed on this Executor
waitForActiveQueue() - Method in class com.antelmann.util.ThreadWorker
waits until all currently scheduled tasks have been executed
waitForConnection(int, Handshake, int) - Static method in class com.antelmann.net.NetConnectionServer
listens for a single connection to be made and returns a NetConnection if the connection made matches the signature
waitForRefresh() - Method in class com.antelmann.net.URLCache
This method only returns after ensuring that a cached a result from a previous refresh() is available (either the cached data or the cached IOException).
WaitMessageDialog - Class in com.antelmann.util.gui
a little wait dialog
WaitMessageDialog(Component) - Constructor for class com.antelmann.util.gui.WaitMessageDialog
 
WaitMessageDialog(Component, String) - Constructor for class com.antelmann.util.gui.WaitMessageDialog
 
WARNING - Static variable in class com.antelmann.util.logging.Level
 
Warning - Annotation Type in com.antelmann
indicates special usage notes that need to be documented as a warning to the developer/user
WarningOnly - Interface in com.antelmann.util
tagging interface for Exceptions that are considered recoverable from a user's perspective
watermark(OutputStream, InputStream, Image, int) - Static method in class com.antelmann.util.PDFUtils
see PDFUtils.place(OutputStream, InputStream, Image, boolean, int, Point)
WeakHolder<T> - Class in com.antelmann.util
useful to cache a large value 'weakly' through a ValueRetriever using a WeakReference and very easy to use.
WeakHolder(ValueRetriever<T>) - Constructor for class com.antelmann.util.WeakHolder
 
WebdavClient - Class in com.antelmann.webdav
 
WebdavClient(URL, String, String) - Constructor for class com.antelmann.webdav.WebdavClient
 
WebdavException - Exception in com.antelmann.webdav
 
WebdavException(String, Throwable, String) - Constructor for exception com.antelmann.webdav.WebdavException
 
weekBegin(Date) - Method in class com.antelmann.calendar.CalendarHelper
week begins Monday here
WeekDay - Enum in com.antelmann.calendar
represents the days in a week with localized strings
weekInMonth(Date) - Method in class com.antelmann.calendar.CalendarHelper
 
weekInYear(Date) - Method in class com.antelmann.calendar.CalendarHelper
 
Weight - Class in com.antelmann.math
weight unit with conversion capabilities
Weight(String, String, Number) - Constructor for class com.antelmann.math.Weight
 
Weight.Type - Enum in com.antelmann.math
 
WESTERN_CHARSET - Static variable in class com.antelmann.util.Strings
ISO 8859-1
when - Variable in class com.antelmann.db.LockInfo
 
where - Variable in class com.antelmann.db.LockInfo
 
who - Variable in class com.antelmann.db.LockInfo
 
whois() - Method in class com.antelmann.net.Spider
returns the registrant information from the Internic database; the embedded URL must use the host name and not the IP address
whois(String) - Static method in class com.antelmann.net.Spider
returns the registrant information from the Internic database
Whois - Class in com.antelmann.net
provides a simple whois client
Whois() - Constructor for class com.antelmann.net.Whois
 
Whois(String, int) - Constructor for class com.antelmann.net.Whois
 
Whois(InetAddress) - Constructor for class com.antelmann.net.Whois
 
Whois(String) - Constructor for class com.antelmann.net.Whois
 
Whois(InetAddress, int) - Constructor for class com.antelmann.net.Whois
 
Whois.Item - Enum in com.antelmann.net
 
Whois.Type - Enum in com.antelmann.net
 
why - Variable in class com.antelmann.db.LockInfo
 
willEndAfterCurrent() - Method in class com.antelmann.util.ThreadWorker
 
willEndAfterLast() - Method in class com.antelmann.util.ThreadWorker
 
winPrintASCII(File, String) - Static method in class com.antelmann.util.PrintUtilities
Deprecated. 
worker - Variable in class com.antelmann.image.MJPEGHandler
 
wrap(Iterator<T>) - Static method in class com.antelmann.db.AbstractDBEnumeration
 
wrap(Enumeration<T>) - Static method in class com.antelmann.db.AbstractDBEnumeration
 
wrap(Object, T, Class<T>) - Static method in class com.antelmann.util.InterfaceWrapper
 
wrap(ClassLoader, Object, T, Class<T>) - Static method in class com.antelmann.util.InterfaceWrapper
the returned object additionally implements the Wrapped interface
wrap(TableModel, TableCustomizer) - Static method in class com.antelmann.util.table.TableModelWrapper
 
wrapEditorToSelectAll(JTable, int) - Static method in class com.antelmann.util.table.TableUtils
wraps the TableCellEditor of the given column into one that will select all on editing
wrapFilterForProcessing(Filter<? super X>, Processor<X, ? extends DatabaseException>) - Method in class com.antelmann.db.WrappedDBClassStore
This method is only used if WrappedDBClassStore.setProcessBeforeFiltering(boolean) is set to true.
wrapForFormatException(Format) - Static method in class com.antelmann.util.table.FormattedCellRenderer
allows to wrap the given format so that the returned format will resort to providing a toString()-value of a given object if the given format fails
wrapObject(T, InterfaceMonitor, Class<T>) - Static method in class com.antelmann.util.InterfaceWrapper
convenience method
wrapObject(T, InterfaceMonitor, boolean, Class<T>) - Static method in class com.antelmann.util.InterfaceWrapper
convenience method
wrapObject(Object, InterfaceMonitor, Class<?>...) - Static method in class com.antelmann.util.InterfaceWrapper
calls InterfaceWrapper.wrapObject(ClassLoader, Object, InterfaceMonitor, boolean, Class...) with false
wrapObject(Object, InterfaceMonitor, boolean, Class<?>...) - Static method in class com.antelmann.util.InterfaceWrapper
uses the ClassLoader from the given object (first parameter)
wrapObject(Object, InterfaceMonitor, Filter<? super Method>, Class<?>...) - Static method in class com.antelmann.util.InterfaceWrapper
uses the ClassLoader from the given object (first parameter)
wrapObject(ClassLoader, Object, InterfaceMonitor, Class<?>...) - Static method in class com.antelmann.util.InterfaceWrapper
 
wrapObject(ClassLoader, Object, InterfaceMonitor, boolean, Class<?>...) - Static method in class com.antelmann.util.InterfaceWrapper
returns an object that - apart from implementing the given interfaces - monitors each call to the object through the interfaces.
wrapObject(ClassLoader, Object, InterfaceMonitor, Filter<? super Method>, Class<?>...) - Static method in class com.antelmann.util.InterfaceWrapper
returns an object that - apart from implementing the given interfaces - monitors each call to the object through the interfaces.
Wrapped<T> - Interface in com.antelmann.util
indicates that this is a wrapper around another object
WrappedDBClassStore<T extends DBEntry> - Class in com.antelmann.db
a generic DBClassStore wrapper easing the implementation of special wrappers.
WrappedDBClassStore() - Constructor for class com.antelmann.db.WrappedDBClassStore
when using this constructor, the embedded store must still be initialized.
WrappedDBClassStore(DBClassStore<T>) - Constructor for class com.antelmann.db.WrappedDBClassStore
 
WrappedDBClassStoreMapping<T extends DBEntry> - Class in com.antelmann.sql
eases the wrapping of stores that need to override certain mapping infos
WrappedDBClassStoreMapping(DBClassStore<T>) - Constructor for class com.antelmann.sql.WrappedDBClassStoreMapping
the given store must directly support or wrap the MappingInfo interface
WrappedDBClassStoreMapping(DBClassStore<T>, MappingInfo) - Constructor for class com.antelmann.sql.WrappedDBClassStoreMapping
 
WrappedObjectRowMapper<T extends DBEntry> - Class in com.antelmann.sql
eases the task of wrapping a given mapper and overriding only certain aspects of its behavior.
WrappedObjectRowMapper(ObjectRowMapper<T>) - Constructor for class com.antelmann.sql.WrappedObjectRowMapper
 
WrappedTableCellRenderer - Class in com.antelmann.util.table
allows to easily adjust the behavior of a given renderer
WrappedTableCellRenderer(TableCellRenderer) - Constructor for class com.antelmann.util.table.WrappedTableCellRenderer
 
WrappedTableCellRenderer(TableCellRenderer, Handler<JLabel, RuntimeException>) - Constructor for class com.antelmann.util.table.WrappedTableCellRenderer
 
WrappedTableCellRenderer(TableCellRenderer, Processor<Component, RuntimeException>) - Constructor for class com.antelmann.util.table.WrappedTableCellRenderer
 
wrapToScreen(Component) - Static method in class com.antelmann.util.gui.Menus
 
wrapToScreen(Component, double, double) - Static method in class com.antelmann.util.gui.Menus
returns either the given Component or a JScrollPane that is sized appropriately
wrapTransactional(DBTransaction, T, Class<T>) - Static method in class com.antelmann.db.DBUtils
wraps a given instance into a proxy that calls all methods of the provided interface in a proper transactional context.
wrapWithUser(Task<E>, DBTransaction, User) - Static method in class com.antelmann.db.DBUtils
allows to wrap the given task so that it runs in the context of the given user as the current user for the database
wrapWithUser(Callable<T>, DBTransaction, User) - Static method in class com.antelmann.db.DBUtils
allows to wrap the given call so that it runs in the context of the given user as the current user for the database
write(byte[], int, int) - Method in class com.antelmann.io.DoublePrintStream
 
write(int) - Method in class com.antelmann.io.DoublePrintStream
 
write(MutableAttributeSet) - Method in class com.antelmann.net.HtmlCopyParser
 
write(LogEntry) - Method in class com.antelmann.util.logging.AbstractLogWriter
normally not to be overridden; directly calls writeLogPattern w/o double-checking the filter
write(LogEntry) - Method in class com.antelmann.util.logging.AsynchLogWriter
creates a task that runs asynchronously and delegates to the embedded writer.
write(LogEntry) - Method in class com.antelmann.util.logging.EmailWriter
sends the email
write(String) - Method in class com.antelmann.util.logging.LogFile
This is the only method actually writing to the file; all other 'write*' methods call this method
write(LogEntry) - Method in class com.antelmann.util.logging.LoggerCache
 
write(LogEntry) - Method in class com.antelmann.util.logging.LoggerWriter
 
write(LogEntry) - Method in interface com.antelmann.util.logging.LogWriter
writes the given LogEntry to the log of this LogWriter.
writeBytes(byte[], boolean) - Method in class com.antelmann.io.MyFile
writes the given bytes directly to the file and flushes; if append is false, all previous content will be overwritten.
writeBytes(byte[]) - Method in class com.antelmann.ooffice.OOOutputStream
 
writeCDInfo(CDInfo) - Method in interface com.antelmann.cddb.CDDB
allows to submit CD information to the database - if the operation is permitted by the database.
writeCDInfo(CDInfo) - Method in class com.antelmann.cddb.FileCDDB
Writes the given CDInfo object to a file as specified in the raw CDDB format.
writeCDInfo(CDInfo) - Method in class com.antelmann.cddb.FreeDB
submits the CDInfo object to the FreeDB.
writeCDInfo(CDInfo) - Method in class com.antelmann.cddb.SQLCDDB
 
writeElapsedTime() - Method in class com.antelmann.util.logging.LogFile
writes a LogFile entry with the elapsed time since initialization or since the last call to resetTime().
writeExternal(ObjectOutput) - Method in class com.antelmann.cddb.Composition
required to support proper serialization of the bi-directional relationship
writeImage(String, OutputStream) - Method in class com.antelmann.image.Barcode4j
writes a png file
writeJpeg(Image, File, float) - Static method in class com.antelmann.image.ImageUtils
 
writeJpeg(Image, OutputStream, float) - Static method in class com.antelmann.image.ImageUtils
 
writeln() - Method in class com.antelmann.io.MyFile
appends a platform specific linebreak into a text file
writeln() - Method in class com.antelmann.util.logging.LogFile
 
writeln(String) - Method in class com.antelmann.util.logging.LogFile
 
writeln(Object) - Method in class com.antelmann.util.logging.LogFile
note that this function doesn't write serialized objects, but it calls toString() on the object and writes the String to the file
writeLock() - Method in class com.antelmann.db.LockManager
provides a way to put a write lock on the associated data from the store so that we can avoid deadlocks
writeLogPattern(T) - Method in class com.antelmann.util.logging.AbstractLogWriter
writes the pattern to the log entity.
writeLogPattern(String) - Method in class com.antelmann.util.logging.AppendableLogWriter
 
writeLogPattern(byte[]) - Method in class com.antelmann.util.logging.BinaryFileLog
writes the complete serialized information and flushes synchronously
writeLogPattern(Throwable) - Method in class com.antelmann.util.logging.ExceptionDialogWriter
 
writeLogPattern(String) - Method in class com.antelmann.util.logging.FileLog
 
writeLogPattern(RowItem) - Method in class com.antelmann.util.logging.JDBCLogWriter
the entry is split into an object array by the formatter which is then inserted into the table.
writeLogPattern(String) - Method in class com.antelmann.util.logging.JTextAreaLog
This method appends a short version of the entry to internal buffer that is written to the embedded text component.
writeLogPattern(String) - Method in class com.antelmann.util.logging.JTextComponentLog
This method appends a short version of the entry to internal buffer that is written to the embedded text component.
writeLogPattern(String) - Method in class com.antelmann.util.logging.LogFile
This method writes a one-line version String of the entry into the file.
writeLogPattern(byte[]) - Method in class com.antelmann.util.logging.LogNetPropagator
 
writeLogPattern(LogEntry) - Method in class com.antelmann.util.logging.SocketWriter
 
writeLogPattern(String) - Method in class com.antelmann.util.logging.StackTraceFileWriter
 
writeLogPattern(String) - Method in class com.antelmann.util.logging.XMLLogWriter
 
writeObject(Object, boolean) - Method in class com.antelmann.io.MyFile
serializes the given object, writes it to the file and flushes.
writeProperties(Properties) - Method in class com.antelmann.io.IniFile
 
writePropertiesInto(PropertyEntry) - Method in class com.antelmann.util.gui.JPropertyEditor
existing properties of the given entry are deleted and all properties from this instance are written into it.
writer - Variable in class com.antelmann.net.HtmlCopyParser
 
writeRefererDomainCount(File) - Method in class com.antelmann.net.ServerLogAnalyzer
 
writeRefererHostCount(File) - Method in class com.antelmann.net.ServerLogAnalyzer
 
writeStackTrace(Throwable, boolean) - Method in class com.antelmann.io.MyFile
prints the stack trace of the given Throwable
writeStackTrace(Thread, Throwable, boolean) - Method in class com.antelmann.io.MyFile
prints the stack trace of the given Throwable to a PrintWriter.
writeText(String, boolean) - Method in class com.antelmann.io.MyFile
 
writeText(String, String, boolean) - Method in class com.antelmann.io.MyFile
writes the given text to the file and flushes; if append is false, all previous content will be overwritten.
writeText(String) - Method in class com.antelmann.ooffice.OOWriter
uses the view cursor
writeText(String, T) - Method in class com.antelmann.ooffice.OOWriter
overwrites the text at the given cursor position.
writeUTF8(String, boolean) - Method in class com.antelmann.io.MyFile
writes the given text encoded as UTF8
WrongCurrencyException - Exception in com.antelmann.math
 
WrongCurrencyException() - Constructor for exception com.antelmann.math.WrongCurrencyException
 
WrongCurrencyException(CurrencyUnit) - Constructor for exception com.antelmann.math.WrongCurrencyException
 
WrongCurrencyException(Currency) - Constructor for exception com.antelmann.math.WrongCurrencyException
 
WrongDataException - Exception in com.antelmann.db
WrongDataException signals a consistency problem with the data submitted to the database.
WrongDataException() - Constructor for exception com.antelmann.db.WrongDataException
 
WrongDataException(String) - Constructor for exception com.antelmann.db.WrongDataException
 
WrongDataException(Throwable) - Constructor for exception com.antelmann.db.WrongDataException
 
WrongDataException(String, Throwable) - Constructor for exception com.antelmann.db.WrongDataException
 
wrongInput(HttpServletResponse, String) - Method in class com.antelmann.servlet.DBEntryServlet
 

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