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