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

T

tableChanged(TableModelEvent) - Method in class com.antelmann.util.table.MovableTableModel
public as an implementation side effect; resets the table to its updated embedded model
tableChanged(TableModelEvent) - Method in class com.antelmann.util.table.SortableTableModel
public as an implementation side effect; resets the table to its updated model (table is unsorted herafter) unless it's only a single row that has been updated Note that - in case of structural changes - the Comparators set may not be adequate anymore.
TableCustomizer - Class in com.antelmann.net.mail
uses a map to customize emails.
TableCustomizer(Map<String, Map<String, String>>) - Constructor for class com.antelmann.net.mail.TableCustomizer
 
TableModelCustomizer - Class in com.antelmann.net.mail
uses a configuration file to customize emails.
TableModelCustomizer(TableModel, int) - Constructor for class com.antelmann.net.mail.TableModelCustomizer
 
TableModelView - Class in com.antelmann.util.table
provides a view of a given TableModel.
TableModelView(TableModel, int...) - Constructor for class com.antelmann.util.table.TableModelView
 
tableName - Variable in class com.antelmann.calendar.SQLCalendarDB
 
tableName - Variable in class com.antelmann.sql.BaseRowMapper
 
tableName - Variable in class com.antelmann.sql.JDBCResourceBundle
 
TableUtils - Class in com.antelmann.util.table
some utilities for tables
takeCard() - Method in class com.antelmann.game.card.CardDeck
 
taskPerformed(Executor, Runnable, long, Throwable) - Method in interface com.antelmann.util.ThreadWorker.Listener
called after ThreadWorker has finished running the task.
TASKS - Static variable in class com.antelmann.ooffice.OOUtils
search flag option
TemplatePlayer - Class in com.antelmann.game
The TemplatePlayer provides a useful skeleton implementation for the Player interface.
TemplatePlayer() - Constructor for class com.antelmann.game.TemplatePlayer
This constructor instanciates a Player with the name "unnamed DefaultPlayer", no game tree search option, tracking disabled and no game level override.
TemplatePlayer(String) - Constructor for class com.antelmann.game.TemplatePlayer
instanciates a Player with no game tree search option, disabled tracking and no game level override
TemplatePlayer(String, int, boolean) - Constructor for class com.antelmann.game.TemplatePlayer
instanciates a player with the given playerName, searchOption and tracking; game level override is set to 0; for searchOption values see #setSearchOption().
TemplatePlayer.MoveEvaluater - Class in com.antelmann.game
MoveEvaluater is used by the method selectMove() from the enclosing TemplatePLayer class in case of a time-limited search to allow each move to be examined efficiently in a separate thread.
TemplatePlayer.MoveEvaluater(TemplatePlayer.Synchronizer, GamePlay, GameMove, int[], int, long, Monitor) - Constructor for class com.antelmann.game.TemplatePlayer.MoveEvaluater
 
TemplatePlayer.Synchronizer - Class in com.antelmann.game
Synchronizer is used consolidate the MoveEvaluater threads spanned off by the selectMove() method from the enclosing TemplatePlayer.
TemplatePlayer.Synchronizer(int) - Constructor for class com.antelmann.game.TemplatePlayer.Synchronizer
 
TEN - Static variable in class com.antelmann.game.card.Card
 
test() - Method in class com.antelmann.game.quiz.DemoQuizFrame
 
test - Variable in class com.antelmann.util.Monitor
 
test(int, boolean) - Method in class com.antelmann.util.Monitor
 
test(int) - Method in class com.antelmann.util.Monitor
 
text - Variable in class com.antelmann.util.gui.Plot2DFunction
some text to be drawn in the upper left corner (if not null)
TEXT_HTML - Static variable in class com.antelmann.net.mail.Email
 
TEXT_PLAIN - Static variable in class com.antelmann.net.mail.Email
 
textColor - Variable in class com.antelmann.calendar.JDayGrid
used to draw time interval text
textColor - Variable in class com.antelmann.util.gui.Plot2DFunction
color of the String to be drawn; default is black
TextFrame - Class in com.antelmann.ooffice
simplifies the handling of OpenOffice Writer documents This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org
TextFrame() - Constructor for class com.antelmann.ooffice.TextFrame
creates a blank new document
TextFrame(File) - Constructor for class com.antelmann.ooffice.TextFrame
creates a new document based on the given template file
TextFrame(File, Map<Object, Object>) - Constructor for class com.antelmann.ooffice.TextFrame
loads a document (the given file) into a blank frame along with the given properties
TextFrame(String, Map<Object, Object>) - Constructor for class com.antelmann.ooffice.TextFrame
loads a document from the given url into a blank frame along with the given properties.
TextFrame.AnchorType - Enum in com.antelmann.ooffice
 
TextPrinter - Class in com.antelmann.util
enables printing of plain text with line wrapping over multiple pages
TextPrinter(String) - Constructor for class com.antelmann.util.TextPrinter
 
TextPrinter(String, Font, Color) - Constructor for class com.antelmann.util.TextPrinter
 
TextTableFrame - Class in com.antelmann.ooffice
provides easy to use table-related functionality for TextFrames This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org
TextTableFrame(TextFrame) - Constructor for class com.antelmann.ooffice.TextTableFrame
 
TextViewerFrame - Class in com.antelmann.util.gui
a very simple text viewer w/ copy/print/save capabilities.
TextViewerFrame() - Constructor for class com.antelmann.util.gui.TextViewerFrame
 
TextViewerFrame(String) - Constructor for class com.antelmann.util.gui.TextViewerFrame
 
TextViewerFrame(String, String) - Constructor for class com.antelmann.util.gui.TextViewerFrame
 
TextViewerFrame(Component, String) - Constructor for class com.antelmann.util.gui.TextViewerFrame
 
TextViewerFrame(String, Component, String) - Constructor for class com.antelmann.util.gui.TextViewerFrame
 
TextViewerFrame(String, int, int) - Constructor for class com.antelmann.util.gui.TextViewerFrame
 
TextViewerFrame(String, Component, String, int, int) - Constructor for class com.antelmann.util.gui.TextViewerFrame
 
TextViewerFrame(String, Component, String, int, int, boolean) - Constructor for class com.antelmann.util.gui.TextViewerFrame
 
ThirdParty - Interface in com.antelmann.util
An empty tagging interface to be implemented by all classes that have a dependency on any non-standard J2SE 1.4 class other than included in this com.antelmann library distribution.
THREAD_NOT_STARTED_YET - Static variable in class com.antelmann.net.Downloader
 
ThreadPool - Class in com.antelmann.util
uses a pool of threads to execute tasks asynchronously and concurrently.
ThreadPool(int) - Constructor for class com.antelmann.util.ThreadPool
 
ThreadPool(int, boolean) - Constructor for class com.antelmann.util.ThreadPool
 
ThreadWorker - Class in com.antelmann.util
ThreadWorker runs tasks in a separate thread, where the tasks are queued up and performed one by one.
ThreadWorker() - Constructor for class com.antelmann.util.ThreadWorker
 
ThreadWorker(String) - Constructor for class com.antelmann.util.ThreadWorker
 
ThreadWorker(ThreadGroup, String) - Constructor for class com.antelmann.util.ThreadWorker
 
ThreadWorker.Listener - Interface in com.antelmann.util
listens for tasks run by a ThreadWorker to be finished
THREE - Static variable in class com.antelmann.game.card.Card
 
thumbnailField - Variable in class com.antelmann.imagedb.SQLImageDB
blob field
TickTackToe - Class in com.antelmann.game.ttt
This class implements the game TickTackToe.
TickTackToe() - Constructor for class com.antelmann.game.ttt.TickTackToe
 
TickTackToe(String) - Constructor for class com.antelmann.game.ttt.TickTackToe
 
TilePuzzle - Class in com.antelmann.game.puzzle
implements a very flexible tile puzzle game with various options
TilePuzzle() - Constructor for class com.antelmann.game.puzzle.TilePuzzle
uses TilePuzzleSamples.getNumberPuzzle(3) to initialize the puzzle
TilePuzzle(String, Object[][]) - Constructor for class com.antelmann.game.puzzle.TilePuzzle
When constructed, the puzzle's current state equals its solution.
TilePuzzle(String, Object[][], Object[][]) - Constructor for class com.antelmann.game.puzzle.TilePuzzle
If you want to set the initial state different from the solution puzzle by hand, this is the constructor to do it; be careful that the conventions (see TilePuzzle (String name, Object[][] puzzle)) for the puzzle are maintained for both given object arrays; also, both arrays must have the same dimensions and should contain the same objects.
TilePuzzlePlayer - Class in com.antelmann.game.puzzle
provides AI for a TilePuzzle game
TilePuzzlePlayer() - Constructor for class com.antelmann.game.puzzle.TilePuzzlePlayer
 
TilePuzzlePlayer(String) - Constructor for class com.antelmann.game.puzzle.TilePuzzlePlayer
 
TilePuzzlePlayer(String, int, boolean) - Constructor for class com.antelmann.game.puzzle.TilePuzzlePlayer
 
TilePuzzlePlayer(String, int, boolean, long) - Constructor for class com.antelmann.game.puzzle.TilePuzzlePlayer
 
TilePuzzleSamples - Class in com.antelmann.game.puzzle
class with static methods to provide standard configurations for TilePuzzle games.
timeAsHourString(long) - Static method in class com.antelmann.timeregister.PunchUtils
formats a String with hours as the largest entity
timeAsString(long) - Static method in class com.antelmann.calendar.Stopwatch
takes milliseconds and converts them into a localized String using all relevant time measures up to days
timeAsStringShort(long) - Static method in class com.antelmann.calendar.Stopwatch
takes milliseconds and converts them into a short String of the format h:mm:ss.
TimeCellRenderer - Class in com.antelmann.util.table
properly formats java.util.Date and Long values (the latter as time).
TimeCellRenderer() - Constructor for class com.antelmann.util.table.TimeCellRenderer
 
timeField - Variable in class com.antelmann.imagedb.SQLImageDB
timestamp field
timeFormat - Variable in class com.antelmann.util.logging.DBLineLogFormatter
 
timeFormat - Variable in class com.antelmann.util.logging.StringLineFormatter
 
timeInDay(Date) - Static method in class com.antelmann.calendar.CalendarUtils
returns milliseconds from the beginning of the day
TimeInDay - Class in com.antelmann.calendar
represents the time of the day of any given date.
TimeInDay() - Constructor for class com.antelmann.calendar.TimeInDay
uses the current time
TimeInDay(Date) - Constructor for class com.antelmann.calendar.TimeInDay
takes the time of the day from the given time
TimeInDay(int) - Constructor for class com.antelmann.calendar.TimeInDay
time in milliseconds from 12:00 am (must be less than 24h)
TimeInDay(String) - Constructor for class com.antelmann.calendar.TimeInDay
 
timeInterval - Variable in class com.antelmann.calendar.JDayGrid
time in millis, used for displaying an interval w/ a line
timer - Variable in class com.antelmann.util.Monitor
initialized as running during instanciation
TimeRangeSummaryTableModel - Class in com.antelmann.timeregister
provides a table model that displays the current standing of all enabled employees based on net times (w/o break time)
TimeRangeSummaryTableModel(PunchAdminDB, Date, Date) - Constructor for class com.antelmann.timeregister.TimeRangeSummaryTableModel
 
timeReset() - Method in class com.antelmann.game.quiz.JQuizQuestion
 
TimeSheetReport - Class in com.antelmann.timeregister
 
timeSnapInterval - Variable in class com.antelmann.calendar.JDayGrid
time in millis, used for snapping
TimeSystem - Interface in com.antelmann.calendar
TimeSystem allows to use a time measurement that is independent from the system time.
TimeUser - Class in com.antelmann.timeregister
This class implements a special User that adds a WorkUnitValidator as a member.
TimeUser(String) - Constructor for class com.antelmann.timeregister.TimeUser
 
TimeUser(Object, String) - Constructor for class com.antelmann.timeregister.TimeUser
 
TimeUser(Object, String, String, boolean, String) - Constructor for class com.antelmann.timeregister.TimeUser
 
TimeUser(Object, String, String, boolean, String, WorkUnitValidator) - Constructor for class com.antelmann.timeregister.TimeUser
Deprecated. 
TimeUser(Object, User, WorkUnitValidator) - Constructor for class com.antelmann.timeregister.TimeUser
 
titleField - Variable in class com.antelmann.calendar.SQLCalendarDB
 
titleField - Variable in class com.antelmann.imagedb.SQLImageDB
string field
Todo - Annotation Type in com.antelmann.util
indicates that this class or method still needs some work to function properly
toFile(URL) - Static method in class com.antelmann.net.LocalWeb
returns the canonical file or null if the URL doesn't point to a valid file
toggleSorting(int) - Method in class com.antelmann.util.table.SortableTableModel
either sorts by the given solumn or - if that column is already sorted - reverses the current column sorting (from ascending to descending or vice versa).
tooLargeForCaching() - Method in class com.antelmann.net.URLCache
return value of true indicates that even though the content to the URL is accessible, the data is too large to be cached given the current memory.
toString() - Method in class com.antelmann.calendar.AtomicClock
 
toString() - Method in class com.antelmann.calendar.CalendarEntry
 
toString() - Method in class com.antelmann.calendar.Holiday
returns the localized date along with the name
toString() - Method in class com.antelmann.calendar.Recurrence
 
toString() - Method in class com.antelmann.calendar.Stopwatch
returns the elapsed time in a convenient format including elapsedAsString() and tells whether the Stopwatch is currently running or not
toString() - Method in class com.antelmann.calendar.TimeInDay
 
toString() - Method in class com.antelmann.cddb.CDDBRecord
 
toString() - Method in class com.antelmann.cddb.CDDBServer
 
toString() - Method in class com.antelmann.cddb.CDID
 
toString() - Method in class com.antelmann.cddb.Composition
returns getTitle()
toString() - Method in class com.antelmann.cddb.Genre
 
toString() - Method in class com.antelmann.cddb.Resource
 
toString() - Method in class com.antelmann.cddb.Role
returns getDescription()
toString() - Method in class com.antelmann.game.AbstractGame
overridden to provide useful information about the game
toString() - Method in class com.antelmann.game.awari.AwariGame
 
toString() - Method in class com.antelmann.game.card.BlackJack
 
toString() - Method in class com.antelmann.game.card.Card
 
toString() - Method in class com.antelmann.game.checkers.CheckersGame
 
toString() - Method in class com.antelmann.game.checkers.CheckersPlayer
 
toString() - Method in class com.antelmann.game.chess.BoardPosition
 
toString() - Method in class com.antelmann.game.chess.ChessGame
 
toString() - Method in class com.antelmann.game.chess.ChessPlayer
 
toString() - Method in class com.antelmann.game.fourwins.FourWinsGame
 
toString() - Method in class com.antelmann.game.fourwins.FourWinsPlayer
 
toString() - Method in class com.antelmann.game.GameBoardMove
 
toString() - Method in class com.antelmann.game.GameBoardPosition
 
toString() - Method in class com.antelmann.game.GameDriver
 
toString() - Method in class com.antelmann.game.gomoku.GomokuGame
 
toString() - Method in class com.antelmann.game.HighscoreEntry
returns the score, the user and the time as a readable String
toString() - Method in class com.antelmann.game.mine.MineSweeper
 
toString() - Method in class com.antelmann.game.MoveTemplate
 
toString() - Method in class com.antelmann.game.muehle.MuehleGame
 
toString() - Method in class com.antelmann.game.muehle.MuehlePlayer
 
toString() - Method in class com.antelmann.game.muehle.MuehlePosition
 
toString() - Method in class com.antelmann.game.puzzle.EightQueens
 
toString() - Method in class com.antelmann.game.puzzle.Solitaire
 
toString() - Method in class com.antelmann.game.puzzle.TilePuzzle
 
toString() - Method in class com.antelmann.game.puzzle.TilePuzzlePlayer
 
toString() - Method in class com.antelmann.game.puzzle.WSPuzzle
 
toString() - Method in class com.antelmann.game.quiz.Question
 
toString() - Method in class com.antelmann.game.RandomPlayer
 
toString() - Method in class com.antelmann.game.reversi.ReversiGame
 
toString() - Method in class com.antelmann.game.reversi.ReversiPlayer
 
toString() - Method in class com.antelmann.game.SocketPlayer
 
toString() - Method in class com.antelmann.game.SocketPlayerServer
 
toString() - Method in class com.antelmann.game.TemplatePlayer
overridden to return some information about the player
toString() - Method in class com.antelmann.game.ttt.TickTackToe
 
toString() - Method in class com.antelmann.game.wolfsheep.WolfsheepGame
 
toString() - Method in class com.antelmann.imagedb.ImageHolder
 
toString() - Method in class com.antelmann.io.ExtensionFileFilter
 
toString() - Method in class com.antelmann.io.FileTreeNode
 
toString() - Method in class com.antelmann.License
includes only a subset of restrictions for this license
toString() - Method in class com.antelmann.mgmt.UserImpl
 
toString() - Method in class com.antelmann.net.mail.EmailAccount
 
toString() - Method in class com.antelmann.net.SampleCrawlerSetting
 
toString() - Method in class com.antelmann.net.SocketConnection
 
toString() - Method in class com.antelmann.net.URLCache
 
toString() - Method in class com.antelmann.net.URLNode
 
toString() - Method in class com.antelmann.net.URLTree
 
toString() - Method in class com.antelmann.sql.RowItem
 
toString() - Method in class com.antelmann.timeregister.PunchData
 
toString() - Method in class com.antelmann.timeregister.WorkUnit
 
toString() - Method in class com.antelmann.timeregister.WorkUnitValidator.CheckInterval
 
toString() - Method in class com.antelmann.timeregister.WorkUnitValidator
 
toString() - Method in class com.antelmann.util.logging.Level
 
toString() - Method in class com.antelmann.util.logging.LogFile
 
totalTimeTaken() - Method in class com.antelmann.game.TemplatePlayer
goes through all monitored requests and returns the sum of the elapsed time
touch() - Method in class com.antelmann.io.MyFile
returns setLastModified(System.currentTimeMillis()) after possibly creating the file if it didn't exist before.
Track - Class in com.antelmann.cddb
Track objects represent the leaf elements of Composition objects defined as a specific track on a particular music CD.
Track(CDID, int, String, String) - Constructor for class com.antelmann.cddb.Track
 
trackingEnabled() - Method in class com.antelmann.game.TemplatePlayer
 
TRADEMARK - Static variable in class com.antelmann.util.Strings
represents the symbol for use in HTML or XML
TransactionException - Exception in com.antelmann.mgmt
thrown to indicate that the caller doesn't hold the lock on an active DBTransaction while trying to access Resources of the associated Database.
TransactionException(String) - Constructor for exception com.antelmann.mgmt.TransactionException
 
transfer(InputStream, OutputStream) - Static method in class com.antelmann.io.Data
returns number of bytes transfered; closes both streams and flushes
transfer(InputStream, OutputStream, boolean) - Static method in class com.antelmann.io.Data
transfers the inputstream to the outputstream
transfer(InputStream, OutputStream, byte[], boolean) - Static method in class com.antelmann.io.Data
transfers the inputstream to the outputstream
transfer(InputStream, OutputStream, long) - Static method in class com.antelmann.io.Data
transfers the given number of bytes from one stream to the other
transfer(InputStream, OutputStream, long, boolean) - Static method in class com.antelmann.io.Data
 
transfer(InputStream, OutputStream, long, byte[], boolean) - Static method in class com.antelmann.io.Data
transfers the bytes from the given inputstream to the outputstream.
transfer(Reader, Writer) - Static method in class com.antelmann.io.Data
transfers the reader to the writer.
transfer(Reader, Writer, long, char[], boolean) - Static method in class com.antelmann.io.Data
transfers the characters from the given reader to the writer.
TwainAdapter - Class in com.antelmann.imagedb
uses some free software from http://www.javajeff.mb.ca/; requires jtwain.dll in the path
TwainConnector - Class in com.antelmann.imagedb
uses TwainConnect (www.twainconnect.com) to conveniently obtain an image from a TWAIN source
TwainConnector() - Constructor for class com.antelmann.imagedb.TwainConnector
 
TWO - Static variable in class com.antelmann.game.card.Card
 
typeField - Variable in class com.antelmann.imagedb.SQLImageDB
string field

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