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

S

same(Object, Object) - Static method in class com.antelmann.util.Misc
returns true only if the the both objects are equal or both null, false otherwise
same(Map, Map) - Static method in class com.antelmann.util.Sets
 
same(String, String) - Static method in class com.antelmann.util.Strings
returns true only if the the both strings are equal or null, false otherwise.
sameDay(Date) - Method in class com.antelmann.calendar.CalendarEntry
returns true if the given date is on the same day as the begin time of this entry
sameDay(Date, Date) - Static method in class com.antelmann.calendar.CalendarUtils
returns true only if the two dates are within the same day
sameRank(Card) - Method in class com.antelmann.game.card.Card
 
sameSuit(Card) - Method in class com.antelmann.game.card.Card
 
sameTable(RowItem) - Method in class com.antelmann.sql.RowItem
checks for table, idColumn and columns to be identical
SampleChessGraphics - Class in com.antelmann.game.chess
This class contains two set of sample chess graphics shipped with the antelmann.jar file.
SampleChessGraphics(int) - Constructor for class com.antelmann.game.chess.SampleChessGraphics
currently, this class only supports 2 sets; hence setNumber can be either 1 or 2 - everthing else throws IllegalArgumentException
SampleCrawlerSetting - Class in com.antelmann.net
SampleCrawlerSetting is what it's named: a sample CrawlerSetting.
SampleCrawlerSetting() - Constructor for class com.antelmann.net.SampleCrawlerSetting
searches all files 3 levels deep in current site only
SampleCrawlerSetting(int, String) - Constructor for class com.antelmann.net.SampleCrawlerSetting
 
SampleCrawlerSetting(int, boolean, String[], String[], boolean) - Constructor for class com.antelmann.net.SampleCrawlerSetting
 
SampleSounds - Class in com.antelmann.sound
SampleSounds provides some sample sounds that are included in the standard antelmann.jar file.
SampleSQLLogFormatter - Class in com.antelmann.util.logging
NOT QUITE DONE, YET.
SampleSQLLogFormatter(Connection, String, int) - Constructor for class com.antelmann.util.logging.SampleSQLLogFormatter
 
sampleString(Locale) - Static method in class com.antelmann.util.I18n
returns a sample String for the given locale - displayed in the default locale
sampleString(Locale, Locale) - Static method in class com.antelmann.util.I18n
returns a sample String for the first given locale displayed in the second given locale
save(WorkUnitValidator) - Method in interface com.antelmann.timeregister.PunchAdminDB
if the schedule exists (based on equals(Object)), it will be updated; otherwise the entry will be created
save(WorkUnitValidator) - Method in class com.antelmann.timeregister.PunchDBClient
 
save(WorkUnitValidator) - Method in class com.antelmann.timeregister.SQLPunchDB
if the validator exists, it will be updated; otherwise the entry will be created
saveAccountsToFile(EmailAccount[], File) - Static method in class com.antelmann.net.mail.EmailAccount
 
saveContentToFile(File) - Method in class com.antelmann.net.URLCache
calls saveContentToFile(file, false)
saveContentToFile(File, boolean) - Method in class com.antelmann.net.URLCache
If the file might not fit into memory, streamDirectlyFromURL should be true to stream directly from the URL; otherwise this method simply writes the cache to the file.
saveTo(File) - Method in class com.antelmann.License
convenience method; overwrites the file if it exists
saveToDir(File) - Method in class com.antelmann.net.mail.Email.Attachment
the name of the attachment will be used as the file name
saveToDirectory(File) - Method in class com.antelmann.cddb.CDDBEntry
saves the content of the entry into a file in the given directory according to standard CDDB conventions.
saveToFile(String) - Method in class com.antelmann.game.AbstractGame
just a convenience function
saveToFile(String) - Method in class com.antelmann.game.GameDriver
just a convenience function
saveToFile(File) - Method in class com.antelmann.imagedb.ImageHolder
convenience method
saveToFile(File, String, boolean) - Method in class com.antelmann.io.FileTableModel
will always write a header line.
saveToFile(File) - Method in class com.antelmann.net.mail.Email.Attachment
 
saveURLtoFile(File) - Method in class com.antelmann.net.Spider
saves the content of the embedded URL to the given file
say(String) - Method in interface com.antelmann.game.GameGUI
allows to send a message to either the console or some place within the GUI to be displayed at the GUI's discretion
say(String) - Method in class com.antelmann.game.JPlayerClient
 
say(Object) - Static method in class com.antelmann.util.Debug
just for test debugging; prints the text along w/ the word debug on the console (to distinguish from standard System.out.println() in the source code)
say(String) - Method in class com.antelmann.util.gui.JMainFrame
writes the text to out if verbose is true (and also writes the msg to the logger if not null)
scaleX - Variable in class com.antelmann.util.gui.Plot2DFunction
pixel per number interval (n to n+1) on the x-axis; the higher the scale, the larger the stretch for a number interval; default is 100
scaleY - Variable in class com.antelmann.util.gui.Plot2DFunction
pixel per number interval (n to n+1) on the y-axis; the higher the scale, the larger the stretch for a number interval; default is 100
scanForAddresses(Email) - Static method in class com.antelmann.net.mail.MailScanner
 
scanForAddresses(LocalWeb) - Static method in class com.antelmann.net.mail.MailScanner
 
scanForAddresses(String) - Static method in class com.antelmann.net.mail.MailScanner
 
schedule - Variable in class com.antelmann.timeregister.TimeUser
represents the hashed version of the password
scheduleAlert(Alert) - Method in class com.antelmann.calendar.AlertTimer
only non-acknowledged alerts will be processed
scheduleDayBeginField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleFriBreakField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleFriField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleIntervalBeginField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleIntervalCheckinField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleIntervalEndField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleIntervalNameField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleIntervalTableName - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleMaxTimeField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleMinTimeField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleMonBreakField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleMonField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleNameField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
SchedulerFrame - Class in com.antelmann.util.gui
a convenient GUI to schedule predefined tasks
SchedulerFrame(Runnable, String) - Constructor for class com.antelmann.util.gui.SchedulerFrame
 
SchedulerFrame(Runnable, Component) - Constructor for class com.antelmann.util.gui.SchedulerFrame
The scheduler uses a BoxLayout where the description is put on top.
scheduleSatBreakField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleSatField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleSunBreakField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleSunField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleTableName - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleThuBreakField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleThuField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleTueBreakField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleTueField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleWedBreakField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
scheduleWedField - Variable in class com.antelmann.timeregister.SQLPunchDB
 
sealed - Variable in class com.antelmann.AntManifestTask
 
search(String) - Method in class com.antelmann.cddb.FileCDDB
performs a full-text search on the database
search(String) - Method in class com.antelmann.net.Google
 
search(String, int) - Method in class com.antelmann.net.Google
 
SEARCH_ALPHABETA - Static variable in class com.antelmann.game.TemplatePlayer
when used as searchOption, Alpha-Beta Search algorithm is used
SEARCH_MINMAX - Static variable in class com.antelmann.game.TemplatePlayer
when used as searchOption, MinMax Search algorithm is used
searchContent(String) - Method in class com.antelmann.cddb.SimpleCDCollection
searches the entire xmcd format content for the exact given pattern.
searchOption - Variable in class com.antelmann.game.TemplatePlayer
 
searchSolution() - Static method in class com.antelmann.game.puzzle.EightQueens
tries to solve the puzzle with GameUtilities functions
searchSolution() - Static method in class com.antelmann.game.puzzle.WSPuzzle
tries to solve the puzzle with GameUtilities functions
searchWebFor(String[], URL, boolean, int, boolean, String[], Monitor) - Static method in class com.antelmann.net.Spider
Deprecated.  
searchWebFor(String[], ArrayList<URL>, boolean, int, boolean, List<URL>, List<URL>, String[], Monitor) - Static method in class com.antelmann.net.Spider
Deprecated.  
secondsSince1900() - Method in class com.antelmann.calendar.AtomicClock
returns the raw int directly from the server
secondsSince1900() - Method in class com.antelmann.calendar.NTPServer
calculates the raw int used by the NTP protocol
secretKeyFactory - Static variable in interface com.antelmann.util.SecurityNames
 
SecureConnection - Class in com.antelmann.net
SecureConnection is a small wrapper for NetConnection objects, which provides automatic encoding/decoding of messages.
SecureConnection(NetConnection, SynchronousKey) - Constructor for class com.antelmann.net.SecureConnection
 
SecurityNames - Interface in com.antelmann.util
a collection of security related names of supported algorithms.
SelectAllOnFocusGain - Class in com.antelmann.util.gui
a general focus listener that will select all text on focus gain
SelectAllOnFocusGain() - Constructor for class com.antelmann.util.gui.SelectAllOnFocusGain
 
selectDefaultSource() - Method in class com.antelmann.imagedb.TwainAdapter
shows a gui which lets you select the default source
selectJGamePlay() - Static method in class com.antelmann.game.GameUtilities
returns a JGamePlay based on a GUI-popup selection
selectMove(GamePlay, int[], int, long) - Method in class com.antelmann.game.BookPlayer
first checks the embedded book for a pre-stored move
selectMove(GamePlay, int[], int, long) - Method in class com.antelmann.game.fourwins.FourWinsPlayer
 
selectMove(GamePlay, int[], int, long) - Method in interface com.antelmann.game.Player
selectMove() asks the Player to select a move out of GamePlay.legalMove() based on the role it plays; milliseconds is an indication of how long the calling function is willing to wait for an answer before continuing with potentially a randomMove or something else.
selectMove(GamePlay, int[], int, long) - Method in class com.antelmann.game.SocketPlayer
 
selectMove(GamePlay, int[], int, long) - Method in class com.antelmann.game.TemplatePlayer
This implementation selects the best move according to the given configuration.
selectMove(GamePlay, int[], int, long) - Method in class com.antelmann.game.wolfsheep.WSPlayer
overridden to provide a sensible opening that doesn't suffer from the horizon effect
selectTask() - Method in class com.antelmann.Main
selects a task through a GUI selection and then starts the task
SELF - Static variable in class com.antelmann.ooffice.OOUtils
search flag option
send(String, String, String) - Method in class com.antelmann.net.mail.EmailAccount
sends out a simple text email message
send(String, String, String, File) - Method in class com.antelmann.net.mail.EmailAccount
sends an email with a file attachment.
send(Email) - Method in class com.antelmann.net.mail.EmailAccount
all settings (including from address) is taken from the given Email object
send(Message) - Method in class com.antelmann.net.mail.EmailAccount
all settings (including from address) is taken from the given Message object
sendEmails(Email, InternetAddress[]) - Method in class com.antelmann.net.mail.EmailAccount
sends the email individually to each address.
sendEmails(Email, InternetAddress[], EmailCustomizer, Monitor) - Method in class com.antelmann.net.mail.EmailAccount
sends the email individually to each address.
sendMessage(Object) - Method in class com.antelmann.game.SocketPlayer
 
sendMessage(Object) - Method in interface com.antelmann.net.NetConnection
sends an object over the connection
sendMessage(Object) - Method in class com.antelmann.net.SecureConnection
every message will be encoded before it is sent unless it is already an Encoded object
sendMessage(Object) - Method in class com.antelmann.net.SocketConnection
 
sequence - Variable in class com.antelmann.sound.SoundPlayer
 
sequencer - Variable in class com.antelmann.sound.SoundPlayer
 
serialize(Object) - Static method in class com.antelmann.io.Data
serializes the given object and returnes the serialized data as byte array
server - Variable in class com.antelmann.timeregister.PunchServerTray
 
serverHandshake(NetConnection) - Method in interface com.antelmann.net.Handshake
performs a handshake for the given socket on behalf of a server
serverHandshake(NetConnection) - Method in class com.antelmann.net.SimpleHandshake
 
ServerLog - Interface in com.antelmann.net
ServerLog represents a log from a web-server and provides access to its content
ServerLogAnalyzer - Class in com.antelmann.net
provides several methods to analyze a ServerLog
ServerLogAnalyzer(ServerLog) - Constructor for class com.antelmann.net.ServerLogAnalyzer
 
ServerLogEntry - Class in com.antelmann.net
a log entry from a web-server log
ServerLogEntry(String, String, String, String, Date, String, String, short, String) - Constructor for class com.antelmann.net.ServerLogEntry
 
ServerLogFile - Class in com.antelmann.net
ServerLogFile implements a web-server log based on a standard log file.
ServerLogFile(String) - Constructor for class com.antelmann.net.ServerLogFile
 
ServerLogFile(File) - Constructor for class com.antelmann.net.ServerLogFile
 
ServerLogFile.ServerLogEntryEnumerator - Class in com.antelmann.net
 
ServerLogFile.ServerLogEntryEnumerator(Filter<ServerLogEntry>) - Constructor for class com.antelmann.net.ServerLogFile.ServerLogEntryEnumerator
 
setAcceptDirectories(boolean) - Method in class com.antelmann.io.ExtensionFileFilter
 
setAccess(Object, boolean) - Method in interface com.antelmann.mgmt.User
grants/denies access to the given action
setAccess(Object, boolean) - Method in class com.antelmann.mgmt.UserImpl
 
setAccessInboxBeforeSend(boolean) - Method in class com.antelmann.net.mail.EmailAccount
may be necessary for special ISPs that have that requirement
setActive(boolean) - Method in class com.antelmann.calendar.Alert
 
setActive(boolean) - Method in class com.antelmann.net.SampleCrawlerSetting
 
setActivity(String) - Method in class com.antelmann.timeregister.PunchStation
setting the activity means that all punches registered through this station will be marked with this activity (unless explicitly stated otherwise).
setActivity(String) - Method in class com.antelmann.timeregister.WorkUnit
 
setActivityList(Set<String>) - Method in class com.antelmann.timeregister.JPunchClock
automatically also adds null and the default activity of the PunchStation
setAll(Map<String, Object>) - Method in class com.antelmann.mgmt.EntityImpl
all imported properties are checked by checkPropertyChange()
setAllowNull(boolean) - Method in class com.antelmann.util.AbstractIterator
allows to set wether null is an allowed value for next() or if marks the end of an iteration.
setAllowRoot(boolean) - Method in class com.antelmann.game.puzzle.DiceEquation
should only be set before any other state is changed
setAlwaysFlush(boolean) - Method in class com.antelmann.util.logging.LogFile
 
setAlwaysFlush(boolean) - Method in class com.antelmann.util.logging.XMLLogWriter
 
setAnalyzerEnabled(boolean) - Method in class com.antelmann.timeregister.PunchClientFrame
 
setAppend(boolean) - Method in class com.antelmann.AntBuildLicenseFile
if true, the license to be created is appended to the file
setApproved(boolean) - Method in class com.antelmann.timeregister.WorkUnit
 
setAuthentication(boolean) - Method in class com.antelmann.net.mail.EmailAccount
 
setAutoAdvance(boolean) - Method in class com.antelmann.game.JGameFrame
sets the 'Auto advance' option that can also be set through the menu
setAutoReset(boolean) - Method in class com.antelmann.net.SocketConnection
 
setBarcode(String) - Method in class com.antelmann.timeregister.TimeUser
 
setBCC(String) - Method in class com.antelmann.net.mail.Email
 
setBegin(Date) - Method in class com.antelmann.calendar.CalendarEntry
setting the begin also alters the end, as the duration remains
setBeginTime(int) - Method in class com.antelmann.calendar.JDayGrid
time in millisec from the begin of the day
setBlack(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setBody(String) - Method in class com.antelmann.net.mail.Email
 
setBook(Hashtable<GamePlay, GameMove>) - Method in class com.antelmann.game.BookPlayer
Sets the internal book used by this BookPlayer.
setBookmarkText(String, String) - Method in class com.antelmann.ooffice.TextFrame
sets the text of for a defined bookmark within the given document
setBreakTime(long) - Method in class com.antelmann.timeregister.WorkUnit
 
setBreakTime(int, TimeInDay) - Method in class com.antelmann.timeregister.WorkUnitValidator
time must be less or equal than the corresponding working time
setBufferSize(int) - Method in class com.antelmann.net.Downloader
 
setCache(Map<URL, URLCache>) - Method in class com.antelmann.net.JURLCachePane
the cache must map URL objects to URLCache objects
setCalendar(Calendar) - Static method in class com.antelmann.calendar.CalendarUtils
by default, the standard GregorianCalendar is used
setCalendar(Calendar) - Method in class com.antelmann.calendar.NTPServer
 
setCanceled(boolean) - Method in class com.antelmann.calendar.CalendarEntry
 
setCapsLock(boolean) - Static method in class com.antelmann.util.gui.Menus
 
setCC(String) - Method in class com.antelmann.net.mail.Email
 
setCDInfo(CDID, CDInfo) - Method in interface com.antelmann.cddb.CDCollection
associates the given info with the given cd in this collection; if the given cd is not yet in the collection, it is added.
setCDInfo(CDID, CDInfo) - Method in class com.antelmann.cddb.SimpleCDCollection
 
setCDInfo(CDID, String) - Method in class com.antelmann.cddb.SimpleCDCollection
 
setCellBackground(XCell, String) - Method in class com.antelmann.ooffice.TextTableFrame
 
setCellDate(String, int, int, Date) - Method in class com.antelmann.ooffice.SpreadsheetFrame
 
setCellDateTime(String, int, int, Date) - Method in class com.antelmann.ooffice.SpreadsheetFrame
 
setCellFormula(String, int, int, String) - Method in class com.antelmann.ooffice.SpreadsheetFrame
 
setCellTime(String, int, int, TimeInDay) - Method in class com.antelmann.ooffice.SpreadsheetFrame
 
setCellTime(String, int, int, Date) - Method in class com.antelmann.ooffice.SpreadsheetFrame
 
setCellValue(String, int, int, double) - Method in class com.antelmann.ooffice.SpreadsheetFrame
 
setCellValue(String, int, int, Object) - Method in class com.antelmann.ooffice.SpreadsheetFrame
makes a best effort to set the cell's value using an appropriate format
setCellValue(String, int, int, String, SpreadsheetFrame.CellFormat) - Method in class com.antelmann.ooffice.SpreadsheetFrame
sheet, value, format must not be null
setChannel(RSSChannel) - Method in class com.antelmann.net.RSSMenu
 
setCheckForWin(boolean) - Method in class com.antelmann.game.RandomPlayer
if enabled, the RandomPlayer's heuristic checks whether a given move can win the game and returns values accordingly
setClassLoader(ClassLoader) - Static method in class com.antelmann.util.Settings
sets the ClassLoader to be used in getResource(String); by default, the system class loader is used
setClassPath(String) - Method in class com.antelmann.AntManifestTask
takes a space separated list of jar files and/or directories, null by default
setCloseOnClick(boolean) - Method in class com.antelmann.util.gui.SplashScreen
already true by default
setCloseOnCompletion(boolean) - Method in class com.antelmann.net.Downloader
 
setCollator(Collator) - Method in class com.antelmann.util.UniversalComparator
allows to change the default collator in use
setColor(Color) - Method in class com.antelmann.util.TextPrinter
 
setColumnNames(String[]) - Method in class com.antelmann.sql.JDBCTableModel
the values must correspond to actual column names of the underlying table; setting null means to simply use all existing column names (the default).
setColumns(String[]) - Method in class com.antelmann.sql.RowItem
allows to set the available columns in the table belonging to this row.
setColumnVisible(int, boolean) - Method in class com.antelmann.util.table.TableModelView
Note: listeners to the model will ONLY be notified if the backing model is an instance of an AbstractTableModel, otherwise NOT!
setComment(String) - Method in class com.antelmann.cddb.Contribution
 
setComment(String) - Method in class com.antelmann.timeregister.PunchData
 
setComment(String) - Method in class com.antelmann.timeregister.WorkUnit
 
setCommentIndicator(char...) - Method in class com.antelmann.io.IniFile
returns this
setComparatorForColumn(Comparator<?>, int) - Method in class com.antelmann.util.table.SortableTableModel
sets the Comparator for the specified column (may be null, in which case a UniversalComparator is used)
setComponent(Component) - Method in class com.antelmann.util.gui.JKeyButton
 
setComponentFactory(CalendarEntryComponentFactory) - Method in class com.antelmann.calendar.JDayGrid
used to create the component when calling placeEntry(CalendarEntry)
setComposition(Composition) - Method in class com.antelmann.cddb.JComposition
 
setConfirmed(boolean) - Method in class com.antelmann.calendar.CalendarEntry
 
setConnection(Connection) - Method in class com.antelmann.sql.ConnectionHelper
 
setContextClassLoader() - Static method in class com.antelmann.util.Settings
 
setContinuousSnapping(boolean) - Method in class com.antelmann.util.gui.MouseBoundsListener
 
setCount(String, String, int) - Method in class com.antelmann.sql.IDSQLGenerator
 
setCrawler(CrawlerSetting) - Method in class com.antelmann.net.URLTree
on calling this method, the entire tree will be recalculated based on the settings of the new crawler
setCrawlerMenu(JMenu) - Method in class com.antelmann.net.JSpider
This method places a given menu between the 'Options' and 'Window' menu of the GUI; the menu is intended to provide special controls for the given CrawlerSetting in use with this JSpider.
setCurrentDirectory(File) - Method in class com.antelmann.sound.JJukeBox
 
setDate(Date) - Method in class com.antelmann.calendar.JDayGrid
also performs a call to removeAll
setDateFormat(DateFormat) - Method in class com.antelmann.util.gui.JWatchLabel
 
setDebug(boolean) - Method in class com.antelmann.net.mail.EmailAccount
 
setDefaultDirectory() - Method in class com.antelmann.sound.JPlayer
sets the directory for the file selection to the default according to the Properties that are in effect (property key: user.dir.media)
setDeleteAtTarget(boolean) - Method in class com.antelmann.io.Backup
 
setDelta(int) - Method in class com.antelmann.calendar.AtomicClock
manually sets the value used to adjust system time
setDescription(String) - Method in class com.antelmann.calendar.CalendarEntry
 
setDescription(String) - Method in class com.antelmann.cddb.Composition
 
setDescription(String) - Method in class com.antelmann.cddb.Resource
 
setDescription(String) - Method in class com.antelmann.cddb.Track
 
setDescription(String) - Method in class com.antelmann.imagedb.ImageHolder
 
setDescription(String) - Method in class com.antelmann.mgmt.UserImpl
 
setDestinationDir(File) - Method in class com.antelmann.io.Backup
 
setDimension(Dimension) - Method in class com.antelmann.util.gui.Plot2DFunction
sets its dimension; can be retrieved by getPreferredSize()
setDirty(boolean) - Method in class com.antelmann.sql.RowItem
 
setDuration(long) - Method in class com.antelmann.calendar.CalendarEntry
 
setEditable(boolean) - Method in class com.antelmann.cddb.JComposition
 
setEditable(boolean) - Method in class com.antelmann.sql.JDBCTableModel
 
setEditable(boolean) - Method in class com.antelmann.sql.RowItemTableModel
 
setElements(Object[]) - Method in class com.antelmann.util.gui.JSearchList
 
setEnabled(boolean) - Method in class com.antelmann.mgmt.UserImpl
 
setEnabled(boolean) - Method in class com.antelmann.net.JNetProperties
 
setEnabled(boolean) - Method in class com.antelmann.util.gui.JFileField
 
setEnabled(boolean) - Method in class com.antelmann.util.gui.JFontControl
 
setEnabled(boolean) - Method in class com.antelmann.util.gui.JTouchNumPad
 
setEnabled(boolean) - Method in class com.antelmann.util.logging.Logger
 
setEnabled(boolean) - Method in class com.antelmann.util.logging.LogNetReceiver
 
setEncryptionKey(SynchronousKey) - Method in class com.antelmann.net.JChat
sets the encryption key to be used if encryption is enabled
setEncryptionKey(SynchronousKey) - Method in class com.antelmann.net.JMessenger
sets the encryption key to be used if encryption is enabled
setEndTime(int) - Method in class com.antelmann.calendar.JDayGrid
time in millisec from the begin of the day
setEndWhenSolved(boolean) - Method in class com.antelmann.game.puzzle.TilePuzzle
 
setExceptionHandler(LogExceptionHandler) - Method in class com.antelmann.util.logging.Logger
 
setExcludeFiles(File[]) - Method in class com.antelmann.io.Backup
replaces any previous filter; the path matching is case-insensitive
setExpirationDate(String) - Method in class com.antelmann.AntBuildLicenseFile
the given date is parsed as mm/dd/yyyy
setFieldSeparator(String) - Method in class com.antelmann.io.IniFile
returns this
setFieldText(String, String) - Method in class com.antelmann.ooffice.TextFrame
the fully quantified field name is to be supplied
setFile(File) - Method in class com.antelmann.AntBuildLicenseFile
sets the file location for the license file to be created; required
setFile(File) - Method in class com.antelmann.util.gui.JFileField
returns true only if the file was accepted by the filter and hence the file was actually set; null is always accepted
setFileFilter(ExtensionFileFilter) - Method in class com.antelmann.game.JDefaultGame
 
setFileFilter(FileFilter) - Method in class com.antelmann.util.gui.JFileField
 
setFileSelectionMode(int) - Method in class com.antelmann.util.gui.JFileField
 
setFilter(FileFilter) - Method in class com.antelmann.io.Backup
 
setFilter(Filter<E>) - Method in class com.antelmann.util.AbstractIterator
if a non-null filter is set, only those elements that pass the filter will be returned by next().
setFilter(Filter<LogEntry>) - Method in class com.antelmann.util.logging.Logger
 
setFont(Font) - Method in class com.antelmann.game.quiz.JQuizQuestion
 
setFont(Font) - Method in class com.antelmann.util.gui.JTouchNumPad
 
setFont(Font) - Method in class com.antelmann.util.TextPrinter
 
setFormattedContent(Object) - Method in exception com.antelmann.util.FormatException
 
setFrom(String) - Method in class com.antelmann.net.mail.Email
 
setFrom(String) - Method in class com.antelmann.net.mail.EmailAccount
 
setGame(AutoPlay) - Method in class com.antelmann.game.JDefaultGame
 
setGame(AutoPlay) - Method in interface com.antelmann.game.JGamePlay
setGame(AbstractGameBoard board) returns a JGamePlay object that embedds the given AutoPlay game.
setGame(AutoPlay) - Method in class com.antelmann.game.puzzle.JTilePuzzle
 
setGender(Artist.Gender) - Method in class com.antelmann.cddb.Artist
can be either MALE, FEMALE or UNKNOWN
setGenre(Genre) - Method in class com.antelmann.cddb.Composition
 
setGraphics(ChessGraphics) - Method in class com.antelmann.game.chess.JChess
This method allows to customize the images used for displaying the chess board.
setGridPixel(int) - Method in class com.antelmann.calendar.JDayGrid
 
setHeader(String, String) - Method in class com.antelmann.net.CGI
allows to add additional header information to the request or override existing ones.
setHeaders(Message, Email.Header[]) - Static method in class com.antelmann.net.mail.EmailAccount
all headers keys and values must be String objects
setHome(URL) - Method in class com.antelmann.net.JWebBrowser
 
setID(int) - Method in class com.antelmann.calendar.CalendarEntry
 
setIdField(String) - Method in class com.antelmann.sql.ResultSetTableModel
 
setImage(InputStream) - Method in class com.antelmann.imagedb.ImageHolder
directly puts the input stream into this object as raw data; the type value is not affected when using this method.
setImage(Image) - Method in class com.antelmann.imagedb.ImageHolder
stores the data in the configured type format
setImplementationTitle(String) - Method in class com.antelmann.AntManifestTask
 
setImplementationVendor(String) - Method in class com.antelmann.AntManifestTask
 
setImplementationVendorURL(String) - Method in class com.antelmann.AntManifestTask
 
setImplementationVersion(String) - Method in class com.antelmann.AntManifestTask
 
setImportance(int) - Method in class com.antelmann.cddb.Contribution
the higher the number, the higher the importance
setIncludeStack(boolean) - Method in class com.antelmann.util.logging.Logger
 
setIncludeSubPackages(boolean) - Method in class com.antelmann.AntBuildLicenseFile
 
setInitialDirectory(String) - Method in class com.antelmann.game.JGameFrame
presets the directory for the file selection
setInitialDirectory(String) - Method in class com.antelmann.sound.JPlayer
presets the directory for the file selection
setInsertMode(boolean) - Method in class com.antelmann.sql.JDBCTableModel
 
setInsets(Insets) - Method in class com.antelmann.util.gui.MouseBoundsListener
 
setInterval(Date, Date) - Method in class com.antelmann.util.gui.JDateIntervalChooser
 
setInterval(Date, JDateIntervalChooser.Interval) - Method in class com.antelmann.util.gui.JDateIntervalChooser
the begin time will be set to the begin of the day/week/month/year
setIntervalMillis(long) - Method in class com.antelmann.util.gui.JMemoryGauge
 
setIntervalPixel(int) - Method in class com.antelmann.calendar.JDayGrid
 
setIssuedFor(String) - Method in class com.antelmann.AntBuildLicenseFile
 
setItemHandler(RSSMenu.ItemHandler) - Method in class com.antelmann.net.RSSMenu
 
setJProgressBar(JProgressBar) - Method in class com.antelmann.util.MonitorDelegator
 
setKey(SynchronousKey) - Method in class com.antelmann.net.SecureConnection
 
setKnownServerList(String[]) - Static method in class com.antelmann.calendar.AtomicClock
 
setLanguage(Locale) - Static method in class com.antelmann.util.gui.Menus
allows to change the language at runtime (the default locale is used by default)
setLevel(int) - Method in interface com.antelmann.game.AutoPlay
The level in the game represents the 'depth' of the search tree (number of subsequent moves) a Player potentially searches through the game tree to evaluate a move.
setLevel(int) - Method in class com.antelmann.game.GameDriver
 
setLevel(Level) - Method in class com.antelmann.util.logging.LogEntry
 
setlevelOverride(int) - Method in class com.antelmann.game.TemplatePlayer
This method enables to override the level parameter value given to selectMove() and/or evaluate(), so that the implementation will use this value instead of the level given by the parameters.
setLicense(License) - Method in exception com.antelmann.LicensingException
 
setLicensee(String) - Method in class com.antelmann.AntBuildLicenseFile
 
setLicensee(Object) - Method in exception com.antelmann.LicensingException
 
setLicenseHandler(LicenseHandler) - Static method in class com.antelmann.util.Settings
allows to react on failed license-checks by establishing a proper handler
setLicenseKey(LicenseKey) - Method in class com.antelmann.License
allows to set an individual license key for a license; must be set before signing.
setLimit(int) - Method in class com.antelmann.util.logging.JTextComponentLog
set limit to 0 or less for no limit
setLocation(String) - Method in class com.antelmann.calendar.CalendarEntry
 
setLocation(String) - Method in exception com.antelmann.cddb.XmcdFormatException
 
setLocation(String) - Method in class com.antelmann.timeregister.PunchStation
 
setLogFilter(Filter<LogEntry>) - Method in class com.antelmann.util.logging.AbstractLogWriter
 
setLogFormatter(LogEntryFormatter<T>) - Method in class com.antelmann.util.logging.AbstractLogWriter
formatter must not be null
setLogFormatter(LogEntryFormatter<String>) - Method in class com.antelmann.util.logging.JTextComponentLog
 
setLogFormatter(LogEntryFormatter<String>) - Method in class com.antelmann.util.logging.LogFile
 
setLogger(Logger) - Method in class com.antelmann.calendar.AtomicTime
may be set to null
setLogger(Logger) - Method in class com.antelmann.calendar.NTPServer
 
setLogger(Logger) - Method in class com.antelmann.io.Backup
the logger may not be set while the backup is running
setLogger(Logger) - Method in class com.antelmann.net.mail.EmailAccount
 
setLogger(Logger) - Method in class com.antelmann.net.mail.JMessageTable
 
setLogger(Logger) - Method in class com.antelmann.net.MessageDelegator
 
setLogger(Logger) - Method in class com.antelmann.net.NetConnectionServer
 
setLogger(Logger) - Method in class com.antelmann.net.SocketConnection
 
setLogger(Logger) - Method in class com.antelmann.timeregister.PunchDBServer
must not be null; empty logger is ok
setLogger(Logger) - Method in class com.antelmann.timeregister.PunchStation
 
setMainClass(String) - Method in class com.antelmann.AntManifestTask
 
setManifestFile(String) - Method in class com.antelmann.AntManifestTask
 
setMax(int) - Method in class com.antelmann.util.Monitor
 
setMax(int) - Method in class com.antelmann.util.MonitorDelegator
 
setMaxFound(int) - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
setMessage(String) - Method in class com.antelmann.util.logging.LogEntry
 
setMessage(String) - Method in class com.antelmann.util.Monitor
 
setMessage(String) - Method in class com.antelmann.util.MonitorDelegator
 
setMicrosecondPosition(long) - Method in class com.antelmann.sound.SoundPlayer
sets the microsecond position of the active sound object; the method call has no effect if no active sound object is present
setMin(int) - Method in class com.antelmann.util.Monitor
 
setMin(int) - Method in class com.antelmann.util.MonitorDelegator
 
setModel(TableModel) - Method in class com.antelmann.net.mail.JEmailAccountTable
throws IllegalArgumentException if model is not a MessageTableModel
setModel(TableModel) - Method in class com.antelmann.net.mail.JMessageTable
throws IllegalArgumentException if model is not a MessageTableModel
setMonitor(Monitor) - Method in class com.antelmann.io.Backup
 
setName(String) - Method in class com.antelmann.AntManifestTask
 
setName(String) - Method in class com.antelmann.mgmt.UserImpl
name must not be null
setNetConnection(NetConnection) - Method in class com.antelmann.timeregister.PunchDBClient
 
setNoSubDirsFilter() - Method in class com.antelmann.io.Backup
replaces any previous filter
setNumber(int) - Method in class com.antelmann.util.Monitor
 
setNumber(int, int) - Method in class com.antelmann.util.Monitor
 
setNumber(int) - Method in class com.antelmann.util.MonitorDelegator
 
setObject(Object) - Method in class com.antelmann.util.Monitor
 
setObject(int, Object) - Method in class com.antelmann.util.Monitor
 
setOrderMoves(boolean) - Method in class com.antelmann.game.TemplatePlayer
If set to true, Alpha-Beta search algorithm - if used - will order the legal moves according to their heuristic before searching the next level.
setOriginDir(File) - Method in class com.antelmann.io.Backup
 
setPage(URL) - Method in class com.antelmann.net.JWebBrowser
sets the current page for the browser's main window; the call may be ignored if the browser is currently busy loading another page (preventing multiple loads)
setParameter(String) - Method in class com.antelmann.AntBuildTask
understands createProperties, updateFiles, createLicenses
setParameters(Object[]) - Method in class com.antelmann.util.logging.LogEntry
 
setParent(Composition) - Method in class com.antelmann.cddb.Composition
sets the parent Composition object from which this composition then inherits further contributions
setParent(Container) - Method in class com.antelmann.util.gui.MouseBoundsListener
 
setParentComponent(Component) - Method in class com.antelmann.sql.JDBCTableModel
 
setPassword(char[]) - Method in interface com.antelmann.mgmt.User
 
setPassword(char[]) - Method in class com.antelmann.mgmt.UserImpl
 
setPassword(char[]) - Method in class com.antelmann.net.mail.EmailAccount
 
setPassword(String) - Method in class com.antelmann.net.mail.EmailAccount
sets both, the pop3 password and the smtp password; if the smtp password is different, it must be set herafter.
setPasswordHash(String) - Method in interface com.antelmann.mgmt.User
 
setPasswordHash(String) - Method in class com.antelmann.mgmt.UserImpl
 
setPerformActionOnSelect(boolean) - Method in class com.antelmann.util.gui.JComboButton
Note, that if this is set to true and you programatically select an item, the corresponding action is performed!
setPlayerName(String) - Method in class com.antelmann.game.TemplatePlayer
 
setPop3Server(String) - Method in class com.antelmann.net.mail.EmailAccount
 
setPort(int) - Method in class com.antelmann.calendar.AtomicClock
 
setPort(int) - Method in class com.antelmann.net.JMessenger
sets the port to listen for incoming connections (if other than default)
setPrimary1(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setPrimary2(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setPrimary3(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setPrinter(PrintUtilities.Printer) - Static method in class com.antelmann.util.PrintUtilities
sets the printer to be used
setPrintText(boolean) - Method in class com.antelmann.calendar.JDayGrid
 
setProgressMonitor(ProgressMonitor) - Method in class com.antelmann.util.MonitorDelegator
 
setPropagateException(boolean) - Method in class com.antelmann.util.AbstractIterator
allows to have Exceptions thrown during getNextElement() propagated as IterationExceptions back to the caller
setProperties(Properties) - Method in class com.antelmann.net.JNetProperties
 
setProperties(Properties) - Method in class com.antelmann.util.gui.CustomTheme
 
setProperties(Properties) - Method in class com.antelmann.util.table.PropertiesTableModel
 
setProperty(Object, Object) - Method in class com.antelmann.calendar.CalendarEntry
 
setProperty(String, Object) - Method in interface com.antelmann.mgmt.Entity
removes the given property
setProperty(String, Object) - Method in class com.antelmann.mgmt.EntityImpl
 
setProperty(String, String) - Static method in class com.antelmann.util.Settings
sets a property within these settings
setPunchDB(PunchDB) - Method in class com.antelmann.timeregister.PunchStation
 
setRandomSeed(long) - Method in class com.antelmann.game.awari.AwariPlayer
randomizes the heuristics with the given seed.
setRandomSeed(long) - Method in class com.antelmann.game.checkers.CheckersPlayer
if seed = 0, randomization is disabled
setRandomSeed(long) - Method in class com.antelmann.game.chess.ChessPlayer
if seed = 0, randomization is disabled
setRandomSeed(long) - Method in class com.antelmann.game.fourwins.FourWinsPlayer
if seed = 0, randomization is disabled
setRandomSeed(long) - Method in class com.antelmann.game.GameDriver
sets the seed for the Random object used for generating a random legal move
setRandomSeed(long) - Method in class com.antelmann.game.gomoku.GomokuPlayer
if seed = 0, randomization is disabled
setRandomSeed(long) - Method in class com.antelmann.game.muehle.MuehlePlayer
if seed = 0, randomization is disabled
setRandomSeed(long) - Method in class com.antelmann.game.puzzle.TilePuzzlePlayer
if seed = 0, randomization is disabled
setRandomSeed(long) - Method in class com.antelmann.game.RandomPlayer
if seed = 0, randomization is disabled
setRandomSeed(long) - Method in class com.antelmann.game.reversi.ReversiPlayer
if seed = 0, randomization is disabled
setRandomSeed(long) - Method in class com.antelmann.game.wolfsheep.WSPlayer
if seed = 0, randomization is disabled
setRangeX(double) - Method in class com.antelmann.util.gui.Plot2DFunction
sets scaleX so that the given range of numbers are visible on the x-axis - based on the dimension; default is 6 (if no other parameters were changed)
setRangeY(double) - Method in class com.antelmann.util.gui.Plot2DFunction
sets scaleY so that the given range of numbers are visible on the y-axis - based on the dimension; default is 4 (if no other parameters were changed)
setReadOnly(boolean) - Method in class com.antelmann.net.mail.JEmailAccountTable
 
setRecordingDate(Date) - Method in class com.antelmann.cddb.Composition
 
setRecordingType(String) - Method in class com.antelmann.cddb.Track
examples are DDD, AAD, and the alike.
setRecordingYear(int) - Method in class com.antelmann.cddb.Composition
convenience method that will set the recording date to January 1st of the given year according to the Gregorian calendar
setRecurrence(Recurrence) - Method in class com.antelmann.calendar.CalendarEntry
 
setResponseTime(long) - Method in interface com.antelmann.game.AutoPlay
sets the desired response time for the following functions: hint() evaluateMove() autoMove() A value of 0 indicates that the response time is only driven by getLevel().
setResponseTime(long) - Method in class com.antelmann.game.GameDriver
sets the response time limit for the following functions: hint() autoMove() evaluateMove()
setRetrieved(ImageHolder.Field, boolean) - Method in class com.antelmann.imagedb.ImageHolder
 
setReverseMoveDisabled(boolean) - Method in class com.antelmann.game.puzzle.TilePuzzle
 
setRoot(URL) - Method in class com.antelmann.net.URLTree
 
setRoot(TreeNode) - Method in class com.antelmann.net.URLTree
overwritten to ensure proper immediate calculation of the entire new tree based on the new settings.
setRoot(File) - Method in class com.antelmann.util.gui.JDiskUsage
 
Sets - Class in com.antelmann.util
utility class for calculations on sets, lists and other collections.
setSampleText(String) - Method in class com.antelmann.util.gui.JFontChooser
 
setSampleText(String) - Method in class com.antelmann.util.gui.JFontFileChooser
 
setSealed(boolean) - Method in class com.antelmann.AntManifestTask
 
setSearchOption(int) - Method in class com.antelmann.game.TemplatePlayer
This function sets the search algorithm used in selectMove() and evaluate().
setSearchText(String) - Method in class com.antelmann.util.gui.JSearchList
 
setSecondary1(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setSecondary2(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setSecondary3(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setSelectedFont(Font) - Method in class com.antelmann.util.gui.JFontChooser
 
setSelectedFont(Font) - Method in class com.antelmann.util.gui.JFontControl
 
setSelectedFont(Font) - Method in class com.antelmann.util.gui.JFontFileChooser
 
setSelectedItem(Object) - Method in class com.antelmann.util.gui.JComboButton
overridden so that adding an item won't trigger the custom ActionListener
setSelectedItem(Object) - Method in class com.antelmann.util.gui.JSearchList
convenience method
setServer(String) - Method in class com.antelmann.calendar.AtomicClock
 
setServer(CDDBServer) - Method in class com.antelmann.cddb.FreeDB
changes the site location used to access the service; the protocol for the server must be http
setSession() - Method in class com.antelmann.net.mail.EmailAccount
recreates the embedded session and accounts for possibly changed System settings
setShowEndDialog(boolean) - Method in class com.antelmann.net.JDownloader
 
setSignature(byte[]) - Method in class com.antelmann.License
the method that signs the license and thus makes it usable.
setSinglePath(boolean) - Method in class com.antelmann.net.URLTree
if set to true, the URLTree allows every URL to only occur once in the tree; calling this function forces the entire tree to be revalidated from the root
setSmtpPassword(String) - Method in class com.antelmann.net.mail.EmailAccount
must only be set explicitly if different from the POP3 password
setSmtpServer(String) - Method in class com.antelmann.net.mail.EmailAccount
 
setSmtpUser(String) - Method in class com.antelmann.net.mail.EmailAccount
must only be set explicitly if different from the POP3 user
setSnapper(MouseBoundsListener.Snapper) - Method in class com.antelmann.util.gui.MouseBoundsListener
defines the snapping behavior while dragging this component
setSortName(String) - Method in class com.antelmann.cddb.Artist
the sortName can be used to provide an ordering different from the name of the artist.
setSoTimeout(int) - Method in class com.antelmann.net.SocketConnection
propagates to the embedded socket
setSourceClassName(String) - Method in class com.antelmann.util.logging.LogEntry
 
setSourceString(String) - Method in class com.antelmann.util.logging.LogEntry
 
setSpecificationTitle(String) - Method in class com.antelmann.AntManifestTask
 
setSpecificationVendor(String) - Method in class com.antelmann.AntManifestTask
 
setSpecificationVersion(String) - Method in class com.antelmann.AntManifestTask
 
setSQLServerDriver(String) - Static method in class com.antelmann.sql.Connector
sets the name of the driver class to be used by getSQLServerConnection().
setStackTrace(StackTraceElement[]) - Method in class com.antelmann.util.logging.LogEntry
 
setStandardGraphics() - Method in class com.antelmann.game.chess.JChess
 
setSubject(String) - Method in class com.antelmann.net.mail.Email
 
setSystemClassLoader() - Static method in class com.antelmann.util.Settings
sets the class loader to be used to the system class loader (used by default)
setSystemErr(File, boolean) - Static method in class com.antelmann.util.Debug
 
setSystemOut(File, boolean) - Static method in class com.antelmann.util.Debug
 
setTask(Runnable) - Method in class com.antelmann.util.Monitor
 
setTestMode(boolean) - Method in class com.antelmann.cddb.FreeDB
determines whether submissions will be treated as a test or a real submission
setTextColor(Color) - Static method in class com.antelmann.util.PrintUtilities
 
setTextFont(Font) - Static method in class com.antelmann.util.PrintUtilities
sets a special font to be used when printing text; may be null
setTheme(CustomTheme) - Method in class com.antelmann.util.table.CustomThemeTableModel
 
setTheme(CustomTheme) - Method in class com.antelmann.util.table.JCustomThemeEditor
 
setThreadFactory(ThreadFactory) - Method in class com.antelmann.net.NetConnectionServer
allows to customize Thread creation for a client connection
setThreadName(String) - Method in class com.antelmann.util.logging.LogEntry
 
setThrown(Throwable) - Method in class com.antelmann.util.logging.LogEntry
 
setThumbnail(int, int) - Method in class com.antelmann.imagedb.ImageHolder
updates the thumbnail based on the return value of getImage().
setThumbnail(InputStream) - Method in class com.antelmann.imagedb.ImageHolder
directly puts the input stream into this object as raw data; the type value is not affected when using this method.
setThumbnail(Image) - Method in class com.antelmann.imagedb.ImageHolder
 
setTime(int) - Method in class com.antelmann.calendar.TimeInDay
takes time in milliseconds from 12:00 am (must be less than 24h)
setTime(long) - Method in class com.antelmann.imagedb.ImageHolder
 
setTime(Date) - Method in class com.antelmann.imagedb.ImageHolder
 
setTime(Date) - Method in class com.antelmann.util.gui.JTimeChooser
 
setTime(long) - Method in class com.antelmann.util.logging.LogEntry
 
setTimeInterval(int) - Method in class com.antelmann.calendar.JDayGrid
 
setTimeout(int) - Method in class com.antelmann.calendar.AtomicClock
 
setTimeSnapInterval(int) - Method in class com.antelmann.calendar.JDayGrid
 
setTimeSystem(TimeSystem) - Method in class com.antelmann.calendar.NTPServer
allows to use another time system instead of the system time to provide the correct time.
setTimeSystem(TimeSystem) - Method in class com.antelmann.timeregister.PunchStation
sets a time system to be used; if null, the system time is used.
Settings - Class in com.antelmann.util
Settings provides access to several properties and resources that are used throughout the classes of this Antelmann.com framework.
setTitle(String) - Method in class com.antelmann.calendar.CalendarEntry
 
setTitle(String) - Method in class com.antelmann.cddb.Track
 
setTitle(String) - Method in class com.antelmann.imagedb.ImageHolder
 
setTo(String) - Method in class com.antelmann.net.mail.Email
 
setTracking(boolean) - Method in class com.antelmann.game.TemplatePlayer
 
setType(String) - Method in class com.antelmann.imagedb.ImageHolder
determines the format in which an image is stored.
setType(String) - Method in class com.antelmann.net.mail.Email
 
setUpdateIntervalMillis(long) - Method in class com.antelmann.calendar.AtomicTime
must be called while the instance is deactivated.
setURL(URL) - Method in class com.antelmann.imagedb.ImageHolder
 
setURL(URL) - Method in class com.antelmann.net.Spider
sets the embedded URL
setURLTree(URLTree) - Method in class com.antelmann.net.JSpider
replaces the current URLTree with the given one; the crawlerMenu (if present) will be set to null and will need to be re-initialized if appropriate
setUsageLimit(int) - Method in class com.antelmann.AntBuildLicenseFile
limit is parsed as integer and limits the license(s) to the given number of uses
setUser(User) - Method in class com.antelmann.mgmt.AbstractDatabase
 
setUser(User) - Method in interface com.antelmann.mgmt.Database
sets the user credentials for accessing resources
setUser(String) - Method in class com.antelmann.net.mail.EmailAccount
sets both, the pop3 user and the smtp user; if the smtp user is different, it must be set herafter.
setUserEmail(String) - Method in class com.antelmann.cddb.FreeDB
used when submitting a CDInfo object to the server using writeCDInfo().
setUserFieldContent(Map<Object, Object>) - Method in class com.antelmann.ooffice.TextFrame
sets the field content of the field variables contained in the map.
setUserTextFont(FontUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setValue(Object) - Method in class com.antelmann.util.table.TimeCellRenderer
 
setValueAt(Object, int, int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.sql.JDBCRowModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.sql.JDBCTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.sql.RowItemTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.CustomThemeTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.MovableTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.PropertiesTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.SortableTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.TableModelView
 
setVisible(boolean) - Method in class com.antelmann.util.gui.JMemoryGauge
 
setWhite(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setWindowFont(Font) - Method in class com.antelmann.net.JMessenger
 
setWorkBeginDate(Date) - Method in class com.antelmann.timeregister.JPunchDataAnalyzer
 
setWorkEndDate(Date) - Method in class com.antelmann.timeregister.JPunchDataAnalyzer
 
setWorkingTime(int, TimeInDay) - Method in class com.antelmann.timeregister.WorkUnitValidator
if time is null, a TimeInDay with value 0 is used instead
setWorkUnit(WorkUnit) - Method in class com.antelmann.timeregister.JWorkUnitForm
upon commitForAction(JComponent), the given unit will be deleted before the one edited by the form is inserted
setWorkUnitValidator(WorkUnitValidator) - Method in class com.antelmann.timeregister.TimeUser
 
SEVEN - Static variable in class com.antelmann.game.card.Card
 
SEVERE - Static variable in class com.antelmann.util.logging.Level
 
SHEEP - Static variable in class com.antelmann.game.puzzle.WSPuzzle
 
SHEEP - Static variable in class com.antelmann.game.wolfsheep.WolfsheepGame
 
sheepHeuristic(WolfsheepGame, int[]) - Method in class com.antelmann.game.wolfsheep.WSPlayer
 
show(Object) - Static method in class com.antelmann.util.Debug
displays a debug message in a modal dialog
show(Component, Object) - Static method in class com.antelmann.util.Debug
displays a debug message in a modal dialog
showAboutBox(Component) - Static method in class com.antelmann.util.gui.Menus
shows a small antelmann.com about dialog
showAboutDialog(Component) - Static method in class com.antelmann.util.gui.Menus
shows the standard antelmann.com about dialog with license, version and upgrade button
showDialog(Component, User) - Static method in class com.antelmann.mgmt.JPasswordChangeForm
displays a dialog and returns either CHANGED or UNCHANGED, indicating whether the password on the user was actually changed.
showDialog(Component, User, Filter<String>) - Static method in class com.antelmann.mgmt.JPasswordChangeForm
displays a dialog and returns either CHANGED or UNCHANGED, indicating whether the password on the user was actually changed.
showDialog(String, Component, UserLoginStore) - Static method in class com.antelmann.mgmt.JUserLoginPanel
 
showDialog(String, Component, UserLoginStore, Image, String) - Static method in class com.antelmann.mgmt.JUserLoginPanel
on every failed login attempt, the waiting period is extended by one second
showDialog(Component, Font) - Static method in class com.antelmann.util.gui.JFontChooser
pops up a font chooser dialog and returns the selected font or null.
showDialog(File, Component) - Static method in class com.antelmann.util.gui.JFontFileChooser
pops up a font chooser dialog and returns the selected font or null
showDialog(Component) - Static method in class com.antelmann.util.gui.JPrinterSelect
 
showDialog(Component, boolean) - Static method in class com.antelmann.util.gui.JPrinterSelect
 
showDialog(Component) - Static method in class com.antelmann.util.gui.WaitMessageDialog
 
showDialog(Component, String) - Static method in class com.antelmann.util.gui.WaitMessageDialog
 
showEnvironment() - Static method in class com.antelmann.Main
shows a dialog with all System and Application Properties
showExceptionDialog(Throwable) - Static method in class com.antelmann.util.gui.Menus
 
showExceptionDialog(Component, Throwable) - Static method in class com.antelmann.util.gui.Menus
 
showExceptionDialog(Component, Throwable, Thread) - Static method in class com.antelmann.util.gui.Menus
 
showInputDialog(Component, String) - Static method in class com.antelmann.util.gui.JTouchNumPad
 
showInputDialog(Component, String, Number, NumberFormat, Font) - Static method in class com.antelmann.util.gui.JTouchNumPad
all parameters may be null
showInputDialog(Component, String, Number, NumberFormat, Font, Dimension) - Static method in class com.antelmann.util.gui.JTouchNumPad
 
showLanguage() - Static method in class com.antelmann.Main
 
showLicenseDialog(Component) - Static method in class com.antelmann.util.gui.Menus
 
showMemoryGauge() - Static method in class com.antelmann.util.Debug
pops up a JMemoryGauge in a simple JMainFrame
showProperties() - Static method in class com.antelmann.Main
shows a dialog with all System and Application Properties
showPropertiesDialog(String, Map, Component, boolean) - Static method in class com.antelmann.util.gui.Menus
Deprecated. use makePropertiesTable with JOptionPane instead
showSelectDialog(Component, String, Object[]) - Static method in class com.antelmann.util.gui.JSearchList
shows a JDialog to choose from the given objects.
showSelectDialog(Component, String, Object[], Object) - Static method in class com.antelmann.util.gui.JSearchList
 
showUIDialog(DocFlavor) - Static method in class com.antelmann.util.gui.JPrinterSelect
 
showVersionDialog(Component) - Static method in class com.antelmann.util.gui.Menus
 
showWarning(Component, Exception) - Static method in class com.antelmann.util.gui.Menus
 
showWatch - Variable in class com.antelmann.game.JGameFrame
 
shuffle() - Method in class com.antelmann.game.card.CardDeck
 
shuffle(Random) - Method in class com.antelmann.game.card.CardDeck
 
shuffle() - Method in class com.antelmann.game.puzzle.TilePuzzle
 
shuffle(long) - Method in class com.antelmann.game.puzzle.TilePuzzle
note that calling shuffle() may make the puzzle unsolvable
shuffle() - Method in class com.antelmann.sound.JukeBox
shuffles the list
shutdown() - Method in class com.antelmann.calendar.NTPServer
 
shutdown() - Method in class com.antelmann.game.GameServer
 
shutdown() - Method in class com.antelmann.net.ChatServer
 
shutdown() - Method in class com.antelmann.net.NetConnectionServer
shutdown() does not close the connections that have already been established
SIBLINGS - Static variable in class com.antelmann.ooffice.OOUtils
search flag option
sigmoid(double) - Static method in class com.antelmann.util.MyMath
produces a double between 0 and 1 with (sigmoid(0.5) == 0) being true
sigmoid(double, double) - Static method in class com.antelmann.util.MyMath
sigmoid(double x) is the same as sigmoid(double x, 1), large flatteningFactor flattens the curve
signLicense(License) - Method in class com.antelmann.LicenseManager
requires a certain developer class as well as a developer private key to be present - not shipped with the distribution.
SimpleCDCollection - Class in com.antelmann.cddb
Just a very simple reference implementation for a CDCollection based on a bunch of files stored in a directory.
SimpleCDCollection(File) - Constructor for class com.antelmann.cddb.SimpleCDCollection
initializes the collection based on the content found in the given directory
SimpleEntityFilter<T extends Entity> - Class in com.antelmann.mgmt
filters on the properties of an entity based on simple equality of key/value pairs.
SimpleEntityFilter(String, Object) - Constructor for class com.antelmann.mgmt.SimpleEntityFilter
 
SimpleEntityFilter(Map<String, Object>) - Constructor for class com.antelmann.mgmt.SimpleEntityFilter
 
SimpleHandshake - Class in com.antelmann.net
 
SimpleHandshake(String) - Constructor for class com.antelmann.net.SimpleHandshake
uses an indefinate soTimeout (0)
SimpleHandshake(char[]) - Constructor for class com.antelmann.net.SimpleHandshake
uses an indefinate soTimeout (0)
SimpleHandshake(String, int) - Constructor for class com.antelmann.net.SimpleHandshake
 
SimpleHandshake(char[], int) - Constructor for class com.antelmann.net.SimpleHandshake
 
SimpleKey - Class in com.antelmann.util
A very simple encryption algorithm for demonstration purposes only.
SimpleKey() - Constructor for class com.antelmann.util.SimpleKey
 
SimpleKey(int) - Constructor for class com.antelmann.util.SimpleKey
 
SINK - Static variable in class com.antelmann.io.Data
implements an outputstream that writes nowhere
SIX - Static variable in class com.antelmann.game.card.Card
 
size() - Method in interface com.antelmann.mgmt.DBClassStore
returns the total number of T elements in this store
size() - Method in class com.antelmann.sound.JukeBox
returns the size of the playlist
size() - Method in class com.antelmann.sql.JDBCRowProxy
 
size() - Method in class com.antelmann.timeregister.PunchDataAnalyzer
 
size() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
 
skip(long) - Method in class com.antelmann.io.InterceptInputStream
skips bytes only from the source input stream - ignoring inserted bytes
slider - Variable in class com.antelmann.sound.JPlayer
 
SMALL_DECK - Static variable in class com.antelmann.game.card.Card
 
snapTo(MouseBoundsListener, Rectangle, boolean) - Method in interface com.antelmann.util.gui.MouseBoundsListener.Snapper
returns the bounds to where the given bounds should snap to.
SO_TIMEOUT - Static variable in class com.antelmann.game.SocketPlayer
 
SO_TIMEOUT - Static variable in class com.antelmann.game.SocketPlayerServer
 
socket - Variable in class com.antelmann.net.SocketConnection
 
SocketConnection - Class in com.antelmann.net
A SocketConnection provides simplified access to a remote process through a Socket connection.
SocketConnection(Socket, Handshake) - Constructor for class com.antelmann.net.SocketConnection
 
SocketLogListener - Class in com.antelmann.util.logging
used to listen to LogEntry objects send through a NetConnection.
SocketLogListener(int, Logger) - Constructor for class com.antelmann.util.logging.SocketLogListener
 
SocketLogListener(int, Logger, boolean) - Constructor for class com.antelmann.util.logging.SocketLogListener
 
SocketPlayer - Class in com.antelmann.game
SocketPlayer is a wrapper around a standard Player object.
SocketPlayer(String, int) - Constructor for class com.antelmann.game.SocketPlayer
sets the host and port number where the SocketPlayerServer is listening
SocketPlayer(String, int, boolean) - Constructor for class com.antelmann.game.SocketPlayer
when keepAlive is set to true, the SocketPlayer will reuse the current socket connection for further requests
SocketPlayerServer - Class in com.antelmann.game
SocketPlayerServer provides the capability of taking network requests from a SocketPlayer.
SocketPlayerServer(int, Player, Monitor, Logger) - Constructor for class com.antelmann.game.SocketPlayerServer
The constructor binds itself to the given port and keeps a reference to the actual Player object.
SocketWriter - Class in com.antelmann.util.logging
simply used to write serialized LogEntry objects via network
SocketWriter(String, int) - Constructor for class com.antelmann.util.logging.SocketWriter
 
softmax(int, double...) - Static method in class com.antelmann.util.MyMath
produces a double between 0 and 1 based on the given array x and the index that must be between (0 and x.length) For further information see also: http://www-ccs.ucsd.edu/matlab/toolbox/nnet/softmax.html
SOLIST - Static variable in class com.antelmann.cddb.Role
 
Solitaire - Class in com.antelmann.game.puzzle
A one-player game where the goal is to remove all 'peggs' on the board by jumping over them one by one.
Solitaire() - Constructor for class com.antelmann.game.puzzle.Solitaire
uses SolitaireSamples.getSolitiare() to initialize the game
Solitaire(String, int[][]) - Constructor for class com.antelmann.game.puzzle.Solitaire
Instead of building the board array yourself, you can take advantage of the static methods of the class SolitaireSamples, which provides convenient standard configurations; if you build a configuration yourself, the convention for int[][] board is as follows.
SolitaireSamples - Class in com.antelmann.game.puzzle
class with static methods to provide standard configurations for Solitaire games.
sort(URL[]) - Static method in class com.antelmann.net.URLSorter
 
SortableTableModel - Class in com.antelmann.util.table
a wrapper around a TableModel allowing to sort the model.
SortableTableModel(TableModel, Comparator<?>...) - Constructor for class com.antelmann.util.table.SortableTableModel
constructs a SortableTableModel with an embedded model and Comparator objects for each column.
SortableTableModel(TableModel, List<Comparator<?>>) - Constructor for class com.antelmann.util.table.SortableTableModel
constructs a SortableTableModel with an embedded model and Comparator objects for each column.
sortByColumn(int, boolean) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
sortByColumn(int) - Method in class com.antelmann.timeregister.TimeRangeSummaryTableModel
 
sortByColumn(int) - Method in class com.antelmann.timeregister.UserStatusTableModel
 
sortByColumn(int) - Method in class com.antelmann.util.table.SortableTableModel
calls sortByColumn(column, true)
sortByColumn(int, boolean) - Method in class com.antelmann.util.table.SortableTableModel
if column is NO_COLUMN, the table will be reset to be in an unsorted state
sortColumn(int) - Method in class com.antelmann.mgmt.UserTableModel
 
sortEnumeration(Enumeration<F>) - Static method in class com.antelmann.util.AbstractIterator
sorts the given Enumeration by the natural order of its elements
sortEnumeration(Enumeration<F>, Comparator<F>) - Static method in class com.antelmann.util.AbstractIterator
sorts the given Enumeration by the natural order of its elements
SoundException - Exception in com.antelmann.sound
SoundException is thrown by classes in this package wrapping other exceptions that may be thrown to ease usage.
SoundException() - Constructor for exception com.antelmann.sound.SoundException
 
SoundException(String) - Constructor for exception com.antelmann.sound.SoundException
 
SoundException(String, Throwable) - Constructor for exception com.antelmann.sound.SoundException
used if SoundException embedds another exception
SoundException(String, Object, Throwable) - Constructor for exception com.antelmann.sound.SoundException
allows to pass the object along that caused the execption
SoundPlayer - Class in com.antelmann.sound
SoundPlayer provides a convenient and simple way for playing back sampled audio and midi files, URLs, streams and midi sequences.
SoundPlayer() - Constructor for class com.antelmann.sound.SoundPlayer
Initializes the SoundPlayer without loading any specific sound.
SoundPlayer(File) - Constructor for class com.antelmann.sound.SoundPlayer
 
SoundPlayer(URL) - Constructor for class com.antelmann.sound.SoundPlayer
 
SoundPlayer(InputStream) - Constructor for class com.antelmann.sound.SoundPlayer
accepts both midi and sampled audio streams
SoundPlayer(Sequence) - Constructor for class com.antelmann.sound.SoundPlayer
 
SoundPlayer.Listener - Interface in com.antelmann.sound
This interface allows implementing classes to be notified when certain supported events by the SoundPlayer are triggered.
SOUNDTRACK - Static variable in class com.antelmann.cddb.Genre
 
SPADES - Static variable in class com.antelmann.game.card.Card
 
spawnChild(GameMove) - Method in class com.antelmann.game.AbstractGame
spawnChild() creates a clone of the current game and advances the game by the given GameMove.
spawnChild(GameMove) - Method in interface com.antelmann.game.GamePlay
spawnChild returns a deep copy of an identical game that represents the status of the game after the given move is carried out.
specificationTitle - Variable in class com.antelmann.AntManifestTask
 
specificationVendor - Variable in class com.antelmann.AntManifestTask
 
specificationVersion - Variable in class com.antelmann.AntManifestTask
 
spell(String) - Method in class com.antelmann.net.Google
returns a spelling suggestion for the given text from Google
Spider - Class in com.antelmann.net
Spider provides several useful static functions for accessing web content and parsing HTML most based on a simple URL.
Spider() - Constructor for class com.antelmann.net.Spider
convenience constructor, that initializes the Spider with a null value as URL
Spider(String) - Constructor for class com.antelmann.net.Spider
 
Spider(URL) - Constructor for class com.antelmann.net.Spider
constructs a Spider object based on the given URL
Spider.SMonitor - Class in com.antelmann.net
Deprecated.  
Spider.SMonitor(Logger, int) - Constructor for class com.antelmann.net.Spider.SMonitor
Deprecated.  
Spider.URLWrapper - Class in com.antelmann.net
wrappes a java.net.URL and keeps a reference to its referer
Spider.URLWrapper(URL, URL) - Constructor for class com.antelmann.net.Spider.URLWrapper
 
splash() - Static method in class com.antelmann.util.gui.SplashScreen
 
splash(Window) - Static method in class com.antelmann.util.gui.SplashScreen
 
SplashScreen - Class in com.antelmann.util.gui
for use as a splash screen.
SplashScreen() - Constructor for class com.antelmann.util.gui.SplashScreen
 
SplashScreen(Window) - Constructor for class com.antelmann.util.gui.SplashScreen
 
SplashScreen(URL) - Constructor for class com.antelmann.util.gui.SplashScreen
 
SplashScreen(Image) - Constructor for class com.antelmann.util.gui.SplashScreen
 
SplashScreen(Window, Image) - Constructor for class com.antelmann.util.gui.SplashScreen
 
SpreadsheetFrame - Class in com.antelmann.ooffice
simplifies handling of OpenOffice spreadsheets This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org
SpreadsheetFrame() - Constructor for class com.antelmann.ooffice.SpreadsheetFrame
creates a blank new spreadsheet
SpreadsheetFrame(File) - Constructor for class com.antelmann.ooffice.SpreadsheetFrame
creates a new document based on the given template file
SpreadsheetFrame(File, Properties) - Constructor for class com.antelmann.ooffice.SpreadsheetFrame
loads a document (the given file) into a blank frame along with the given properties
SpreadsheetFrame.CellFormat - Enum in com.antelmann.ooffice
used to format a cell value
SQLCalendarDB - Class in com.antelmann.calendar
a JDBC implementation of a calendar database.
SQLCalendarDB(Connection, Properties) - Constructor for class com.antelmann.calendar.SQLCalendarDB
 
SQLCalendarEntryIterator - Class in com.antelmann.calendar
 
SQLCalendarEntryIterator(SQLCalendarDB, Filter<CalendarEntry>) - Constructor for class com.antelmann.calendar.SQLCalendarEntryIterator
 
SQLCalendarEntryIterator(SQLCalendarDB, ResultSet, Filter<CalendarEntry>, boolean) - Constructor for class com.antelmann.calendar.SQLCalendarEntryIterator
the ResultSet as well as the creating Statement are both closed only if closeOnEnd is true
SQLCDDB - Class in com.antelmann.cddb
A very simple CDDB implementation that uses a SQL database for CDs and tracks.
SQLCDDB(Connection) - Constructor for class com.antelmann.cddb.SQLCDDB
 
SQLDatabase - Class in com.antelmann.sql
implements a database using a SQLTransaction instance based on a JDBC connection.
SQLDatabase(Connection, User, LogWriter) - Constructor for class com.antelmann.sql.SQLDatabase
the logWriter remains unchecked regarding access during a non-active transaction
SQLEmailCustomizer - Class in com.antelmann.net.mail
uses a JDBC connection to customize emails.
SQLEmailCustomizer(Connection, String, String) - Constructor for class com.antelmann.net.mail.SQLEmailCustomizer
 
SQLImageDB - Class in com.antelmann.imagedb
a JDBC implementation of an ImageDB
SQLImageDB(Connection) - Constructor for class com.antelmann.imagedb.SQLImageDB
uses empty properties, which results in the use of defaults
SQLImageDB(Connection, Properties) - Constructor for class com.antelmann.imagedb.SQLImageDB
 
SQLPunchDB - Class in com.antelmann.timeregister
implements a PunchDB based on a JDBC connection
SQLPunchDB(Connection, Properties) - Constructor for class com.antelmann.timeregister.SQLPunchDB
 
SQLTransaction - Class in com.antelmann.sql
implements a DBTransaction based on JDBC access.
SQLTransaction(SQLDatabase) - Constructor for class com.antelmann.sql.SQLTransaction
 
sslProtocol - Static variable in interface com.antelmann.util.SecurityNames
 
SSLSocketConnection - Class in com.antelmann.net
An SSLSocketConnection provides simplified access to a remote process through an SSLSocket connection.
SSLSocketConnection(String, int, Handshake) - Constructor for class com.antelmann.net.SSLSocketConnection
called by createConnection(), createServerConnection(), or a subclass
SSLSocketConnection(SSLSocket, Handshake) - Constructor for class com.antelmann.net.SSLSocketConnection
 
stackTraceAsString(Throwable) - Static method in class com.antelmann.util.Debug
 
stackTraceAsString(Throwable, Thread) - Static method in class com.antelmann.util.Debug
 
StackTraceFileWriter - Class in com.antelmann.util.logging
writes full stack trace of entries that log an exception to a given file.
StackTraceFileWriter(File) - Constructor for class com.antelmann.util.logging.StackTraceFileWriter
 
standardComparator - Static variable in class com.antelmann.calendar.CalendarEntry
compares first on time and then on title
standardDeviation(double...) - Static method in class com.antelmann.util.MyMath
returns the standard deviation of the given population based on variance()
standardFont - Static variable in class com.antelmann.util.TextPrinter
the standard font used when no specific font was specified for a TextPrinter
standardIteration(int, Writer) - Static method in class com.antelmann.game.puzzle.DiceEquation
iterates through all combinations of the standard 5 dices and writes a tab-separated format along with the number of possible solutions for that combination for the given goal.
start() - Method in class com.antelmann.calendar.Stopwatch
start() maintains the beginning time and sets the elapsed time to zero (through halted time); time will be running.
start() - Method in class com.antelmann.util.logging.SocketLogListener
 
start(URL) - Static method in class com.antelmann.util.Misc
This method attempts to start the given url with the associated default application (most likely a web-browser) by calling start urlPath.
start(String...) - Static method in class com.antelmann.util.Misc
starts a given file and other parameters with the platform specific application.startCommand in the settings.
startPrint() - Method in class com.antelmann.util.TextPrinter
prints this TextPrinter directly to the default printer
startPrint(PrinterJob, boolean) - Method in class com.antelmann.util.TextPrinter
 
startServerWithGUI(Logger) - Static method in class com.antelmann.game.GameServer
a conveninent way to start a GameServer with a little GUI;
startServerWithGUI(Logger) - Static method in class com.antelmann.net.ChatServer
uses the com.antelmann.net.chat.port property from Settings
stateChange(JukeBox, int) - Method in class com.antelmann.sound.JJukeBox
 
stateChange(JukeBox, int) - Method in interface com.antelmann.sound.JukeBox.Listener
called the state of the given JukeBox changes.
statsAsString() - Method in class com.antelmann.game.TemplatePlayer
returns a String with the Player's statistics for logging/printing
Status - Interface in com.antelmann.mgmt
Status represents a specific state of a given object.
statusBar - Variable in class com.antelmann.util.gui.JMainFrame
 
statusLabel - Variable in class com.antelmann.util.gui.JMainFrame
represents the status text if constructed with a status bar
stdDev(double...) - Static method in class com.antelmann.util.MyMath
returns the standard deviation of the given sample based on var()
STEEL - Static variable in class com.antelmann.util.gui.CustomTheme
 
stop() - Method in class com.antelmann.calendar.Stopwatch
stop() returns the elapsed time and also performs a reset().
stop() - Method in class com.antelmann.cddb.CDDrive
 
stop() - Method in class com.antelmann.cddb.CDDriveSample
 
stop() - Method in class com.antelmann.cddb.CDDriveWin
method not implemented (throws UnsupportedOperationException)
stop() - Method in class com.antelmann.sound.JukeBox
stops the music; resume with resume()
stop() - Method in class com.antelmann.sound.MP3Player
 
stop() - Method in class com.antelmann.sound.SoundPlayer
use play() to resume playing after stop() was called
stop() - Method in class com.antelmann.util.logging.SocketLogListener
 
stopCurrentRefresh() - Method in class com.antelmann.net.URLCache
interrupts any currently ongoing refresh process (if any) and then returns; previously cached data and subsequent calls are uneffected
stopListening() - Method in class com.antelmann.net.MessageDelegator
disables the listener and causes run() to exit after either the next message is read or an IOException is thrown; it does not close the connection.
stopLoading() - Method in class com.antelmann.net.JWebBrowser
implements the action for the browser's stop button
Stopwatch - Class in com.antelmann.calendar
Stopwatch is a convenient implementation to bench just about anything.
Stopwatch() - Constructor for class com.antelmann.calendar.Stopwatch
initializes a running Stopwatch starting now
Stopwatch(long) - Constructor for class com.antelmann.calendar.Stopwatch
This constructor starts a Stopwatch starting at the current time minus the milliseconds given.
Stopwatch(Date) - Constructor for class com.antelmann.calendar.Stopwatch
This constructor starts a Stopwatch starting at the given point in time.
Stopwatch(Stopwatch) - Constructor for class com.antelmann.calendar.Stopwatch
This constructor generates a new Stopwatch synchronized with the given timer
Stopwatch(boolean) - Constructor for class com.antelmann.calendar.Stopwatch
If the boolean parameter is true, this call is equivalent to the default constructor; if the parameter is false, the StopWach will be initialized but is halted with no elapsed time so far.
Stopwatch(long, boolean) - Constructor for class com.antelmann.calendar.Stopwatch
 
stopWatch() - Static method in class com.antelmann.Main
starts JAlarmClock
stopwatch - Static variable in class com.antelmann.util.Debug
initialized as non-running
store(ImageHolder, ImageHolder.Field...) - Method in interface com.antelmann.imagedb.ImageDB
updates the specified ImageHolder fields in the database based on the given object; the entry must exist before calling this method.
store(ImageDB) - Method in class com.antelmann.imagedb.ImageHolder
stores the ImageHolder to the given database.
store(ImageHolder, ImageHolder.Field...) - Method in class com.antelmann.imagedb.SQLImageDB
 
store(Properties, String) - Method in class com.antelmann.io.IniFile
 
store(OutputStream) - Method in class com.antelmann.LicenseManager
every license contained within is written as a serialized byte array
store(PunchData) - Method in class com.antelmann.timeregister.AbstractPunchDB
used by the final punch(PunchData) method to delegate the database storing.
store(PunchData) - Method in class com.antelmann.timeregister.FilePunchDB
 
store(PunchData) - Method in interface com.antelmann.timeregister.PunchAdminDB
stores the given entry into the database without any consistency checking and without calling the listeners on punch(PunchData).
store(PunchData) - Method in class com.antelmann.timeregister.PunchDataAnalyzer
 
store(PunchData) - Method in class com.antelmann.timeregister.PunchDBClient
 
store(PunchData) - Method in class com.antelmann.timeregister.SQLPunchDB
 
storeComponent(XComponent) - Static method in class com.antelmann.ooffice.OOUtils
 
storeComponent(XComponent, String, Map<Object, Object>, boolean) - Static method in class com.antelmann.ooffice.OOUtils
 
storeFuzzyMatch(CDID, CDDBRecord[]) - Method in class com.antelmann.cddb.FileCDDB
stores the given fuzzy matches in the embedded FuzzyLookup instance.
storeInto(PunchDB) - Method in class com.antelmann.timeregister.PunchDataAnalyzer
 
storeProperties(Properties, String) - Method in class com.antelmann.io.MyFile
 
storeTo(File, boolean) - Method in class com.antelmann.ooffice.SpreadsheetFrame
saves the embedded document to the given file (overwriting it, if it exists)
storeTo(File, String, boolean) - Method in class com.antelmann.ooffice.SpreadsheetFrame
saves the given document to the given file (overwriting it, if it exists) in the given format
storeTo(String, boolean) - Method in class com.antelmann.ooffice.SpreadsheetFrame
saves the given document to the given url (overwriting the url if it exists)
storeTo(String, String, boolean) - Method in class com.antelmann.ooffice.SpreadsheetFrame
allows to specify a filterName that defines the output format (null is allowed).
storeTo(File, boolean) - Method in class com.antelmann.ooffice.TextFrame
saves the embedded document to the given file (overwriting it, if it exists)
storeTo(File, String, boolean) - Method in class com.antelmann.ooffice.TextFrame
saves the given document to the given file (overwriting it, if it exists) in the given format
storeTo(String, boolean) - Method in class com.antelmann.ooffice.TextFrame
saves the given document to the given url (overwriting the url if it exists)
storeTo(String, String, boolean) - Method in class com.antelmann.ooffice.TextFrame
allows to specify a filterName that defines the output format (null is allowed).
storeUser(ResultSet, User) - Method in class com.antelmann.timeregister.SQLPunchDB
 
StringBufferLog - Class in com.antelmann.util.logging
StringBufferLog writes log messages into a StringBuffer.
StringBufferLog() - Constructor for class com.antelmann.util.logging.StringBufferLog
 
StringBufferLog(LogEntryFormatter<String>) - Constructor for class com.antelmann.util.logging.StringBufferLog
 
StringBufferLog(StringBuffer) - Constructor for class com.antelmann.util.logging.StringBufferLog
uses a StringLineFormatter
StringBufferLog(StringBuffer, LogEntryFormatter<String>) - Constructor for class com.antelmann.util.logging.StringBufferLog
 
StringLineFormatter - Class in com.antelmann.util.logging
formats a LogEntry into a simple one-line String terminated by a line break.
StringLineFormatter() - Constructor for class com.antelmann.util.logging.StringLineFormatter
 
Strings - Class in com.antelmann.util
A utility class with some useful functions to manipulate String objects.
stripText() - Method in class com.antelmann.net.Spider
a line break is put after each separate text occurrence
stripText(String) - Method in class com.antelmann.net.Spider
returns a String containing the text of all HTML tag types from the embedded URL
stripText(Reader, String) - Method in class com.antelmann.net.Spider
allows to read the content from another location but the url itself
stripText() - Method in class com.antelmann.net.URLCache
calls the other stripText() method with a line break as delimiter
stripText(String) - Method in class com.antelmann.net.URLCache
returns a String containing the text of all HTML tag types, separated by the given delimiter
subjectLine - Static variable in class com.antelmann.util.logging.EmailWriter
 
SUCCESS - Static variable in class com.antelmann.util.logging.Level
 
sum(double...) - Static method in class com.antelmann.util.MyMath
returns the sum of the given population
sumOfDigits(long) - Static method in class com.antelmann.util.MyMath
returns the sum of all individual digits.
synchronize(Stopwatch) - Method in class com.antelmann.calendar.Stopwatch
synchronize() will make this Stopwatch equivalent to the passed timer
synchronizeDir(File) - Method in class com.antelmann.io.MyFile
Assuming the current MyFile is a directory, this method synchronizes it with the destination directory by writing all files into the destination directory that exist in the origin directory.
synchronizeDir(File, FileFilter) - Method in class com.antelmann.io.MyFile
synchronizes only those files that are accepted by the filter
synchronizeDir(File, Logger) - Method in class com.antelmann.io.MyFile
This method allows for intermediate feedback through the logger; otherwise it's the same as the other synchronizeDir() method.
synchronizeDir(File, Logger, Monitor) - Method in class com.antelmann.io.MyFile
This method allows for intermediate feedback and interactive stopping; otherwise it's the same as the other synchronizeDir() method.
synchronizeDir(File, FileFilter, Logger, Monitor) - Method in class com.antelmann.io.MyFile
 
synchronizeDirectory(File, String, boolean) - Method in class com.antelmann.net.FTPConnector
synchronizes the sourceDir with the remoteTargetDir on the FTP host recursively.
synchronizeDirectory(File, String, boolean, Logger) - Method in class com.antelmann.net.FTPConnector
This method allows for intermediate feedback through the logger; otherwise it's the same as the other synchronizeDirectory() method.
synchronizeDirectory(File, String, boolean, Logger, Monitor) - Method in class com.antelmann.net.FTPConnector
This method allows for intermediate feedback and interactive stopping; otherwise it's the same as the other synchronizeDirectory() method.
SynchronousKey - Interface in com.antelmann.util
An interface to support very simple synchronous key encryption.
systemTime - Static variable in interface com.antelmann.calendar.TimeSystem
provides a TimeSystem implementation based on the system time.

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