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

I

I18n - Class in com.antelmann.util
some utility methods useful for internationalization.
I18n() - Constructor for class com.antelmann.util.I18n
 
idColumn - Variable in class com.antelmann.sql.BaseRowMapper
 
idField - Variable in class com.antelmann.calendar.SQLCalendarDB
 
idField - Variable in class com.antelmann.imagedb.SQLImageDB
number
idleThreads() - Method in class com.antelmann.util.ThreadPool
returns the number of threads that are currently idle
IDSQLGenerator - Class in com.antelmann.sql
an IDSQLGenerator is a helper class that provides new IDs as counters based on flexible intervals.
IDSQLGenerator(Connection, String, String, String, String, String) - Constructor for class com.antelmann.sql.IDSQLGenerator
constructs a generator by initializing all configuration data.
ietfDateFormat - Static variable in class com.antelmann.calendar.CalendarUtils
the IETF date format is used in HTTP headers for displaying the date.
ignoreLogExceptions() - Method in class com.antelmann.util.logging.Logger
sets a LogExceptionHandler that simply ignores any given LogException, so no Exception will be propagated to the calling application if logging fails.
ImageDB - Interface in com.antelmann.imagedb
an interface for an image database
imageField - Variable in class com.antelmann.imagedb.SQLImageDB
blob field
imageFilter - Static variable in class com.antelmann.net.LocalWeb
 
ImageHolder - Class in com.antelmann.imagedb
ImageHolder serves as a wrapper for image information stored in a database.
ImageHolder() - Constructor for class com.antelmann.imagedb.ImageHolder
convenience constructor; id will be 0
ImageHolder(Integer) - Constructor for class com.antelmann.imagedb.ImageHolder
time is automatically set to current system time
ImageHolder(Integer, ImageHolder) - Constructor for class com.antelmann.imagedb.ImageHolder
 
ImageHolder.Field - Enum in com.antelmann.imagedb
 
ImageLoader - Class in com.antelmann.imagedb
Just a GUI for loading images in an ImageViewer object
ImageLoader() - Constructor for class com.antelmann.imagedb.ImageLoader
 
imageLoader() - Static method in class com.antelmann.Main
displays images from the file system
imageTableName - Variable in class com.antelmann.imagedb.SQLImageDB
 
ImageTransferException - Exception in com.antelmann.imagedb
thrown to indicate that the image could not be tranfered for some reason
ImageTransferException(String, Exception) - Constructor for exception com.antelmann.imagedb.ImageTransferException
 
ImageTransferException(Exception) - Constructor for exception com.antelmann.imagedb.ImageTransferException
 
ImageUtils - Class in com.antelmann.imagedb
implements ThirdParty for the use of net.sourceforge.barbecue
ImageViewer - Class in com.antelmann.imagedb
ImageViewer simply displays images in a frame.
ImageViewer(File) - Constructor for class com.antelmann.imagedb.ImageViewer
 
ImageViewer(URL) - Constructor for class com.antelmann.imagedb.ImageViewer
 
ImageViewer(Image, String) - Constructor for class com.antelmann.imagedb.ImageViewer
 
ImageViewer(ImageIcon) - Constructor for class com.antelmann.imagedb.ImageViewer
 
ImageViewer(ImageIcon, String) - Constructor for class com.antelmann.imagedb.ImageViewer
 
implementationTitle - Variable in class com.antelmann.AntManifestTask
 
implementationVendor - Variable in class com.antelmann.AntManifestTask
 
implementationVendorURL - Variable in class com.antelmann.AntManifestTask
 
implementationVersion - Variable in class com.antelmann.AntManifestTask
 
IMPORTANT - Static variable in class com.antelmann.util.logging.Level
 
importCDInfoFromServer(CDID, CDDB) - Method in class com.antelmann.cddb.FileCDDB
imports all information that can be retrieved from the CDDB server in regards to the given CD (including fuzzy matches).
importFromFile(File) - Method in class com.antelmann.cddb.CDSet
imports CDID entries from a file; each entry is added to the current set (if not already present)
importFromFile(File) - Method in class com.antelmann.cddb.FuzzyLookup
imports the map from a file; each entry is put into the current map
importXML(InputSource) - Method in interface com.antelmann.io.XMLSerializable
The object is fully reinitialized with the XML data contained in the given ImputSource, so that the object has the same state as it had during export.
in - Variable in class com.antelmann.net.SocketConnection
 
inchToCentimeter(double) - Static method in class com.antelmann.util.MyMath
just for convenient reference
includeHTMLCode - Variable in class com.antelmann.net.SampleCrawlerSetting
 
includesPattern(String[], boolean) - Method in class com.antelmann.net.Spider
searches the content of the embedded URL for the presence of one of the searchPatterns given; returns true if one of the patterns was found
includesStack() - Method in class com.antelmann.util.logging.Logger
returns true if a stack trace is produced when a Logger method creates a LogEntry (false by default)
includesSubPackages() - Method in class com.antelmann.License
determines whether this license is also valid for sub-packages
includeTextPattern - Variable in class com.antelmann.net.SampleCrawlerSetting
 
increment() - Method in class com.antelmann.util.Monitor
 
increment(int) - Method in class com.antelmann.util.Monitor
 
increment() - Method in class com.antelmann.util.MonitorDelegator
 
INDEFINATE - Static variable in class com.antelmann.License
 
indexOf(byte[], byte[]) - Static method in class com.antelmann.io.Data
returns indexOf(source, pattern, 0, source.length)
indexOf(byte[], byte[], int, int) - Static method in class com.antelmann.io.Data
searches for the first occurrence of the given byte pattern within the given byte source.
indexOf(byte[], byte[], byte[]) - Static method in class com.antelmann.io.Data
searches for an occurrence of the given byte pattern only within the 'intersection' of the given two byte sources.
indexOf(char[], char[]) - Static method in class com.antelmann.io.Data
returns indexOf(source, pattern, 0, source.length)
indexOf(char[], char[], int, int) - Static method in class com.antelmann.io.Data
searches for the first occurrence of the given character pattern within the given byte source.
indexOf(char[], char[], char[]) - Static method in class com.antelmann.io.Data
searches for an occurrence of the given byte pattern only within the 'intersection' of the given two byte sources.
indexOf(InputStream, byte[]) - Static method in class com.antelmann.io.Data
 
indexOf(String) - Method in class com.antelmann.io.MyFile
returns the index within the content of this file of the first occurrence of the specified pattern; -1 is returned if pattern is not found.
indexOf(byte[]) - Method in class com.antelmann.io.MyFile
returns the index of the beginning of the given pattern within the file (beginning the search at beginIndex) or -1
indexOf(byte[], int) - Method in class com.antelmann.io.MyFile
returns the index of the beginning of the given pattern within the file (beginning the search at beginIndex) or -1
indexOfIgnoreCase(String, String) - Static method in class com.antelmann.util.Strings
calls the method with the same name adding index 0
indexOfIgnoreCase(String, String, int) - Static method in class com.antelmann.util.Strings
 
individualizeEmail(Email, InternetAddress) - Method in interface com.antelmann.net.mail.EmailCustomizer
this method is called by the EmailAccount.send() method to individualize the body of an email given the address.
individualizeEmail(Email, InternetAddress) - Method in class com.antelmann.net.mail.SQLEmailCustomizer
 
individualizeEmail(Email, InternetAddress) - Method in class com.antelmann.net.mail.TableCustomizer
 
INFO - Static variable in class com.antelmann.util.logging.Level
 
IniFile - Class in com.antelmann.io
a file that loads properties to standard *.ini conventions (unlike the class java.util.Properties)
IniFile(File) - Constructor for class com.antelmann.io.IniFile
 
IniFile(File, String) - Constructor for class com.antelmann.io.IniFile
 
init(InputSource) - Method in class com.antelmann.net.RSSHandler
initializes the handler with content from the given source
init(KeyStore, char[]) - Static method in class com.antelmann.net.SSLSocketConnection
 
init(Properties) - Static method in class com.antelmann.util.Settings
sets the properties to be used by Settings; this should not be used unless you need to override the default properties
initProtocol(String) - Method in exception com.antelmann.cddb.CDDBProtocolException
 
initQuery(String) - Method in exception com.antelmann.cddb.CDDBProtocolException
 
initResult(String) - Method in exception com.antelmann.cddb.CDDBProtocolException
 
insert(ImageHolder) - Method in interface com.antelmann.imagedb.ImageDB
inserts the image holder information to the database.
insert(ImageHolder) - Method in class com.antelmann.imagedb.SQLImageDB
 
insert(T) - Method in interface com.antelmann.mgmt.DBClassStore
it is suggested to create the entry with an ID obtained through generateNewID() before passing it into this method.
insert(RowItem) - Method in class com.antelmann.sql.ConnectionHelper
 
insert(T) - Method in class com.antelmann.sql.JDBCRowProxy
 
insert(WorkUnit) - Method in interface com.antelmann.timeregister.PunchAdminDB
inserts the given unit into the database
insert(Holiday) - Method in interface com.antelmann.timeregister.PunchAdminDB
 
insert(WorkUnit) - Method in class com.antelmann.timeregister.PunchDBClient
 
insert(Holiday) - Method in class com.antelmann.timeregister.PunchDBClient
 
insert(WorkUnit) - Method in class com.antelmann.timeregister.SQLPunchDB
 
insert(Holiday) - Method in class com.antelmann.timeregister.SQLPunchDB
 
insertAlert(Alert) - Method in interface com.antelmann.calendar.CalendarDB
 
insertAlert(Alert) - Method in class com.antelmann.calendar.FileCalendarDB
 
insertAlert(Alert) - Method in class com.antelmann.calendar.SQLCalendarDB
 
insertBytes(byte[]) - Method in class com.antelmann.io.InterceptInputStream
inserts the given bytes into the stream, so that these bytes are read next before all others that would normally follow at this point.
insertEntry(CalendarEntry) - Method in interface com.antelmann.calendar.CalendarDB
the id of the given entry is ignored; the returned entry will reflect the actual database object
insertEntry(CalendarEntry) - Method in class com.antelmann.calendar.FileCalendarDB
 
insertEntry(CalendarEntry) - Method in class com.antelmann.calendar.SQLCalendarDB
 
insertFileAt(File, XTextCursor) - Method in class com.antelmann.ooffice.TextFrame
inserts one document into another
insertImage(File, XTextCursor, TextFrame.AnchorType, Map<Object, Object>) - Method in class com.antelmann.ooffice.TextFrame
props may be null
insertImage(String, XTextCursor, TextFrame.AnchorType, Map<Object, Object>) - Method in class com.antelmann.ooffice.TextFrame
props may be null
insertInto(ImageDB) - Method in class com.antelmann.imagedb.ImageHolder
inserts the image to the given database.
insertIntoCell(String, String, String) - Method in class com.antelmann.ooffice.TextTableFrame
returns the text component of the target cell for further handling
insertIntoCell(String, int, int, String) - Method in class com.antelmann.ooffice.TextTableFrame
returns the text component of the target cell for further handling
insertNewSheet(String, short) - Method in class com.antelmann.ooffice.SpreadsheetFrame
 
insertRow(String, Object...) - Method in class com.antelmann.sql.ConnectionHelper
inserts the given values as a single row into the given table of the given connection.
insertRow(String, Map<String, Object>) - Method in class com.antelmann.sql.ConnectionHelper
inserts the given field values as a row into the given table of the given connection.
insertRows(String, int, int) - Method in class com.antelmann.ooffice.TextTableFrame
returns the number of rows in the given table including the inserted rows
insertRowsAtBookmark(String, int) - Method in class com.antelmann.ooffice.TextTableFrame
 
insertTableModel(String, TableModel) - Method in class com.antelmann.sql.ConnectionHelper
the table model is inserted based on the column order rather than column names.
insertUrlAt(String, XTextCursor) - Method in class com.antelmann.ooffice.TextFrame
inserts one document into another
insertUser(User) - Method in class com.antelmann.timeregister.FilePunchDB
 
insertUser(User) - Method in interface com.antelmann.timeregister.PunchAdminDB
 
insertUser(User) - Method in class com.antelmann.timeregister.PunchDBClient
 
insertUser(User) - Method in class com.antelmann.timeregister.SQLPunchDB
 
install(License) - Method in class com.antelmann.LicenseManager
installs the given license into this LicenseManager, so that it can be found if a check on the licensee is made.
installLicense(License) - Static method in class com.antelmann.util.Settings
installs the given license to the LicenseManager - a convenience method.
installLicenses(InputStream) - Static method in class com.antelmann.util.Settings
installs one or more License Objects from the given stream - a convenience method.
instanciate(RowItem) - Method in interface com.antelmann.sql.ObjectRowMapper
instanciates the Resource based on the properties in the given row
INSTRUMENT - Static variable in class com.antelmann.cddb.Role
 
InterceptInputStream - Class in com.antelmann.io
A specialized stream that allows to provide custom actions upon the occurence of a given byte pattern.
InterceptInputStream(InputStream, byte[]) - Constructor for class com.antelmann.io.InterceptInputStream
 
InterceptInputStream.Handler - Interface in com.antelmann.io
used to handle pattern occurences for an InterceptInputStream
InterfaceMonitor - Interface in com.antelmann.util
allows to monitor all method calls to an object through a proxy object based on a specified interface.
InterfaceMonitor.Adapter - Class in com.antelmann.util
a helper class to faciliate the implementation of the embedding interface
InterfaceMonitor.Adapter() - Constructor for class com.antelmann.util.InterfaceMonitor.Adapter
 
InterfaceWrapper - Class in com.antelmann.util
provides methods to generate special proxy objects that observe calls to specified interfaces
intervalPixel - Variable in class com.antelmann.calendar.JDayGrid
size of one time interval in pixels
isAccessible() - Method in class com.antelmann.net.Spider
actually connects to the embedded URL while executing
isAcknowledged() - Method in class com.antelmann.calendar.Alert
 
isActivated() - Method in class com.antelmann.calendar.AtomicTime
 
isActivated() - Method in class com.antelmann.util.gui.JMemoryGauge
 
isActive() - Method in class com.antelmann.calendar.Alert
 
isActive() - Method in interface com.antelmann.mgmt.DBTransaction
if true, the transaction has begun and not yet committed or aborted.
isActive() - Method in interface com.antelmann.net.NetConnection
returns whether this NetConnection is currently active
isActive() - Method in class com.antelmann.net.SampleCrawlerSetting
if inactive, followLinks() always returns false
isActive() - Method in class com.antelmann.net.SecureConnection
 
isActive() - Method in class com.antelmann.net.SocketConnection
 
isActive() - Method in class com.antelmann.sql.SQLTransaction
 
isActive() - Method in class com.antelmann.util.ThreadPool
returns true if at least one thread in the pool is currently active
isAdmin() - Method in class com.antelmann.timeregister.TimeUser
based on the access action String admin
isAnalyzerEnabled() - Method in class com.antelmann.timeregister.PunchClientFrame
true by default
isApproved() - Method in class com.antelmann.timeregister.WorkUnit
false by default
isAscending() - Method in class com.antelmann.util.MethodComparator
 
isAutoReset() - Method in class com.antelmann.net.SocketConnection
 
isBlackJack(Collection) - Static method in class com.antelmann.game.card.BlackJack
Note that a Vector of cards may not be considered BlackJack even though this function returns true, which is the case if the particular hand is derived from an Ace split.
isBound() - Method in class com.antelmann.License
returns true only if this license is either bound to one or more properties or environment variables.
isBusy() - Method in class com.antelmann.game.JGameFrame
if this function returns true, the JGameFrame is currently running some analysis, which suggests that other event listening components should not alter the game status at this time
isCached() - Method in class com.antelmann.net.URLCache
returns true only if the content has ever been successfully refreshed before
isCanceled() - Method in class com.antelmann.calendar.CalendarEntry
 
isCapsLockOn() - Static method in class com.antelmann.util.gui.Menus
 
isCDAvailable() - Method in class com.antelmann.cddb.CDDrive
also performs a refresh()
isCellEditable(int, int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
isCellEditable(int, int) - Method in class com.antelmann.sql.JDBCTableModel
 
isCellEditable(int, int) - Method in class com.antelmann.sql.ResultSetTableModel
returns false
isCellEditable(int, int) - Method in class com.antelmann.sql.RowItemTableModel
 
isCellEditable(int, int) - Method in class com.antelmann.util.table.CustomThemeTableModel
 
isCellEditable(int, int) - Method in class com.antelmann.util.table.MovableTableModel
 
isCellEditable(int, int) - Method in class com.antelmann.util.table.PropertiesTableModel
 
isCellEditable(int, int) - Method in class com.antelmann.util.table.SortableTableModel
 
isCellEditable(int, int) - Method in class com.antelmann.util.table.TableModelView
 
isChangeListenerSupportEnabled() - Method in class com.antelmann.mgmt.EntityImpl
determines whether listener support is enabled on this object (false by default)
isCheckIn() - Method in class com.antelmann.timeregister.PunchData
 
isCheckIn() - Method in class com.antelmann.timeregister.WorkUnitValidator.CheckInterval
 
isCheckOut() - Method in class com.antelmann.timeregister.PunchData
 
isCommentLine(String) - Method in class com.antelmann.io.IniFile
checks whether the line is considered a comment.
isConfirmed() - Method in class com.antelmann.calendar.CalendarEntry
 
isConsistenWith(CDID) - Method in class com.antelmann.cddb.CDDBXmcdParser
checks whether the given CD is consistent with the content
isContinuousSnapping() - Method in class com.antelmann.util.gui.MouseBoundsListener
 
isCurrentlyPresent(User) - Method in class com.antelmann.timeregister.PunchDataAnalyzer
by definition: if no punch data is available for the user, false is returned
isDialogShowing() - Static method in class com.antelmann.util.gui.WaitMessageDialog
 
isDirty() - Method in class com.antelmann.sql.RowItem
the dirty flag is automatically set to true on each property change if the ChangeListenerSupport remains enabled
isDone() - Method in class com.antelmann.util.Monitor
 
isEditable() - Method in class com.antelmann.cddb.JComposition
 
isEditable() - Method in class com.antelmann.sql.JDBCTableModel
 
isEditable() - Method in class com.antelmann.sql.RowItemTableModel
 
isEnabled() - Method in interface com.antelmann.mgmt.User
determines whether this user is currently active
isEnabled() - Method in class com.antelmann.mgmt.UserImpl
 
isEnabled() - Method in class com.antelmann.net.NetConnectionServer
 
isEnabled() - Method in class com.antelmann.util.logging.Logger
the logger only logs if the return value is true (which it is by default)
isEnabled() - Method in class com.antelmann.util.logging.LogNetReceiver
 
isEndWhenSolved() - Method in class com.antelmann.game.puzzle.TilePuzzle
If isEndWhenSolved(), no legal moves are possible anymore once the puzzle is solved or when it has been determined that the game has no solution path.
isExactMatch() - Method in class com.antelmann.cddb.CDDBRecord
relevant only when derived from a CDDB query: returns whether the CDDBRecord was the result of an exact match of the CD used for the query.
isHoliday(Date) - Method in class com.antelmann.calendar.HolidayCalendar
 
isHtmlPage() - Method in class com.antelmann.net.Spider
checks the content type of the opened URLConnection
isIdle() - Method in class com.antelmann.util.ThreadWorker
 
isInArray(int[], int) - Static method in class com.antelmann.game.GameUtilities
 
isInclusive() - Method in class com.antelmann.util.Range
 
isInDatabase(CDID) - Method in class com.antelmann.cddb.FileCDDB
returns true only if at least one matching valid CDInfo instance is available in the database
isInMuehle(int, int) - Method in class com.antelmann.game.muehle.MuehleGame
isInMuehle() returns true only if a pair of corresponding Positions to the given MuehlePosition contain pieces of the same player as given.
isInRange(T) - Method in class com.antelmann.util.Range
 
isInRangeUnchecked(Object) - Method in class com.antelmann.util.Range
convenience method for unchecked calls
isInsertMode() - Method in class com.antelmann.sql.JDBCTableModel
 
isInSmallDeck() - Method in class com.antelmann.game.card.Card
returns true only if the Card is one that belongs in a small deck (Ace, King, Queen, Jack, Ten, Nine, Eight, Seven)
isInTestMode() - Method in class com.antelmann.cddb.FreeDB
determines whether submissions will be treated as a test or a real submission; defaults to true
isInUse(WorkUnitValidator) - Method in class com.antelmann.timeregister.SQLPunchDB
checks whether any user uses this validator
isKnownGenre(Genre) - Static method in class com.antelmann.cddb.Genre
 
isKnownRole(Role) - Static method in class com.antelmann.cddb.Role
 
isLeaf() - Method in class com.antelmann.io.FileTreeNode
 
isLeaf() - Method in class com.antelmann.net.URLNode
 
isLegalMove(GameMove) - Method in class com.antelmann.game.AbstractGame
this implementation checks whether the move is contained in the array returned by getLegalMoves(); thus this method relies on GameMove.equals() being implemented properly for the move in question
isLegalMove(GameMove) - Method in interface com.antelmann.game.GamePlay
This function is needed for games where getLegalMoves() may not return a complete list of all possible moves (so that a determination on whether the given move is legal could simply be made by checking whether the move is included in the array returned by getLegalMoves()); then, isLegalMoves() will make the determination whether the given move is legal.
isLoggingInternals() - Method in class com.antelmann.util.logging.SocketLogListener
if true, all connection related internal messages are logged as well
isMP3() - Method in class com.antelmann.sound.MP3Player
 
isOpen(int, int) - Method in class com.antelmann.game.mine.MineSweeper
 
isPaused() - Method in class com.antelmann.calendar.Stopwatch
returns true if Stopwatch is paused.
isPlaying() - Method in class com.antelmann.sound.MP3Player
 
isPlaying() - Method in class com.antelmann.sound.SoundPlayer
 
isPublic() - Method in class com.antelmann.calendar.Holiday
determines whether this holiday is considered to be a so-called bank holiday
isReadOnly() - Method in class com.antelmann.net.mail.JEmailAccountTable
 
isRefreshing() - Method in class com.antelmann.net.URLCache
returns true only if the cache is currently being refreshed
isRetrieved(ImageHolder.Field) - Method in class com.antelmann.imagedb.ImageHolder
determines whether the given field value has already been retrieved, if the ImageHolder is read from a database.
isReverseMoveDisabled() - Method in class com.antelmann.game.puzzle.TilePuzzle
If isReverseMoveDisabled(), reverting the game status back to the state it came from (examining the last move) is not a legal move.
isRunning() - Method in class com.antelmann.calendar.Stopwatch
returns true if Stopwatch is running.
isRunning() - Method in class com.antelmann.io.Backup
 
isSoft(Collection) - Static method in class com.antelmann.game.card.BlackJack
 
isSolution() - Method in class com.antelmann.game.puzzle.DiceEquation
 
isSolved() - Method in class com.antelmann.game.puzzle.Solitaire
 
isSolved() - Method in class com.antelmann.game.puzzle.TilePuzzle
checks whether the puzzle state equals the solution and whether it is impossible to reach the goal - which is done by checking whether there are exactly 2 tiles exchanged.
issuedFor() - Method in class com.antelmann.License
a hint to whom this license was issued
isSupportedCountry(String) - Static method in class com.antelmann.util.I18n
based on uppercase ISO 3166 2-letter code
isUpToDate() - Method in class com.antelmann.net.URLCache
checks whether the timestamp provided by the online content is no later than your last successfull refresh.
isValid() - Method in class com.antelmann.License
returns true only if this license passes checkValidation().
isValidPosition(int) - Static method in class com.antelmann.game.muehle.MuehlePosition
 
isVisibleColumn(String) - Method in class com.antelmann.util.table.TableModelView
 
isVisibleColumn(int) - Method in class com.antelmann.util.table.TableModelView
 
isWinner(int) - Method in class com.antelmann.game.AbstractGame
isWinner() checks whether the given gameRole is in the array retruned by getWinner().
isWorkingDay(int) - Method in class com.antelmann.timeregister.WorkUnitValidator
it is a working day if the scheduled time for that weekday is more than 0
iterate(Enumeration<F>) - Static method in class com.antelmann.util.AbstractIterator
converts an Enumeration into an Iterator
IterationException - Exception in com.antelmann.util
thrown to indicate a problem during iteration.
IterationException(Throwable) - Constructor for exception com.antelmann.util.IterationException
 

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