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

C

calculate() - Method in class com.antelmann.game.puzzle.DiceEquation
 
calculateAccessibleWebSize() - Method in class com.antelmann.net.LocalWeb
 
calculateEANChecksum(String) - Static method in class com.antelmann.mgmt.MgmtUtils
takes both: UPC and EAN codes; must be numeric only
calculateIntPos(char, int) - Static method in class com.antelmann.game.chess.BoardPosition
 
calculatePageWeight() - Method in class com.antelmann.net.Spider
returns the page weigt in bytes (= content length of URL plus sum of embedded images)
calculatePoint(double) - Method in class com.antelmann.util.gui.Plot2DFunction
 
calculateScore(Question[], int[], long[]) - Method in class com.antelmann.game.quiz.DemoQuizFrame
 
CalendarDB - Interface in com.antelmann.calendar
 
CalendarEntry - Class in com.antelmann.calendar
represents a generic entry in a calendar
CalendarEntry(int, Date, Date, String) - Constructor for class com.antelmann.calendar.CalendarEntry
begin and title must not be null
CalendarEntry(int, Date, long, String) - Constructor for class com.antelmann.calendar.CalendarEntry
begin and title must not be null
CalendarEntry(int, Date, Date, String, String, String) - Constructor for class com.antelmann.calendar.CalendarEntry
begin and title must not be null
CalendarEntry(int, Date, long, String, String, String) - Constructor for class com.antelmann.calendar.CalendarEntry
begin and title must not be null
CalendarEntry(int, CalendarEntry) - Constructor for class com.antelmann.calendar.CalendarEntry
creates a dublicate from entry where only the id is different from the original
CalendarEntryComponentFactory - Interface in com.antelmann.calendar
used for visualizing calendar entries
CalendarException - Exception in com.antelmann.calendar
indicates an inconsistency in the calendar database
CalendarException(Throwable) - Constructor for exception com.antelmann.calendar.CalendarException
 
CalendarException(String, Throwable) - Constructor for exception com.antelmann.calendar.CalendarException
 
CalendarException(String) - Constructor for exception com.antelmann.calendar.CalendarException
 
CalendarUtils - Class in com.antelmann.calendar
methods that require a calendar for calculation are synchronized, so they do not perform simultaneously
canAccess(Object) - Method in interface com.antelmann.mgmt.User
determines whether this user is allowed to access the given resource
canAccess(Object) - Method in class com.antelmann.mgmt.UserImpl
 
cancel() - Method in class com.antelmann.calendar.AlertTimer
terminates the AlertTimer
cancel() - Method in class com.antelmann.io.Backup
 
cancel() - Method in class com.antelmann.net.Downloader
cancels the current download; the listeners will be called with an IOException containing the message that canced() was called or that the input stream was closed
CANCEL - Static variable in class com.antelmann.util.gui.FormDialog
indicates that the CANCEL-button has been pressed
cancelField - Variable in class com.antelmann.calendar.SQLCalendarDB
 
CannotPlayGameException - Exception in com.antelmann.game
An Exception that is thrown if a Player cannot play a given game implementation
CannotPlayGameException(Player, GamePlay, String) - Constructor for exception com.antelmann.game.CannotPlayGameException
 
canPlayGame(GamePlay) - Method in class com.antelmann.game.awari.AwariPlayer
 
canPlayGame(GamePlay) - Method in class com.antelmann.game.BookPlayer
 
canPlayGame(GamePlay) - Method in class com.antelmann.game.card.BJPlayer
 
canPlayGame(GamePlay) - Method in class com.antelmann.game.checkers.CheckersPlayer
 
canPlayGame(GamePlay) - Method in class com.antelmann.game.chess.ChessPlayer
 
canPlayGame(GamePlay) - Method in class com.antelmann.game.fourwins.FourWinsPlayer
 
canPlayGame(GamePlay) - Method in class com.antelmann.game.gomoku.GomokuPlayer
 
canPlayGame(GamePlay) - Method in class com.antelmann.game.muehle.MuehlePlayer
 
canPlayGame(GamePlay) - Method in interface com.antelmann.game.Player
canPlayGame() returns true only if the Player provides an applicable heuristic for the type of game given.
canPlayGame(GamePlay) - Method in class com.antelmann.game.puzzle.TilePuzzlePlayer
 
canPlayGame(GamePlay) - Method in class com.antelmann.game.RandomPlayer
always returns true, since the RandomPlayer can play any game
canPlayGame(GamePlay) - Method in class com.antelmann.game.reversi.ReversiPlayer
 
canPlayGame(GamePlay) - Method in class com.antelmann.game.SocketPlayer
 
canPlayGame(GamePlay) - Method in class com.antelmann.game.wolfsheep.WSPlayer
 
canRead() - Method in class com.antelmann.timeregister.TimeUser
based on the access action String read
canReadAll() - Method in class com.antelmann.timeregister.TimeUser
based on the access action String readAll
Card - Class in com.antelmann.game.card
a representation of a game card
Card(int) - Constructor for class com.antelmann.game.card.Card
to instanciate a Joker only; accepts only JOKER as type
Card(int, byte) - Constructor for class com.antelmann.game.card.Card
use static members of this class for parameters
CardDeck - Class in com.antelmann.game.card
represents a stack of cards
CardDeck(int, boolean, boolean) - Constructor for class com.antelmann.game.card.CardDeck
 
cardsLeft() - Method in class com.antelmann.game.card.CardDeck
 
cashCount() - Static method in class com.antelmann.Main
 
categories - Variable in class com.antelmann.calendar.CalendarEntry
 
categoryField - Variable in class com.antelmann.calendar.SQLCalendarDB
categories are stored in a single comma-separated text field
catSeparator - Static variable in class com.antelmann.calendar.SQLCalendarDB
 
CDCollection - Interface in com.antelmann.cddb
CDCollection represents what it says: a collection of CDs.
CDDB - Interface in com.antelmann.cddb
The interface CDDB specifies the methods that a CD database needs to provide to serve as a database in this framework.
cddbChecker() - Static method in class com.antelmann.Main
starts a CDDB checker program
CDDBEntry - Class in com.antelmann.cddb
CDDBEntry represents an entry for a CD in a CDDB database that contains all known properties about the associated CD.
CDDBEntry(CDDBRecord, String) - Constructor for class com.antelmann.cddb.CDDBEntry
The fileContent must be in xmcd format specified by CDDB and must contain the discID from the record.
CDDBProtocolException - Exception in com.antelmann.cddb
CDDBProtocolException is thrown when the response from a CDDB source did not comply to the expected protocol.
CDDBProtocolException() - Constructor for exception com.antelmann.cddb.CDDBProtocolException
 
CDDBProtocolException(String) - Constructor for exception com.antelmann.cddb.CDDBProtocolException
 
CDDBProtocolException(Throwable) - Constructor for exception com.antelmann.cddb.CDDBProtocolException
 
CDDBProtocolException(String, Throwable) - Constructor for exception com.antelmann.cddb.CDDBProtocolException
 
CDDBProtocolException(String, String, String, String, Throwable) - Constructor for exception com.antelmann.cddb.CDDBProtocolException
 
CDDBRecord - Class in com.antelmann.cddb
Represents a unique entry in a CDDB database.
CDDBRecord(String, String, String) - Constructor for class com.antelmann.cddb.CDDBRecord
produces an exact match record with the given parameters; the order of the parameters is according to the output of the CDDB protocol.
CDDBRecord(String, String, String, boolean) - Constructor for class com.antelmann.cddb.CDDBRecord
initializes a record that can be used to query CDDB for this entry.
CDDBServer - Class in com.antelmann.cddb
CDDBServer represents a server that can act as a mirror to a CDDB service.
CDDBServer(String, String, int, String, String, String, String) - Constructor for class com.antelmann.cddb.CDDBServer
 
CDDBXmcdParser - Class in com.antelmann.cddb
CDDBXmcdParser provides methods to parse the file content from a CDDB/FreeDB raw file in xmcd format.
CDDBXmcdParser(File) - Constructor for class com.antelmann.cddb.CDDBXmcdParser
file must be in the CDDB/FreeDB file format
CDDBXmcdParser(CDInfo) - Constructor for class com.antelmann.cddb.CDDBXmcdParser
 
CDDBXmcdParser(String) - Constructor for class com.antelmann.cddb.CDDBXmcdParser
fileContent must be derived from CDDB/FreeDB file format
CDDrive - Class in com.antelmann.cddb
The class CDDrive represents the physical CD-ROM drive in a platform independent way.
CDDriveSample - Class in com.antelmann.cddb
A sample platform independent implementation for testing purposes
CDDriveSample() - Constructor for class com.antelmann.cddb.CDDriveSample
 
CDDriveSample(String) - Constructor for class com.antelmann.cddb.CDDriveSample
the query string MUST be in the exact format of the CDDB query string.
CDDriveWin - Class in com.antelmann.cddb
This class is a Win32 specific implementation of CDDrive, which uses native function calls to access the CD-ROM drive.
CDDriveWin() - Constructor for class com.antelmann.cddb.CDDriveWin
 
CDDriveWin(int) - Constructor for class com.antelmann.cddb.CDDriveWin
the first drive is 0
CDID - Class in com.antelmann.cddb
CDID represents a unique music CD with the characteristics usually provided by a CDDrive.
CDID(String, int[], int) - Constructor for class com.antelmann.cddb.CDID
constructs the CDID manually (doesn't perform a consistency check)
CDID(CDDrive) - Constructor for class com.antelmann.cddb.CDID
reads the CD information directly from the drive (preferred construction method)
CDID(String) - Constructor for class com.antelmann.cddb.CDID
parses the CDID information from the given CDDB query string.
CDInfo - Interface in com.antelmann.cddb
Represents the additional information for a CD that can be retrieved from a CDDB database.
CDSet - Class in com.antelmann.cddb
A helper class to manage a CD collection with the ability to import/export the set to/from a file.
CDSet() - Constructor for class com.antelmann.cddb.CDSet
 
CDSET_LOCATION - Variable in class com.antelmann.cddb.SimpleCDCollection
the filename where the CDSet is stored relative to the base dir
center(Component) - Static method in class com.antelmann.util.gui.Menus
centers the given Component in the middle of the screen
centimeterToInch(double) - Static method in class com.antelmann.util.MyMath
just for convenient reference
certificateType - Static variable in interface com.antelmann.util.SecurityNames
 
CGI - Class in com.antelmann.net
The class CGI provides a convenient way to post parameters to a web-based CGI script.
CGI(URL) - Constructor for class com.antelmann.net.CGI
requires a URL based on the HTTP protocol specifying the script you are posting to
CHANGED - Static variable in class com.antelmann.mgmt.JPasswordChangeForm
 
changePlayer(int, Player) - Method in interface com.antelmann.game.AutoPlay
changePlayer() enables to change the Player for a gameRole while the game is in progress; the old Player object is returned
changePlayer(Player) - Method in class com.antelmann.game.BookPlayer
 
changePlayer(int, Player) - Method in class com.antelmann.game.GameDriver
 
CHARCOAL - Static variable in class com.antelmann.util.gui.CustomTheme
 
charset - Variable in class com.antelmann.io.IniFile
uses the default charset of this Java virtual machine by default
charset - Variable in class com.antelmann.util.FormattedResourceBundle
encoding used
chat() - Static method in class com.antelmann.Main
starts either a ChatServer or a JChat client
ChatServer - Class in com.antelmann.net
ChatServer implements a server that handles chat messages that are broadcasted among the active connections to the server.
ChatServer(int, Logger) - Constructor for class com.antelmann.net.ChatServer
 
check(Object) - Method in class com.antelmann.LicenseManager
checks for a valid license for the given object and only returns gracefully if a valid license was found.
CHECK_IN - Static variable in class com.antelmann.timeregister.SQLPunchDB
 
CHECK_OUT - Static variable in class com.antelmann.timeregister.SQLPunchDB
 
checkEAN(String) - Static method in class com.antelmann.mgmt.MgmtUtils
takes both: UPC and EAN codes; must be numeric only
checkError() - Method in class com.antelmann.io.DoublePrintStream
 
CheckersGame - Class in com.antelmann.game.checkers
an implementation of the game checkers.
CheckersGame() - Constructor for class com.antelmann.game.checkers.CheckersGame
 
CheckersGame(String) - Constructor for class com.antelmann.game.checkers.CheckersGame
 
CheckersPlayer - Class in com.antelmann.game.checkers
AI for the CheckersGame
CheckersPlayer() - Constructor for class com.antelmann.game.checkers.CheckersPlayer
 
CheckersPlayer(String) - Constructor for class com.antelmann.game.checkers.CheckersPlayer
 
checkForMatch(byte[], byte[], byte[], int) - Method in class com.antelmann.io.InterceptInputStream
checks whether the exact searchPattern can be found in buffer1 or in the intersection between buffer1 and buffer2.
checkForUpgrade() - Static method in class com.antelmann.Version
checkForUpgrade() connects to the Internet to check for an available upgrade.
checkForWin(GamePlay, int[]) - Static method in class com.antelmann.game.GameUtilities
This convenience function checks whether there is a winner in the game corresponding to one of the given roles in the array; if so, it returns 1 in case the Player is among the winners, and -1 if that's not the case; a zero is returned if there are no winners or if GamePlay.getWinner() returns null.
checkJavaVersion() - Static method in class com.antelmann.Version
checks whether the system environment (here: java.version from your system properties) is sufficient for the classes of this package to run properly
checkKey(License) - Method in class com.antelmann.LicenseKey
this method is responsible for checking the license key.
checkLicense(Object) - Static method in class com.antelmann.util.Settings
calls checkLicense(licensee, null)
checkLicense(Object, Component) - Static method in class com.antelmann.util.Settings
checks whether there is a valid license installed for accessing the given object - a convenience method normally used by an application to check whether access to an object is licensed.
checkPassword(char[]) - Method in interface com.antelmann.mgmt.User
returns true only if the provided password matches the one of this user
checkPassword(char[]) - Method in class com.antelmann.mgmt.UserImpl
 
checkPositionWin(int, int) - Method in class com.antelmann.game.fourwins.FourWinsGame
 
checkPositionWin(int, int) - Method in class com.antelmann.game.gomoku.GomokuGame
 
checkPropertyChange(String, Object) - Method in class com.antelmann.mgmt.EntityImpl
determines whether a property can be changed as given.
checkPropertyChange(String, Object) - Method in class com.antelmann.sql.RowItem
allows only keys that correspond to an existing column, unless there are no columns present, in which case true is always returned.
checkPropertyChange(String, Object) - Method in class com.antelmann.timeregister.TimeUser
 
checkValidation() - Method in class com.antelmann.License
checks whether this license is properly singed, not expired, still has usage left and has no other boundaries that prevent its validation on this system.
checkWarnings() - Method in class com.antelmann.cddb.CDDBXmcdParser
checks the xmcd file for completeness (this should return an empty array before the underlying content would be subject to a CDDB submission).
ChessGame - Class in com.antelmann.game.chess
ChessGame provides all external functions needed to play chess.
ChessGame() - Constructor for class com.antelmann.game.chess.ChessGame
 
ChessGame(String) - Constructor for class com.antelmann.game.chess.ChessGame
 
ChessGraphics - Interface in com.antelmann.game.chess
This interface allows other programs to customize the appearence of the graphics used by the class JChess to visualize the chess board.
ChessPlayer - Class in com.antelmann.game.chess
provides AI for a ChessGame - unfortunately, it's still a dumb player
ChessPlayer() - Constructor for class com.antelmann.game.chess.ChessPlayer
 
ChessPlayer(String) - Constructor for class com.antelmann.game.chess.ChessPlayer
 
ChessPlayer(String, int, boolean) - Constructor for class com.antelmann.game.chess.ChessPlayer
 
ChessPlayer(String, int, boolean, long) - Constructor for class com.antelmann.game.chess.ChessPlayer
 
children() - Method in class com.antelmann.io.FileTreeNode
 
children() - Method in class com.antelmann.net.URLNode
 
CHILDREN - Static variable in class com.antelmann.ooffice.OOUtils
search flag option
CipherKey - Class in com.antelmann.util
CipherKey provides a very easy-to-use, yet effective encryption mechanism.
CipherKey(String) - Constructor for class com.antelmann.util.CipherKey
 
CipherKey(char[]) - Constructor for class com.antelmann.util.CipherKey
 
CipherKey(String, byte[], int, char[]) - Constructor for class com.antelmann.util.CipherKey
 
CLASSICAL - Static variable in class com.antelmann.cddb.Genre
 
classpath - Variable in class com.antelmann.AntManifestTask
 
cleanup() - Method in class com.antelmann.game.SocketPlayer
 
clear() - Method in class com.antelmann.imagedb.ImageHolder
resets all fields except id; all retrieved fields are also set to false (except for id)
clear() - Method in class com.antelmann.io.MyFile
deletes the content of the file
clear() - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
clearCache() - Method in class com.antelmann.net.URLCache
interrupts any ongoing refresh process and clears the cache; subsequent calls to any content will force a new refresh
clearExceptions() - Method in class com.antelmann.util.logging.AsynchLogWriter
returns all exceptions that may have been accumulated until this call and clears the embedded list
clearHeaders() - Method in class com.antelmann.net.CGI
 
clearLast() - Method in class com.antelmann.util.logging.Logger
sets the last logged entry to null
clearList() - Method in class com.antelmann.sound.JukeBox
empties the current playlist
clearProperties() - Method in class com.antelmann.imagedb.ImageHolder
 
clearRedoList() - Method in class com.antelmann.game.AbstractGame
may be called by the subclass if certain events alter the game status so that the given redo moves cannot be applied anymore
clientHandshake(NetConnection) - Method in interface com.antelmann.net.Handshake
performs a handshake for the given socket on behalf of a client
clientHandshake(NetConnection) - Method in class com.antelmann.net.SimpleHandshake
 
clip - Variable in class com.antelmann.sound.SoundPlayer
 
clone() - Method in class com.antelmann.game.AbstractGame
Any inheriting class with non-primitive members must override this clone() method to provide a full deep copy of the object, which is essential for spawnChild() to work correctly.
clone() - Method in class com.antelmann.game.awari.AwariGame
 
clone() - Method in class com.antelmann.game.card.BlackJack
Note: the cloned object will have a separate Random object assiciated with it, so that operations on the cloned object will not affect the random numbers of the original.
clone() - Method in class com.antelmann.game.card.CardDeck
 
clone() - Method in class com.antelmann.game.checkers.CheckersGame
 
clone() - Method in class com.antelmann.game.chess.BoardPosition
 
clone() - Method in class com.antelmann.game.chess.ChessGame
 
clone() - Method in class com.antelmann.game.fourwins.FourWinsGame
 
clone() - Method in class com.antelmann.game.GameBoardMove
Due to protected access of Object.clone() and the Object type of moveOption, this clone() function does not clone the moveOption, but only references the same object is referenced from the original GameMove.
clone() - Method in class com.antelmann.game.GameDriver
Player objects are not cloned, but their references are maintained in the cloned object.
clone() - Method in interface com.antelmann.game.GamePlay
To support several other methods, the clone() method needs public access and must be implemented so that the returned object is a deep copy of the object at hand.
clone() - Method in class com.antelmann.game.gomoku.GomokuGame
 
clone() - Method in class com.antelmann.game.mine.MineSweeper
 
clone() - Method in class com.antelmann.game.muehle.MuehleGame
 
clone() - Method in class com.antelmann.game.puzzle.EightQueens
 
clone() - Method in class com.antelmann.game.puzzle.Solitaire
 
clone() - Method in class com.antelmann.game.puzzle.TilePuzzle
 
clone() - Method in class com.antelmann.game.puzzle.WSPuzzle
 
clone() - Method in class com.antelmann.game.reversi.ReversiGame
 
clone() - Method in class com.antelmann.game.ttt.TickTackToe
making sure that the internal non-primitive board representation is properly cloned to allow the deep-copy required for spawnChild()
clone() - Method in class com.antelmann.game.wolfsheep.WolfsheepGame
 
close() - Method in interface com.antelmann.calendar.CalendarDB
 
close() - Method in class com.antelmann.calendar.FileCalendarDB
does nothing
close() - Method in class com.antelmann.calendar.SQLCalendarDB
 
close() - Method in class com.antelmann.io.DoublePrintStream
 
close() - Method in class com.antelmann.io.InterceptInputStream
 
close() - Method in class com.antelmann.net.mail.SQLEmailCustomizer
does not close the embedded connection
close() - Method in class com.antelmann.net.SecureConnection
 
close() - Method in class com.antelmann.net.SocketConnection
closes the SocketConnection
close() - Method in class com.antelmann.ooffice.SpreadsheetFrame
closes and disposes the document
close() - Method in class com.antelmann.ooffice.TextFrame
closes and disposes the document
close() - Method in class com.antelmann.sound.MP3Player
 
close() - Method in class com.antelmann.sound.SoundPlayer
closes the current sound.
close() - Method in class com.antelmann.sql.JDBCRowModel
closes the embedded statement used
close() - Method in class com.antelmann.sql.JDBCTableModel
closes the embedded statement used
close() - Method in class com.antelmann.timeregister.FilePunchDB
empty implementation
close() - Method in class com.antelmann.timeregister.PunchDataAnalyzer
doesn't do anything
close() - Method in class com.antelmann.timeregister.PunchDBClient
 
close() - Method in class com.antelmann.timeregister.RemotePunchDBClient
empty implementation
close() - Method in class com.antelmann.timeregister.SQLPunchDB
 
close() - Method in class com.antelmann.util.logging.BinaryFileLog
 
close() - Method in class com.antelmann.util.logging.LogFile
closes the underlying writer.
close() - Method in class com.antelmann.util.logging.XMLLogWriter
 
CloseButton - Class in com.antelmann.util.gui
A simple JButton that will call parent.dispose() when the button is pressed.
CloseButton(Window) - Constructor for class com.antelmann.util.gui.CloseButton
The parent is the Window to be 'closed' by calling dispose() when the button is pressed.
closeComponent(XComponent) - Static method in class com.antelmann.ooffice.OOUtils
closes and disposes the document; throws IOException (instead of others) so that implementing Closeable is easy for the given component
CLOSED - Static variable in class com.antelmann.util.gui.FormDialog
indicates that the dialog has been closed w/o pressing a button
CLUBS - Static variable in class com.antelmann.game.card.Card
 
COL_CATEGORY - Variable in class com.antelmann.cddb.SimpleCDCollection
the category used for creating records from collection entries
collapse() - Method in class com.antelmann.net.URLNode
reverses the effect of expand()
ColorEditor - Class in com.antelmann.util.table
taken from the Java Tutorial
ColorEditor() - Constructor for class com.antelmann.util.table.ColorEditor
 
ColorRenderer - Class in com.antelmann.util.table
taken from the Java Tutorial
ColorRenderer(boolean) - Constructor for class com.antelmann.util.table.ColorRenderer
 
com.antelmann - package com.antelmann
These are general classes that apply for the framework as a whole.
com.antelmann.calendar - package com.antelmann.calendar
This package contains classes for implementing calendar and time related solutions.
com.antelmann.cddb - package com.antelmann.cddb
This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service.
com.antelmann.game - package com.antelmann.game
This package contains packages to support game implementations.
com.antelmann.game.awari - package com.antelmann.game.awari
This package contains an implementation of the game Awari.
com.antelmann.game.card - package com.antelmann.game.card
This package contains classes to serve card games and also includes a full implementation of BlackJack.
com.antelmann.game.checkers - package com.antelmann.game.checkers
This package contains an implementation of the game checkers.
com.antelmann.game.chess - package com.antelmann.game.chess
This package contains an implementation of the game chess.
com.antelmann.game.fourwins - package com.antelmann.game.fourwins
This package contains a reference implementation of the game Four-Connects or 4-wins or 4-in-a-row.
com.antelmann.game.gomoku - package com.antelmann.game.gomoku
This package contains an implementation of the game Go-moku.
com.antelmann.game.mine - package com.antelmann.game.mine
This package contains an implementation of the game MineSweeper.
com.antelmann.game.muehle - package com.antelmann.game.muehle
This package contains a reference implementation of the game "Mühle" (as it is known in German) or "Nine Men's Morris".
com.antelmann.game.puzzle - package com.antelmann.game.puzzle
This package contains single-user game implementations representing puzzles.
com.antelmann.game.quiz - package com.antelmann.game.quiz
This package contains an implementation for quiz games.
com.antelmann.game.reversi - package com.antelmann.game.reversi
This package contains an implementation of the game Reversi or Othello.
com.antelmann.game.ttt - package com.antelmann.game.ttt
This package simply contains an implementation of the game Tick Tack Toe.
com.antelmann.game.wolfsheep - package com.antelmann.game.wolfsheep
This package contains an implementation of the game Wolf&Sheep.
com.antelmann.imagedb - package com.antelmann.imagedb
This package contains classes implementing a database for images.
com.antelmann.io - package com.antelmann.io
This package contains classes that are concerned with input/output operations.
com.antelmann.mgmt - package com.antelmann.mgmt
This package contains generally useful classes for business management.
com.antelmann.net - package com.antelmann.net
The classes in this package are designed to provide convenient access to Internet related functionality.
com.antelmann.net.mail - package com.antelmann.net.mail
The classes in this package are designed to ease the handling of emails.
com.antelmann.ooffice - package com.antelmann.ooffice
The classes in this package are to be used in conjunction with OpenOffice.
com.antelmann.sound - package com.antelmann.sound
This package contains classes to play various sounds with greatly improved ease-of-use over the functionality provided by the javax.sound package.
com.antelmann.sql - package com.antelmann.sql
This package contains classes to ease JDBC development.
com.antelmann.timeregister - package com.antelmann.timeregister
This package contains classes that implement a time register solution for a small business.
com.antelmann.util - package com.antelmann.util
This package contains general utility classes that are used throughout the other packages.
com.antelmann.util.gui - package com.antelmann.util.gui
This package contains utility classes for GUI related implementations.
com.antelmann.util.logging - package com.antelmann.util.logging
This package contains classes that implement a custom logging for this framework - separate from java.util.logging.
com.antelmann.util.table - package com.antelmann.util.table
This package contains classes to ease development with Swing tables.
COMMENT - Static variable in class com.antelmann.util.logging.Level
 
commentIndicator - Variable in class com.antelmann.io.IniFile
uses '#' and '[' by default, the array must never be empty
commit() - Method in interface com.antelmann.mgmt.DBTransaction
commits all data within the transaction scope to the underlying database
commit() - Method in class com.antelmann.sql.SQLTransaction
 
commitFormAction(JComponent) - Method in class com.antelmann.mgmt.JPasswordChangeForm
calls setPassword(String) on the returned User object
commitFormAction(JComponent) - Method in class com.antelmann.timeregister.JWorkUnitForm
 
commitFormAction(JComponent) - Method in interface com.antelmann.util.gui.FormValidator
This method processes/stores all relevant information from the form and returns the object that was committed.
comparator - Static variable in class com.antelmann.util.Misc
a universally useful instance of a Comparator
compare(File, File) - Method in class com.antelmann.io.FileSizeComparator
 
compare() - Static method in class com.antelmann.Main
 
compare(URL, URL) - Method in class com.antelmann.net.URLSorter
 
compare(T, T) - Method in class com.antelmann.util.MethodComparator
if the object returned by the specified method of the first given object doesn't implement Comparable, the toString() value of that object is used instead.
compare(Comparable, Comparable) - Method in class com.antelmann.util.UniversalComparator
 
compare(String, String) - Method in class com.antelmann.util.UniversalComparator
 
compare(Object, Object) - Method in class com.antelmann.util.UniversalComparator
null values are accepted and are sorted before a non-null value
compareContent(File) - Method in class com.antelmann.io.MyFile
returns true only if both files have the exact same content
compareContent(long, File, long, long) - Method in class com.antelmann.io.MyFile
returns true only if both files have the exact same content beginning at beginIndex and up to maxBytes number of bytes.
CompareFrame - Class in com.antelmann.io
 
CompareFrame() - Constructor for class com.antelmann.io.CompareFrame
 
CompareFrame(File, File) - Constructor for class com.antelmann.io.CompareFrame
 
compareTo(Holiday) - Method in class com.antelmann.calendar.Holiday
based on the date
compareTo(TimeInDay) - Method in class com.antelmann.calendar.TimeInDay
 
compareTo(Artist) - Method in class com.antelmann.cddb.Artist
uses sortName if not null and name otherwise; if the object is equal, however, 0 is returned to provide consistency
compareTo(Composition) - Method in class com.antelmann.cddb.Composition
compares by the title for convenient sorting
compareTo(Contribution) - Method in class com.antelmann.cddb.Contribution
compares objects by their importance and then by their resource (returns 0 if objects are equal for consitency, though)
compareTo(Genre) - Method in class com.antelmann.cddb.Genre
 
compareTo(Resource) - Method in class com.antelmann.cddb.Resource
compares by the name
compareTo(Role) - Method in class com.antelmann.cddb.Role
 
compareTo(Track) - Method in class com.antelmann.cddb.Track
 
compareTo(HighscoreEntry) - Method in class com.antelmann.game.HighscoreEntry
 
compareTo(User) - Method in class com.antelmann.mgmt.UserImpl
first compares the name, then the id (using a UniversalComparator in both cases)
compareTo(PunchData) - Method in class com.antelmann.timeregister.PunchData
compares first the user and then the time
compareTo(WorkUnit) - Method in class com.antelmann.timeregister.WorkUnit
sorts by user, begin, type, length
compareTo(WorkUnitValidator.CheckInterval) - Method in class com.antelmann.timeregister.WorkUnitValidator.CheckInterval
 
compareTo(WorkUnitValidator) - Method in class com.antelmann.timeregister.WorkUnitValidator
simply compares by name
compareTo(Level) - Method in class com.antelmann.util.logging.Level
provides a simple way to order Levels by their assumed importance.
complain(String) - Method in class com.antelmann.util.gui.JMainFrame
writes the text to err if verbose is true (and also writes the msg to the logger if not null)
COMPOSER - Static variable in class com.antelmann.cddb.Role
 
Composition - Class in com.antelmann.cddb
Composition represents a musical opus that can span anything from a single track on a CD to various tracks over multiple CDs recursively including other sub-compositions.
Composition() - Constructor for class com.antelmann.cddb.Composition
only public to be used by the Externalizable interface; this constructor MUST NOT BE USED for other purposes!
Composition(String, Genre, String, Composition) - Constructor for class com.antelmann.cddb.Composition
 
CompositionDB - Class in com.antelmann.cddb
a serializable database for compositions
CompositionDB() - Constructor for class com.antelmann.cddb.CompositionDB
 
CompositionDB(Set<Composition>) - Constructor for class com.antelmann.cddb.CompositionDB
 
compress(boolean) - Method in class com.antelmann.io.MyFile
compresses the file using gzip to a file named by adding the type gz to the original name.
compressTo(File) - Method in class com.antelmann.io.MyFile
writes a gzip compressed file that can be uncompressed to its original form using uncompressTo(File).
con - Variable in class com.antelmann.calendar.SQLCalendarDB
 
con - Variable in class com.antelmann.sql.JDBCResourceBundle
 
CONDUCTOR - Static variable in class com.antelmann.cddb.Role
 
CONFIG - Static variable in class com.antelmann.util.logging.Level
 
confirmField - Variable in class com.antelmann.calendar.SQLCalendarDB
 
ConnectionDispatcher - Interface in com.antelmann.net
used by a NetConnectionServer object to create a Thread that handles incoming connections
ConnectionException - Exception in com.antelmann.mgmt
ConnectionException signals access problems with the database.
ConnectionException() - Constructor for exception com.antelmann.mgmt.ConnectionException
 
ConnectionException(String) - Constructor for exception com.antelmann.mgmt.ConnectionException
 
ConnectionException(Throwable) - Constructor for exception com.antelmann.mgmt.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception com.antelmann.mgmt.ConnectionException
 
ConnectionHelper - Class in com.antelmann.sql
The class JDBC provides several useful methods for handling JDBC connections.
ConnectionHelper(Connection) - Constructor for class com.antelmann.sql.ConnectionHelper
 
connectionLost(NetConnection) - Method in class com.antelmann.game.GameServer
 
connectionLost(NetConnection) - Method in class com.antelmann.game.JPlayerClient
 
connectionLost(NetConnection) - Method in class com.antelmann.net.ChatServer
 
connectionLost(NetConnection) - Method in class com.antelmann.net.JChat
 
connectionLost(NetConnection) - Method in class com.antelmann.net.JMessenger
called internally to handle lost connections
connectionLost(NetConnection) - Method in class com.antelmann.net.NetConnectionAdapter
closes the connection and ignores possible IOExceptions
connectionLost(NetConnection) - Method in interface com.antelmann.net.NetConnectionHandler
called when a connection caused an IOException during reading or writing; the connection may not have been closed at this point.
connectionLost(NetConnection) - Method in class com.antelmann.timeregister.PunchDBServer
 
connectionLost(NetConnection) - Method in class com.antelmann.util.logging.LogNetPropagator
simply removes inactive connections from its server's list
connectionLost(NetConnection) - Method in class com.antelmann.util.logging.LogNetReceiver
connection is closed after logging an entry with Level.END
connectionLost(NetConnection) - Method in class com.antelmann.util.logging.SocketLogListener
 
Connector - Class in com.antelmann.sql
The Connector class provides some simplified access to several database systems through static methods.
connectsTo(MuehlePosition) - Method in class com.antelmann.game.muehle.MuehlePosition
 
connectsTo(int) - Method in class com.antelmann.game.muehle.MuehlePosition
 
console - Variable in class com.antelmann.game.JGameFrame
 
ConsoleLog - Class in com.antelmann.util.logging
ConsoleLog prints abbreviated log messages to the console using System.out.println().
ConsoleLog() - Constructor for class com.antelmann.util.logging.ConsoleLog
 
contains(CDID) - Method in interface com.antelmann.cddb.CDCollection
returns true only if the given cd is in this collection
contains(Contribution) - Method in class com.antelmann.cddb.Composition
 
contains(Track) - Method in class com.antelmann.cddb.Composition
only checks for directly added tracks
contains(Resource) - Method in class com.antelmann.cddb.Group
only looks at the directly added resources (ignores matches in sub-groups)
contains(CDID) - Method in class com.antelmann.cddb.SimpleCDCollection
 
contains(Contribution) - Method in class com.antelmann.cddb.Track
 
contains(ImageHolder) - Method in interface com.antelmann.imagedb.ImageDB
determines whether an ImageHolder with the id of the given ImageHolder resides in the database
contains(ImageHolder) - Method in class com.antelmann.imagedb.SQLImageDB
 
contains(T) - Method in interface com.antelmann.mgmt.DBClassStore
determines whether the given entry is present in the database; it may be, however, that the database object differs from the given object (but its IDs must be the same) if present.
contains(T) - Method in class com.antelmann.sql.JDBCRowProxy
 
contains(PunchData) - Method in class com.antelmann.timeregister.PunchDataAnalyzer
 
contains(Object) - Method in class com.antelmann.util.gui.JSearchList
 
containsEntry(CalendarEntry) - Method in interface com.antelmann.calendar.CalendarDB
entry is there if the id corresponds to an entry in the database; the contained data may be different
containsEntry(CalendarEntry) - Method in class com.antelmann.calendar.FileCalendarDB
 
containsEntry(CalendarEntry) - Method in class com.antelmann.calendar.SQLCalendarDB
 
containsIgnoreCase(String, String) - Static method in class com.antelmann.util.Strings
returns indexOfIgnoreCase(text, pattern) >= 0
containsPropertyText(String) - Method in class com.antelmann.mgmt.EntityImpl
searches within the property values (based on toString()) for the given text case-insensivitely
containsRefreshListener(URLCache.RefreshListener) - Method in class com.antelmann.net.URLCache
 
containsWriter(LogWriter) - Method in class com.antelmann.util.logging.Logger
 
contents - Variable in class com.antelmann.util.FormattedResourceBundle
 
CONTRAST - Static variable in class com.antelmann.util.gui.CustomTheme
 
Contribution - Class in com.antelmann.cddb
Contribution represents the association between a resource and a Composition or a Track, where the resource contributes different roles to the composition.
Contribution(Resource, Role, int, String) - Constructor for class com.antelmann.cddb.Contribution
 
copyCellText(String, int, int, String, int, int) - Method in class com.antelmann.ooffice.TextTableFrame
 
copyCellText(String, String, String, String) - Method in class com.antelmann.ooffice.TextTableFrame
 
COPYRIGHT - Static variable in class com.antelmann.util.Strings
represents the symbol for use in HTML or XML
copySheet(String, String, short) - Method in class com.antelmann.ooffice.SpreadsheetFrame
 
copyTable(String, Connection, String, boolean) - Method in class com.antelmann.sql.ConnectionHelper
creates a new table in Connection target corresponding to the given table in this Connection and transfers all data
copyTo(File) - Method in class com.antelmann.io.MyFile
copies this file to the given destination file.
copyTo(File, byte[], byte[]) - Method in class com.antelmann.io.MyFile
copies this file to the given destination file while searchPattern is replaced with replacePattern
copyTo(Connection, boolean) - Method in class com.antelmann.sql.ConnectionHelper
copies all tables from one connection into the other connection
copyToClipboard(Image) - Static method in class com.antelmann.imagedb.ImageUtils
 
cornerWeight - Variable in class com.antelmann.game.reversi.ReversiPlayer
 
correspondsToCD() - Method in class com.antelmann.cddb.Composition
checks whether this composition directly corresponds to a single CD and returns that CD if that is the case.
count() - Method in class com.antelmann.game.puzzle.DiceEquation
 
count(InputStream, byte[]) - Static method in class com.antelmann.io.Data
returns how many times the given byte pattern occurs within the file
count(byte[]) - Method in class com.antelmann.io.MyFile
returns how many times the given byte pattern occurs within the file
count(String, String) - Static method in class com.antelmann.util.Strings
counts how many times the given pattern occurs in the given text.
countEqualBytes(InputStream, InputStream) - Static method in class com.antelmann.io.Data
returns the number of bytes that are equal in both streams; -1 is returned if both streams are equal until both ends.
countEqualBytes(InputStream, InputStream, long) - Static method in class com.antelmann.io.Data
if maxBytes <=0, the streams are tested to their ends
countEqualChars(Reader, Reader) - Static method in class com.antelmann.io.Data
returns the number of characters that are equal in both readers; -1 is returned if both readers are equal until both ends.
countEqualChars(Reader, Reader, long) - Static method in class com.antelmann.io.Data
if maxChars <=0, the readers are tested to their ends
countIgnoreCase(String, String) - Static method in class com.antelmann.util.Strings
counts how many times the given pattern occurs in the given text.
COUNTRY - Static variable in class com.antelmann.cddb.Genre
 
CrawlerSetting - Interface in com.antelmann.net
CrawlerSetting defines callback functions that determine the behavior in which a web search algorithm goes through the net and calculates its results.
crawlWeb(CrawlerSetting, int, Logger) - Method in class com.antelmann.net.Spider
searches the web from the embedded URL (used as root) for URLs based on the criteria given in the crawler; search is performed breadth-first
crawlWeb(List<Spider.URLWrapper>, List<URL>, List<URL>, CrawlerSetting, int, int, Logger) - Static method in class com.antelmann.net.Spider
usually called by crawlWeb(URL root, CrawlerSetting crawler, Logger)
CREATE - Static variable in class com.antelmann.ooffice.OOUtils
search flag option
createAboutBoxMenuItem(Frame) - Static method in class com.antelmann.util.gui.Menus
returns an 'about' menu capable of displaying an Antelmann.com's info box.
createAboutDialogMenuItem(Frame) - Static method in class com.antelmann.util.gui.Menus
returns an 'about' menu capable of displaying an Antelmann.com's info box.
createBirthdayComparator() - Static method in class com.antelmann.calendar.CalendarUtils
returns a newly created comparator that will compare the dates by ignoring the year
createComponent(Component, CalendarEntry) - Method in interface com.antelmann.calendar.CalendarEntryComponentFactory
creates a component that will display the given entry within the parent
createConnection(Socket) - Method in class com.antelmann.game.GameServer
 
createConnection(Socket) - Method in class com.antelmann.net.ChatServer
 
createConnection(Socket) - Method in interface com.antelmann.net.ConnectionDispatcher
produces a NetConnection based on the given socket.
createConnection(Socket) - Method in class com.antelmann.net.JMessenger
called internally to establish a connection
createConnection(Socket) - Method in class com.antelmann.net.NetConnectionServer.DefaultDispatcher
simply returns SocketConnection.createServerConnection(socket, handshake)
createConnection(String, int) - Static method in class com.antelmann.net.SocketConnection
 
createConnection(String, int, Handshake) - Static method in class com.antelmann.net.SocketConnection
returns a SocketConnection provided there is a Server listening at the specified location with the secified signature; note that this method is blocking.
createConnection(String, int, Handshake) - Static method in class com.antelmann.net.SSLSocketConnection
returns a SocketConnection provided there is a Server listening at the specified location with the secified signature; note that this method is blocking.
createContent() - Method in class com.antelmann.AntManifestTask
 
createDefaultMenuBar(Frame) - Static method in class com.antelmann.util.gui.Menus
returns a convenient standard JMenuBar to be used with any Frame
createdField - Variable in class com.antelmann.calendar.SQLCalendarDB
 
createDialog(Component, String, boolean) - Static method in class com.antelmann.util.gui.Menus
 
createGlobalComposition(String) - Method in class com.antelmann.cddb.CompositionDB
creates and returns a composition that includes all compositions that are in this database as children.
createHandler(NetConnection) - Method in class com.antelmann.game.GameServer
 
createHandler(NetConnection) - Method in class com.antelmann.net.ChatServer
 
createHandler(NetConnection) - Method in interface com.antelmann.net.ConnectionDispatcher
produces a NetConnectionHandler which will be started in a new Thread (created by the NetConnectionServer's ThreadFactory) to handle the given NetConnection and listens to messages.
createHandler(NetConnection) - Method in class com.antelmann.net.JMessenger
 
createHandler(NetConnection) - Method in class com.antelmann.net.NetConnectionServer.DefaultDispatcher
uses the same handler (given in the constructor) for all connections
createLookAndFeelMenu(Frame) - Static method in class com.antelmann.util.gui.Menus
createLookAndFeelMenu() generates a JMenu that lets the user select from different look&feel options.
createMemoryLogTimer() - Static method in class com.antelmann.util.Debug
 
createMessage(Email) - Method in class com.antelmann.net.mail.EmailAccount
if no 'from' address is configured, the embedded 'from' address is used
createProperties(Element) - Static method in class com.antelmann.net.RSSChannel
A new map is created on each call.
createServerConnection(int, Handshake) - Static method in class com.antelmann.net.SocketConnection
 
createServerConnection(ServerSocket, Handshake) - Static method in class com.antelmann.net.SocketConnection
waits and listens for a single connection to be made and returns a SocketConnection if the connection made matches the signature.
createServerConnection(Socket, Handshake) - Static method in class com.antelmann.net.SocketConnection
creates a connection based on a socket that results from a ServerSocket.accept()
createSongList(File, File, boolean) - Method in class com.antelmann.sound.JukeBox
creates a song list from the given directory and writes it to the given file.
createSSLServerConnection(int, Handshake) - Static method in class com.antelmann.net.SSLSocketConnection
 
createTable() - Method in class com.antelmann.LicenseManager
creates a table containing all licenses of this manager.
createTableModel() - Method in class com.antelmann.net.mail.TableCustomizer
 
createTableString(ResultSetMetaData, String) - Static method in class com.antelmann.sql.ConnectionHelper
creates the DDL statement that would create a table identical to the one denoted by the given meta data
createTempDir(String, String) - Static method in class com.antelmann.io.MyFile
creates a new empty directory in the default temporary-file directory, using the given prefix and suffix to generate its name.
createTempDir(String, String, File) - Static method in class com.antelmann.io.MyFile
creates a new empty directory in the given dir, using the given prefix and suffix to generate its name.
createTextMessage(String, String) - Method in class com.antelmann.net.mail.EmailAccount
from-address is taken from this object's configuration
createTimerTask(Logger) - Method in class com.antelmann.calendar.AtomicClock
creates a TimerTask that will adjust the delta and log the result to the given logger.
createTimerTask() - Method in class com.antelmann.io.Backup
 
createXmcdTemplate(CDID) - Static method in class com.antelmann.cddb.CDDBXmcdParser
this static method provides a blank string template for an xmcd format entry based on the given cd
createXmcdTemplateWithReplacer(CDID) - Static method in class com.antelmann.cddb.CDDBXmcdParser
this static method provides a string template for an xmcd format entry based on the given cd containing easily replaceable entries
creationTime() - Method in class com.antelmann.calendar.CalendarEntry
 
crossColor - Variable in c