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

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
 
weekBegin(Date) - Static method in class com.antelmann.calendar.CalendarUtils
 
WHITE - Static variable in interface com.antelmann.game.chess.ChessGraphics
 
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
willEndAfterCurrent() - Method in class com.antelmann.util.ThreadWorker
 
willEndAfterLast() - Method in class com.antelmann.util.ThreadWorker
 
windowHeight - Static variable in interface com.antelmann.game.JGamePlay
height of the window
windowLocationX - Static variable in interface com.antelmann.game.JGamePlay
x-coorinate of the upper left window corner
windowLocationY - Static variable in interface com.antelmann.game.JGamePlay
y-coorinate of the upper left window corner
windowWidth - Static variable in interface com.antelmann.game.JGamePlay
width of the window
WINNING_LINE_LENGTH - Static variable in class com.antelmann.game.fourwins.FourWinsGame
 
winPrintASCII(File, String) - Static method in class com.antelmann.util.PrintUtilities
directly sends a file to the specified device using the print command.
WOLF - Static variable in class com.antelmann.game.puzzle.WSPuzzle
 
WOLF - Static variable in class com.antelmann.game.wolfsheep.WolfsheepGame
 
wolfHeuristic(WolfsheepGame, int[]) - Method in class com.antelmann.game.wolfsheep.WSPlayer
 
WolfsheepGame - Class in com.antelmann.game.wolfsheep
an implementation of the wolf&sheep game which is played on a chess-like board; it uses the BoardPosition from the chess package for convenience.
WolfsheepGame() - Constructor for class com.antelmann.game.wolfsheep.WolfsheepGame
initiates the game with the wolf being the first player
WolfsheepGame(byte) - Constructor for class com.antelmann.game.wolfsheep.WolfsheepGame
can initiate the game with either the wolf or the sheeps as the first player;
WorkUnit - Class in com.antelmann.timeregister
represents a timeframe in which an employee worked.
WorkUnit(Date, Date, User) - Constructor for class com.antelmann.timeregister.WorkUnit
type WORK is used as the default
WorkUnit(Date, Date, User, WorkUnit.Type, String) - Constructor for class com.antelmann.timeregister.WorkUnit
 
WorkUnit(Date, Date, User, WorkUnit.Type, String, String) - Constructor for class com.antelmann.timeregister.WorkUnit
 
WorkUnit(Date, Date, User, WorkUnit.Type, String, long, String) - Constructor for class com.antelmann.timeregister.WorkUnit
 
WorkUnit(Date, long, User) - Constructor for class com.antelmann.timeregister.WorkUnit
type WORK is used as the default
WorkUnit(Date, long, User, WorkUnit.Type, String) - Constructor for class com.antelmann.timeregister.WorkUnit
 
WorkUnit(Date, long, User, WorkUnit.Type, String, long, String) - Constructor for class com.antelmann.timeregister.WorkUnit
 
WorkUnit.Type - Enum in com.antelmann.timeregister
 
WorkUnitAnalyzer - Class in com.antelmann.timeregister
maintains and analyzes set of WorkUnit objects.
WorkUnitAnalyzer() - Constructor for class com.antelmann.timeregister.WorkUnitAnalyzer
 
WorkUnitAnalyzer(Collection<WorkUnit>) - Constructor for class com.antelmann.timeregister.WorkUnitAnalyzer
 
WorkUnitGenerator - Class in com.antelmann.timeregister
responsible for generating WorkUnit objects and put them into the database.
WorkUnitGenerator(Logger) - Constructor for class com.antelmann.timeregister.WorkUnitGenerator
 
WorkUnitTableModel - Class in com.antelmann.timeregister
visualizes a list of WorkUnits
WorkUnitTableModel() - Constructor for class com.antelmann.timeregister.WorkUnitTableModel
 
WorkUnitTableModel(Collection<WorkUnit>) - Constructor for class com.antelmann.timeregister.WorkUnitTableModel
 
WorkUnitValidator - Class in com.antelmann.timeregister
implements a schedule template for a user.
WorkUnitValidator(String) - Constructor for class com.antelmann.timeregister.WorkUnitValidator
uses 9am as standardDayBegin and 12h for maxUnitLength
WorkUnitValidator(String, TimeInDay, long) - Constructor for class com.antelmann.timeregister.WorkUnitValidator
uses 0 for minUnitLength
WorkUnitValidator(String, TimeInDay, long, long) - Constructor for class com.antelmann.timeregister.WorkUnitValidator
 
WorkUnitValidator(String, WorkUnitValidator) - Constructor for class com.antelmann.timeregister.WorkUnitValidator
allows easy copying of validators
WorkUnitValidator.CheckInterval - Class in com.antelmann.timeregister
defines the time interval in which a WorkUnit can begin/end
WorkUnitValidator.CheckInterval(TimeInDay, TimeInDay, boolean) - Constructor for class com.antelmann.timeregister.WorkUnitValidator.CheckInterval
 
wrapObject(Object, InterfaceMonitor, Class<?>...) - Static method in class com.antelmann.util.InterfaceWrapper
uses the ClassLoader from Settings
wrapObject(ClassLoader, Object, InterfaceMonitor, 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.
write(byte[], int, int) - Method in class com.antelmann.io.DoublePrintStream
 
write(int) - Method in class com.antelmann.io.DoublePrintStream
 
write(LogEntry) - Method in class com.antelmann.util.logging.AbstractLogWriter
normally not to be overridden; checks the filter and calls writeLogPattern
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 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.
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
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
writeLogPattern(T) - Method in class com.antelmann.util.logging.AbstractLogWriter
writes the pattern to the log entity.
writeLogPattern(byte[]) - Method in class com.antelmann.util.logging.BinaryFileLog
writes the complete serialized information and flushes synchronously
writeLogPattern(String) - Method in class com.antelmann.util.logging.ConsoleLog
This method writes a short version of the entry to the console.
writeLogPattern(Throwable) - Method in class com.antelmann.util.logging.ExceptionDialogWriter
 
writeLogPattern(String) - Method in class com.antelmann.util.logging.FileLog
 
writeLogPattern(Object[]) - 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.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.StringBufferLog
 
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.
writeRefererDomainCount(File) - Method in class com.antelmann.net.ServerLogAnalyzer
 
writeRefererHostCount(File) - Method in class com.antelmann.net.ServerLogAnalyzer
 
writers - Variable in class com.antelmann.util.logging.Logger
 
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
writes the given text to the file and flushes; if append is false, all previous content will be overwritten.
writeText(String, XTextCursor) - Method in class com.antelmann.ooffice.TextFrame
writes text directly into the frame at the given cursor position; the cursor is returned for further handling
writeUTF8(String, boolean) - Method in class com.antelmann.io.MyFile
writes the given text encoded as UTF8
WrongDataException - Exception in com.antelmann.mgmt
WrongDataException signals a consistency problem with the data submitted to the database.
WrongDataException() - Constructor for exception com.antelmann.mgmt.WrongDataException
 
WrongDataException(String) - Constructor for exception com.antelmann.mgmt.WrongDataException
 
WrongDataException(Throwable) - Constructor for exception com.antelmann.mgmt.WrongDataException
 
WrongDataException(String, Throwable) - Constructor for exception com.antelmann.mgmt.WrongDataException
 
WSPlayer - Class in com.antelmann.game.wolfsheep
WSPlayer adds AI to the WolfsheepGame; can play both, wolf and sheep.
WSPlayer() - Constructor for class com.antelmann.game.wolfsheep.WSPlayer
 
WSPlayer(String) - Constructor for class com.antelmann.game.wolfsheep.WSPlayer
 
WSPuzzle - Class in com.antelmann.game.puzzle
WSPuzzle implements the 'Wolf & Sheep Puzzle'.
WSPuzzle() - Constructor for class com.antelmann.game.puzzle.WSPuzzle
 

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) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads