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.