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

R

RAGTIME - Static variable in class com.antelmann.sound.SampleSounds
represents a midi file playing a ragtime song (56 sec) included in the antelmann.jar file
ragtime() - Static method in class com.antelmann.sound.SampleSounds
 
randomize(int) - Method in class com.antelmann.game.puzzle.TilePuzzle
 
randomize(int, long) - Method in class com.antelmann.game.puzzle.TilePuzzle
 
randomNumberGenerationAlgorithm - Static variable in interface com.antelmann.util.SecurityNames
 
RandomPlayer - Class in com.antelmann.game
RandomPlayer provides a reference implementation of the Player interface.
RandomPlayer() - Constructor for class com.antelmann.game.RandomPlayer
calls RandomPlayer(System.currentTimeMillis())
RandomPlayer(long) - Constructor for class com.antelmann.game.RandomPlayer
calls RandomPlayer("unnamed RandomPlayer")
RandomPlayer(String) - Constructor for class com.antelmann.game.RandomPlayer
creates a RandomPlayer with no tree search option, no win checking and takes System.currentTimeMillis() as random seed.
RandomPlayer(String, long) - Constructor for class com.antelmann.game.RandomPlayer
calls RandomPlayer(name, randomSeed, false, 0, false)
RandomPlayer(String, long, boolean, int, boolean) - Constructor for class com.antelmann.game.RandomPlayer
If checkForWin is set to true, heuristic() does preserve the knowledge about whether it wins or loses a game with the given move, in which case appropriate values (other than random ones) are returned.
range(double...) - Static method in class com.antelmann.util.MyMath
returns the difference between the max and the min element
Range<T> - Class in com.antelmann.util
provides a generic wrapper for lower- and upperbounds of an object.
Range(Comparable<T>, Comparable<T>) - Constructor for class com.antelmann.util.Range
both bounds are considered inclusive within the range.
Range(Comparable<T>, Comparable<T>, boolean) - Constructor for class com.antelmann.util.Range
if either or both (lower- and upperBound) are non-null, they represent a limit that is either inclusive or not depending on the given boolean.
ratePosition(FourWinsGame, int, int, int) - Method in class com.antelmann.game.fourwins.FourWinsPlayer
 
ratePosition(GomokuGame, int, int, int) - Method in class com.antelmann.game.gomoku.GomokuPlayer
not done quite right, yet
read() - Method in class com.antelmann.io.InterceptInputStream
 
readArtist() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses the title for the part before ' / ' which refers to the artist specified as <firstName lastName> by convention; null is returned if no artist separator could be found
readCDID() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the offsets and returns a CDID object using the first discID found in the DISCID field
readCDInfo(CDDBRecord) - Method in interface com.antelmann.cddb.CDDB
reads the information for the specified record from the database and returns it in form of a CDInfo object.
readCDInfo(CDDBRecord) - Method in class com.antelmann.cddb.FileCDDB
returns a CDDBEntry instance
readCDInfo(CDDBRecord) - Method in class com.antelmann.cddb.FreeDB
it is suggested that the given record was obtained through a call to queryCD(), so that the record is known to exist.
readCDInfo(CDDBRecord) - Method in class com.antelmann.cddb.SQLCDDB
not supported, yet
readCDTitle() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses the title for the part after ' / ' which by convention refers to the CD title; if no title separator is found, the full title (same as readTitle()) is returned
readDiscIDs() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for possibly multiple discIDs to support searching for discIDs that link to the same file
readExtension() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for extended CD information
readExternal(ObjectInput) - Method in class com.antelmann.cddb.Composition
required to support proper de-serialization of the bi-directional relationship
readGenre() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the genre
readLength() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the disc length and returns the seconds
readMessage() - Method in interface com.antelmann.net.NetConnection
reads an object from the connection (operation blocks until object is read)
readMessage() - Method in class com.antelmann.net.SecureConnection
extracts the encoded object from the Encoded object received
readMessage() - Method in class com.antelmann.net.SocketConnection
 
readNumberOfTracks() - Method in class com.antelmann.cddb.CDDBXmcdParser
 
readOffsets() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the track offsets
readPlayOrder() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the play order
readProcessedBy() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the "Processed by" entry (an optional entry)
readProperties() - Method in class com.antelmann.io.IniFile
 
readRevision() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the revision number of the entry
readSoFar() - Method in class com.antelmann.io.InterceptInputStream
returns the total number of bytes read from the original stream so far (not considering inserted bytes but counting skipped bytes)
readSubmitter() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the "Submitted via" entry
readTitle() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the full title
readTitle(int) - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the entire track title (including artist if available)
readTrackArtist(int) - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the track artist (using first the track artist info, then the CD artist info)
readTrackExtension(int) - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for extended track info
readTrackTitle(int) - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the track title (without artist info if applicable)
readYear() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the year; returns 0 if no year was entered
receiveEmails() - Method in class com.antelmann.net.mail.EmailAccount
fully downloads all messages from the inbox into Email objects (the messages remain on the server)
receiveMessages() - Method in class com.antelmann.net.mail.EmailAccount
retrieves all messages from the INBOX but doesn't download the content.
reconnect() - Method in class com.antelmann.net.SocketConnection
applies to the client side of a connection rather than a server
reconnect(int) - Method in class com.antelmann.net.SocketConnection
applies to the client side of a connection rather than a server; the timeout only appies to the handshake.
reconnect(String, int) - Method in class com.antelmann.timeregister.PunchDBClient
allows to reconnect to a server; closes the exising connection if applicable
RECORDING_TYPE - Static variable in class com.antelmann.cddb.Role
 
recordSeparator - Variable in class com.antelmann.util.FormattedResourceBundle
separates each entry
recurrence - Variable in class com.antelmann.calendar.CalendarEntry
 
Recurrence - Class in com.antelmann.calendar
 
Recurrence(int, int, Date) - Constructor for class com.antelmann.calendar.Recurrence
 
Recurrence(Recurrence) - Constructor for class com.antelmann.calendar.Recurrence
 
RecursiveCycleException - Exception in com.antelmann.cddb
Thrown if a Composition object tries to use a parent object that already has itself as a parent, or if a Group object tries to insert a group that is already contained, which constitues an illegal recursive cycle.
RecursiveCycleException(Composition) - Constructor for exception com.antelmann.cddb.RecursiveCycleException
 
RecursiveCycleException(Group) - Constructor for exception com.antelmann.cddb.RecursiveCycleException
 
redoFrameX - Static variable in interface com.antelmann.game.JGamePlay
horizontal offset for positioning the redo moves
redoFrameY - Static variable in interface com.antelmann.game.JGamePlay
vertical offset for positioning the redo moves
redoMove() - Method in class com.antelmann.game.AbstractGame
 
redoMove() - Method in interface com.antelmann.game.GamePlay
returns true only if last move previously taken back is successfully reapplied.
referer - Variable in class com.antelmann.net.Spider.URLWrapper
 
refererDomainCount(Filter<ServerLogEntry>) - Method in class com.antelmann.net.ServerLogAnalyzer
returns a map with the key elements being Strings denoting the referer domain name and the mapped value (an Integer) denoting the count.
refererHostCount(Filter<ServerLogEntry>) - Method in class com.antelmann.net.ServerLogAnalyzer
returns a map with the key elements being Strings denoting the referer host name and the mapped value (an Integer) denoting the count.
refresh() - Method in class com.antelmann.cddb.CDDrive
(re-)queries the CD-ROM drive
refresh(Collection<HighscoreEntry>) - Method in class com.antelmann.game.HighscoreTableModel
 
refresh() - Method in class com.antelmann.io.FileTreeNode
 
refresh(List<? extends Entity>, String...) - Method in class com.antelmann.mgmt.EntityTableModel
 
refresh(Collection<? extends User>) - Method in class com.antelmann.mgmt.UserTableModel
 
refresh() - Method in class com.antelmann.net.JWebBrowser
implements the action for the browser's refresh button
refresh() - Method in class com.antelmann.net.RSSMenu
 
refresh() - Method in class com.antelmann.net.URLCache
updates the cached content asynchronously with a fresh copy directly from the web.
refresh() - Method in class com.antelmann.net.URLNode
refreshes the cached URL content and recursively all children
refresh() - Method in class com.antelmann.sql.JDBCResourceBundle
refreshes the resources w/ the database content
refresh() - Method in class com.antelmann.sql.JDBCTableModel
 
refresh(List<RowItem>) - Method in class com.antelmann.sql.RowItemTableModel
the columns must be properly set on the RowItems
refresh() - Method in class com.antelmann.timeregister.FilePunchDB
 
refresh() - Method in class com.antelmann.timeregister.JPunchDataAnalyzerList
 
refresh(PunchAdminDB, Date, Date) - Method in class com.antelmann.timeregister.TimeRangeSummaryTableModel
 
refresh() - Method in class com.antelmann.timeregister.UserStatusTableModel
 
refresh(Collection<WorkUnit>, Filter<WorkUnit>) - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
updates this analyzer with the given data; the filter may be null; duplicates are left out
refresh(List<T>, String...) - Method in class com.antelmann.util.table.MethodTableModel
 
refreshAndWait() - Method in class com.antelmann.net.URLCache
returns only after the refresh finished
refreshedURLCache(URLCache, boolean, IOException) - Method in interface com.antelmann.net.URLCache.RefreshListener
This method is called when a call to URLCache.refresh() completes.
refreshInbox() - Method in class com.antelmann.net.mail.JEmailClient
 
REGGAE - Static variable in class com.antelmann.cddb.Genre
 
REGISTERED_TM - Static variable in class com.antelmann.util.Strings
represents the symbol for use in HTML or XML
reInitialize(File, LogEntryFormatter<String>, boolean, boolean) - Method in class com.antelmann.util.logging.LogFile
This method initializes the LogFile to a new file.
reInitialize(boolean, int, Runnable) - Method in class com.antelmann.util.Monitor
all objects and arrays are re-initialized as if newly constructed; only the timer is maintained
relativePosition(int, int) - Method in class com.antelmann.game.chess.BoardPosition
 
remainder() - Method in class com.antelmann.cddb.ArgumentParser
 
remoteGetFirstPunch(User) - Method in interface com.antelmann.timeregister.RemotePunchDB
 
remoteGetFirstPunch(User) - Method in class com.antelmann.timeregister.RemotePunchDBImpl
 
remoteGetLastPunch(User) - Method in interface com.antelmann.timeregister.RemotePunchDB
 
remoteGetLastPunch(User) - Method in class com.antelmann.timeregister.RemotePunchDBImpl
 
remoteGetUsers() - Method in interface com.antelmann.timeregister.RemotePunchDB
 
remoteGetUsers() - Method in class com.antelmann.timeregister.RemotePunchDBImpl
 
remotePunch(PunchData) - Method in interface com.antelmann.timeregister.RemotePunchDB
 
remotePunch(PunchData) - Method in class com.antelmann.timeregister.RemotePunchDBImpl
 
RemotePunchDB - Interface in com.antelmann.timeregister
corresponds to the RemoteDB interface - only that it can be used remotely.
RemotePunchDBClient - Class in com.antelmann.timeregister
wraps a RemotePunchDB by delegating all requests to it.
RemotePunchDBClient(RemotePunchDB) - Constructor for class com.antelmann.timeregister.RemotePunchDBClient
 
RemotePunchDBImpl - Class in com.antelmann.timeregister
implements the server for a remote PunchDB
RemotePunchDBImpl(PunchDB) - Constructor for class com.antelmann.timeregister.RemotePunchDBImpl
 
remoteRetrievePunchData(User, Date, Date, String, String) - Method in interface com.antelmann.timeregister.RemotePunchDB
 
remoteRetrievePunchData(User, Date, Date, String, String) - Method in class com.antelmann.timeregister.RemotePunchDBImpl
 
remoteUpdatePassword(User) - Method in interface com.antelmann.timeregister.RemotePunchDB
 
remoteUpdatePassword(User) - Method in class com.antelmann.timeregister.RemotePunchDBImpl
 
remove(Contribution) - Method in class com.antelmann.cddb.Composition
 
remove(Track) - Method in class com.antelmann.cddb.Composition
 
remove(Resource) - Method in class com.antelmann.cddb.Group
 
remove(Contribution) - Method in class com.antelmann.cddb.Track
 
remove(Class<T>) - Method in class com.antelmann.mgmt.AbstractDatabase
 
remove(Object) - Method in class com.antelmann.sound.JukeBox
removes the given item (usually File or URL) from the current play list if it exists
remove(WorkUnitValidator.CheckInterval) - Method in class com.antelmann.timeregister.WorkUnitValidator
 
remove() - Method in class com.antelmann.util.AbstractIterator
throws UnsupportedOperationException (unless overridden, of course)
removeAlertHandler(AlertHandler) - Method in class com.antelmann.calendar.AlertTimer
 
removeAll() - Method in class com.antelmann.calendar.JDayGrid
does not only remove all components, but also the associations from a CalendarEntry to a component
removeAll() - Method in class com.antelmann.timeregister.PunchDataAnalyzer
 
removeAllLicenses() - Method in class com.antelmann.LicenseManager
 
removeAllPattern() - Method in class com.antelmann.io.ExtensionFileFilter
removes all include and exclude patterns and ensures therefore that the accept() method doesn't have to load the content of a file
removeAllWriters() - Method in class com.antelmann.util.logging.Logger
 
removeAttachment(Email.Attachment) - Method in class com.antelmann.net.mail.Email
 
removeCategory(String) - Method in class com.antelmann.calendar.CalendarEntry
 
removeCD(CDID) - Method in interface com.antelmann.cddb.CDCollection
removes the given cd to the collection and returns true only if the CD was removed
removeCD(CDID) - Method in class com.antelmann.cddb.SimpleCDCollection
 
removeEmailAccount(EmailAccount) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
removeExcludePattern(String) - Method in class com.antelmann.io.ExtensionFileFilter
removes a pattern to be included in a file to be accepted
removeFirst() - Method in class com.antelmann.timeregister.PunchDataAnalyzer
 
removeFontSelectionListener(FontSelectionListener) - Method in class com.antelmann.util.gui.JFontChooser
 
removeFontSelectionListener(FontSelectionListener) - Method in class com.antelmann.util.gui.JFontFileChooser
 
removeFromTray() - Method in class com.antelmann.timeregister.PunchServerTray
 
removeHeader(Email.Header) - Method in class com.antelmann.net.mail.Email
 
removeHoliday(Holiday) - Method in class com.antelmann.calendar.HolidayCalendar
 
removeIdleThread() - Method in class com.antelmann.util.ThreadPool
attempts to remove a single ThreadWorker from the pool.
removeIdleThreads() - Method in class com.antelmann.util.ThreadPool
removes all threads that are currently idle.
removeInactiveConnections() - Method in class com.antelmann.net.NetConnectionServer
removes inactive connections from the maintained list of connections
removeIncludePattern(String) - Method in class com.antelmann.io.ExtensionFileFilter
removes a pattern to be included in a file to be accepted
removeLast() - Method in class com.antelmann.timeregister.PunchDataAnalyzer
 
removeLicense(License) - Method in class com.antelmann.LicenseManager
 
removeListener(DBListener) - Method in class com.antelmann.mgmt.AbstractDatabase
 
removeListener(DBListener) - Method in interface com.antelmann.mgmt.Database
 
removeListener(RevisionListener) - Method in interface com.antelmann.mgmt.Revisable
 
removeListener(PunchListener) - Method in class com.antelmann.timeregister.AbstractPunchDB
 
removeListener(PunchListener) - Method in class com.antelmann.timeregister.RemotePunchDBClient
 
removeListener(ThreadWorker.Listener) - Method in class com.antelmann.util.ThreadPool
 
removeListener(ThreadWorker.Listener) - Method in class com.antelmann.util.ThreadWorker
 
removeObserver(GameObserver) - Method in class com.antelmann.game.AbstractGame
 
removeParameter(String) - Method in class com.antelmann.net.mail.Email
 
removeProperty(Object) - Method in class com.antelmann.calendar.CalendarEntry
 
removeProperty(String) - Method in interface com.antelmann.mgmt.Entity
removes the given key from the properties
removeProperty(String) - Method in class com.antelmann.mgmt.EntityImpl
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.antelmann.mgmt.EntityImpl
 
removeRefreshListener(URLCache.RefreshListener) - Method in class com.antelmann.net.URLCache
 
removeRow(int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
removeSelectedHolidays() - Method in class com.antelmann.calendar.JHolidayList
trigger removal of currently selected holidays
removeTableModelListener(TableModelListener) - Method in class com.antelmann.util.table.SortableTableModel
 
removeTableModelListener(TableModelListener) - Method in class com.antelmann.util.table.TableModelView
 
removeTask(Runnable) - Method in class com.antelmann.util.ThreadWorker
 
removeTree(boolean) - Method in class com.antelmann.io.MyFile
If the MyFile at hand is a directory, this method attempts to delete the entire subtree; therefore use it with caution!
removeType(String) - Method in class com.antelmann.io.ExtensionFileFilter
removes previously added type.
removeWriter(LogWriter) - Method in class com.antelmann.util.logging.Logger
removes the given writer from the list of log writers
renderImage(Image) - Static method in class com.antelmann.imagedb.ImageUtils
allows to convert an Image to a BufferedImage
repaint() - Method in interface com.antelmann.game.GameGUI
to update the GUI
repaint() - Method in class com.antelmann.game.JGameFrame
overridden to update all component windows with updated game info
repaint() - Method in class com.antelmann.game.JPlayerClient
overridden to update all component windows with updated game info
repaint() - Method in class com.antelmann.net.JSpider
 
replace(String, String) - Method in class com.antelmann.io.MyFile
searches for the first pattern and replaces all occurrences with the second pattern (no regular expressions used).
replace(byte[], byte[]) - Method in class com.antelmann.io.MyFile
searches for the first pattern and replaces all occurrences with the second pattern.
replaceAll(String, String) - Method in class com.antelmann.ooffice.TextFrame
performs a simple search/replace on the entire document
replaceAll(String, String, String) - Static method in class com.antelmann.util.Strings
Deprecated. as of Java version 1.5
replaceAllIgnoreCase(String, String, String) - Static method in class com.antelmann.util.Strings
replaces every occurrence of oldSubString (ignoring case) with newSubString within the original String and returns the resulting string (no regular expressions are used)
ReplaceInputStream - Class in com.antelmann.io
This specialized stream replaces all occurences of a given byte pattern with another throughout the stream.
ReplaceInputStream(InputStream, byte[], byte[]) - Constructor for class com.antelmann.io.ReplaceInputStream
 
report(GameMove, double) - Method in class com.antelmann.game.TemplatePlayer.Synchronizer
 
requestAndAcquire() - Method in class com.antelmann.imagedb.TwainAdapter
acquires an image from the default source (the twain source gui is used for selection).
requestGUIMove(GameMove) - Method in interface com.antelmann.game.GameGUI
requestGUIMove() is called when a JGamePlay container registered a move to be made throug the GUI; this move is then passed to the game playing frame through this method - allowing the main frame to decide what is to be done
requestGUIMove(GameMove) - Method in class com.antelmann.game.JGameFrame
 
requestGUIMove(GameMove) - Method in class com.antelmann.game.JPlayerClient
 
requestGUIRedoMove() - Method in interface com.antelmann.game.GameGUI
requestGUIRedoMove() is when a GUI component requested to redo a move
requestGUIRedoMove() - Method in class com.antelmann.game.JGameFrame
 
requestGUIRedoMove() - Method in class com.antelmann.game.JPlayerClient
 
requestGUIUndoMove() - Method in interface com.antelmann.game.GameGUI
requestGUIRedoMove() is when a GUI component requested to undo a move
requestGUIUndoMove() - Method in class com.antelmann.game.JGameFrame
 
requestGUIUndoMove() - Method in class com.antelmann.game.JPlayerClient
 
reset() - Method in class com.antelmann.calendar.Stopwatch
reset() will set the start to the current time and set the halted time to zero.
reset(long) - Method in class com.antelmann.calendar.Stopwatch
sets the given time as elapsed time; run/pause status remains and halted time is reset
reset() - Method in class com.antelmann.game.puzzle.DiceEquation
 
reset() - Method in class com.antelmann.game.puzzle.TilePuzzle
 
reset() - Method in class com.antelmann.game.quiz.JQuestionHandler
should be performed in the event thread
reset() - Method in class com.antelmann.game.quiz.JQuizQuestion
does not include a timeReset()
reset() - Method in class com.antelmann.io.InterceptInputStream
throws IOException
reset() - Method in class com.antelmann.net.SocketConnection
performs a manual reset() on the ObjectOutputStream.
reset() - Method in class com.antelmann.util.Permutation
 
reset() - Static method in class com.antelmann.util.Settings
This method forces to reload the default settings from file.
resetAbortStatus() - Method in class com.antelmann.net.mail.EmailAccount
resets the abort status, so that operations can normally proceed
resetLegalMoves() - Method in class com.antelmann.game.AbstractGame
forces a recalculation of getLegalMoves() with listLegalMoves(); needed if the extending class alters the game status without calling makeMove(), redoMove() or undoLastMove() and the move history and redo list is to be maintained
resetLists() - Method in class com.antelmann.game.AbstractGame
resetList() forces a recalculation of getLegalMoves() and also resets the move list and the redo list.
resetLists() - Method in class com.antelmann.game.chess.ChessGame
overridden to provide package access
resetMessageCount() - Method in class com.antelmann.net.MessageDelegator
 
resetOrder() - Method in class com.antelmann.util.table.MovableTableModel
 
resetPassword() - Method in class com.antelmann.mgmt.UserImpl
 
resetTime() - Method in class com.antelmann.util.logging.LogFile
resets the time of the embedded Stopwatch that gets initialized with the constructor
Resource - Class in com.antelmann.cddb
Resource is the abstract notion of 'something' or 'someone' that can contribute to a composition via a given role.
Resource(String, String) - Constructor for class com.antelmann.cddb.Resource
Resource objects are to be uniquely identifiable by their name
Resource - Interface in com.antelmann.mgmt
represents a managable resource that can be persisted through database services and accessed by its ID, which remains unique after serialization within other JVMs.
ResourceNotFoundException - Exception in com.antelmann.util
Thrown to indicate that a specific resource (an image, a sound, etc.) needed to perform the requested operation was not found (while the resource was expected to be present with the distribution of this Antelmann.com framework).
ResourceNotFoundException() - Constructor for exception com.antelmann.util.ResourceNotFoundException
 
ResourceNotFoundException(String) - Constructor for exception com.antelmann.util.ResourceNotFoundException
 
ResourceNotFoundException(String, Object) - Constructor for exception com.antelmann.util.ResourceNotFoundException
 
restart() - Method in class com.antelmann.calendar.Stopwatch
restart() reinitializes the timer equivalent to it just being construced with the default constructor (time is running).
restart(long) - Method in class com.antelmann.calendar.Stopwatch
restart() reinitializes the timer with the passed milliseconds interpreted as already elapsed time.
restart() - Method in class com.antelmann.sound.JukeBox
selects the first song in the list to be played next
restrictURLPattern - Variable in class com.antelmann.net.SampleCrawlerSetting
 
ResultSetMetaDataTableModel - Class in com.antelmann.sql
ResultSetMetaDataTableModel provides a simple way to display the meta data of a ResultSet.
ResultSetMetaDataTableModel(ResultSetMetaData) - Constructor for class com.antelmann.sql.ResultSetMetaDataTableModel
 
ResultSetTableModel - Class in com.antelmann.sql
ResultSetTableModel provides a simple way to display a query result.
ResultSetTableModel(ResultSet) - Constructor for class com.antelmann.sql.ResultSetTableModel
the result set must NOT be of type ResultSet.TYPE_FORWARD_ONLY
ResultSetTableModel(ResultSet, String) - Constructor for class com.antelmann.sql.ResultSetTableModel
 
resume() - Method in class com.antelmann.calendar.Stopwatch
resume() will reactivate a suspended timer (suspended through either stop() or pause()).
resume() - Method in class com.antelmann.sound.JukeBox
resumes the music if previously stopped
resumeLogging() - Method in class com.antelmann.util.logging.MemoryLogger
resumes logging in case it was paused
retrieve(ImageHolder, ImageHolder.Field...) - Method in interface com.antelmann.imagedb.ImageDB
loads the specified fields from the database into the given ImageHolder and returns the same.
retrieve(ImageDB) - Method in class com.antelmann.imagedb.ImageHolder
retrieves all available info on this ImageHolder from the database
retrieve(ImageDB, ImageHolder.Field...) - Method in class com.antelmann.imagedb.ImageHolder
retrieves only the given fields from the database
retrieve(ImageHolder, ImageHolder.Field...) - Method in class com.antelmann.imagedb.SQLImageDB
 
retrieveAccountsFromFile(File) - Static method in class com.antelmann.net.mail.EmailAccount
constructs EmailAccount objects from a file containing the necessary configuration data.
revalidate(boolean) - Method in class com.antelmann.net.URLTree
recalculates the entire tree recursively from the root based on the current settings; this should be done every time when parameters of the crawler changed, otherwise the tree could be in an inconsisten state
revalidateNode(URLNode, boolean) - Method in class com.antelmann.net.URLTree
internally called by recalculate(); recalculates sub-tree recursively
reverse(Comparator<T>) - Static method in class com.antelmann.util.UniversalComparator
a utility method for convenience that simply reverses the given ordering
reverseComparator(Comparator<T>) - Static method in class com.antelmann.util.Misc
returns an inversed filter to the given one
reverseEnumeration(Enumeration<F>) - Static method in class com.antelmann.util.AbstractIterator
reverses the given Enumeration
reverseFilter(Filter<T>) - Static method in class com.antelmann.util.Misc
returns an inversed filter to the given one
reverseMap(Map<K, V>) - Static method in class com.antelmann.util.Sets
generates a reversed map, mapping values to keys
ReversiGame - Class in com.antelmann.game.reversi
also known as Othello game
ReversiGame() - Constructor for class com.antelmann.game.reversi.ReversiGame
 
ReversiGame(String) - Constructor for class com.antelmann.game.reversi.ReversiGame
 
ReversiPlayer - Class in com.antelmann.game.reversi
adds AI to the ReversiGame
ReversiPlayer() - Constructor for class com.antelmann.game.reversi.ReversiPlayer
 
ReversiPlayer(String) - Constructor for class com.antelmann.game.reversi.ReversiPlayer
 
ReversiPlayer(String, int, boolean) - Constructor for class com.antelmann.game.reversi.ReversiPlayer
 
ReversiPlayer(String, int, boolean, long) - Constructor for class com.antelmann.game.reversi.ReversiPlayer
 
Revisable - Interface in com.antelmann.mgmt
 
revise(RevisionEvent) - Method in interface com.antelmann.mgmt.Revisable
adds a revision to the history and changes the current status accordingly
revised(RevisionEvent) - Method in interface com.antelmann.mgmt.RevisionListener
called upon successfull revision of an object
RevisionEvent - Class in com.antelmann.mgmt
represents a revision for a Revisable object
RevisionEvent(Object, User, Status, Status, String) - Constructor for class com.antelmann.mgmt.RevisionEvent
 
RevisionListener - Interface in com.antelmann.mgmt
listens to revisions of a revisable object
RIGHT_DOUBLE_QUOTE - Static variable in class com.antelmann.util.Strings
represents the symbol for use in HTML or XML
RING - Static variable in class com.antelmann.sound.SampleSounds
represents the sound "ring" included in the antelmann.jar file
ring() - Static method in class com.antelmann.sound.SampleSounds
 
ROCK - Static variable in class com.antelmann.cddb.Genre
 
Role - Class in com.antelmann.cddb
A Role defines the relationship of what a resource contributes to a composition or track.
Role(String) - Constructor for class com.antelmann.cddb.Role
This protected constructor allows for further customized roles through subclassing; otherwise it is prefered to stick to the pre-defined ones.
RowItem - Class in com.antelmann.sql
represents a row in a sql database table and provides convenient access to its properties.
RowItem(String, String, Object, String...) - Constructor for class com.antelmann.sql.RowItem
constructs a RowItem with empty properties and the given columns
RowItem(String, String, Object, Map<String, Object>, String...) - Constructor for class com.antelmann.sql.RowItem
 
RowItemTableModel - Class in com.antelmann.sql
 
RowItemTableModel(List<RowItem>) - Constructor for class com.antelmann.sql.RowItemTableModel
 
rowOf(User) - Method in class com.antelmann.mgmt.UserTableModel
returns either the row or -1 if the user is not found
RSSChannel - Class in com.antelmann.net
represents a channel in the RSS format created by an RSSHandler
RSSHandler - Class in com.antelmann.net
handles RSS data feeds in XML.
RSSHandler(URL) - Constructor for class com.antelmann.net.RSSHandler
 
RSSHandler(File) - Constructor for class com.antelmann.net.RSSHandler
 
RSSHandler(InputStream) - Constructor for class com.antelmann.net.RSSHandler
 
RSSHandler(InputSource) - Constructor for class com.antelmann.net.RSSHandler
 
RSSItem - Class in com.antelmann.net
represents an item in an RSS feed
RSSItem(RSSChannel, Element) - Constructor for class com.antelmann.net.RSSItem
 
RSSMenu - Class in com.antelmann.net
a menu for an RSS feed
RSSMenu(RSSChannel, RSSMenu.ItemHandler) - Constructor for class com.antelmann.net.RSSMenu
calls RSSMenu(channel, handler, false)
RSSMenu(RSSChannel, RSSMenu.ItemHandler, boolean) - Constructor for class com.antelmann.net.RSSMenu
 
RSSMenu.ItemHandler - Interface in com.antelmann.net
 
RUBY - Static variable in class com.antelmann.util.gui.CustomTheme
 
run() - Method in class com.antelmann.calendar.NTPServer
accepts connection to its port and sends an integer according to NTP.
run() - Method in class com.antelmann.game.GameServer
 
run() - Method in class com.antelmann.game.SocketPlayerServer
run() listens at the port specified in the constructor for a connecton from a SocketPlayer and routes all requests through to the embedded Player object as long as the Monitor object given to the constructor is disabled.
run() - Method in class com.antelmann.game.TemplatePlayer.MoveEvaluater
reports the heuristic (calculated by the evaluate() method) to the Synchronizer
run() - Method in class com.antelmann.io.Backup
performs the backup operation
run() - Method in class com.antelmann.net.ChatServer
starts the underlying server
run() - Method in class com.antelmann.net.Downloader
downloads the URL to the file and calls any listeners upon completion
run() - Method in class com.antelmann.net.JDownloader
downloads the URL to the file and starts the ProgressMonitor
run() - Method in class com.antelmann.net.MediaCrawler
 
run() - Method in class com.antelmann.net.MessageDelegator
run() listens for incoming messages and delegates to the handler.
run() - Method in class com.antelmann.net.NetConnectionServer
starts listening and creates a new Thread for every connection made.
run() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated. prints progress information from the given monitor to either the console or a specified log file
run() - Method in class com.antelmann.util.logging.MemoryLogger
continuously calls log() once within the interval while enabled
run() - Method in class com.antelmann.util.ThreadWorker
should be called only once through start()
runTask() - Method in class com.antelmann.util.Monitor
lets the Thread that uses the Monitor perform a synchronous custom task that completes before the current thread continues.
runTask(Runnable) - Method in class com.antelmann.util.ThreadPool
 
runTask(Runnable) - Method in class com.antelmann.util.ThreadWorker
runs the given task immediately after all previous tasks have finished - once the ThreadWorker has been started.

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