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

G

GameBoardMove - Class in com.antelmann.game
A specialized GameMove class suitable for board games to implement moves of pieces from and to positions on a board.
GameBoardMove(int, GameBoardPosition) - Constructor for class com.antelmann.game.GameBoardMove
 
GameBoardMove(int, GameBoardPosition, Object) - Constructor for class com.antelmann.game.GameBoardMove
 
GameBoardMove(int, GameBoardPosition, GameBoardPosition) - Constructor for class com.antelmann.game.GameBoardMove
 
GameBoardMove(int, GameBoardPosition, GameBoardPosition, Object) - Constructor for class com.antelmann.game.GameBoardMove
 
GameBoardPosition - Class in com.antelmann.game
GameBoardPosition implements a board position that can be used for various board game implementations.
GameBoardPosition(int) - Constructor for class com.antelmann.game.GameBoardPosition
 
GameDriver - Class in com.antelmann.game
The GameDriver provides an implementation for an AutoPlay.
GameDriver(GamePlay) - Constructor for class com.antelmann.game.GameDriver
initializes with RandomPlayer objects and level 0
GameDriver(GamePlay, Player[], int) - Constructor for class com.antelmann.game.GameDriver
 
GameException - Exception in com.antelmann.game
thrown when game related exceptions are raised that should be caught
GameException() - Constructor for exception com.antelmann.game.GameException
 
GameException(String) - Constructor for exception com.antelmann.game.GameException
 
GameException(GamePlay, String) - Constructor for exception com.antelmann.game.GameException
 
gameFrameX - Static variable in interface com.antelmann.game.JGamePlay
horizontal offset for positioning the game board
gameFrameY - Static variable in interface com.antelmann.game.JGamePlay
vertical offset for positioning the game board
GameGUI - Interface in com.antelmann.game
The GameGUI interface is implemented by objects that use the JGamePlay interface to play a game.
GameMove - Interface in com.antelmann.game
GameMove provides the necessary methods that allow a GamePlay object to handle a game move properly.
GameObserver - Interface in com.antelmann.game
allows to monitor game playing
gameOver() - Method in class com.antelmann.game.AbstractGame
This convenience function gameOver() simply checks whether there are any legal moves left; consequently, unless this function is overridden, listLegalMoves() must not check for gameOver().
gameOver() - Method in class com.antelmann.game.card.BlackJack
 
gameOver() - Method in class com.antelmann.game.chess.ChessGame
Current limitations: gameOver() doesn't currently check for things like insufficient material for checkmate or 3rd repititions.
GamePlay - Interface in com.antelmann.game
GamePlay provides all methods needed to play a game.
GameRuntimeException - Exception in com.antelmann.game
The GameRuntimeException provides access to the GamePlay object that is associated to the exception, so that Exception handing code can take advantage of it.
GameRuntimeException() - Constructor for exception com.antelmann.game.GameRuntimeException
 
GameRuntimeException(String) - Constructor for exception com.antelmann.game.GameRuntimeException
 
GameRuntimeException(String, Throwable) - Constructor for exception com.antelmann.game.GameRuntimeException
 
GameRuntimeException(GamePlay, String) - Constructor for exception com.antelmann.game.GameRuntimeException
 
GameRuntimeException(GamePlay, String, Throwable) - Constructor for exception com.antelmann.game.GameRuntimeException
 
GameServer - Class in com.antelmann.game
A GameServer hosts a GamePlay object that clients can play remotely by connecting to it and following this server's protocol.
GameServer(int, GamePlay, int, Logger) - Constructor for class com.antelmann.game.GameServer
 
GameUtilities - Class in com.antelmann.game
The class GameUtilities provides several algorithms for operating on GamePlay objects.
generateBarcodeImage(String, String, boolean) - Static method in class com.antelmann.imagedb.ImageUtils
if type is null, Code128 is assumed.
generateComponent(Component, Question, AnswerHandler) - Method in class com.antelmann.game.quiz.DefaultQuestionComponentFactory
uses a JQuizQuestion as a component (the parent parameter is ignored)
generateComponent(Component, Question, AnswerHandler) - Method in interface com.antelmann.game.quiz.QuestionComponentFactory
 
generateHTMLReport(PunchDB, User, Date, Date) - Static method in class com.antelmann.timeregister.TimeSheetReport
 
generateHTMLReport(PunchDB, User, Date, Date, String) - Static method in class com.antelmann.timeregister.TimeSheetReport
 
generateKeyPair() - Static method in class com.antelmann.util.Misc
 
generateKeyPair(int) - Static method in class com.antelmann.util.Misc
 
generateKeyPair(String, int) - Static method in class com.antelmann.util.Misc
 
generateNewCountFor(String, String) - Method in class com.antelmann.sql.IDSQLGenerator
returns the counter for the given item and interval after updating the database.
generateNewID() - Method in class com.antelmann.calendar.SQLCalendarDB
takes the maximum existing id and adds one
generateNewID() - Method in class com.antelmann.imagedb.SQLImageDB
takes the maximum existing id and adds one
generateNewID() - Method in interface com.antelmann.mgmt.DBClassStore
not every call must necessarily return a new value, but it must return an ID not yet present in the persistent storage.
generateNewID() - Method in class com.antelmann.sql.JDBCRowProxy
returns a value supplied by the mapper
generateNewID() - Method in interface com.antelmann.sql.ObjectRowMapper
 
generateNewIDFor(String, Date, DateFormat) - Method in class com.antelmann.sql.IDSQLGenerator
 
generateNewIDFor(String, String) - Method in class com.antelmann.sql.IDSQLGenerator
returns a String constructed from the interval, the separator and the calculated counter
generatePDF(String, File) - Static method in class com.antelmann.util.PDFUtils
uses the IText package from lowagie.com
generateQuestions() - Method in class com.antelmann.game.quiz.DemoQuizFrame
may be overridden to insert a few questions manually
generateRowProperties(T) - Method in class com.antelmann.sql.BaseRowMapper
generates a map that contains all columns mapped to their values, so that the map can be used to store the object into a row.
generateTextImage(String) - Static method in class com.antelmann.imagedb.ImageUtils
generates an image based on the given text.
generateTextImage(String, Font, Color, Color, boolean) - Static method in class com.antelmann.imagedb.ImageUtils
generates an image based on the given text.
Genre - Class in com.antelmann.cddb
A Genre specifies the category for a composition.
Genre(String) - Constructor for class com.antelmann.cddb.Genre
 
get(int) - Method in class com.antelmann.mgmt.UserTableModel
 
getAcceptDirectories() - Method in class com.antelmann.io.ExtensionFileFilter
 
getAccessInboxBeforeSend() - Method in class com.antelmann.net.mail.EmailAccount
false by default
getActiveAlerts() - Method in interface com.antelmann.calendar.CalendarDB
returns all active non-acknowledged alerts
getActiveAlerts() - Method in class com.antelmann.calendar.FileCalendarDB
 
getActiveAlerts() - Method in class com.antelmann.calendar.SQLCalendarDB
 
getActiveComponent() - Static method in class com.antelmann.ooffice.OOUtils
 
getActiveDocument() - Static method in class com.antelmann.ooffice.SpreadsheetFrame
seeks the currently active document on the desktop (if any) and returns it
getActiveDocument() - Static method in class com.antelmann.ooffice.TextFrame
seeks the currently active document on the desktop (if any) and returns it
getActiveUsers(PunchDB) - Static method in class com.antelmann.timeregister.PunchUtils
returns all users that are enabled
getActivities() - Method in class com.antelmann.timeregister.SQLPunchDB
returns a list of activities contained in the database
getActivities() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
returns a set of activity Strings that are contained in this analyzer (null not included)
getActivity() - Method in class com.antelmann.timeregister.PunchData
The activity is only relevant for a check-in; for a check-out, null is always returned
getActivity() - Method in class com.antelmann.timeregister.PunchStation
returns the value that all punches registered will be marked with (null by default) unless explicitly stated otherwise.
getActivity() - Method in class com.antelmann.timeregister.WorkUnit
 
getActivityFor(User) - Method in class com.antelmann.timeregister.PunchDataAnalyzer
returns the current activity
getActivityFor(User, Date) - Method in class com.antelmann.timeregister.PunchDataAnalyzer
returns the activity based on the PunchData last recorded for the given date; may return null if either the user is checked-out or if the current activity is indeed null.
getActivityTableModel() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
the returned table model contains two columns, the first (a String) denotes the activity and the second (a Long) denotes the time
getActivityTimes() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
all units mapped to no activity are mapped through the key null in the map.
getAddedTypes() - Method in class com.antelmann.io.ExtensionFileFilter
returns file types other than the default type if they were added through addType(String).
getAddress() - Method in class com.antelmann.cddb.CDDBServer
 
getAddresses() - Method in class com.antelmann.net.mail.MailScanner
 
getAddresses() - Method in class com.antelmann.net.mail.SQLEmailCustomizer
 
getAddresses() - Method in class com.antelmann.net.mail.TableCustomizer
 
getAgent() - Method in class com.antelmann.net.ServerLogEntry
 
getAIClassPuzzle() - Static method in class com.antelmann.game.puzzle.TilePuzzleSamples
provides the standard 3x3 AI class number puzzle
getAlbum() - Method in class com.antelmann.sound.MP3FileProperties
 
getAlertHandler() - Method in class com.antelmann.calendar.AlertTimer
 
getAlertMessage() - Method in class com.antelmann.calendar.Alert
 
getAlerts(Filter<Alert>) - Method in interface com.antelmann.calendar.CalendarDB
 
getAlerts(Filter<Alert>) - Method in class com.antelmann.calendar.FileCalendarDB
 
getAlerts(Filter<Alert>) - Method in class com.antelmann.calendar.SQLCalendarDB
 
getAlertTimer() - Static method in class com.antelmann.calendar.AlertTimer
 
getAll(String) - Static method in class com.antelmann.cddb.ArgumentParser
 
getAll(String, String) - Static method in class com.antelmann.cddb.ArgumentParser
 
getAll() - Method in class com.antelmann.timeregister.PunchDataAnalyzer
returns an unmodifyable view on all PunchData objects
getAll() - Method in class com.antelmann.util.AbstractIterator
 
getAllContributions() - Method in class com.antelmann.cddb.Composition
generates an unmodifiable view of all associated contributions (including contributions from parent Compositions and embedded tracks); this view will not reflect subsequent changes to the actual embedded sets
getAllContributions() - Method in class com.antelmann.cddb.Track
generates an unmodifiable view of all associated contributions (including contributions from parent Compositions).
getAllowRoot() - Method in class com.antelmann.game.puzzle.DiceEquation
 
getAllowsChildren() - Method in class com.antelmann.io.FileTreeNode
 
getAllowsChildren() - Method in class com.antelmann.net.URLNode
 
getAllTracks() - Method in class com.antelmann.cddb.Composition
generates an unmodifiable view of all Track objects, including those from children Composition objects; this view will not reflect subsequent changes to the actual embedded sets
getAlwaysFlush() - Method in class com.antelmann.util.logging.LogFile
true by default
getAlwaysFlush() - Method in class com.antelmann.util.logging.XMLLogWriter
true by default
getAmount() - Method in class com.antelmann.calendar.Recurrence
 
getAnalyzer() - Method in class com.antelmann.timeregister.JPunchDataAnalyzer
 
getAnswer() - Method in class com.antelmann.game.quiz.JQuizQuestion
returns what has been answered (or -1), not necessarily the correct answer to the question
getAnswer() - Method in class com.antelmann.game.quiz.Question
 
getApplicationName() - Static method in class com.antelmann.Version
returns Settings.getProperty("application.name")
getArrow() - Static method in class com.antelmann.game.puzzle.SolitaireSamples
 
getArtist() - Method in class com.antelmann.sound.MP3FileProperties
 
getAtomicClock() - Method in class com.antelmann.calendar.AtomicTime
returns the clock in use
getAttachments() - Method in class com.antelmann.net.mail.Email
may return an empty array, but not null
getAuthentication() - Method in class com.antelmann.net.mail.EmailAccount
 
getAutoPlay() - Method in class com.antelmann.game.JDefaultGame
 
getAutoPlay() - Method in interface com.antelmann.game.JGamePlay
AutoPlay() returns the underlying game - to allow the calling functions to perform operations on the game itself.
getAutoPlay() - Method in class com.antelmann.game.puzzle.JTilePuzzle
 
getAvailableClassStores() - Method in class com.antelmann.mgmt.AbstractDatabase
 
getAvailableClassStores() - Method in interface com.antelmann.mgmt.Database
 
getAverageValue(String, String) - Method in class com.antelmann.sql.ConnectionHelper
 
getBackingModel() - Method in class com.antelmann.util.table.TableModelView
 
getBand() - Method in class com.antelmann.sound.MP3FileProperties
 
getBarcode() - Method in class com.antelmann.timeregister.TimeUser
based on the property barcode
getBaseCount(int) - Method in class com.antelmann.game.awari.AwariGame
 
getBaseDirectory() - Method in class com.antelmann.cddb.FileCDDB
returns the directory it uses to store/retrieve CD info
getBCC() - Method in class com.antelmann.net.mail.Email
 
getBegin() - Method in class com.antelmann.calendar.CalendarEntry
 
getBegin() - Method in class com.antelmann.timeregister.WorkUnit
 
getBegin() - Method in class com.antelmann.util.gui.JDateIntervalChooser
 
getBeginTime() - Method in class com.antelmann.calendar.JDayGrid
time in millisec from the begin of the day
getBestMove() - Method in class com.antelmann.game.TemplatePlayer.Synchronizer
 
getBishopIcon(int) - Method in interface com.antelmann.game.chess.ChessGraphics
 
getBishopIcon(int) - Method in class com.antelmann.game.chess.SampleChessGraphics
 
getBitrate() - Method in class com.antelmann.sound.MP3FileProperties
 
getBlack() - Method in class com.antelmann.util.gui.CustomTheme
 
getBoard() - Method in class com.antelmann.game.checkers.CheckersGame
 
getBoard() - Method in class com.antelmann.game.chess.ChessGame
 
getBoard() - Method in class com.antelmann.game.reversi.ReversiGame
 
getBody() - Method in class com.antelmann.net.mail.Email
 
getBook() - Method in class com.antelmann.game.BookPlayer
allows access to the embedded book to add/remove GamePlay-GameMove pairs
getBookmarkCursor(String) - Method in class com.antelmann.ooffice.TextFrame
 
getBookmarkRange(String) - Method in class com.antelmann.ooffice.TextFrame
 
getBookmarks() - Method in class com.antelmann.ooffice.TextFrame
 
getBookmarkText(String) - Method in class com.antelmann.ooffice.TextFrame
 
getBoundEnvironment() - Method in class com.antelmann.License
returns an unmodifiable view of the bound environment variables of this license
getBoundProperties() - Method in class com.antelmann.License
returns an unmodifiable view of the bound system properties of this license
getBPM() - Method in class com.antelmann.sound.MP3FileProperties
 
getBreakTime() - Method in class com.antelmann.timeregister.WorkUnit
 
getBreakTime() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
 
getBreakTime(Date) - Method in class com.antelmann.timeregister.WorkUnitValidator
 
getBreakTime(int) - Method in class com.antelmann.timeregister.WorkUnitValidator
 
getBrokenLinks() - Method in class com.antelmann.net.Spider
Assuming the URL points to a HTML page, only links that are not accessible are returned.
getBufferSize() - Method in class com.antelmann.net.Downloader
 
getBuildDate() - Static method in class com.antelmann.Version
 
getBuildNumber() - Static method in class com.antelmann.Version
getBuildNumber() returns the build number that denotes the exact minor version of this package.
getBytes() - Method in class com.antelmann.net.Spider
retrieves the raw content from the embedded URL.
getCache() - Method in class com.antelmann.net.JURLCachePane
returns a map of URL objects to URLCache objects if not null
getCache() - Method in class com.antelmann.net.JWebBrowser
returns a map of URL objects to URLCache objects
getCalendar() - Method in class com.antelmann.calendar.AtomicClock
returns the calendar used to localize the time
getCalendar() - Method in class com.antelmann.calendar.NTPServer
returns the calendar used to localize the time
getCalendarEntry() - Method in class com.antelmann.calendar.Alert
 
getCardValue(Card, boolean) - Static method in class com.antelmann.game.card.BlackJack
 
getCategories() - Method in class com.antelmann.calendar.CalendarEntry
 
getCategories() - Method in interface com.antelmann.cddb.CDDB
returns the available categories under which the CDInfo entries are stored - in accordance to the CDDB standard
getCategories() - Method in class com.antelmann.cddb.FileCDDB
 
getCategories() - Method in class com.antelmann.cddb.FreeDB
 
getCategories() - Method in class com.antelmann.cddb.SQLCDDB
 
getCategory() - Method in class com.antelmann.cddb.CDDBRecord
returns the category under which this record is filed
getCC() - Method in class com.antelmann.net.mail.Email
 
getCD() - Method in class com.antelmann.cddb.Track
 
getCDDBQuery() - Method in class com.antelmann.cddb.CDDriveWin
 
getCDDBRecord() - Method in class com.antelmann.cddb.CDDBEntry
 
getCDDBRecord() - Method in interface com.antelmann.cddb.CDInfo
returns the associated CDDBRecord entry.
getCDID() - Method in class com.antelmann.cddb.CDDBEntry
 
getCDID() - Method in class com.antelmann.cddb.CDDrive
 
getCDID() - Method in interface com.antelmann.cddb.CDInfo
returns the associated CDID object
getCDIdentifier() - Method in class com.antelmann.sound.MP3FileProperties
 
getCDInfo(CDID) - Method in interface com.antelmann.cddb.CDCollection
retrieves the information associated with the given CD in this collection; returns null if the cd is not in the collection or if no information has yet been associated with the given CD
getCDInfo(CDID) - Method in class com.antelmann.cddb.SimpleCDCollection
returns a CDDBEntry object
getCDProperties(CDID) - Method in interface com.antelmann.cddb.CDCollection
returns all user-properties available for a specific CD (as far as applicable) or null if the CD is not in the collection.
getCDProperties(CDID) - Method in class com.antelmann.cddb.SimpleCDCollection
 
getCDSet() - Method in interface com.antelmann.cddb.CDCollection
returns an unmodifiable view over the set of CDID instances in the collection
getCDSet() - Method in class com.antelmann.cddb.SimpleCDCollection
 
getCell(String, int, int) - Method in class com.antelmann.ooffice.TextTableFrame
 
getCellAddressString(int, int) - Static method in class com.antelmann.ooffice.SpreadsheetFrame
 
getCellEditorValue() - Method in class com.antelmann.util.table.ColorEditor
 
getCellEditorValue() - Method in class com.antelmann.util.table.FontCellEditor
 
getCellForBookmark(String) - Method in class com.antelmann.ooffice.TextTableFrame
 
getCellForCursor(XTextCursor) - Method in class com.antelmann.ooffice.TextTableFrame
 
getCellFormula(String, int, int) - Method in class com.antelmann.ooffice.SpreadsheetFrame
 
getCellNameFor(XCell) - Method in class com.antelmann.ooffice.TextTableFrame
 
getCellNameFor(String) - Method in class com.antelmann.ooffice.TextTableFrame
 
getCellNamesFor(String) - Method in class com.antelmann.ooffice.TextTableFrame
 
getChannel() - Method in class com.antelmann.net.RSSHandler
returns the first available channel in this rss feed (if any)
getChannel() - Method in class com.antelmann.net.RSSItem
 
getChannel() - Method in class com.antelmann.net.RSSMenu
 
getChannels() - Method in class com.antelmann.net.RSSHandler
returns all available channels in this rss feed
getCheckForWin() - Method in class com.antelmann.game.RandomPlayer
 
getChildAt(int) - Method in class com.antelmann.io.FileTreeNode
 
getChildAt(int) - Method in class com.antelmann.net.URLNode
 
getChildCount() - Method in class com.antelmann.io.FileTreeNode
 
getChildCount() - Method in class com.antelmann.net.URLNode
 
getChildren() - Method in class com.antelmann.cddb.Composition
returns an unmodifiable view of the children compositions that add both additional tracks and sub-compositions to this object.
getClassLoader() - Static method in class com.antelmann.util.Settings
returns the ClassLoader currently used to locate resources
getClassStore(Class<T>) - Method in class com.antelmann.mgmt.AbstractDatabase
returns a monitored Proxy of the previously added DBClassStore for c or null
getClassStore(Class<T>) - Method in interface com.antelmann.mgmt.Database
allows to query for a persistence service for a given Resource class.
getCloseOnCompletion() - Method in class com.antelmann.net.Downloader
 
getCode() - Method in class com.antelmann.net.ServerLogEntry
 
getCollator() - Method in class com.antelmann.util.UniversalComparator
provides access to the embedded collator
getColor() - Method in class com.antelmann.util.TextPrinter
 
getColorEditor() - Static method in class com.antelmann.util.table.TableUtils
edits Color objects
getColorRenderer() - Static method in class com.antelmann.util.table.TableUtils
renders Color objects
getColumn() - Method in class com.antelmann.game.chess.BoardPosition
 
getColumnClass(int) - Method in class com.antelmann.game.HighscoreTableModel
 
getColumnClass(int) - Method in class com.antelmann.mgmt.UserTableModel
 
getColumnClass(int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
getColumnClass(int) - Method in class com.antelmann.sql.ResultSetTableModel
 
getColumnClass(int) - Method in class com.antelmann.sql.RowItemTableModel
 
getColumnClass(int) - Method in class com.antelmann.timeregister.PunchTableModel
 
getColumnClass(int) - Method in class com.antelmann.timeregister.TimeRangeSummaryTableModel
 
getColumnClass(int) - Method in class com.antelmann.timeregister.UserStatusTableModel
 
getColumnClass(int) - Method in class com.antelmann.timeregister.WorkUnitTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.CustomThemeTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.MovableTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.PropertiesTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.SortableTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.TableModelView
 
getColumnCount() - Method in class com.antelmann.game.HighscoreTableModel
 
getColumnCount() - Method in class com.antelmann.game.puzzle.JTilePuzzle
 
getColumnCount() - Method in class com.antelmann.LicenseTableModel
 
getColumnCount() - Method in class com.antelmann.mgmt.EntityTableModel
 
getColumnCount() - Method in class com.antelmann.mgmt.UserTableModel
 
getColumnCount() - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
getColumnCount() - Method in class com.antelmann.sql.JDBCTableModel
 
getColumnCount() - Method in class com.antelmann.sql.ResultSetMetaDataTableModel
 
getColumnCount() - Method in class com.antelmann.sql.ResultSetTableModel
 
getColumnCount() - Method in class com.antelmann.sql.RowItemTableModel
 
getColumnCount() - Method in class com.antelmann.timeregister.PunchTableModel
 
getColumnCount() - Method in class com.antelmann.timeregister.TimeRangeSummaryTableModel
 
getColumnCount() - Method in class com.antelmann.timeregister.UserStatusTableModel
 
getColumnCount() - Method in class com.antelmann.timeregister.WorkUnitTableModel
 
getColumnCount() - Method in class com.antelmann.util.table.CustomThemeTableModel
 
getColumnCount() - Method in class com.antelmann.util.table.MethodTableModel
 
getColumnCount() - Method in class com.antelmann.util.table.MovableTableModel
 
getColumnCount() - Method in class com.antelmann.util.table.SortableTableModel
 
getColumnCount() - Method in class com.antelmann.util.table.TableModelView
 
getColumnName(int) - Method in class com.antelmann.game.HighscoreTableModel
 
getColumnName(int) - Method in class com.antelmann.LicenseTableModel
 
getColumnName(int) - Method in class com.antelmann.mgmt.EntityTableModel
returns the column name which - in the case of a method name - may be altered according to Beans specifications (i.e.
getColumnName(int) - Method in class com.antelmann.mgmt.UserTableModel
 
getColumnName(int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
getColumnName(int) - Method in class com.antelmann.sql.JDBCTableModel
 
getColumnName(int) - Method in class com.antelmann.sql.ResultSetMetaDataTableModel
 
getColumnName(int) - Method in class com.antelmann.sql.ResultSetTableModel
 
getColumnName(int) - Method in class com.antelmann.sql.RowItemTableModel
 
getColumnName(int) - Method in class com.antelmann.timeregister.PunchTableModel
 
getColumnName(int) - Method in class com.antelmann.timeregister.TimeRangeSummaryTableModel
 
getColumnName(int) - Method in class com.antelmann.timeregister.UserStatusTableModel
 
getColumnName(int) - Method in class com.antelmann.timeregister.WorkUnitTableModel
 
getColumnName(int) - Method in class com.antelmann.util.table.CustomThemeTableModel
 
getColumnName(int) - Method in class com.antelmann.util.table.MethodTableModel
returns the column name which may be altered according to Beans specifications (i.e.
getColumnName(int) - Method in class com.antelmann.util.table.MovableTableModel
 
getColumnName(int) - Method in class com.antelmann.util.table.SortableTableModel
 
getColumnName(int) - Method in class com.antelmann.util.table.TableModelView
 
getColumnProperties() - Method in class com.antelmann.sql.RowItem
extracts only those properties that corresponds to a column of this instance
getColumns() - Method in class com.antelmann.sql.RowItem
returns all columns of the table other than the idColumn
getComment() - Method in class com.antelmann.cddb.Contribution
 
getComment() - Method in class com.antelmann.timeregister.PunchData
 
getComment() - Method in class com.antelmann.timeregister.WorkUnit
 
getComparatorForColumn(int) - Method in class com.antelmann.util.table.SortableTableModel
return value may be null, in wich case a UniversalComparator would be used for sorting
getComponent() - Method in class com.antelmann.util.gui.JKeyButton
returns the component that this button will send its events to
getComponent() - Method in class com.antelmann.util.gui.JTouchNumPad
 
getComponent() - Method in class com.antelmann.util.logging.JTextComponentLog
 
getComponentFactory() - Method in class com.antelmann.calendar.JDayGrid
 
getComponentFor(CalendarEntry) - Method in class com.antelmann.calendar.JDayGrid
 
getComponentLoader() - Static method in class com.antelmann.ooffice.OOUtils
 
getComposer() - Method in class com.antelmann.sound.MP3FileProperties
 
getComposition() - Method in class com.antelmann.cddb.JComposition
 
getCompositionContributions() - Method in class com.antelmann.cddb.Composition
returns an unmodifiable view of only the directly added Contribution objects
getCompositionContributions() - Method in class com.antelmann.cddb.Group
provides an unmodifiable view of the embedded resources
getCompositions() - Method in class com.antelmann.cddb.CompositionDB
returns the modifiable embedded set that backs up this instance.
getCompositions() - Method in class com.antelmann.cddb.Track
provides an unmodifiable view of the Composition objects that this track is associated with
getCompositionTracks() - Method in class com.antelmann.cddb.Composition
provides an unmodifiable view only of the Track objects directly added to this composition
getConductor() - Method in class com.antelmann.sound.MP3FileProperties
 
getConnection() - Method in class com.antelmann.imagedb.SQLImageDB
 
getConnection() - Method in class com.antelmann.net.MessageDelegator
 
getConnection() - Method in class com.antelmann.sql.ConnectionHelper
 
getConnection() - Method in class com.antelmann.sql.JDBCInfoPane
 
getConnection() - Method in class com.antelmann.sql.JDBCResourceBundle
 
getConnection() - Method in class com.antelmann.sql.JDBCTableModel
 
getConnection() - Method in class com.antelmann.timeregister.SQLPunchDB
 
getConnection() - Method in class com.antelmann.util.logging.JDBCLogWriter
 
getConnection() - Method in class com.antelmann.util.logging.LogNetReceiver
 
getConnections() - Method in class com.antelmann.game.muehle.MuehlePosition
returns getMuehlePairs(asInteger())
getConnections(int) - Static method in class com.antelmann.game.muehle.MuehlePosition
 
getConnections() - Method in class com.antelmann.net.ChatServer
 
getConsoleInput() - Static method in class com.antelmann.io.Data
reads a line from the console and returns the keyboard input as a string after 'Enter' was pressed
getConsoleInput(String) - Static method in class com.antelmann.io.Data
prints the given question and returns getConsoleInput()
getContainer(GameGUI) - Method in class com.antelmann.game.checkers.JCheckers
 
getContainer(GameGUI) - Method in class com.antelmann.game.chess.JChess
 
getContainer(GameGUI) - Method in class com.antelmann.game.fourwins.JFourWins
 
getContainer(GameGUI) - Method in class com.antelmann.game.gomoku.JGomoku
 
getContainer(GameGUI) - Method in class com.antelmann.game.JDefaultGame
takes the toString() function of the GamePlay and turns it into formatted html, which is returned as a JLabel
getContainer(GameGUI) - Method in interface com.antelmann.game.JGamePlay
getContainer() returns the GUI component used to display the game representation.
getContainer(GameGUI) - Method in class com.antelmann.game.muehle.JMuehle
 
getContainer(GameGUI) - Method in class com.antelmann.game.puzzle.JSolitaire
 
getContainer(GameGUI) - Method in class com.antelmann.game.puzzle.JTilePuzzle
 
getContainer(GameGUI) - Method in class com.antelmann.game.reversi.JReversi
 
getContainer(GameGUI) - Method in class com.antelmann.game.wolfsheep.JWS
 
getContent() - Method in class com.antelmann.cddb.CDDBXmcdParser
return the content in xcmd format (used during construction)
getContent() - Method in class com.antelmann.net.mail.Email.Attachment
 
getContent() - Method in class com.antelmann.net.URLCache
returns the raw cached content.
getContentAsBytes() - Method in class com.antelmann.io.MyFile
returns the entire file content as a byte array.
getContentAsString() - Method in class com.antelmann.io.MyFile
returns the entire file content as a String (using default encoding).
getContentAsString(String) - Method in class com.antelmann.io.MyFile
returns the entire file content as a String.
getContentAsString() - Method in class com.antelmann.net.Spider
retrieves the entire content accessible through the embedded URL as a String.
getContentAsString(String) - Method in class com.antelmann.net.Spider
retrieves the entire content accessible through the embedded URL as a String.
getContentAsString() - Method in class com.antelmann.net.URLCache
 
getContentAsString(String) - Method in class com.antelmann.net.URLCache
 
getContentAsUTF8() - Method in class com.antelmann.io.MyFile
 
getContentEncoding() - Method in class com.antelmann.net.URLCache
returns the header value from the cached content
getContentLength() - Method in class com.antelmann.net.Downloader
returns the content length or LENGTH_NOT_OBTAINED_YET if the download hasn't been started, yet; UNKNOWN_LENGTH is returned if the length is unknown
getContentLength() - Method in class com.antelmann.net.JDownloader
returns the content length of the URL once download started; returns -2 if the thread hasn't been started, yet, or -1 if the length is unknown.
getContentLength() - Method in class com.antelmann.net.Spider
retrieves the content length from an URLConnection
getContents() - Method in class com.antelmann.sql.JDBCResourceBundle
 
getContents() - Method in class com.antelmann.timeregister.Language
 
getContents() - Method in class com.antelmann.timeregister.Language_de
 
getContents() - Method in class com.antelmann.util.FormattedResourceBundle
 
getContents() - Method in class com.antelmann.util.gui.Language
 
getContents() - Method in class com.antelmann.util.gui.Language_de
 
getContentType() - Method in class com.antelmann.net.mail.Email.Attachment
if the content has not been explicitly set (or if the attachment was instanciated through a File object), this method call requires the javax.activation package.
getContentType() - Method in class com.antelmann.net.URLCache
returns the header value from the cached content
getContinuousMode() - Method in class com.antelmann.net.MessageDelegator
if false, the run() method will exit after a single message was received
getControlTextFont() - Method in class com.antelmann.util.gui.CustomTheme
 
getCopyright() - Method in class com.antelmann.sound.MP3FileProperties
 
getCopyrightText() - Method in class com.antelmann.sound.MP3FileProperties
 
getCorrespondingToPunchData(PunchDB, boolean) - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
returns those WorkUnits that do or do not directly correspond to a punch pair in the given database.
getCount(int) - Method in class com.antelmann.game.reversi.ReversiGame
 
getCount(String) - Method in class com.antelmann.sql.ConnectionHelper
 
getCount(String, String) - Method in class com.antelmann.sql.IDSQLGenerator
 
getCount() - Method in class com.antelmann.util.AbstractIterator
returns the number of elements that have been returned through next so far
getCrawler() - Method in class com.antelmann.net.URLTree
 
getCreationDate() - Method in class com.antelmann.License
returns the time when this license was created.
getCross() - Static method in class com.antelmann.game.puzzle.SolitaireSamples
 
getCurrentHand(int) - Method in class com.antelmann.game.card.BlackJack
getCurrentHand() is internally a wrapper which returns a clone of the actual BJHand used in the game
getCurrentLevel() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
getCurrentSound() - Method in class com.antelmann.sound.JukeBox
returns the sound object currently being played
getCurrentSoundSource() - Method in class com.antelmann.sound.SoundPlayer
returned object may be of type InputStream, URL or File.
getCurrentTask() - Method in class com.antelmann.util.ThreadWorker
returns the Runnable object currently executed by this ThreadWorker
getCurrentTaskRunningTime() - Method in class com.antelmann.util.ThreadWorker
if no task is currently running, -1 is returned.
getCurrentURL() - Method in class com.antelmann.net.JWebBrowser
returns the page currently displayed
getCurrentURL() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
getDatabase() - Method in interface com.antelmann.mgmt.DBClassStore
provides access to the database instance that also coordinates the transaction management.
getDatabase() - Method in interface com.antelmann.mgmt.DBTransaction
gives access to the associated Database
getDatabase() - Method in class com.antelmann.sql.JDBCRowProxy
 
getDatabase() - Method in class com.antelmann.sql.SQLTransaction
 
getDatabaseSerivce() - Method in class com.antelmann.mgmt.AbstractDatabase
 
getDatabaseSerivce() - Method in interface com.antelmann.mgmt.Database
provides access to the actual database service that is used by the implementation of this interface
getDataFiles() - Method in class com.antelmann.net.LocalWeb
 
getDate() - Method in class com.antelmann.calendar.Holiday
the date is stored as the beginning of the corresponding day
getDate() - Method in class com.antelmann.calendar.JDayGrid
 
getDate(Date) - Method in class com.antelmann.calendar.TimeInDay
returns the date that is calculated by taking the beginning of the given day and adds this TimeInDay's value.
getDate() - Method in class com.antelmann.imagedb.ImageHolder
 
getDate() - Method in class com.antelmann.util.logging.LogEntry
convenience method returning the time as a Date object
getDateFormat() - Method in class com.antelmann.util.gui.JWatchLabel
 
getDayBegin() - Method in class com.antelmann.timeregister.WorkUnitValidator
returns the time a standard working day begins
getDB() - Method in class com.antelmann.timeregister.JActivityBrowser
 
getDB() - Method in class com.antelmann.timeregister.JUserBrowser
 
getDB() - Method in class com.antelmann.timeregister.JWorkUnitEditor
 
getDealerCards() - Method in class com.antelmann.game.card.BlackJack
 
getDebug() - Method in class com.antelmann.net.mail.EmailAccount
 
getDeck() - Method in class com.antelmann.game.card.BlackJack
 
getDecoder() - Method in class com.antelmann.util.CipherKey
fully initializes the Cipher for decoding and returns it.
getDefaultFileExtension() - Method in class com.antelmann.game.JDefaultGame
 
getDefaultFileExtension() - Method in interface com.antelmann.game.JGamePlay
getDefaultFileExtension() defines the String used as a file type when saving files; it should correspond to getFileFlter.
getDefaultFileExtension() - Method in class com.antelmann.game.puzzle.JTilePuzzle
 
getDefaultFileExtension() - Static method in class com.antelmann.ooffice.TextFrame
 
getDefaultSource() - Method in class com.antelmann.imagedb.TwainAdapter
 
getDefaultType() - Method in class com.antelmann.io.ExtensionFileFilter
returns the default type for this filter
getDeleteAtTarget() - Method in class com.antelmann.io.Backup
 
getDelta() - Method in class com.antelmann.calendar.AtomicClock
returns the stored difference between system time and atomic time in milliseconds.
getDescription() - Method in class com.antelmann.calendar.CalendarEntry
 
getDescription() - Method in class com.antelmann.cddb.CDDBServer
 
getDescription() - Method in class com.antelmann.cddb.Composition
 
getDescription() - Method in class com.antelmann.cddb.Resource
 
getDescription() - Method in class com.antelmann.cddb.Role
 
getDescription() - Method in class com.antelmann.cddb.Track
 
getDescription() - Method in class com.antelmann.imagedb.ImageHolder
 
getDescription() - Method in class com.antelmann.io.ExtensionFileFilter
 
getDescription() - Method in interface com.antelmann.mgmt.User
 
getDescription() - Method in class com.antelmann.mgmt.UserImpl
 
getDescription() - Method in class com.antelmann.net.RSSChannel
 
getDescription() - Method in class com.antelmann.net.RSSItem
 
getDescription() - Method in class com.antelmann.util.gui.SchedulerFrame
 
getDestinationDir() - Method in class com.antelmann.io.Backup
 
getDialogForComponent(Component) - Static method in class com.antelmann.util.gui.Menus
 
getDiamond() - Static method in class com.antelmann.game.puzzle.SolitaireSamples
 
getDice() - Method in class com.antelmann.game.puzzle.DiceEquation
 
getDirtyRows() - Method in class com.antelmann.sql.RowItemTableModel
creates a list of RowItems that are marked dirty
getDiscID() - Method in class com.antelmann.cddb.CDDBRecord
returns the DiscID that can be used to match the record with a CDID object
getDiscID() - Method in class com.antelmann.cddb.CDID
The returned discid can be used to match this CD to a CDDBRecord.
getDisplay() - Method in class com.antelmann.game.quiz.Question
 
getDocument() - Method in class com.antelmann.net.RSSHandler
 
getDocument() - Method in class com.antelmann.ooffice.SpreadsheetFrame
 
getDocument() - Method in class com.antelmann.ooffice.TextFrame
 
getDomainName() - Method in class com.antelmann.net.Spider
 
getDragOrigin() - Method in class com.antelmann.util.gui.MouseBoundsListener
returns the bounds from where the component is dragged or null if the component is currently not dragged
getDuration() - Method in class com.antelmann.calendar.CalendarEntry
time in milliseconds
getElapsedTime(int) - Method in class com.antelmann.game.GameDriver
 
getElement() - Method in class com.antelmann.net.RSSChannel
 
getElement() - Method in class com.antelmann.net.RSSItem
 
getElementAt(int) - Method in class com.antelmann.timeregister.PunchTableModel
 
getElements() - Method in class com.antelmann.util.gui.JSearchList
 
getEmailAccount(int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
getEmailAccount() - Method in class com.antelmann.net.mail.JEmailClient
 
getEmailAccounts() - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
getEmailAccountTableModel() - Method in class com.antelmann.net.mail.JEmailAccountTable
 
getEmailAccountTableModel() - Method in class com.antelmann.net.mail.JEmailWatcher
 
getEmbeddedConnection() - Method in class com.antelmann.net.SecureConnection
 
getEmployee() - Method in class com.antelmann.timeregister.JPunchDataAnalyzer
 
getEncodedBy() - Method in class com.antelmann.sound.MP3FileProperties
 
getEncoder() - Method in class com.antelmann.util.CipherKey
fully initializes the Cipher for encoding and returns it.
getEnd() - Method in class com.antelmann.calendar.CalendarEntry
 
getEnd() - Method in class com.antelmann.calendar.Stopwatch
 
getEnd() - Method in class com.antelmann.timeregister.WorkUnit
 
getEnd() - Method in class com.antelmann.util.gui.JDateIntervalChooser
 
getEndCondition() - Method in class com.antelmann.util.AbstractIterator
indicates the cause for this iterator to end
getEndTime() - Method in class com.antelmann.calendar.JDayGrid
time in millisec from the begin of the day
getEntries(Filter<CalendarEntry>) - Method in interface com.antelmann.calendar.CalendarDB
 
getEntries(Filter<CalendarEntry>) - Method in class com.antelmann.calendar.FileCalendarDB
 
getEntries(Filter<CalendarEntry>) - Method in class com.antelmann.calendar.SQLCalendarDB
 
getEntry() - Method in class com.antelmann.calendar.JCalendarEntry
 
getErrorComponent() - Method in exception com.antelmann.util.gui.FormValidationException
the component that needs focus after a message is displayed
getException() - Method in class com.antelmann.calendar.SQLCalendarEntryIterator
returns an exception in case one occurred
getException() - Method in class com.antelmann.mgmt.JUserLoginPanel
returns either a DatabaseException or a javax.security.auth.login.FailedLoginException
getException() - Method in class com.antelmann.mgmt.LoginEvent
returns the reason for a failed login as an exception (possible causes: incorrect credentials were supplied, or a database related exception was thrown).
getException() - Method in class com.antelmann.net.JDownloader
if an IOException occurred during download, it can be later accessed through this method.
getException() - Method in class com.antelmann.util.gui.FormDialog
if an exception was thrown during commitFormAction(), this method returns it - or null.
getExceptionHandler() - Method in class com.antelmann.util.logging.Logger
if the LogExceptionHandler is null (which it is by default), any LogException during logging is propagated to the calling application.
getExcludeList() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
getExcludePattern() - Method in class com.antelmann.io.ExtensionFileFilter
returns all exclude patterns to be checked (empty array returned if none)
getExecutionTime() - Method in class com.antelmann.calendar.Alert
 
getExecutor() - Method in class com.antelmann.util.logging.AsynchLogWriter
 
getFavorites() - Method in class com.antelmann.net.JWebBrowser
returns the list of favorites
getField() - Method in class com.antelmann.calendar.Recurrence
 
getFieldNames() - Method in class com.antelmann.ooffice.TextFrame
 
getFieldText(String) - Method in class com.antelmann.ooffice.TextFrame
the fully quantified field name is to be supplied
getFile() - Method in class com.antelmann.game.chess.BoardPosition
 
getFile() - Method in class com.antelmann.io.FileTreeNode
 
getFile() - Method in class com.antelmann.net.JDownloader
 
getFile() - Method in class com.antelmann.util.gui.JFileField
returns the file or null if the field is null or empty
getFile() - Method in class com.antelmann.util.logging.FileLog
 
getFile() - Method in class com.antelmann.util.logging.LogFile
 
getFileExtension() - Method in class com.antelmann.io.MyFile
returns the lower-case file type denoted by its file extension.
getFileExtension() - Method in class com.antelmann.net.URLCache
returns the file type denoted by the path of the URL.
getFileFilter() - Method in class com.antelmann.game.JDefaultGame
 
getFileFilter() - Method in interface com.antelmann.game.JGamePlay
getFileFilter() provides the option to filter for certain file types when saving or loading games.
getFileFilter() - Method in class com.antelmann.game.puzzle.JTilePuzzle
 
getFileFilter() - Method in class com.antelmann.sound.JukeBox
returns the file filter used to filter entries
getFileFilter() - Method in class com.antelmann.util.gui.JFileField
 
getFileHandle(CDDBRecord) - Method in class com.antelmann.cddb.FileCDDB
returns the file handle corresponding to the given record (this file would contain the information read to construct the CDInfo object)
getFileOwner() - Method in class com.antelmann.sound.MP3FileProperties
 
getFileRelativeTo(File) - Method in class com.antelmann.io.MyFile
returns the file as a relative reference from the given directory.
getFileSelectionMode() - Method in class com.antelmann.util.gui.JFileField
 
getFilesFound() - Method in class com.antelmann.net.MediaCrawler
 
getFileTypes(File[]) - Static method in class com.antelmann.io.MyFile
returns the different file extensions that occur in the given array
getFileTypes() - Method in class com.antelmann.net.LocalWeb
 
getFilter() - Method in class com.antelmann.io.Backup
 
getFilter() - Method in class com.antelmann.io.FileTreeNode
 
getFilter() - Method in class com.antelmann.util.AbstractIterator
 
getFilter() - Method in class com.antelmann.util.logging.Logger
returns null by default
getFireplace() - Static method in class com.antelmann.game.puzzle.SolitaireSamples
 
getFirstDate() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
 
getFirstPunch(User) - Method in class com.antelmann.timeregister.FilePunchDB
 
getFirstPunch(User) - Method in class com.antelmann.timeregister.PunchDataAnalyzer
if employee is null, the first punch among all employees is returned
getFirstPunch(User) - Method in interface com.antelmann.timeregister.PunchDB
if user is null, the first punch of all is returned.
getFirstPunch(User) - Method in class com.antelmann.timeregister.PunchDBClient
 
getFirstPunch(User) - Method in class com.antelmann.timeregister.RemotePunchDBClient
 
getFirstPunch(User) - Method in class com.antelmann.timeregister.SQLPunchDB
 
getFont() - Method in class com.antelmann.util.gui.FontSelectionEvent
 
getFont() - Method in class com.antelmann.util.TextPrinter
 
getFontEditor() - Static method in class com.antelmann.util.table.TableUtils
edits Font objects
getFontRenderer() - Static method in class com.antelmann.util.table.TableUtils
renders Font objects
getFontSelectionListeners() - Method in class com.antelmann.util.gui.JFontChooser
 
getFontSelectionListeners() - Method in class com.antelmann.util.gui.JFontFileChooser
 
getForm() - Method in exception com.antelmann.util.gui.FormValidationException
 
getFormat() - Method in class com.antelmann.net.RSSHandler
 
getFormattedContent() - Method in exception com.antelmann.util.FormatException
 
getFrame() - Method in interface com.antelmann.game.GameGUI
returns the root container itself
getFrame() - Method in class com.antelmann.game.JGameFrame
 
getFrame() - Method in class com.antelmann.game.JPlayerClient
 
getFrameOffset(int) - Method in class com.antelmann.cddb.CDID
returns the offset of the frame on the CD where the given track starts.
getFrom() - Method in class com.antelmann.net.mail.Email
 
getFrom() - Method in class com.antelmann.net.mail.EmailAccount
 
getFrom() - Method in class com.antelmann.timeregister.WorkUnitValidator.CheckInterval
 
getFunctionValue(String, String, String) - Method in class com.antelmann.sql.ConnectionHelper
returns the max value of the given field in the given table; null is returned if no entries were found in the database.
getGame() - Method in interface com.antelmann.game.AutoPlay
returns the underlying GamePlay object
getGame() - Method in exception com.antelmann.game.CannotPlayGameException
 
getGame() - Method in class com.antelmann.game.GameDriver
 
getGame() - Method in exception com.antelmann.game.GameException
 
getGame() - Method in exception com.antelmann.game.GameRuntimeException
 
getGameName() - Method in class com.antelmann.game.AbstractGame
 
getGameName() - Method in interface com.antelmann.game.GamePlay
returns the name of the game for display in titles (as toString() may be used to display something else)
getGameRoles() - Method in class com.antelmann.game.JPlayerClient
returns the roles that this GUI client is playing
getGender() - Method in class com.antelmann.cddb.Artist
can be either MALE, FEMALE or UNKNOWN
getGenre() - Method in class com.antelmann.cddb.Composition
 
getGenre(String) - Static method in class com.antelmann.cddb.Genre
convenience method that checks whether the given description matches one of the standard categories (using case-insensitive comparison), in which case the static member is returned; otherwise, NoSuchElementException is thrown.
getGenre() - Method in class com.antelmann.sound.MP3FileProperties
 
getGoal() - Method in class com.antelmann.game.puzzle.DiceEquation
 
getGoogleSearchStrings() - Method in class com.antelmann.net.ServerLogAnalyzer
 
getGridPixel() - Method in class com.antelmann.calendar.JDayGrid
 
getHalted() - Method in class com.antelmann.calendar.Stopwatch
 
getHandler() - Method in class com.antelmann.net.MessageDelegator
 
getHandler() - Method in class com.antelmann.net.RSSMenu
 
getHandshake() - Method in class com.antelmann.game.GameServer
 
getHandshake() - Method in class com.antelmann.net.ChatServer
 
getHandshake() - Method in interface com.antelmann.net.ConnectionDispatcher
returns a signature object used to identify the desired connection type handled by this ConnectionDispatcher object
getHandshake() - Method in class com.antelmann.net.JMessenger
 
getHandshake() - Method in interface com.antelmann.net.NetConnection
returns the identification type object for this connection; this signature is the same on both sides of the connection.
getHandshake() - Method in class com.antelmann.net.NetConnectionServer.DefaultDispatcher
returns the Handshake given in the constructor
getHandshake() - Method in class com.antelmann.net.SecureConnection
 
getHandshake() - Method in class com.antelmann.net.SocketConnection
 
getHandshakeAnswer(Object) - Method in interface com.antelmann.net.Handshake
used to generate the appropriate response to a question (must not return null).
getHandshakeAnswer(Object) - Method in class com.antelmann.net.SimpleHandshake
hashes a combination of the question and the signature
getHandshakeQuestion() - Method in interface com.antelmann.net.Handshake
returns a question to be asked to validate the handshake (must not return null).
getHandshakeQuestion() - Method in class com.antelmann.net.SimpleHandshake
generates a random String
getHandValue(Collection) - Static method in class com.antelmann.game.card.BlackJack
 
getHeader() - Method in class com.antelmann.net.mail.Email
returns all headers
getHeaderField(String) - Method in class com.antelmann.net.URLCache
retrieves the first field value matching the fieldKey based on case-insensitive key search
getHeaderFields() - Method in class com.antelmann.net.URLCache
returns a Map to the cached header fields
getHeaderLine() - Method in class com.antelmann.util.logging.DBLineLogFormatter
 
getHeaderNames() - Method in class com.antelmann.net.mail.Email
returns a set of String objects containing all header names
getHeaders() - Method in class com.antelmann.net.CGI
 
getHeaderValues(String) - Method in class com.antelmann.net.mail.Email
 
getHeight() - Method in class com.antelmann.game.fourwins.FourWinsGame
 
getHeight() - Method in class com.antelmann.game.gomoku.GomokuGame
 
getHeight() - Method in class com.antelmann.game.mine.MineSweeper
 
getHelp() - Method in class com.antelmann.game.checkers.JCheckers
 
getHelp() - Method in class com.antelmann.game.chess.JChess
 
getHelp() - Method in class com.antelmann.game.fourwins.JFourWins
 
getHelp() - Method in class com.antelmann.game.gomoku.JGomoku
 
getHelp() - Method in class com.antelmann.game.JDefaultGame
returns null if not overridden
getHelp() - Method in interface com.antelmann.game.JGamePlay
getHelp() is to return a component (such as JLabel, JTextArea, etc) that can be displayed if a user selects the game specific help menu from a JGameFrame.
getHelp() - Method in class com.antelmann.game.muehle.JMuehle
 
getHelp() - Method in class com.antelmann.game.puzzle.JSolitaire
 
getHelp() - Method in class com.antelmann.game.puzzle.JTilePuzzle
 
getHelp() - Method in class com.antelmann.game.reversi.JReversi
 
getHighscores() - Method in class com.antelmann.game.quiz.DemoQuizFrame
returns an unmodifiable view
getHolidayCalendar() - Method in class com.antelmann.calendar.JHolidayList
 
getHolidays() - Method in class com.antelmann.calendar.HolidayCalendar
returns an unmodifiable view of all holidays
getHolidays(Date) - Method in class com.antelmann.calendar.HolidayCalendar
returns the holidays for the given day
getHolidays(Date, Date) - Method in class com.antelmann.calendar.HolidayCalendar
returns all holidays within the given range (inclusive day begin from, exclusive until)
getHolidays() - Method in interface com.antelmann.timeregister.PunchAdminDB
 
getHolidays() - Method in class com.antelmann.timeregister.PunchDBClient
 
getHolidays() - Method in class com.antelmann.timeregister.SQLPunchDB
 
getHolidayTime(HolidayCalendar, Date, Date) - Method in class com.antelmann.timeregister.WorkUnitValidator
returns the net working time that falls on a holiday according to this schedule within the given limits.
getHome() - Method in class com.antelmann.net.JWebBrowser
returns the page currently set as the home page
getHost() - Method in class com.antelmann.net.ServerLogEntry
 
getHostAddress() - Method in class com.antelmann.net.ServerLogEntry
 
getHostname() - Method in class com.antelmann.game.SocketPlayer
 
getHsqldbConnection(String, String, String, String) - Static method in class com.antelmann.sql.Connector
provides JDBC access through the Hsqldb driver (http://hsqldb.sourceforge.net/)
getHsqldbConnection(String, String, String) - Static method in class com.antelmann.sql.Connector
provides JDBC access through the Hsqldb driver (http://hsqldb.sourceforge.net/)
getHTMLDocument() - Method in class com.antelmann.net.Spider
returns an HTMLDocument object with the parsed content of the embedded URL for further examination
getHTMLDocument(Reader) - Method in class com.antelmann.net.Spider
returns an HTMLDocument object with the parsed content from the given reader for further examination
getHTMLDocument() - Method in class com.antelmann.net.URLCache
returns a new HTMLDocument initialized with the cached content of this URLCache object.
getHTMLFiles() - Method in class com.antelmann.net.LocalWeb
 
getID() - Method in class com.antelmann.calendar.CalendarEntry
 
getID() - Method in class com.antelmann.imagedb.ImageHolder
 
getID() - Method in class com.antelmann.mgmt.EntityImpl
returns the immutable id that is used for checking equality
getID() - Method in interface com.antelmann.mgmt.Resource
returns a immutable and unique, persistent capable identifier for this resource.
getIdColumn() - Method in class com.antelmann.sql.RowItem
returns the field name for accessing the primary key (whoms value can be accessed by getID().
getIDColumnName() - Method in class com.antelmann.sql.BaseRowMapper
 
getIDColumnName() - Method in interface com.antelmann.sql.ObjectRowMapper
 
getIdentificationString() - Method in interface com.antelmann.net.Handshake
a String used to identify a specific handshake specification
getIdentificationString() - Method in class com.antelmann.net.SimpleHandshake
returns a hashed version of the signature given in the constructor
getIdField() - Method in class com.antelmann.sql.ResultSetTableModel
 
getImage() - Method in class com.antelmann.imagedb.ImageHolder
first, the internal buffer is checked; only if this is null, the URL will be checked.
getImageFiles() - Method in class com.antelmann.net.LocalWeb
 
getImageHolders(Filter<ImageHolder>, ImageHolder.Field...) - Method in interface com.antelmann.imagedb.ImageDB
retrieves a collection of ImageHolder objects; note that the returned ImageHolder objects may not contain more than the ID, initially.
getImageHolders(Filter<ImageHolder>, ImageHolder.Field...) - Method in class com.antelmann.imagedb.SQLImageDB
 
getImageIcon() - Method in class com.antelmann.imagedb.ImageViewer
 
getImageIcon() - Method in class com.antelmann.net.RSSChannel
 
getImagePuzzle(ImageIcon, int) - Static method in class com.antelmann.game.puzzle.TilePuzzleSamples
Returns a customized image puzzle that is derived from the given image; each tile will be an ImageIcon fraction of the original image; the number of tiles is determined by splitNumber (puzzle size is splitNumber x splitNumber).
getImagePuzzle(ImageIcon, int, int, int) - Static method in class com.antelmann.game.puzzle.TilePuzzleSamples
Returns a customized image puzzle where the original image is scaled to fit the given height and width
getImages(boolean) - Method in class com.antelmann.net.Spider
returns an array of images that are contained in the embedded URL
getImages(Reader, boolean) - Method in class com.antelmann.net.Spider
allows to read the content from another location but the url itself
getImages() - Method in class com.antelmann.net.URLCache
returns URLs to all unique images embedded in the cached HTML document
getImageURL() - Method in class com.antelmann.net.RSSChannel
 
getImportance() - Method in class com.antelmann.cddb.Contribution
the higher the number, the higher the importance.
getImportance() - Method in class com.antelmann.util.logging.Level
returns the value the natural order is based on
getInbox() - Method in class com.antelmann.net.mail.EmailAccount
returns the POP3 inbox from the given mail settings.
getIncludePattern() - Method in class com.antelmann.io.ExtensionFileFilter
returns all include patterns to be checked (empty array returned if none)
getIndex(TreeNode) - Method in class com.antelmann.io.FileTreeNode
 
getIndex(TreeNode) - Method in class com.antelmann.net.URLNode
 
getInfoOn(PrintService) - Static method in class com.antelmann.util.PrintUtilities
 
getInputStream() - Method in class com.antelmann.net.mail.Email.Attachment
 
getInputStream() - Method in class com.antelmann.net.URLCache
returns an input stream from the cached content (suitable for binary data).
getInsets() - Method in class com.antelmann.util.gui.MouseBoundsListener
defines the tolerance for resizing versus moving if a drag at the edge of the component occurs; 2 pixels on every edge by default
getInstance() - Static method in class com.antelmann.imagedb.TwainAdapter
 
getInstance(String) - Static method in class com.antelmann.imagedb.TwainAdapter
 
getInternetAddresses() - Method in class com.antelmann.net.mail.SQLEmailCustomizer
 
getInternetAddresses() - Method in class com.antelmann.net.mail.TableCustomizer
 
getIntervalMillis() - Method in class com.antelmann.util.gui.JMemoryGauge
returns 500 by default (half a second)
getIntervalPixel() - Method in class com.antelmann.calendar.JDayGrid
the number of pixels representing a time interval
getIntervals() - Method in class com.antelmann.timeregister.WorkUnitValidator
 
getItems() - Method in class com.antelmann.net.RSSChannel
 
getJFileChooser() - Method in class com.antelmann.imagedb.ImageLoader
 
getJFileChooser() - Method in class com.antelmann.util.gui.JFileField
provides access to the chooser of the component
getJFontChooser() - Method in class com.antelmann.util.gui.FontViewer
 
getJFontFileChooser() - Method in class com.antelmann.util.gui.FontViewer
 
getJGamePlay() - Method in interface com.antelmann.game.GameGUI
returns the embedded JGamePlay object
getJGamePlay() - Method in class com.antelmann.game.JGameFrame
 
getJGamePlay() - Method in class com.antelmann.game.JPlayerClient
 
getJList() - Method in class com.antelmann.util.gui.JSearchList
returns the filtered active list
getJProgressBar() - Method in class com.antelmann.util.MonitorDelegator
 
getJPunchClock() - Method in class com.antelmann.timeregister.PunchClientFrame
 
getJPunchServer() - Method in class com.antelmann.timeregister.PunchServerTray
 
getJTextArea() - Method in class com.antelmann.util.gui.TextViewerFrame
 
getJTextComponentLog() - Method in class com.antelmann.timeregister.JBarcodePunchClock
 
getJTextField() - Method in class com.antelmann.util.gui.JFileField
provides access to the text field of the component
getJukeBox() - Method in class com.antelmann.sound.JJukeBox
 
getKey() - Method in exception com.antelmann.LicenseKeyException
 
getKey() - Method in class com.antelmann.net.SecureConnection
 
getKeySignature() - Method in class com.antelmann.util.CipherKey
 
getKeySignature() - Method in class com.antelmann.util.SimpleKey
 
getKeySignature() - Method in interface com.antelmann.util.SynchronousKey
returns a signature that is used to identify the key that needs to be known for both, encoding and decoding
getKingIcon(int) - Method in interface com.antelmann.game.chess.ChessGraphics
 
getKingIcon(int) - Method in class com.antelmann.game.chess.SampleChessGraphics
 
getKnightIcon(int) - Method in interface com.antelmann.game.chess.ChessGraphics
 
getKnightIcon(int) - Method in class com.antelmann.game.chess.SampleChessGraphics
 
getKnownGenres() - Static method in class com.antelmann.cddb.Genre
 
getKnownLevels() - Static method in class com.antelmann.util.logging.Level
 
getKnownRoles() - Static method in class com.antelmann.cddb.Role
 
getKnownServerList() - Static method in class com.antelmann.calendar.AtomicClock
 
getLanguage(Locale) - Static method in class com.antelmann.util.gui.Menus
returns a newly generated language bundle based on the given locale
getLast() - Method in class com.antelmann.util.logging.Logger
returns the last entry logged with this logger (while enabled and filter passed)
getLastBuildDate() - Method in class com.antelmann.net.RSSChannel
 
getLastDate() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
 
getLastDeltaAdjustmentTime() - Method in class com.antelmann.calendar.AtomicClock
returns the system time when adjustDelta() has been successfully called last time.
getLastModified() - Method in class com.antelmann.net.URLCache
returns the header value from the cached content
getLastMove() - Method in class com.antelmann.game.AbstractGame
getLastMove() is a convenience function which returns the last element of the GameMove[] from getMoveHistory() in case the array has any elements in it; null is returned otherwise.
getLastPlayer() - Method in class com.antelmann.game.AbstractGame
getLastPlayer() is a convenience function which simply looks up the last move and then returns the playerRole that played it
getLastPunch(User) - Method in class com.antelmann.timeregister.FilePunchDB
 
getLastPunch(User) - Method in class com.antelmann.timeregister.PunchDataAnalyzer
if employee is null, the last punch among all employees is returned
getLastPunch(User) - Method in interface com.antelmann.timeregister.PunchDB
if user is null, the last punch of all is returned.
getLastPunch(User) - Method in class com.antelmann.timeregister.PunchDBClient
 
getLastPunch(User) - Method in class com.antelmann.timeregister.RemotePunchDBClient
 
getLastPunch(User) - Method in class com.antelmann.timeregister.SQLPunchDB
 
getLastRefreshTime() - Method in class com.antelmann.net.URLCache
returns the time taken by the last successfull refresh; -1 is returned if content was never successfully refreshed.
getLatitude() - Method in class com.antelmann.cddb.CDDBServer
 
getLead(int) - Method in class com.antelmann.game.awari.AwariGame
returns the lead as in difference in number of pegs during the game
getLegalMoves() - Method in class com.antelmann.game.AbstractGame
Instead of overriding this (final) function, implement listLegalMoves() instead.
getLegalMoves(int) - Method in class com.antelmann.game.AbstractGame
getLegalMoves(playerRole) returns the subset of getLegalMoves() where player == move.getPlayer().
getLegalMoves() - Method in interface com.antelmann.game.GamePlay
returns an array containing all moves that can be legally performed with the current game status; each move should successfully be able to advance the game when called with makeMove().
getLegalMovesSorted(GamePlay, Player, int[], boolean) - Static method in class com.antelmann.game.GameUtilities
getLegalMovesSorted() sorts the legal moves of the given game descending or ascending by their heuristic calculated by the given player based on the roles.
getLength() - Method in class com.antelmann.cddb.CDID
returns the duration of the CD in seconds
getLength() - Method in class com.antelmann.cddb.Track
returns the length in seconds
getLength() - Method in class com.antelmann.sound.MP3FileProperties
calculated length in milliseconds
getLength() - Method in class com.antelmann.timeregister.WorkUnit
total length including breakTimes
getLevel() - Method in interface com.antelmann.game.AutoPlay
returns the game level
getLevel() - Method in class com.antelmann.game.GameDriver
 
getLevel() - Method in class com.antelmann.util.logging.LogEntry
 
getlevelOverride() - Method in class com.antelmann.game.TemplatePlayer
This method returns 0 by default, meaning there is no level override in place.
getLicense(Object) - Method in class com.antelmann.LicenseManager
returns the license used for the given licensee.
getLicense() - Method in exception com.antelmann.LicensingException
may be null
getLicensee() - Method in class com.antelmann.License
returns a String representing either a Class or a Package object
getLicensee() - Method in exception com.antelmann.LicensingException
may be null
getLicenseHandler() - Static method in class com.antelmann.util.Settings
returns the LicenseHandler currently in place to react if a call to checkLicense(Object) fails initially.
getLicenseKey() - Method in class com.antelmann.License
returns the associated LicenseKey object - if any
getLicenseManager() - Static method in class com.antelmann.LicenseManager
returns the global LicenseManager object (there is only one)
getLicenses() - Method in class com.antelmann.LicenseManager
returns an umnodifiable view of the embedded licenses
getLicenseText() - Static method in class com.antelmann.Version
retrieves the license from a file distributed with the antelmann.jar file
getLimit() - Method in class com.antelmann.util.logging.JTextComponentLog
 
getLinkedFiles() - Method in class com.antelmann.net.LocalWeb
returns a set of all files all files within this web that are accessible from the root
getLinkedFiles(File) - Method in class com.antelmann.net.LocalWeb
returns a set of all files within this web that are accessible from the given file.
getLinks(boolean, String) - Method in class com.antelmann.net.Spider
returns links filtered by the given protocol
getLinks(boolean) - Method in class com.antelmann.net.Spider
returns an array containing URLs that the embedded URL links to; if the page is a frameset, the frame sources are returned.
getLinks(Reader, boolean) - Method in class com.antelmann.net.Spider
allows to read the content from another location but the url itself
getLinks() - Method in class com.antelmann.net.URLCache
returns URLs of all links from the cached HTML document.
getList() - Method in class com.antelmann.mgmt.EntityTableModel
returns an unmodifiable view of the embedded list.
getList() - Method in class com.antelmann.timeregister.WorkUnitTableModel
creates and returns an unmodifiable view of the underlying data
getList() - Method in class com.antelmann.util.table.MethodTableModel
returns an unmodifiable view of the embedded list.
getListeners() - Method in class com.antelmann.mgmt.AbstractDatabase
 
getListeners() - Method in class com.antelmann.util.ThreadPool
 
getListeners() - Method in class com.antelmann.util.ThreadWorker
 
getListView() - Method in class com.antelmann.sql.RowItemTableModel
creates and returns an unmodifiable view of the embedded list
getLocale() - Method in class com.antelmann.calendar.Holiday
returns the locale associated with this holiday.
getLocalPort() - Method in class com.antelmann.net.ChatServer
returns the port the server is listening on
getLocalPort() - Method in class com.antelmann.net.NetConnectionServer
 
getLocalPort() - Method in class com.antelmann.net.SocketConnection
 
getLocation() - Method in class com.antelmann.calendar.CalendarEntry
 
getLocation() - Method in exception com.antelmann.cddb.XmcdFormatException
returns either the DiskID or the File name that the exception is associated with
getLocation() - Method in class com.antelmann.timeregister.PunchData
 
getLocation() - Method in class com.antelmann.timeregister.PunchStation
 
getLocations() - Method in class com.antelmann.util.LicenseLoader
these URLs will be used to acquire licenses on demand before user interaction may be required.
getLogEntries(Date, Date, Filter<LogEntry>) - Method in class com.antelmann.util.logging.SampleSQLLogFormatter
null parameter mean that no restriction applies
getLogFilter() - Method in class com.antelmann.util.logging.AbstractLogWriter
 
getLogFormatter() - Method in class com.antelmann.util.logging.AbstractLogWriter
 
getLogFormatter() - Method in class com.antelmann.util.logging.LogFile
 
getLogger() - Method in class com.antelmann.calendar.AtomicTime
may be null
getLogger() - Method in class com.antelmann.calendar.NTPServer
returns an empty logger w/o writers by default
getLogger() - Method in class com.antelmann.game.quiz.DemoQuizFrame
 
getLogger() - Method in class com.antelmann.io.Backup
 
getLogger() - Method in class com.antelmann.LicenseManager
returns the logger that logs changes and access to the LicenseManager
getLogger() - Method in class com.antelmann.mgmt.AbstractDatabase
a logger that contains the logWriter given in the constructor; it is used to log all database access with the special level 'dbaccess' by default
getLogger() - Method in interface com.antelmann.mgmt.Database
access to the Logger that by default uses a LogWriter writing entries directly into this database.
getLogger() - Method in class com.antelmann.net.ChatServer
 
getLogger() - Method in class com.antelmann.net.JMessenger
 
getLogger() - Method in class com.antelmann.net.mail.EmailAccount
 
getLogger() - Method in class com.antelmann.net.mail.JMessageTable
 
getLogger() - Method in class com.antelmann.net.MessageDelegator
 
getLogger() - Method in class com.antelmann.net.NetConnectionServer
 
getLogger() - Method in class com.antelmann.net.SocketConnection
loggs standard events - no exceptions are logged here
getLogger() - Method in class com.antelmann.timeregister.JWorkUnitEditor
 
getLogger() - Method in class com.antelmann.timeregister.PunchDBServer
 
getLogger() - Method in class com.antelmann.timeregister.PunchServerFrame
 
getLogger() - Method in class com.antelmann.timeregister.PunchStation
 
getLogger() - Method in class com.antelmann.util.gui.SchedulerFrame
contains a JTextComponentLog by default
getLogger() - Method in class com.antelmann.util.logging.MemoryLogger
 
getLogger() - Method in class com.antelmann.util.logging.SocketLogListener
 
getLongitude() - Method in class com.antelmann.cddb.CDDBServer
 
getLowerBound() - Method in class com.antelmann.util.Range
 
getMapper() - Method in class com.antelmann.sql.JDBCRowProxy
 
getMax() - Method in class com.antelmann.util.Monitor
 
getMaxUnitLength() - Method in class com.antelmann.timeregister.WorkUnitValidator
 
getMaxValue(String, String) - Method in class com.antelmann.sql.ConnectionHelper
 
getMDBConnection(File) - Static method in class com.antelmann.sql.Connector
provides some simplified access to an existing Microsoft Access database through Sun's JDBC/ODBC bridge
getMDBConnection(File, Properties) - Static method in class com.antelmann.sql.Connector
provides some simplified access to an existing Microsoft Access database through Sun's JDBC/ODBC bridge
getMDBConnection(File, File, String, String, Properties) - Static method in class com.antelmann.sql.Connector
provides some simplified access to an existing Microsoft Access database through Sun's JDBC/ODBC bridge
getMDBConnection(File, File, Properties) - Static method in class com.antelmann.sql.Connector
provides some simplified access to an existing Microsoft Access database through Sun's JDBC/ODBC bridge
getMenu() - Method in class com.antelmann.game.card.JBlackJack
 
getMenu() - Method in class com.antelmann.game.checkers.JCheckers
 
getMenu() - Method in class com.antelmann.game.chess.JChess
 
getMenu() - Method in class com.antelmann.game.fourwins.JFourWins
 
getMenu() - Method in class com.antelmann.game.JDefaultGame
returns null if not overridden
getMenu() - Method in interface com.antelmann.game.JGamePlay
getMenu() provides the option to display a game specific menu within the overall JMenuBar of the JGameFrame.
getMenu() - Method in class com.antelmann.game.puzzle.JSolitaire
 
getMenu() - Method in class com.antelmann.game.puzzle.JTilePuzzle
 
getMenu() - Method in class com.antelmann.game.reversi.JReversi
 
getMenu() - Method in class com.antelmann.game.wolfsheep.JWS
 
getMenuTextFont() - Method in class com.antelmann.util.gui.CustomTheme
 
getMessage() - Method in class com.antelmann.util.logging.LogEntry
 
getMessage() - Method in class com.antelmann.util.Monitor
 
getMessageCount() - Method in class com.antelmann.net.MessageDelegator
 
getMessageOfTheDay() - Method in class com.antelmann.cddb.FreeDB
returns a 'message of the day' quote from freedb.org
getMessageTableModel() - Method in class com.antelmann.net.mail.JMessageTable
 
getMethod() - Method in class com.antelmann.net.ServerLogEntry
 
getMethodName() - Method in class com.antelmann.util.MethodComparator
 
getMicrosecondLength() - Method in class com.antelmann.sound.MP3Player
 
getMicrosecondLength() - Method in class com.antelmann.sound.SoundPlayer
if no active sound object is present, -1 is returned; note that this doesn't return milliseconds but microseconds; also, for sampled audio data, the length may be not accurate.
getMicrosecondPosition() - Method in class com.antelmann.sound.MP3Player
 
getMicrosecondPosition() - Method in class com.antelmann.sound.SoundPlayer
returns the current microsecond position of the active sound object; returns -1 if no active sound object present
getMin() - Method in class com.antelmann.util.Monitor
 
getMinLevel() - Method in class com.antelmann.util.logging.LevelFilter
 
getMinUnitLength() - Method in class com.antelmann.timeregister.WorkUnitValidator
 
getMinValue(String, String) - Method in class com.antelmann.sql.ConnectionHelper
 
getMissedMessages() - Method in class com.antelmann.net.MessageDelegator
returns the number of messages that were missed due to a ClassNotFoundException (unknown messages)
getModel() - Method in class com.antelmann.util.table.MovableTableModel
returns the embedded model
getModel() - Method in class com.antelmann.util.table.SortableTableModel
returns the embedded model
getMonitor() - Method in class com.antelmann.io.Backup
 
getMonitors() - Method in class com.antelmann.game.TemplatePlayer
returns an array of all Monitors if tracking is enabled
getMoveHistory() - Method in class com.antelmann.game.AbstractGame
 
getMoveHistory() - Method in interface com.antelmann.game.GamePlay
returns an array containing all moves that have been applied to the current game status; the last move that was applied is the last move in the array at index (getMoveHistory().length-1)
getMP3File() - Method in class com.antelmann.sound.MP3FileProperties
 
getMPEGLevel() - Method in class com.antelmann.sound.MP3FileProperties
 
getMuehlePairs() - Method in class com.antelmann.game.muehle.MuehlePosition
returns getMuehlePairs(asInteger())
getMuehlePairs(int) - Static method in class com.antelmann.game.muehle.MuehlePosition
As every potential muehle is closed by two pairs of 2 other positions having a piece of the same color, getMuehlePairs() returns an array of integers that represent the two pairs of Positions that fullfill this condition.
getMultiRenderer() - Static method in class com.antelmann.util.table.TableUtils
 
getMySQLConnection(String) - Static method in class com.antelmann.sql.Connector
returns getMySQLConnection("localhost", dbName)
getMySQLConnection(String, String) - Static method in class com.antelmann.sql.Connector
provides simplified access to a MySQL database using the MySQL Connector/J 3.1 driver.
getMySQLConnection(String, String, String, String) - Static method in class com.antelmann.sql.Connector
uses the standard port 3306
getMySQLConnection(String, String, int, String, String) - Static method in class com.antelmann.sql.Connector
provides simplified access to a MySQL database using MySQL Connector/J 3.1
getName() - Method in class com.antelmann.calendar.Holiday
 
getName() - Method in class com.antelmann.cddb.Resource
 
getName() - Method in interface com.antelmann.mgmt.User
provides a String used as the login name and also suitable for display; commonly, this would also be returned by toString().
getName() - Method in class com.antelmann.mgmt.UserImpl
 
getName() - Method in class com.antelmann.net.mail.Email.Attachment
 
getName() - Method in class com.antelmann.net.mail.Email.Header
 
getName() - Method in class com.antelmann.timeregister.WorkUnitValidator
 
getName() - Method in class com.antelmann.util.gui.CustomTheme
 
getNameWithoutExtension() - Method in class com.antelmann.io.MyFile
returns the file name without the type extension
getNetConnection() - Method in class com.antelmann.timeregister.PunchDBClient
 
getNetConnections() - Method in class com.antelmann.net.NetConnectionServer
returns an unmovifiable view of all NetConnections that have been created with this server (minus those that have been removed through removeInactiveConnections())
getNetConnectionServer() - Method in class com.antelmann.util.logging.SocketLogListener
 
getNetLength() - Method in class com.antelmann.timeregister.WorkUnit
returns the length minus the breakTime time
getNetTime(WorkUnit.Type) - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
 
getNetTime() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
 
getNetTimes(PatternExtractor<WorkUnit, T>) - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
 
getNetWorkingTime(Date, Date) - Method in class com.antelmann.timeregister.WorkUnitValidator
consideres the whole days, both limits inclusive, but subtracts break times
getNetWorkingTime(Date) - Method in class com.antelmann.timeregister.WorkUnitValidator
 
getNewGame() - Method in class com.antelmann.game.card.JBlackJack
 
getNewGame() - Method in class com.antelmann.game.chess.JChess
 
getNewGame() - Method in class com.antelmann.game.fourwins.JFourWins
 
getNewGame() - Method in class com.antelmann.game.gomoku.JGomoku
 
getNewGame() - Method in class com.antelmann.game.JDefaultGame
depends on a default constructor being accessible for the GamePlay object in question
getNewGame() - Method in interface com.antelmann.game.JGamePlay
getNewGame() will initialize a new game and return the JGamePlay wrapper associated with the new game.
getNewGame() - Method in class com.antelmann.game.puzzle.JSolitaire
 
getNewGame() - Method in class com.antelmann.game.puzzle.JTilePuzzle
 
getNewPosition() - Method in class com.antelmann.game.GameBoardMove
 
getNewStatus() - Method in class com.antelmann.mgmt.RevisionEvent
 
getNextElement() - Method in class com.antelmann.calendar.SQLCalendarEntryIterator
 
getNextElement() - Method in class com.antelmann.io.ObjectEnumerator
 
getNextElement() - Method in class com.antelmann.net.ServerLogFile.ServerLogEntryEnumerator
 
getNextElement() - Method in class com.antelmann.util.AbstractIterator
if no more Element is available, this method is to return null or throw any Exception.
getNTPServer() - Method in class com.antelmann.timeregister.PunchServerFrame
gives access to the NTPServer, so that an atomic clock can be set
getNumber() - Method in class com.antelmann.util.Monitor
 
getNumber(int) - Method in class com.antelmann.util.Monitor
 
getNumberOfNodes() - Method in class com.antelmann.net.URLTree
 
getNumberOfPagesFound() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
getNumberOfPagesSearched() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
getNumberOfRedoMoves() - Method in class com.antelmann.game.AbstractGame
 
getNumberOfThreads() - Method in class com.antelmann.util.ThreadPool
returns the number of all threads currently in this pool
getNumberOfTracks() - Method in class com.antelmann.cddb.CDID
this is equivalent to the number of frame offsets
getNumberPuzzle(int) - Static method in class com.antelmann.game.puzzle.TilePuzzleSamples
returns a number puzzle of variable size (size x size)
getObject() - Method in exception com.antelmann.cddb.RecursiveCycleException
returns either a Composition or a Group
getObject() - Method in class com.antelmann.util.Monitor
 
getObject(int) - Method in class com.antelmann.util.Monitor
 
getObservers() - Method in class com.antelmann.game.AbstractGame
 
getODBCConnection(String) - Static method in class com.antelmann.sql.Connector
provides some simplified access to existing ODBC connections through Sun's JDBC/ODBC bridge
getODBCConnection(String, Properties) - Static method in class com.antelmann.sql.Connector
 
getODBCConnection(String, String, String) - Static method in class com.antelmann.sql.Connector
provides some simplified access to existing ODBC connections through Sun's JDBC/ODBC bridge
getOldPosition() - Method in class com.antelmann.game.GameBoardMove
 
getOldStatus() - Method in class com.antelmann.mgmt.RevisionEvent
 
getOnlineJarFile() - Static method in class com.antelmann.Version
 
getOnlineProperties() - Static method in class com.antelmann.util.Settings
returns a fresh set of default Properties directly from the Antelmann.com website
getOpenDealerCard() - Method in class com.antelmann.game.card.BlackJack
 
getOption() - Method in class com.antelmann.game.GameBoardMove
 
getOptions() - Method in class com.antelmann.game.quiz.Question
 
getOrderMoves() - Method in class com.antelmann.game.TemplatePlayer
if enabled and Alpha-Beta tree search algorithm is used, the tree search employs ordering of the legal moves by their heuristic before the next level is searched (to enhance tree pruning)
getOriginalRow(int) - Method in class com.antelmann.util.table.MovableTableModel
 
getOriginalRow(int) - Method in class com.antelmann.util.table.SortableTableModel
 
getOriginDir() - Method in class com.antelmann.io.Backup
 
getOutputStream() - Method in class com.antelmann.net.Downloader
 
getOutputStream() - Method in class com.antelmann.net.mail.Email.Attachment
always throws IOException; functionality not supported
getOverlappingUnits() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
returns a set of WorkUnit objects that cause conflicts in this analyzer
getParameters() - Method in class com.antelmann.net.mail.Email
returns additional custom parameters where String values are mapped to Sting values
getParameters() - Method in class com.antelmann.util.logging.LogEntry
 
getParameterValue(String) - Method in class com.antelmann.net.mail.Email
 
getParent() - Method in class com.antelmann.cddb.Composition
returns the parent composition from which additional contributions are inherited
getParent() - Method in class com.antelmann.io.FileTreeNode
 
getParent() - Method in class com.antelmann.net.URLNode
 
getParent() - Method in class com.antelmann.util.gui.MouseBoundsListener
 
getParentComponent() - Method in class com.antelmann.sql.JDBCTableModel
 
getPassword() - Method in class com.antelmann.net.mail.EmailAccount
 
getPassword(String) - Method in class com.antelmann.timeregister.SQLPunchDB
 
getPasswordHash() - Method in interface com.antelmann.mgmt.User
returns the password representation suitable for serialization or other permanent storage
getPasswordHash() - Method in class com.antelmann.mgmt.UserImpl
 
getPawnIcon(int) - Method in interface com.antelmann.game.chess.ChessGraphics
 
getPawnIcon(int) - Method in class com.antelmann.game.chess.SampleChessGraphics
 
getPerformActionOnSelect() - Method in class com.antelmann.util.gui.JComboButton
 
getPieceValue(ChessPiece) - Method in class com.antelmann.game.chess.ChessPlayer
 
getPlayer(int) - Method in interface com.antelmann.game.AutoPlay
getPlayer(gameRole) returns the corresponding Player to the given gameRole - an integer between 0 and (getNumberOfPlayers()-1).
getPlayer() - Method in class com.antelmann.game.BookPlayer
 
getPlayer() - Method in exception com.antelmann.game.CannotPlayGameException
 
getPlayer() - Method in class com.antelmann.game.GameBoardMove
 
getPlayer(int) - Method in class com.antelmann.game.GameDriver
 
getPlayer() - Method in interface com.antelmann.game.GameMove
returns the game player role that plays this move
getPlayer() - Method in class com.antelmann.game.MoveTemplate
 
getPlayer() - Method in class com.antelmann.game.SocketPlayerServer
 
getPlayer() - Method in class com.antelmann.sound.JukeBox
 
getPlayerName() - Method in class com.antelmann.game.BookPlayer
 
getPlayerName() - Method in interface com.antelmann.game.Player
 
getPlayerName() - Method in class com.antelmann.game.SocketPlayer
 
getPlayerName() - Method in class com.antelmann.game.TemplatePlayer
 
getPlayers() - Method in interface com.antelmann.game.AutoPlay
returns all Player objects that play the game; there may be duplicate Player objects present
getPlayers() - Method in class com.antelmann.game.GameDriver
 
getPlayList() - Method in class com.antelmann.sound.JukeBox
returns the curret playlist as an unmodifiable list
getPlus() - Static method in class com.antelmann.game.puzzle.SolitaireSamples
 
getPop3Server() - Method in class com.antelmann.net.mail.EmailAccount
 
getPort() - Method in class com.antelmann.calendar.AtomicClock
 
getPort() - Method in class com.antelmann.cddb.CDDBServer
 
getPort() - Method in class com.antelmann.game.SocketPlayer
 
getPort() - Method in class com.antelmann.timeregister.PunchServerFrame
 
getPosition() - Method in class com.antelmann.game.GameBoardMove
 
getPrimary1() - Method in class com.antelmann.util.gui.CustomTheme
 
getPrimary2() - Method in class com.antelmann.util.gui.CustomTheme
 
getPrimary3() - Method in class com.antelmann.util.gui.CustomTheme
 
getPrinter() - Static method in class com.antelmann.util.PrintUtilities
returns the printer to be used
getPrintStream() - Method in class com.antelmann.util.logging.XMLLogWriter
 
getPrintStream1() - Method in class com.antelmann.io.DoublePrintStream
 
getPrintStream2() - Method in class com.antelmann.io.DoublePrintStream
 
getPrintText() - Method in class com.antelmann.calendar.JDayGrid
 
getPrintWriter() - Method in class com.antelmann.util.logging.XMLLogWriter
 
getProgressMonitor() - Method in class com.antelmann.util.MonitorDelegator
 
getProperties() - Method in class com.antelmann.cddb.CDDBEntry
 
getProperties() - Method in class com.antelmann.cddb.CDDBXmcdParser
returns a list of properties.
getProperties() - Method in interface com.antelmann.cddb.CDInfo
a convenience method that returns a map view of all known properties of this entry.
getProperties() - Method in interface com.antelmann.mgmt.Entity
returns an unmodifiable view of the map that represents the existing properties.
getProperties() - Method in class com.antelmann.mgmt.EntityImpl
generates a new view on each call
getProperties() - Method in class com.antelmann.net.JNetProperties
merely returns the embedded properties without updating values from the GUI
getProperties() - Method in class com.antelmann.net.RSSChannel
convenience method; a new map is created on each call.
getProperties() - Method in class com.antelmann.net.RSSItem
 
getProperties() - Method in class com.antelmann.sound.MP3FileProperties
returns a convenient Map of commonly used properties of this MP3 file - as far as available
getProperties() - Method in class com.antelmann.util.gui.CustomTheme
returns the properties that allow to reconstruct this theme using the appropriate constructor
getProperties() - Static method in class com.antelmann.util.Settings
This method returns the current application properties; changes to the Properties will be reflected in subsequent calls to this method.
getProperties() - Method in class com.antelmann.util.table.PropertiesTableModel
 
getPropertiesAsString() - Method in class com.antelmann.sound.MP3FileProperties
a convenience method returning all known properties as a String
getProperty(Object) - Method in class com.antelmann.calendar.CalendarEntry
 
getProperty(Object, Object) - Method in class com.antelmann.calendar.CalendarEntry
 
getProperty(String) - Method in interface com.antelmann.mgmt.Entity
allows access to some property; may return null if not set
getProperty(String) - Method in class com.antelmann.mgmt.EntityImpl
 
getProperty(String, String) - Static method in class com.antelmann.util.Settings
This method will try to find the value for the given key and return it - or return the defaultValue if the property was not found or the default property file could not be opened
getProperty(String) - Static method in class com.antelmann.util.Settings
provides a shortcut for getProperties().getPropterty(key)
getPropertyChangeListeners() - Method in class com.antelmann.mgmt.EntityImpl
 
getPropertyKeys() - Method in class com.antelmann.calendar.CalendarEntry
 
getProtocol() - Method in exception com.antelmann.cddb.CDDBProtocolException
returns information about the protocol used (URL, port, POST/GET-method if applicable)
getProtocol() - Method in class com.antelmann.cddb.CDDBServer
 
getProtocol() - Method in class com.antelmann.net.ServerLogEntry
 
getPunch(User, boolean) - Method in class com.antelmann.timeregister.SQLPunchDB
 
getPunchData(User, Date, Date, String, String) - Method in class com.antelmann.timeregister.FilePunchDB
retrieves the relevant set of Punchdata objects
getPunchData(User, Date, Date, String, String) - Method in class com.antelmann.timeregister.PunchDataAnalyzer
 
getPunchData(User) - Method in class com.antelmann.timeregister.PunchDataAnalyzer
returns a view of the data (not backed by the real data, returned is a new Set)
getPunchData(User, Date, Date, String, String) - Method in interface com.antelmann.timeregister.PunchDB
retrieves the relevant set of Punchdata objects in a PunchDataAnalyzer
getPunchData(User, Date, Date, String, String) - Method in class com.antelmann.timeregister.PunchDBClient
 
getPunchData(User, Date, Date, String, String) - Method in class com.antelmann.timeregister.RemotePunchDBClient
 
getPunchData(User, Date, Date, String, String) - Method in class com.antelmann.timeregister.SQLPunchDB
 
getPunchDB() - Method in class com.antelmann.timeregister.PunchDBServer
 
getPunchDB() - Method in class com.antelmann.timeregister.PunchServerFrame
 
getPunchDB() - Method in class com.antelmann.timeregister.PunchStation
 
getPunchDBServer() - Method in class com.antelmann.timeregister.PunchServerFrame
 
getPunchListeners() - Method in class com.antelmann.timeregister.AbstractPunchDB
 
getPunchListeners() - Method in class com.antelmann.timeregister.RemotePunchDBClient
 
getPunchSequenceFor(User, Date) - Method in class com.antelmann.timeregister.PunchDataAnalyzer
a punch sequence starts with the first check-in punch there is or after the most recent check-out before or at the given time; the sequence ends with the check-out (if complete).
getPunchStation() - Method in class com.antelmann.timeregister.JBarcodePunchClock
the stations' logger will have an added writer that writes to its text component
getPunchStation() - Method in class com.antelmann.timeregister.JPunchClock
 
getPunchStation() - Method in class com.antelmann.timeregister.PunchClientFrame
 
getPuzzleMatrix() - Method in class com.antelmann.game.puzzle.TilePuzzle
 
getPyramid() - Static method in class com.antelmann.game.puzzle.SolitaireSamples
 
getQueenIcon(int) - Method in interface com.antelmann.game.chess.ChessGraphics
 
getQueenIcon(int) - Method in class com.antelmann.game.chess.SampleChessGraphics
 
getQuery() - Method in exception com.antelmann.cddb.CDDBProtocolException
returns the query sent to the server
getQueryString() - Method in class com.antelmann.cddb.CDDrive
returns the exact query string as specified by the CDDB query format.
getQueryString() - Method in class com.antelmann.cddb.CDID
returns the query string in CDDB format
getQueryString() - Method in class com.antelmann.net.ServerLogEntry
extracts the query parameter portion of a URL that usually contains the search string that was used to query a search engine
getQuestion() - Method in class com.antelmann.game.quiz.JQuizQuestion
 
getQueueSize() - Method in class com.antelmann.util.ThreadPool
total queue size over all threads
getQueueSize() - Method in class com.antelmann.util.ThreadWorker
returns the number of Runnable objects waiting to be executed
getRandomField(int, long) - Static method in class com.antelmann.game.puzzle.SolitaireSamples
 
getRandomLegalMove() - Method in interface com.antelmann.game.AutoPlay
returns a random legal move or null if no legal moves are available
getRandomLegalMove() - Method in class com.antelmann.game.GameDriver
 
getRange() - Method in class com.antelmann.util.gui.JDateIntervalChooser
 
getRank() - Method in class com.antelmann.game.card.Card
 
getRank() - Method in class com.antelmann.game.chess.BoardPosition
 
getRawImage() - Method in class com.antelmann.imagedb.ImageHolder
returns a copy of the raw data
getRawThumbnail() - Method in class com.antelmann.imagedb.ImageHolder
returns a copy of the raw data
getReader() - Method in class com.antelmann.net.Spider
This function constructs a reader appropriate for reading the content from the embedded URL.
getReader(String) - Method in class com.antelmann.net.Spider
 
getReader() - Method in class com.antelmann.net.URLCache
returns a reader from the cached content (suitable for non-binary data).
getReader(String) - Method in class com.antelmann.net.URLCache
returns a reader from the cached content by using the specified charset for decoding.
getReadSoFar() - Method in class com.antelmann.net.Downloader
returns the bytes that have been read by the thread; returns THREAD_NOT_STARTED_YET if the thread hasn't been started, yet
getReadSoFar() - Method in class com.antelmann.net.JDownloader
returns the bytes that have been read by the thread; returns -3 if the thread hasn't been started, yet
getRealContentLength() - Method in class com.antelmann.net.URLCache
returns the actual length of the already cached data or -1 if the data is too large to fit into memory.
getReason() - Method in class com.antelmann.mgmt.RevisionEvent
 
getRecordingDate() - Method in class com.antelmann.cddb.Composition
 
getRecordingType() - Method in class com.antelmann.cddb.Track
examples are DDD, AAD, and the alike.
getRecordingYear() - Method in class com.antelmann.cddb.Composition
convenience method that will calculate the recording year based on the Gregorian calendar; if no date is set, 0 is returned
getRecurrence() - Method in class com.antelmann.calendar.CalendarEntry
 
getRecurrences(Date, Date) - Method in class com.antelmann.calendar.CalendarEntry
may return null if no recurrence is set.
getRedoList() - Method in class com.antelmann.game.AbstractGame
 
getRedoList() - Method in interface com.antelmann.game.GamePlay
returns an array containing all moves that have been taken back and could be reapplied; the GameMove at the index 0 is the next object that can be reapplied.
getReferer() - Method in class com.antelmann.net.ServerLogEntry
 
getRefreshListener() - Method in class com.antelmann.net.URLCache
 
getReleaseVersion() - Static method in class com.antelmann.Version
denotes the major version of this package release
getRemainingInHand(int) - Method in class com.antelmann.game.muehle.MuehleGame
 
getRemoteHost() - Method in class com.antelmann.net.SocketConnection
 
getRemoteObject(String) - Static method in class com.antelmann.timeregister.RemotePunchDBClient
 
getRemotePort() - Method in class com.antelmann.net.SocketConnection
 
getReplacementCount() - Method in class com.antelmann.io.ReplaceInputStream
returns the number of replacements so far
getResource() - Method in class com.antelmann.cddb.Contribution
 
getResource(Object) - Method in interface com.antelmann.mgmt.DBClassStore
returns a Resource based on its ID.
getResource() - Method in class com.antelmann.mgmt.DBUpdateEvent
returns the actual object that was inserted, updated or deleted
getResource(Object) - Method in class com.antelmann.sql.JDBCRowProxy
 
getResource(String) - Static method in class com.antelmann.util.Settings
This method encapsulates calls to the embedded ClassLoader to ease dealing with problems when not finding the resource.
getResourceNotFound() - Method in exception com.antelmann.util.ResourceNotFoundException
 
getResources(Role) - Method in class com.antelmann.cddb.CompositionDB
 
getResponseAsString() - Method in class com.antelmann.net.CGI
can be used to retrieve the full text of the last server response after the post(Map) method was called in the default platform encoding.
getResponseStream() - Method in class com.antelmann.net.CGI
 
getResponseTime() - Method in interface com.antelmann.game.AutoPlay
returns the response time that is used by the following functions: hint() evaluateMove() autoMove()
getResponseTime() - Method in class com.antelmann.game.GameDriver
returns the response time limit used by the following functions: hint() autoMove() evaluateMove()
getRestrictions() - Method in class com.antelmann.mgmt.SimpleEntityFilter
provides direct access to the embedded restrictions
getResult() - Method in exception com.antelmann.cddb.CDDBProtocolException
returns the result received from the server - if available
getResult(int) - Method in class com.antelmann.game.AbstractGame
a default implementation for convenience which may suit most games that do not involve betting or any form of measuring how 'big' the win was.
getResult(int) - Method in class com.antelmann.game.awari.AwariGame
returns the difference in number of pegs once the game is over
getResult(int) - Method in class com.antelmann.game.card.BlackJack
 
getResult(int) - Method in interface com.antelmann.game.GamePlay
getResult() returns the final outcome for a player, which could be a dollar amount, points gained or anything else
getResult(int) - Method in class com.antelmann.game.puzzle.Solitaire
 
getResult(int) - Method in class com.antelmann.game.puzzle.TilePuzzle
 
getResultList() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
getResultSet() - Method in class com.antelmann.calendar.SQLCalendarEntryIterator
 
getResultSet(SimpleEntityFilter<? extends Entity>) - Method in class com.antelmann.sql.BaseRowMapper
 
getResultSet(Filter<T>) - Method in class com.antelmann.sql.BaseRowMapper
 
getResultSet() - Method in class com.antelmann.sql.JDBCTableModel
 
getResultSet(Filter<T>) - Method in interface com.antelmann.sql.ObjectRowMapper
constructs the ResultSet that corresponds closesd to the filter; note that the filter may be null, in which case the select statement should return all rows.
getResultSet() - Method in class com.antelmann.sql.ResultSetTableModel
 
getResultSetMetaData() - Method in class com.antelmann.sql.ResultSetMetaDataTableModel
 
getRevisionHistory() - Method in interface com.antelmann.mgmt.Revisable
may not return all events ever registered, but only the relevant ones This is an optional feature
getRole() - Method in class com.antelmann.cddb.Contribution
 
getRole(String) - Static method in class com.antelmann.cddb.Role
 
getRoles(Player) - Method in interface com.antelmann.game.AutoPlay
Players could play multiple roles in a game, so getRoles returns an array of Integers.
getRoles(Player) - Method in class com.antelmann.game.GameDriver
 
getRookIcon(int) - Method in interface com.antelmann.game.chess.ChessGraphics
 
getRookIcon(int) - Method in class com.antelmann.game.chess.SampleChessGraphics
 
getRoot() - Method in class com.antelmann.util.gui.JDiskUsage
 
getRow() - Method in class com.antelmann.game.chess.BoardPosition
 
getRow(int) - Method in class com.antelmann.mgmt.EntityTableModel
 
getRow(String, String, Object) - Method in class com.antelmann.sql.ConnectionHelper
may return null if no row was found; returns the first occurrence if multiple rows exist
getRow(int) - Method in class com.antelmann.sql.ResultSetTableModel
this only works if the idField has been set correctly
getRow(int) - Method in class com.antelmann.util.table.MethodTableModel
 
getRow(String) - Method in class com.antelmann.util.table.PropertiesTableModel
 
getRowAt(int) - Method in class com.antelmann.sql.RowItemTableModel
 
getRowCount() - Method in class com.antelmann.game.HighscoreTableModel
 
getRowCount() - Method in class com.antelmann.game.puzzle.JTilePuzzle
 
getRowCount() - Method in class com.antelmann.LicenseTableModel
 
getRowCount() - Method in class com.antelmann.mgmt.EntityTableModel
 
getRowCount() - Method in class com.antelmann.mgmt.UserTableModel
 
getRowCount() - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
getRowCount() - Method in class com.antelmann.sql.JDBCTableModel
 
getRowCount() - Method in class com.antelmann.sql.ResultSetMetaDataTableModel
 
getRowCount() - Method in class com.antelmann.sql.ResultSetTableModel
 
getRowCount() - Method in class com.antelmann.sql.RowItemTableModel
 
getRowCount() - Method in class com.antelmann.timeregister.PunchTableModel
 
getRowCount() - Method in class com.antelmann.timeregister.TimeRangeSummaryTableModel
 
getRowCount() - Method in class com.antelmann.timeregister.UserStatusTableModel
 
getRowCount() - Method in class com.antelmann.timeregister.WorkUnitTableModel
 
getRowCount() - Method in class com.antelmann.util.table.CustomThemeTableModel
 
getRowCount() - Method in class com.antelmann.util.table.MethodTableModel
 
getRowCount() - Method in class com.antelmann.util.table.MovableTableModel
 
getRowCount() - Method in class com.antelmann.util.table.SortableTableModel
 
getRowCount() - Method in class com.antelmann.util.table.TableModelView
 
getRowFor(PunchData) - Method in class com.antelmann.timeregister.PunchTableModel
 
getRowFor(WorkUnit) - Method in class com.antelmann.timeregister.WorkUnitTableModel
 
getRowForCellName(String) - Static method in class com.antelmann.ooffice.TextTableFrame
only works properly for simple cell names (without merged/splitted cells)
getRowItem(String, String, Object) - Method in class com.antelmann.sql.ConnectionHelper
may return null if no row was found; returns the first occurrence if multiple rows exist
getRowItems(String, String, Filter<RowItem>) - Method in class com.antelmann.sql.ConnectionHelper
filter may be null
getRowItems(ResultSet, String, Filter<RowItem>) - Method in class com.antelmann.sql.ConnectionHelper
filter may be null
getRowItems(String, String, Map<String, Object>) - Method in class com.antelmann.sql.ConnectionHelper
supports Range objects in the fieldRestrictions
getRowPosition(int) - Method in class com.antelmann.util.table.MovableTableModel
 
getRowPosition(int) - Method in class com.antelmann.util.table.SortableTableModel
 
getRSSFeeds() - Method in class com.antelmann.net.Spider
returns links to RSS feeds in the document
getRSSFeeds(Reader) - Method in class com.antelmann.net.Spider
parses the reader for RSS feeds
getRSSHandler() - Method in class com.antelmann.net.RSSChannel
 
getSampleCrawlerMenu(SampleCrawlerSetting) - Method in class com.antelmann.net.JSpider
provides a sample JMenu that provides controls to change settings on a SampleCrawlerSetting; the return value can the be used for setCrawlerMenu()
getSamplerate() - Method in class com.antelmann.sound.MP3FileProperties
 
getSampleText() - Method in class com.antelmann.util.gui.JFontChooser
 
getSampleText() - Method in class com.antelmann.util.gui.JFontFileChooser
 
getScore() - Method in class com.antelmann.game.HighscoreEntry
 
getSearchField() - Method in class com.antelmann.util.gui.JSearchList
return the search field used to enter search criteria
getSearchList() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
getSearchOption() - Method in class com.antelmann.game.TemplatePlayer
 
getSearchText() - Method in class com.antelmann.util.gui.JSearchList
returns the current search pattern used for convenience
getSecondary1() - Method in class com.antelmann.util.gui.CustomTheme
 
getSecondary2() - Method in class com.antelmann.util.gui.CustomTheme
 
getSecondary3() - Method in class com.antelmann.util.gui.CustomTheme
 
getSelectedFont() - Method in class com.antelmann.util.gui.JFontChooser
 
getSelectedFont() - Method in class com.antelmann.util.gui.JFontControl
 
getSelectedFont() - Method in class com.antelmann.util.gui.JFontFileChooser
 
getSelectedItem() - Method in class com.antelmann.util.gui.JSearchList
convenience method
getSelectedPrinter() - Method in class com.antelmann.util.gui.JPrinterSelect
 
getSerialVersionUID(Object) - Static method in class com.antelmann.io.Data
 
getSerialVersionUID(Class) - Static method in class com.antelmann.io.Data
 
getServer() - Method in class com.antelmann.calendar.AtomicClock
 
getServer() - Method in class com.antelmann.timeregister.PunchServerFrame
 
getServer() - Method in class com.antelmann.util.logging.LogNetPropagator
 
getServerLogEntryEnumerator(Filter<ServerLogEntry>) - Method in interface com.antelmann.net.ServerLog
returns an Enumeration of all ServerLogEntry objects that are accepted by the given filter or all ServerLogEntries if the filter is null.
getServerLogEntryEnumerator(Filter<ServerLogEntry>) - Method in class com.antelmann.net.ServerLogFile
 
getServerNames() - Method in class com.antelmann.calendar.AtomicTime
returned set allows to add/remove server names if required
getServerSocket() - Method in class com.antelmann.net.NetConnectionServer
 
getService() - Method in class com.antelmann.net.mail.JNewsletterManager
 
getSFPuzzle(int) - Static method in class com.antelmann.game.puzzle.TilePuzzleSamples
calls getImagePuzzle() with a San Francisco skyline picture
getSheepPosition(int) - Method in class com.antelmann.game.wolfsheep.WolfsheepGame
accepts index 0 - 3
getSheet(int) - Method in class com.antelmann.ooffice.SpreadsheetFrame
 
getSheet(String) - Method in class com.antelmann.ooffice.SpreadsheetFrame
 
getSheetNames() - Method in class com.antelmann.ooffice.SpreadsheetFrame
 
getShowEndDialog() - Method in class com.antelmann.net.JDownloader
returns true if the end-dialog is shown after download (true by default)
getSickTime() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
time including pauses
getSignature() - Method in class com.antelmann.License
returns a copy of the signature that is used to verify that this license has been created by an authorized issuer
getSigningDate() - Method in class com.antelmann.License
returns the date this license was signed (if at all)
getSinglePath() - Method in class com.antelmann.net.URLTree
if true, the URLTree allows every URL to only occur once in the tree
getSite() - Method in class com.antelmann.cddb.CDDBServer
 
getSize() - Method in class com.antelmann.util.Monitor
returns the length of the monitor's arrays initialized by the constructor or reInitialize()
getSmtpPassword() - Method in class com.antelmann.net.mail.EmailAccount
 
getSmtpServer() - Method in class com.antelmann.net.mail.EmailAccount
 
getSnapper() - Method in class com.antelmann.util.gui.MouseBoundsListener
 
getSocket() - Method in interface com.antelmann.net.NetConnection
returns the underlying Socket of this connection
getSocket() - Method in class com.antelmann.net.SecureConnection
 
getSocket() - Method in class com.antelmann.net.SocketConnection
 
getSocketConnection() - Method in class com.antelmann.util.logging.SocketWriter
 
getSolitaire() - Static method in class com.antelmann.game.puzzle.SolitaireSamples
 
getSolutionMatrix() - Method in class com.antelmann.game.puzzle.TilePuzzle
 
getSongInfo() - Method in class com.antelmann.sound.MP3Player
 
getSongInfo() - Method in class com.antelmann.sound.SoundPlayer
returns the info for the current sound as a String to be displayed
getSortingView() - Method in class com.antelmann.util.table.MovableTableModel
returns an unmodifiable view of the current sorting
getSortingView() - Method in class com.antelmann.util.table.SortableTableModel
returns an unmodifiable view of the current sorting
getSortName() - Method in class com.antelmann.cddb.Artist
 
getSoTimeout() - Method in class com.antelmann.net.SimpleHandshake
 
getSoundObject() - Method in exception com.antelmann.sound.SoundException
 
getSoundTypeDescription() - Method in class com.antelmann.sound.MP3Player
 
getSoundTypeDescription() - Method in class com.antelmann.sound.SoundPlayer
 
getSource() - Method in class com.antelmann.mgmt.DBUpdateEvent
returns the store that updated the database.
getSourceClass() - Method in class com.antelmann.util.logging.LogEntry
uses the context class loader of the current thread; may return null if no source class was given
getSourceClass(ClassLoader) - Method in class com.antelmann.util.logging.LogEntry
 
getSourceClassName() - Method in class com.antelmann.util.logging.LogEntry
 
getSourceString() - Method in class com.antelmann.util.logging.LogEntry
 
getSpecialAssignmentTime() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
time including pauses
getSQLServerConnection(String, String, String, String) - Static method in class com.antelmann.sql.Connector
getSQLServerConnection() provides access to a Microsoft SQL-Server database.
getSQLServerDriver() - Static method in class com.antelmann.sql.Connector
 
getStackTrace() - Method in class com.antelmann.util.logging.LogEntry
 
getStackTraceAsString() - Static method in class com.antelmann.util.Debug
excludes the call to this method and beyond in the stack trace
getStandardPort() - Static method in class com.antelmann.timeregister.PunchServerFrame
returns 2004
getStartDate() - Method in class com.antelmann.calendar.Stopwatch
returns the initial start time of the Stopwatch.
getStartTime() - Method in class com.antelmann.calendar.Stopwatch
returns the time this Stopwatch was constructed or when any of the reset() or restart() methods were called last
getStatus() - Method in interface com.antelmann.mgmt.Revisable
 
getStatusMessage() - Method in class com.antelmann.game.card.JBlackJack
 
getStatusMessage() - Method in class com.antelmann.game.checkers.JCheckers
 
getStatusMessage() - Method in class com.antelmann.game.chess.JChess
 
getStatusMessage() - Method in class com.antelmann.game.fourwins.JFourWins
 
getStatusMessage() - Method in class com.antelmann.game.gomoku.JGomoku
 
getStatusMessage() - Method in class com.antelmann.game.JDefaultGame
indicates the number of moves performed, number of legal moves available, and indicates if someone won the game.
getStatusMessage() - Method in interface com.antelmann.game.JGamePlay
getStatusMessage () is used to display a game specific status message, giving some information about the running game.
getStatusMessage() - Method in class com.antelmann.game.muehle.JMuehle
 
getStatusMessage() - Method in class com.antelmann.game.puzzle.JSolitaire
 
getStatusMessage() - Method in class com.antelmann.game.puzzle.JTilePuzzle
 
getStatusMessage() - Method in class com.antelmann.game.reversi.JReversi
 
getStatusText() - Method in class com.antelmann.util.gui.JMainFrame
 
getStopwatch() - Method in class com.antelmann.timeregister.PunchDBServer
retuns a stopwatch that captures the time for each handleMessage call
getStopwatch() - Method in class com.antelmann.util.gui.AlarmClockFrame
 
getStopwatch() - Method in class com.antelmann.util.gui.JWatchLabel
 
getStoreLocation(XComponent) - Static method in class com.antelmann.ooffice.OOUtils
 
getStream(URL) - Method in class com.antelmann.net.JURLCachePane
the ability to forward the request to a redirect is lost in this implementation
getStringBuffer() - Method in class com.antelmann.util.logging.StringBufferLog
 
getStylesheets() - Method in class com.antelmann.net.Spider
returns links to stylesheets in the document
getStylesheets(Reader) - Method in class com.antelmann.net.Spider
parses the reader for links to stylesheets
getSubject() - Method in class com.antelmann.net.mail.Email
 
getSubTextFont() - Method in class com.antelmann.util.gui.CustomTheme
 
getSubtitle() - Method in class com.antelmann.sound.MP3FileProperties
 
getSuit() - Method in class com.antelmann.game.card.Card
 
getSumValue(String, String) - Method in class com.antelmann.sql.ConnectionHelper
 
getSystemTextFont() - Method in class com.antelmann.util.gui.CustomTheme
 
getTable(String) - Method in class com.antelmann.sql.ConnectionHelper
retrieves the entire table and returns it as a list of maps containing the field names mapped to their respective values
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.antelmann.util.table.ColorEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.antelmann.util.table.FontCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.antelmann.util.table.ColorRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.antelmann.util.table.LineColorRenderer
 
getTableModel(String, String, Map<String, Object>) - Method in class com.antelmann.sql.ConnectionHelper
returns a table model based on the table filtered by the given restrictions
getTableName() - Method in class com.antelmann.sql.BaseRowMapper
 
getTableName() - Method in class com.antelmann.sql.JDBCTableModel
 
getTableName() - Method in interface com.antelmann.sql.ObjectRowMapper
generates a (blank) RowItem that tells the caller in what table to look for what value in what field to find the object.
getTableName() - Method in class com.antelmann.sql.RowItem
 
getTableNameFor(XCell) - Method in class com.antelmann.ooffice.TextTableFrame
 
getTableNameFor(String) - Method in class com.antelmann.ooffice.TextTableFrame
 
getTableNames() - Method in class com.antelmann.ooffice.TextTableFrame
 
getTableNames() - Method in class com.antelmann.sql.ConnectionHelper
 
getTagText(String) - Method in class com.antelmann.cddb.CDDBXmcdParser
returns the text for the tag that could be found in multiple lines
getTagText(Element, String) - Static method in class com.antelmann.net.RSSChannel
 
getTagText(HTML.Tag, String) - Method in class com.antelmann.net.Spider
returns all text found in the given desiredTag delimited by the given delimiter
getTagText(Reader, HTML.Tag, String) - Method in class com.antelmann.net.Spider
allows to read the content from another location but the url itself
getTagText(HTML.Tag, String) - Method in class com.antelmann.net.URLCache
returns all text from the HTML cache data that is found in the given tag.
getTask() - Method in class com.antelmann.util.Monitor
 
getTaskCount() - Method in class com.antelmann.util.ThreadWorker
returns the number of tasks that have been executed (including the current one)
getTasks() - Method in class com.antelmann.util.ThreadWorker
returns all tasks currently in the queue (including the current one)
getText(JTextComponent) - Static method in class com.antelmann.util.gui.FormDialog
convenience method - returns actually null if the component's length is 0
getText() - Method in class com.antelmann.util.TextPrinter
returns the text this object has been instanciated with.
getTextColor() - Static method in class com.antelmann.util.PrintUtilities
 
getTextFont() - Static method in class com.antelmann.util.PrintUtilities
returns the special font to be used when printing text; may be null
getTextFrame() - Method in class com.antelmann.ooffice.TextTableFrame
 
getTheme() - Method in class com.antelmann.util.table.CustomThemeTableModel
 
getTheme() - Method in class com.antelmann.util.table.JCustomThemeEditor
 
getThemes() - Static method in class com.antelmann.util.gui.CustomTheme
returns some themes that may not be CustomTheme objects
getThreadName() - Method in class com.antelmann.util.logging.LogEntry
 
getThreads() - Method in class com.antelmann.net.NetConnectionServer
returns the list that contains all Threads that were instanciated by this server to handle incoming connections
getThrown() - Method in class com.antelmann.util.logging.LogEntry
 
getThumbnail() - Method in class com.antelmann.imagedb.ImageHolder
 
getTileColor() - Method in class com.antelmann.game.chess.BoardPosition
 
getTime() - Method in class com.antelmann.calendar.TimeInDay
 
getTime() - Method in class com.antelmann.game.HighscoreEntry
 
getTime() - Method in class com.antelmann.imagedb.ImageHolder
 
getTime() - Method in class com.antelmann.net.ServerLogEntry
 
getTime() - Method in class com.antelmann.timeregister.PunchData
 
getTime(WorkUnit.Type) - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
time including pauses
getTime() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
time including pauses
getTime() - Method in class com.antelmann.util.gui.JTimeChooser
 
getTime() - Method in class com.antelmann.util.logging.LogEntry
 
getTimeFor(Point) - Method in class com.antelmann.calendar.JDayGrid
returns the time that corresponds to the given point
getTimeInterval() - Method in class com.antelmann.calendar.JDayGrid
the time interval used for dwawing (in milliseconds)
getTimeout() - Method in class com.antelmann.calendar.AtomicClock
 
getTimeout() - Method in class com.antelmann.game.quiz.Question
denotes the time allowed to answer the question (in milliseconds)
getTimer() - Method in class com.antelmann.util.gui.JWatchLabel
 
getTimer(int) - Method in class com.antelmann.util.Monitor
 
getTimeRenderer() - Static method in class com.antelmann.util.table.TableUtils
renders Date and Long objects
getTimes(PatternExtractor<WorkUnit, T>) - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
 
getTimeSnapInterval() - Method in class com.antelmann.calendar.JDayGrid
 
getTimeSystem() - Method in class com.antelmann.calendar.NTPServer
returns TimeSystem.systemTime by default
getTimeSystem() - Method in class com.antelmann.timeregister.PunchStation
 
getTimeSystem() - Method in class com.antelmann.util.gui.JWatchLabel
 
getTitle() - Method in class com.antelmann.calendar.CalendarEntry
 
getTitle() - Method in class com.antelmann.cddb.CDDBRecord
returns the title of this record
getTitle() - Method in class com.antelmann.cddb.Composition
returns the title that also serves as the unique identifier for this composition
getTitle() - Method in class com.antelmann.cddb.Track
 
getTitle() - Method in class com.antelmann.game.chess.JChess
 
getTitle() - Method in class com.antelmann.game.fourwins.JFourWins
 
getTitle() - Method in class com.antelmann.game.JDefaultGame
returns getGameName() from the GamePlay object
getTitle() - Method in interface com.antelmann.game.JGamePlay
getTitle() returns a string used in JGameFrame to be displayed in the title bar of the top JFrame.
getTitle() - Method in class com.antelmann.game.muehle.JMuehle
 
getTitle() - Method in class com.antelmann.game.puzzle.JSolitaire
 
getTitle() - Method in class com.antelmann.game.puzzle.JTilePuzzle
 
getTitle() - Method in class com.antelmann.imagedb.ImageHolder
 
getTitle() - Method in class com.antelmann.net.RSSChannel
 
getTitle() - Method in class com.antelmann.net.RSSItem
 
getTitle() - Method in class com.antelmann.net.Spider
returns the title of the document
getTitle() - Method in class com.antelmann.net.URLCache
returns the HTML title of the cached document
getTitle() - Method in class com.antelmann.sound.MP3FileProperties
 
getTo() - Method in class com.antelmann.net.mail.Email
 
getToolTipRenderer() - Static method in class com.antelmann.util.table.TableUtils
provides a tool tip based on the toString() method of the cell object
getTotal() - Method in class com.antelmann.util.Permutation
 
getTotalRunningTime() - Method in class com.antelmann.util.ThreadWorker
excludes time where this thread is waiting for requests
getTrack() - Method in class com.antelmann.sound.MP3FileProperties
 
getTrackContributions() - Method in class com.antelmann.cddb.Track
provides an unmodifiable view of contributions that were directly added to this track
getTrackLength(int) - Method in class com.antelmann.cddb.CDID
returns the duration of the track in seconds; trackNo specifies track 0 to (getNumberOfTracks() - 1).
getTrackNo() - Method in class com.antelmann.cddb.Track
 
getTransaction() - Method in interface com.antelmann.mgmt.Database
provides access to the DBTransaction, which coordinates all access to the Resources via DBClassStore
getTransaction() - Method in class com.antelmann.sql.SQLDatabase
 
getType() - Method in class com.antelmann.imagedb.ImageHolder
defaults to png.
getType() - Method in class com.antelmann.mgmt.DBUpdateEvent
indicates whether it was an update, insert or delete
getType() - Method in class com.antelmann.net.mail.Email
type is 'text/plain' by default
getType() - Method in class com.antelmann.timeregister.WorkUnit
 
getTypeForString(String) - Static method in class com.antelmann.timeregister.WorkUnit
reverts the given String to a Type and returns it - or null if no corresponding type exists
getTypeStrings() - Static method in class com.antelmann.timeregister.WorkUnit
returns localized strings for all types
getUntil() - Method in class com.antelmann.timeregister.WorkUnitValidator.CheckInterval
 
getUpdateIntervalMillis() - Method in class com.antelmann.calendar.AtomicTime
 
getUpperBound() - Method in class com.antelmann.util.Range
 
getURL() - Method in class com.antelmann.imagedb.ImageHolder
 
getURL() - Method in class com.antelmann.net.Downloader
 
getURL() - Method in class com.antelmann.net.JDownloader
 
getURL() - Method in class com.antelmann.net.RSSChannel
 
getURL() - Method in class com.antelmann.net.RSSItem
 
getURL() - Method in class com.antelmann.net.ServerLogEntry
 
getURL() - Method in class com.antelmann.net.Spider
returns the embedded URL
getURL() - Method in class com.antelmann.net.URLCache
returns the underlying URL object.
getURL() - Method in class com.antelmann.net.URLNode
 
getURLCache() - Method in class com.antelmann.net.URLNode
 
getURLFromLink(String, URL) - Static method in class com.antelmann.net.Spider
translates a relative URL to an absolute URL
getUsableMethodNames(Class, boolean) - Static method in class com.antelmann.util.MethodComparator
lists all method names of the given class that take no parameters and return something but void - and are therefore usable for a MethodComparator.
getUser() - Method in class com.antelmann.game.HighscoreEntry
 
getUser() - Method in class com.antelmann.mgmt.AbstractDatabase
 
getUser() - Method in interface com.antelmann.mgmt.Database
returns the user credentials of the one currently using this database
getUser() - Method in class com.antelmann.mgmt.DBUpdateEvent
returns the user that was associated with the database of the source while this event was created
getUser() - Method in class com.antelmann.mgmt.JUserLoginPanel
returns the user (if any) that was identified after the component was acted upon
getUser() - Method in class com.antelmann.mgmt.LoginEvent
if the return value is null, this represents a failed login
getUser() - Method in class com.antelmann.mgmt.RevisionEvent
 
getUser() - Method in class com.antelmann.net.mail.EmailAccount
 
getUser() - Method in class com.antelmann.net.ServerLogEntry
 
getUser() - Method in class com.antelmann.timeregister.PunchData
 
getUser(String) - Method in class com.antelmann.timeregister.SQLPunchDB
 
getUser() - Method in class com.antelmann.timeregister.WorkUnit
 
getUserEmail() - Method in class com.antelmann.cddb.FreeDB
 
getUserFieldNames() - Method in class com.antelmann.ooffice.TextFrame
 
getUserFieldText(String) - Method in class com.antelmann.ooffice.TextFrame
 
getUsers() - Method in class com.antelmann.timeregister.FilePunchDB
 
getUsers() - Method in class com.antelmann.timeregister.PunchDataAnalyzer
returns a new set of all user ids available in this analyzer
getUsers() - Method in interface com.antelmann.timeregister.PunchDB
returns an unmodifiable view of the users, mapping the id to a TimeUser
getUsers() - Method in class com.antelmann.timeregister.PunchDBClient
 
getUsers() - Method in class com.antelmann.timeregister.RemotePunchDBClient
 
getUsers() - Method in class com.antelmann.timeregister.SQLPunchDB
uses TimeUser objects
getUsers() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
returns a set of all users currently in this analyzer
getUserTextFont() - Method in class com.antelmann.util.gui.CustomTheme
 
getUSFlagPuzzle(int) - Static method in class com.antelmann.game.puzzle.TilePuzzleSamples
calls getImagePuzzle() with a sample US flag
getVacationTime() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
time including pauses
getValue() - Method in class com.antelmann.net.mail.Email.Header
 
getValue() - Method in class com.antelmann.util.gui.FormDialog
returns the value returned by the FormValidator on commitFormAction().
getValueAt(int, int) - Method in class com.antelmann.game.fourwins.FourWinsGame
Returns the value for a specified position in the game board.
getValueAt(int, int) - Method in class com.antelmann.game.gomoku.GomokuGame
 
getValueAt(int, int) - Method in class com.antelmann.game.HighscoreTableModel
 
getValueAt(MuehlePosition) - Method in class com.antelmann.game.muehle.MuehleGame
 
getValueAt(int, int) - Method in class com.antelmann.game.puzzle.JTilePuzzle
 
getValueAt(SolitairePosition) - Method in class com.antelmann.game.puzzle.Solitaire
 
getValueAt(int, int) - Method in class com.antelmann.game.puzzle.Solitaire
 
getValueAt(int, int) - Method in class com.antelmann.LicenseTableModel
 
getValueAt(int, int) - Method in class com.antelmann.mgmt.EntityTableModel
 
getValueAt(int, int) - Method in class com.antelmann.mgmt.UserTableModel
 
getValueAt(int, int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
getValueAt(int, int) - Method in class com.antelmann.sql.JDBCRowModel
 
getValueAt(int, int) - Method in class com.antelmann.sql.JDBCTableModel
 
getValueAt(int, int) - Method in class com.antelmann.sql.ResultSetMetaDataTableModel
 
getValueAt(int, int) - Method in class com.antelmann.sql.ResultSetTableModel
 
getValueAt(int, int) - Method in class com.antelmann.sql.RowItemTableModel
 
getValueAt(int, int) - Method in class com.antelmann.timeregister.PunchTableModel
 
getValueAt(int, int) - Method in class com.antelmann.timeregister.TimeRangeSummaryTableModel
 
getValueAt(int, int) - Method in class com.antelmann.timeregister.UserStatusTableModel
 
getValueAt(int, int) - Method in class com.antelmann.timeregister.WorkUnitTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.CustomThemeTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.MethodTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.MovableTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.SortableTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.TableModelView
 
getVersion() - Method in class com.antelmann.net.RSSHandler
 
getVersionString() - Static method in class com.antelmann.Version
returns a String containing version information about this package
getView(Filter<Composition>) - Method in class com.antelmann.cddb.CompositionDB
returns an unmodifiable view of the embedded compositions
getViewCursor() - Method in class com.antelmann.ooffice.TextFrame
returns the XTextCursor that is currently visible in the document
getViews() - Method in class com.antelmann.sql.ConnectionHelper
 
getVisibleColums() - Method in class com.antelmann.util.table.TableModelView
 
getWebDir() - Method in class com.antelmann.net.LocalWeb
 
getWebRoot() - Method in class com.antelmann.net.LocalWeb
 
getWeeklyTime() - Method in class com.antelmann.timeregister.WorkUnitValidator
returns the sum of the times of all weekdays
getWhite() - Method in class com.antelmann.util.gui.CustomTheme
 
getWidth() - Method in class com.antelmann.game.fourwins.FourWinsGame
 
getWidth() - Method in class com.antelmann.game.gomoku.GomokuGame
 
getWidth() - Method in class com.antelmann.game.mine.MineSweeper
 
getWindowTitleFont() - Method in class com.antelmann.util.gui.CustomTheme
 
getWinner() - Method in class com.antelmann.game.awari.AwariGame
if the game is even, all players win
getWinner() - Method in class com.antelmann.game.card.BlackJack
 
getWinner() - Method in class com.antelmann.game.checkers.CheckersGame
 
getWinner() - Method in class com.antelmann.game.chess.ChessGame
 
getWinner() - Method in class com.antelmann.game.fourwins.FourWinsGame
 
getWinner() - Method in interface com.antelmann.game.GamePlay
getWinner() returns an array of all winning game roles - as there could be more than one winner.
getWinner() - Method in class com.antelmann.game.gomoku.GomokuGame
 
getWinner() - Method in class com.antelmann.game.mine.MineSweeper
 
getWinner() - Method in class com.antelmann.game.muehle.MuehleGame
 
getWinner() - Method in class com.antelmann.game.puzzle.EightQueens
 
getWinner() - Method in class com.antelmann.game.puzzle.Solitaire
 
getWinner() - Method in class com.antelmann.game.puzzle.TilePuzzle
 
getWinner() - Method in class com.antelmann.game.puzzle.WSPuzzle
 
getWinner() - Method in class com.antelmann.game.reversi.ReversiGame
 
getWinner() - Method in class com.antelmann.game.ttt.TickTackToe
getWinner() is checking for a triple (three-in-a-row).
getWinner() - Method in class com.antelmann.game.wolfsheep.WolfsheepGame
 
getWolfPosition() - Method in class com.antelmann.game.wolfsheep.WolfsheepGame
 
getWorkBeginDate() - Method in class com.antelmann.timeregister.JPunchDataAnalyzer
 
getWorkEndDate() - Method in class com.antelmann.timeregister.JPunchDataAnalyzer
 
getWorkingDir() - Static method in class com.antelmann.io.MyFile
 
getWorkingTime() - Method in class com.antelmann.timeregister.PunchDataAnalyzer
returns the complete working time (in milliseconds) of all users from this analyzer.
getWorkingTime() - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
time including pauses
getWorkingTime(Date, Date) - Method in class com.antelmann.timeregister.WorkUnitValidator
consideres whole days, both limits inclusive (includes break time)
getWorkingTime(Date) - Method in class com.antelmann.timeregister.WorkUnitValidator
 
getWorkingTime(int) - Method in class com.antelmann.timeregister.WorkUnitValidator
takes an integer as defined in Calendar.DAY_OF_WEEK
getWorkUnitAt(int) - Method in class com.antelmann.timeregister.WorkUnitTableModel
 
getWorkUnits(User, WorkUnit.Type, Date, Date, String) - Method in interface com.antelmann.timeregister.PunchAdminDB
retrieves the relevant set of WorkUnit objects
getWorkUnits() - Method in class com.antelmann.timeregister.PunchDataAnalyzer
returns a list of WorkUnit objects resulting from the current content of the analyzer.
getWorkUnits(User, WorkUnit.Type, Date, Date, String) - Method in class com.antelmann.timeregister.PunchDBClient
 
getWorkUnits(User, WorkUnit.Type, Date, Date, String) - Method in class com.antelmann.timeregister.SQLPunchDB
 
getWorkUnits(Filter<WorkUnit>) - Method in class com.antelmann.timeregister.SQLPunchDB
 
getWorkUnits(TimeUser, Date, Date, String) - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
selects both dates inclusive
getWorkUnitsFor(User, Date) - Method in interface com.antelmann.timeregister.PunchAdminDB
returns all work units that enclose the given time based on the given user (or all users if user is null).
getWorkUnitsFor(User, Date) - Method in class com.antelmann.timeregister.PunchDBClient
 
getWorkUnitsFor(User, Date) - Method in class com.antelmann.timeregister.SQLPunchDB
 
getWorkUnitsFor(User, Date) - Method in class com.antelmann.timeregister.WorkUnitAnalyzer
returns those WorkUnits that enclose the given date; user constrain may be null
getWorkUnitValidator(String) - Method in class com.antelmann.timeregister.SQLPunchDB
may return null if the given name was not found
getWorkUnitValidator() - Method in class com.antelmann.timeregister.TimeUser
 
getWorkUnitValidators(Filter<WorkUnitValidator>) - Method in interface com.antelmann.timeregister.PunchAdminDB
filter may be null, in which case no restrictions apply and all validators found will be returned
getWorkUnitValidators(Filter<WorkUnitValidator>) - Method in class com.antelmann.timeregister.PunchDBClient
 
getWorkUnitValidators(Filter<WorkUnitValidator>) - Method in class com.antelmann.timeregister.SQLPunchDB
 
getWriters() - Method in class com.antelmann.util.logging.Logger
 
getXmcdContent() - Method in class com.antelmann.cddb.CDDBEntry
 
getXmcdContent() - Method in interface com.antelmann.cddb.CDInfo
returns the content in xmcd file format as specified by CDDB.
getYear() - Method in class com.antelmann.sound.MP3FileProperties
returns -1 if the year cannot be parsed as a number
GLOBAL - Static variable in class com.antelmann.ooffice.OOUtils
search flag option
GomokuGame - Class in com.antelmann.game.gomoku
an implementation of the game Go-moku
GomokuGame() - Constructor for class com.antelmann.game.gomoku.GomokuGame
 
GomokuGame(String, int, int) - Constructor for class com.antelmann.game.gomoku.GomokuGame
 
GomokuPlayer - Class in com.antelmann.game.gomoku
adds AI to the GomokuGame
GomokuPlayer() - Constructor for class com.antelmann.game.gomoku.GomokuPlayer
 
GomokuPlayer(String) - Constructor for class com.antelmann.game.gomoku.GomokuPlayer
 
Google - Class in com.antelmann.net
Google is a simple wrapper around the Google.com search API capabilities to make it more easily usable.
Google(String) - Constructor for class com.antelmann.net.Google
 
gotoBookmark(String) - Method in class com.antelmann.ooffice.TextFrame
sets the view cursor to the given bookmark
gotoFirst(String, boolean) - Method in class com.antelmann.ooffice.TextFrame
sets the view cursor to the first occurrence of the given String and returns it as a cursor for further handling
gotoNext() - Method in class com.antelmann.game.puzzle.DiceEquation
 
gridColor - Variable in class com.antelmann.calendar.JDayGrid
used to draw time interval lines
gridPixel - Variable in class com.antelmann.calendar.JDayGrid
other size of the grid in pixels
Group - Class in com.antelmann.cddb
Group is a resource made up by multiple individual resources; this could be an artist, a band, an orchestra, a chorus or anything similar - including yet another group.
Group(String, String) - Constructor for class com.antelmann.cddb.Group
 
groupBy(Collection<T>, PatternExtractor<T, P>) - Static method in class com.antelmann.util.Sets
splits the given collection into many, where the extractor is the discriminator

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