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

EDIT - Static variable in class com.antelmann.util.table.ColorEditor
 
editSelectedEmailAccount() - Method in class com.antelmann.net.mail.JEmailAccountTable
 
EIGHT - Static variable in class com.antelmann.game.card.Card
 
EightQueens - Class in com.antelmann.game.puzzle
EightQueens implements the problem of placing 8 queens on a chess board so that they don't attack each other.
EightQueens() - Constructor for class com.antelmann.game.puzzle.EightQueens
 
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).
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.Attachment - Class in com.antelmann.net.mail
Attachment represents an attachment to an email.
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
EmailAccount - Class in com.antelmann.net.mail
EmailAccount provides an easy way to send and receive emails through an application.
EmailAccount() - Constructor for class com.antelmann.net.mail.EmailAccount
convenience constructor that uses null values (and 'your@email' as 'from'-address; parameters must be changed before use
EmailAccount(File) - Constructor for class com.antelmann.net.mail.EmailAccount
 
EmailAccount(Properties) - Constructor for class com.antelmann.net.mail.EmailAccount
 
EmailAccount(String, String, String, String, String, boolean) - Constructor for class com.antelmann.net.mail.EmailAccount
 
EmailAccount(String, String, String, String, String, boolean, Logger) - Constructor for class com.antelmann.net.mail.EmailAccount
 
EmailAccountTableModel - Class in com.antelmann.net.mail
provides a GUI model to handle EmailAccount objects.
EmailAccountTableModel() - Constructor for class com.antelmann.net.mail.EmailAccountTableModel
 
emailClient() - Static method in class com.antelmann.Main
 
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.
emailWatcher() - Static method in class com.antelmann.Main
 
EmailWriter - Class in com.antelmann.util.logging
uses email to send each LogEntry object over the Internet.
EmailWriter(EmailAccount, String) - Constructor for class com.antelmann.util.logging.EmailWriter
 
EMERALD - Static variable in class com.antelmann.util.gui.CustomTheme
 
employeeAdminField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
employeeBarcodeField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
employeeCommentField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
employeeEnabledField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
employeeIdField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
employeeNameField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
employeePasswordField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
employeeReadAllField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
employeeReadField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
employeeScheduleField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
employeeTableName - Variable in class com.antelmann.timeregister.SQLPunchDB
 
EMPTY - Static variable in class com.antelmann.game.gomoku.GomokuGame
 
EMPTY - Static variable in class com.antelmann.game.muehle.MuehleGame
 
emptyInbox() - Method in class com.antelmann.net.mail.EmailAccount
returns the number of messages deleted from the POP3 inbox
enable() - Method in class com.antelmann.util.Monitor
enable() sets the Monitor to be enabled() and also interrupts threads scheduled through disableLater()
enableChangeListenerSupport(boolean) - Method in class com.antelmann.mgmt.EntityImpl
allows to enable/disable listener support on this object (disabled by default).
enabled - Static variable in class com.antelmann.util.Debug
false by default
enabled() - Method in class com.antelmann.util.Monitor
 
enabled() - Method in class com.antelmann.util.MonitorDelegator
 
enableTracking() - Method in class com.antelmann.game.TemplatePlayer
Deprecated. use setTracking(boolean enable) instead
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
encode(byte[]) - Method in class com.antelmann.util.SimpleKey
 
encode(byte[]) - Method in interface com.antelmann.util.SynchronousKey
encodes the given byte array
encode64(String) - Static method in class com.antelmann.util.Strings
encodes the given String using Base64 with ASCII
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
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(String) - Method in class com.antelmann.io.MyFile
uses a com.antelmann.util.CipherKey
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
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
ensureExtension(String) - Method in class com.antelmann.io.MyFile
returns a file that has the given file extension based on this file.
enterPassword(Component) - Static method in class com.antelmann.util.gui.Menus
returns null on cancel
enterPassword(Component, String, Object, String) - Static method in class com.antelmann.util.gui.Menus
returns null on cancel
enterPassword(Component, String, Object, String, ImageIcon) - Static method in class com.antelmann.util.gui.Menus
returns null on cancel; tries to set caps lock to false to avoid common mistakes
Entity - Interface in com.antelmann.mgmt
represents an entity that is specified by various properties that may flexibly change.
EntityImpl - Class in com.antelmann.mgmt
This class represents a default Entity implementation that can serve as a base class for Entity implementations.
EntityImpl(Object) - Constructor for class com.antelmann.mgmt.EntityImpl
 
EntityImpl(Object, Entity) - Constructor for class com.antelmann.mgmt.EntityImpl
all properties from the given entity are copied into this entity; the given properties do NOT run through the property change check.
EntityImpl(Object, Map<String, Object>) - Constructor for class com.antelmann.mgmt.EntityImpl
the given properties do NOT run through the property change check; they ought to be checked once the extending class is fully initialized
EntityTableModel - Class in com.antelmann.mgmt
a TableModel that first uses the value of method names and then tries to retrieve properties based on the name as key.
EntityTableModel(List<? extends Entity>, String...) - Constructor for class com.antelmann.mgmt.EntityTableModel
 
enumerate(Iterator<F>) - Static method in class com.antelmann.util.AbstractIterator
converts an Iterator into an Enumeration
equals(Object) - Method in class com.antelmann.calendar.Alert
 
equals(Object) - Method in class com.antelmann.calendar.CalendarEntry
merely checks the id
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.game.card.Card
 
equals(Object) - Method in class com.antelmann.game.checkers.CheckersGame
 
equals(Object) - Method in class com.antelmann.game.chess.ChessGame
This implementation of equals() does currently not care about the move history, it only considers the state of the board.
equals(Object) - Method in class com.antelmann.game.fourwins.FourWinsGame
 
equals(Object) - Method in class com.antelmann.game.GameBoardMove
 
equals(Object) - Method in class com.antelmann.game.GameBoardPosition
 
equals(Object) - Method in class com.antelmann.game.HighscoreEntry
based on time, user
equals(Object) - Method in class com.antelmann.game.mine.MineSweeper
 
equals(Object) - Method in class com.antelmann.game.MoveTemplate
 
equals(Object) - Method in class com.antelmann.game.muehle.MuehleGame
 
equals(Object) - Method in class com.antelmann.game.puzzle.Solitaire
 
equals(Object) - Method in class com.antelmann.game.puzzle.TilePuzzle
 
equals(Object) - Method in class com.antelmann.game.quiz.Question
based on getDisplay()
equals(Object) - Method in class com.antelmann.game.reversi.ReversiGame
 
equals(Object) - Method in class com.antelmann.game.ttt.TickTackToe
required to allow recognizing the same game status even after serialization (to support network games, GameBooks, etc.).
equals(Object) - Method in class com.antelmann.game.wolfsheep.WolfsheepGame
 
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.mgmt.EntityImpl
returns true if the given Object is an Entity, is of the same class and its id is equal
equals(Object) - Method in class com.antelmann.mgmt.UserImpl
returns true if the given Object is a User instance and its id is equal
equals(Object) - Method in class com.antelmann.net.mail.Email.Header
 
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.sql.RowItem
columns (other than the idColumn) are ignored
equals(Object) - Method in class com.antelmann.timeregister.PunchData
 
equals(Object) - Method in class com.antelmann.timeregister.WorkUnit
based on user, begin, type and length
equals(Object) - Method in class com.antelmann.timeregister.WorkUnitValidator.CheckInterval
 
equals(Object) - Method in class com.antelmann.timeregister.WorkUnitValidator
based on the name
equals(Object) - Method in class com.antelmann.util.Encoded
 
equals(Object) - Method in class com.antelmann.util.logging.Level
 
equalWithProperties(Entity) - Method in class com.antelmann.mgmt.EntityImpl
checks (next to equals) whether all properties are the same
ERROR - Static variable in class com.antelmann.util.logging.Level
 
EURO - Static variable in class com.antelmann.util.Strings
represents the Euro currency symbol
evaluate(GamePlay, GameMove, int[], int, long) - Method in class com.antelmann.game.BookPlayer
 
evaluate(GamePlay, GameMove, int[], int, long) - Method in interface com.antelmann.game.Player
evaluate() asks the Player to rate a move in the context of a given game stage relative to its role (if the Player has multiple roles in the game, they will all be found in the role array - giving the Player maximum flexibility) while considering the game level for potential game tree search operations and then using heuristic() to evaluate the leaves of the game tree.
evaluate(GamePlay, GameMove, int[], int, long) - Method in class com.antelmann.game.SocketPlayer
 
evaluate(GamePlay, GameMove, int[], int, long) - Method in class com.antelmann.game.TemplatePlayer
This method will simply call the protected evaluate() method and in addition track the call if tracking is enabled.
evaluate(GamePlay, GameMove, int[], int, long, Monitor) - Method in class com.antelmann.game.TemplatePlayer
Internal evaluate function called by public evaluate() and selectMove().
evaluateMove(GameMove) - Method in interface com.antelmann.game.AutoPlay
The evaluation of the move is usually carried out by the Player object who plays the given move; consequently, the result should be interpreted from the perspective of the game roles this particular Player plays in the game.
evaluateMove(GameMove) - Method in class com.antelmann.game.GameDriver
This function interfaces with the Player and returns the value of evaluate() while passing on the response time; note that a call to this function does not effect the time kept for the Player in the game.
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
ExceptionDialogWriter - Class in com.antelmann.util.logging
shows a dialog upon each Throwable encountered.
ExceptionDialogWriter(Component) - Constructor for class com.antelmann.util.logging.ExceptionDialogWriter
 
execute() - Method in class com.antelmann.AntBuildLicenseFile
 
execute() - Method in class com.antelmann.AntBuildTask
 
execute() - Method in class com.antelmann.AntManifestTask
writes the defined content into the specified manifest file
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) - Method in class com.antelmann.sql.ConnectionHelper
shortcut to perform an update via SQL statement
expand() - Method in class com.antelmann.net.URLNode
makes this node expand beyond the crawler rules of the associated URLTree
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
 
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.
exportToFile(File, String, boolean) - Method in class com.antelmann.timeregister.PunchDataAnalyzer
 
exportXML(Writer) - Method in interface com.antelmann.io.XMLSerializable
exports the enire object as XML and writes it to the given Writer, so that the object can be reconstructed with importXML(InputSource).
expungePop3Message(Message) - Static method in class com.antelmann.net.mail.EmailAccount
the associated folder must subsequently be closed with the flag set to true to actually delete the message from the inbox.
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(Collection<T>, Filter<T>) - Static method in class com.antelmann.util.Sets
returns a new Collection that will only contain those elements that passed the filter.
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.
extractEmail(Message) - Static method in class com.antelmann.net.mail.EmailAccount
 
extractLogEntry(ResultSet) - Method in class com.antelmann.util.logging.SampleSQLLogFormatter
 
extractPattern(TYPE) - Method in interface com.antelmann.util.PatternExtractor
depending on implementation, this method may return null
extractRow(ResultSet, String) - Static method in class com.antelmann.sql.ConnectionHelper
the current row should not have been accessed, yet
extractRows(ResultSet) - Method in class com.antelmann.sql.ConnectionHelper
returns a map per row, where column names are mapped to their respective value.
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
extractUnits(ResultSet, Map<Object, TimeUser>, Filter<WorkUnit>) - Method in class com.antelmann.timeregister.SQLPunchDB
 
extractUser(ResultSet) - Method in class com.antelmann.timeregister.SQLPunchDB
 
extractValidators(ResultSet, Filter<WorkUnitValidator>) - Method in class com.antelmann.timeregister.SQLPunchDB
 

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