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

T - Static variable in class com.antelmann.math.Weight
Tonne (metric ton)
table - Variable in class com.antelmann.sql.SQLNumberGenerator
 
table - Variable in class com.antelmann.util.table.AbstractDialogCellEditor
cached from the last call to the method that provides the component, so that it's available for the VaueSetter
tableChanged(TableModelEvent) - Method in class com.antelmann.util.table.FilteredTableModel
 
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 sorted as before herafter) unless it's only a single row that has been updated.
tableChanged(TableModelEvent) - Method in class com.antelmann.util.table.TableModelView
 
TableComparator - Class in com.antelmann.sql
allows to compare the content of two tables
TableComparator(Connection, String, Connection, String) - Constructor for class com.antelmann.sql.TableComparator
 
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
 
TableCustomizer - Interface in com.antelmann.util.table
TableCustomizer is responsible for setting editors and renderer.
TableListResourceBundle - Class in com.antelmann.sql
a ResourceBundle that initially obtains its content from a JDBC source and caches it as a ListResourceBundle
TableListResourceBundle(Connection, String, String, String) - Constructor for class com.antelmann.sql.TableListResourceBundle
 
TableModelCopy - Class in com.antelmann.util.table
provides an unmodifiable copy of any given TableModel; all data is fully copied, so changes of the original model are not reflected on this model.
TableModelCopy(TableModel) - Constructor for class com.antelmann.util.table.TableModelCopy
 
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
 
TableModelRenderer - Class in com.antelmann.util.table
allows to delegate the rendering of table columns to the model if applicable
TableModelRenderer() - Constructor for class com.antelmann.util.table.TableModelRenderer
 
TableModelRenderer(TableCellRenderer) - Constructor for class com.antelmann.util.table.TableModelRenderer
 
TableModelView - Class in com.antelmann.util.table
provides a view/projection of a given TableModel.
TableModelView(TableModel, int...) - Constructor for class com.antelmann.util.table.TableModelView
 
TableModelWrapper - Class in com.antelmann.util.table
allows to easily wrap a given table model and quickly just override a single method or customize the model by using appropriate methods herein.
TableModelWrapper(TableModel) - Constructor for class com.antelmann.util.table.TableModelWrapper
 
tableName - Variable in class com.antelmann.calendar.SQLCalendarDB
 
tableName - Variable in class com.antelmann.sql.TableListResourceBundle
 
TableRow - Class in com.antelmann.util.table
simply represents a row in a table.
TableRow(TableModel, int) - Constructor for class com.antelmann.util.table.TableRow
 
TableRow(int, Object...) - Constructor for class com.antelmann.util.table.TableRow
 
TableUtils - Class in com.antelmann.util.table
some utilities for tables
TableUtils.BooleanRenderer - Class in com.antelmann.util.table
thanks for JTable for not making this available externally :(
TableUtils.BooleanRenderer() - Constructor for class com.antelmann.util.table.TableUtils.BooleanRenderer
 
Tag - Interface in com.antelmann.db
represents a group that allows Taggable objects to be a member of.
Taggable<T extends Tag> - Interface in com.antelmann.db
represents an object that can be a member of several groups
Taggable.Adapter<T extends Tag> - Class in com.antelmann.db
 
Taggable.Adapter() - Constructor for class com.antelmann.db.Taggable.Adapter
 
TaggableHeaderStore<T extends EntryHeader<?>> - Class in com.antelmann.sql
useful for mapping EntryHeader objects transparently to support the TaggableMapping interface on the header store (for filtering purposes)
TaggableHeaderStore(DBClassStore<T>, Class<E>) - Constructor for class com.antelmann.sql.TaggableHeaderStore
 
TaggableHeaderStore(DBClassStore<T>, DBClassStore<E>) - Constructor for class com.antelmann.sql.TaggableHeaderStore
 
TaggableHeaderStore(DBClassStore<T>, TaggableMapping, MappingInfo) - Constructor for class com.antelmann.sql.TaggableHeaderStore
 
TaggableMapping - Interface in com.antelmann.sql
allows to access relevant information for Taggable objects
TaggableMappingImpl - Class in com.antelmann.sql
a default implementation that allows to easily adopt a mapping based on JDBC information
TaggableMappingImpl(Connection, Class<? extends Keyword>, String, String, String) - Constructor for class com.antelmann.sql.TaggableMappingImpl
 
TaggablePropertyEntrySQLStore<T extends PropertyEntry & Taggable<G>,G extends Keyword> - Class in com.antelmann.sql
a convenient standard implementation of a DBClassStore combining TaggableMapping and PropertyEntryMapping.
TaggablePropertyEntrySQLStore(Database<Connection>, ObjectRowMapper<T>, Class<T>, Class<G>) - Constructor for class com.antelmann.sql.TaggablePropertyEntrySQLStore
 
TaggableSQLStore<T extends Taggable<G> & DBEntry,G extends Keyword> - Class in com.antelmann.sql
provides a store that can wrap any given store to provide persistence for its grouping capacity based on Keyword objects.
TaggableSQLStore(DBClassStore<T>, String, String, String, Class<G>) - Constructor for class com.antelmann.sql.TaggableSQLStore
 
tagIdColumn - Variable in class com.antelmann.sql.TaggablePropertyEntrySQLStore
 
tagNameColumn - Variable in class com.antelmann.sql.TaggablePropertyEntrySQLStore
 
tagTable - Variable in class com.antelmann.sql.TaggablePropertyEntrySQLStore
 
takeChance(double) - Static method in class com.antelmann.math.MyMath
 
Task<EX extends Exception> - Interface in com.antelmann.util
A task that - opposed to Runnable - may throw a certain exception.
taskPerformed(Executor, Runnable, long, Exception) - Method in class com.antelmann.util.ThreadWorker.Listener.Adapter
 
taskPerformed(Executor, Runnable, long, Exception) - Method in interface com.antelmann.util.ThreadWorker.Listener
called after ThreadWorker has finished running the task.
TASKS - Static variable in class com.antelmann.ooffice.OfficeUtils
search flag option
Temperature - Class in com.antelmann.math
temperature unit along with their conversions.
Temperature(String, String, Converter<Number, Number>) - Constructor for class com.antelmann.math.Temperature
 
terminate() - Static method in class com.antelmann.ooffice.OfficeConnector
terminates all current OpenOffice related desktop activities (if the context has been set before); all OpenOffice windows (including those started separately by a user) will be closed
test() - Static method in class com.antelmann.util.gui.JComboButton
 
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_FILTER - Static variable in class com.antelmann.ooffice.OOWriter
 
TEXT_HTML - Static variable in class com.antelmann.net.mail.Email
can be used to set the type of the email
TEXT_PLAIN - Static variable in class com.antelmann.net.mail.Email
can be used to set the type of the email; this is the default
textArea - Variable in class com.antelmann.util.table.MultiLineCellTextEditor
 
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
textComponent - Variable in class com.antelmann.util.table.TextDialogCellEditor
if a JTextArea or a JEditorPane is used, the textComponent is wrapped into a JScrollPane in the AbstractDialogCellEditor.dialogComponent
TextDialogCellEditor - Class in com.antelmann.util.table
provides a dialog using a JTextComponent to edit cell values; unless a JTextField is used, a JScrollPane is automatically employed.
TextDialogCellEditor(JTextComponent, boolean) - Constructor for class com.antelmann.util.table.TextDialogCellEditor
 
TextImageServlet - Class in com.antelmann.servlet
generates a text image based on parameters
TextImageServlet() - Constructor for class com.antelmann.servlet.TextImageServlet
 
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
 
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 - Annotation Type in com.antelmann
An tagging annotation indicating a dependency on any non-standard J2SE class other than included in this com.antelmann library distribution.
thisMonthOnly - Variable in class com.antelmann.calendar.DefaultCalendarModel
 
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
ThreadWorker.Listener.Adapter - Class in com.antelmann.util
 
ThreadWorker.Listener.Adapter() - Constructor for class com.antelmann.util.ThreadWorker.Listener.Adapter
 
thumbnailColumn - Variable in class com.antelmann.image.ImageURLEntryMapper
blob field
ThumbnailMapper<T extends ImageURLEntry.Thumbnail<?>> - Class in com.antelmann.image
 
ThumbnailMapper(Database<Connection>, Class<T>, Class<? extends ImageURLEntry>, String, String, String, String, String) - Constructor for class com.antelmann.image.ThumbnailMapper
 
TIME_FORMAT - Static variable in class com.antelmann.ooffice.OOCalc
 
TIME_OFFSET - Static variable in class com.antelmann.calendar.NTPClient
seconds between Jan-01-1990 and Jan-01-1970
timeAsHourString(long) - Static method in class com.antelmann.calendar.Stopwatch
formats a String with hours as the largest entity and down to the minute
timeAsHourStringShort(long) - Static method in class com.antelmann.calendar.Stopwatch
formats a String with hours as the largest entity in the format h:mm with an 'h' at the end
timeAsString(long) - Static method in class com.antelmann.calendar.Stopwatch
 
timeAsString(long, Locale) - Static method in class com.antelmann.calendar.Stopwatch
takes milliseconds and converts them into a localized String using all relevant time measures from millisecs 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 with Stopwatch methods).
TimeCellRenderer() - Constructor for class com.antelmann.util.table.TimeCellRenderer
 
TimeCellRenderer(boolean) - Constructor for class com.antelmann.util.table.TimeCellRenderer
 
timeColumn - Variable in class com.antelmann.image.ImageURLEntryMapper
timestamp field
Timed - Interface in com.antelmann.calendar
java.util.Date would be a classical example of a Timed instance (if it implemented it), but it may also refer to a duration, like Stopwatch interprets it.
TimeDataGraphics - Class in com.antelmann.math
provides graphics through JFreeChart libraries from a TimeDataGrid By default, methods in this class work based on DataPoint.ValueType.SUM and TimeInterval.DAY unless specified.
TimeDataGraphics(TimeDataGrid<?>) - Constructor for class com.antelmann.math.TimeDataGraphics
 
TimeDataGrid<T> - Class in com.antelmann.math
provides aggregated data based on a TimeDataParser
TimeDataGrid() - Constructor for class com.antelmann.math.TimeDataGrid
 
TimeDataGrid(TimeDataParser<? super T>) - Constructor for class com.antelmann.math.TimeDataGrid
 
TimeDataGrid(TimeDataParser<? super T>, Filter<? super T>) - Constructor for class com.antelmann.math.TimeDataGrid
 
TimeDataGrid(DataMatrix<T>, int, int) - Constructor for class com.antelmann.math.TimeDataGrid
 
TimeDataParser<T> - Interface in com.antelmann.math
responsible for extracting relevant data from given objects
timeInDay(Date) - Method in class com.antelmann.calendar.CalendarHelper
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(long) - Constructor for class com.antelmann.calendar.TimeInDay
time in milliseconds from 12:00 am (must be less than 24h)
TimeInDay(TimeInDay) - Constructor for class com.antelmann.calendar.TimeInDay
 
TimeInDay(String) - Constructor for class com.antelmann.calendar.TimeInDay
uses the format 'H:mm'
timeInterval - Variable in class com.antelmann.calendar.JDayGrid
time in millis, used for displaying an interval w/ a line
TimeInterval - Enum in com.antelmann.calendar
provides different intervals for time ranges
TimeInterval.Converter - Class in com.antelmann.calendar
 
TimeInterval.Converter(boolean) - Constructor for class com.antelmann.calendar.TimeInterval.Converter
constructs the converter for use with eithe double- or long-based conversion
TimeProtocolClient - Class in com.antelmann.calendar
Deprecated. use NTPClient instead
TimeProtocolClient() - Constructor for class com.antelmann.calendar.TimeProtocolClient
Deprecated. uses time-b.nist.gov
TimeProtocolClient(String) - Constructor for class com.antelmann.calendar.TimeProtocolClient
Deprecated. uses the standard port 37
TimeProtocolClient(String, int) - Constructor for class com.antelmann.calendar.TimeProtocolClient
Deprecated.  
TimeProtocolServer - Class in com.antelmann.calendar
Deprecated. although there is currently no replacement for a server, use NTPClient instead
TimeProtocolServer() - Constructor for class com.antelmann.calendar.TimeProtocolServer
Deprecated.  
TimeProtocolServer(TimeSystem) - Constructor for class com.antelmann.calendar.TimeProtocolServer
Deprecated.  
TimeProtocolServer(int) - Constructor for class com.antelmann.calendar.TimeProtocolServer
Deprecated.  
TimeProtocolServer(int, TimeSystem) - Constructor for class com.antelmann.calendar.TimeProtocolServer
Deprecated.  
timer - Variable in class com.antelmann.util.Monitor
initialized as running during instanciation
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.
titleColumn - Variable in class com.antelmann.sql.BaseDocumentMapper
 
titleField - Variable in class com.antelmann.calendar.SQLCalendarDB
 
toArray() - Method in class com.antelmann.util.SimpleEntry
 
toBaseUnit() - Method in enum com.antelmann.calendar.TimeInterval
allows conversions with other custom time units
toBaseUnit(Number) - Method in class com.antelmann.math.BaseUnit
converts the given number from this unit to the base unit
toBaseUnit(Measurable) - Method in class com.antelmann.math.BaseUnit
uses the converter
toBorderLayout() - Method in enum com.antelmann.util.Direction
 
toByteArray() - Method in class com.antelmann.io.BinaryData
 
toByteArray(InputStream) - Static method in class com.antelmann.io.Data
transfers the given stream into a ByteArrayOutputStream and returns its embedded array; all streams will be closed.
toCell(OOCalc) - Method in class com.antelmann.ooffice.Cell.Location
 
toCell(OOWriter) - Method in class com.antelmann.ooffice.Cell.Location
 
toCell(OOTableWriter) - Method in class com.antelmann.ooffice.Cell.Location
 
toConverter(EntryClassMapper) - Static method in class com.antelmann.db.EntryClassMapper.Adapter
 
toConverter(PatternExtractor<X, Y>) - Static method in class com.antelmann.util.Converter.Adapter
 
toDate(Number) - Static method in class com.antelmann.ooffice.OOCalc
 
toDecimal(long) - Method in enum com.antelmann.calendar.TimeInterval
 
toDecimalHours(long) - Static method in class com.antelmann.calendar.HourFormat
 
toDetailedString() - Method in class com.antelmann.crm.AddressInfoImpl
 
toDetailedString() - Method in class com.antelmann.crm.ContactImpl
 
toDetailedString() - Method in class com.antelmann.crm.GlobalAddress
 
toDetailedString() - Method in class com.antelmann.crm.PersonImpl
 
toDetailedString() - Method in class com.antelmann.crm.SnailMailAddress
 
toDetailedString() - Method in class com.antelmann.db.BaseDocument
 
toDetailedString() - Method in class com.antelmann.db.Category.Adapter
 
toDetailedString() - Method in class com.antelmann.db.Category.Entry
 
toDetailedString() - Method in class com.antelmann.db.LockInfo
 
toDetailedString() - Method in class com.antelmann.db.PropertyEntryImpl
 
toDetailedString() - Method in class com.antelmann.db.Stub
 
toDetailedString() - Method in class com.antelmann.image.ImageURLEntry
 
toDetailedString() - Method in class com.antelmann.math.CounterMap
 
toDetailedString() - Method in class com.antelmann.math.DataPoint
 
toDetailedString() - Method in class com.antelmann.net.mail.Email
 
toDetailedString() - Method in class com.antelmann.net.mail.POP3Account.Config
 
toDetailedString() - Method in class com.antelmann.net.web.YouTubeVideo
 
toDetailedString() - Method in class com.antelmann.ooffice.Cell
 
toDetailedString() - Method in class com.antelmann.opengeodb.GeoLocation
 
toDetailedString() - Method in class com.antelmann.sql.DefaultMappingInfo
 
toDetailedString() - Method in interface com.antelmann.util.DetailedString
provides full details of this instance in a String.
toDetailedString() - Method in class com.antelmann.util.XmlHelper
returns the reformatted xml in utf8 encoding
toDetailedString() - Method in exception com.antelmann.webdav.WebdavException
 
Todo - Annotation Type in com.antelmann
indicates that this class or method still needs some work to function properly
toExtractor(Converter<X, Y>) - Static method in class com.antelmann.util.Converter.Adapter
 
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
toFile() - Method in class com.antelmann.net.Spider
 
toFormat(PatternExtractor<Object, ?>) - Static method in class com.antelmann.util.table.FormattedCellRenderer
 
toFormat(Converter<Object, String>) - Static method in class com.antelmann.util.table.FormattedCellRenderer
 
toFormatter(PatternExtractor<LogEntry, T>) - Static method in class com.antelmann.util.logging.LoggerManager
 
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).
toHtml(Object) - Method in class com.antelmann.math.Money
 
toHtml(Locale) - Method in class com.antelmann.math.Money
provides an HTML encoded String that uses Strings.HTML_SPACE to ensure that the amount is always displayed in a single line
toHtml(Object) - Method in interface com.antelmann.servlet.HtmlSupported
returns a String that contains valid HTML to be embedded in other HTML content
toHtml(Object) - Method in enum com.antelmann.util.Strings.Symbol
 
toImagePoint(Point) - Method in class com.antelmann.image.JImagePanel
 
toLocale(Locale) - Static method in class com.antelmann.ooffice.OfficeUtils
 
toLocale(String) - Static method in class com.antelmann.util.I18n
returns a Locale by parsing the given string assuming that the string is derived from the toString() method of some Locale.
toMeasure() - Method in class com.antelmann.math.Money
 
toNumber(Date) - Static method in class com.antelmann.ooffice.OOCalc
 
toOfficeLocale(Locale) - Static method in class com.antelmann.ooffice.OfficeUtils
 
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.
ToolTipListRenderer - Class in com.antelmann.util.gui
allows to customize the tool tip based on the selected item and optionally some Format or PatternExtractor; even wrapping existing renderer is supported
ToolTipListRenderer() - Constructor for class com.antelmann.util.gui.ToolTipListRenderer
uses the toString() method of the value as a tooltip
ToolTipListRenderer(Format) - Constructor for class com.antelmann.util.gui.ToolTipListRenderer
 
ToolTipListRenderer(ListCellRenderer) - Constructor for class com.antelmann.util.gui.ToolTipListRenderer
 
ToolTipListRenderer(Format, ListCellRenderer) - Constructor for class com.antelmann.util.gui.ToolTipListRenderer
 
ToolTipListRenderer(PatternExtractor<Object, String>) - Constructor for class com.antelmann.util.gui.ToolTipListRenderer
 
ToolTipListRenderer(PatternExtractor<Object, String>, ListCellRenderer) - Constructor for class com.antelmann.util.gui.ToolTipListRenderer
 
top - Variable in class com.antelmann.ooffice.CellBorder
 
topBigDecimalValues(Map<T, ? extends Number>, int, T) - Static method in class com.antelmann.util.Sets
converts the given Map into one that only contains top values.
toPDF(Component, File) - Static method in class com.antelmann.util.PDFUtils
 
toPDF(Component, OutputStream) - Static method in class com.antelmann.util.PDFUtils
uses 300 dpi
toPDF(Component, OutputStream, int) - Static method in class com.antelmann.util.PDFUtils
produces a PDF document with the given output stream and places the given component on the page; the orientation of the document follows the width/height ratio of the component.
toPDF(String, OutputStream) - Static method in class com.antelmann.util.PDFUtils
 
topDoubleValues(Map<T, N>, int, T) - Static method in class com.antelmann.util.Sets
aggregates the given Map into one that only contains top values.
toPerson() - Method in class com.antelmann.webdav.EzvcardHelper
 
TopicMapFilter<T> - Class in com.antelmann.sql
a special filter that works very similar to an SQLMapFilter, but one instance can be applied to different stores with different mappings - based on the topics.
TopicMapFilter() - Constructor for class com.antelmann.sql.TopicMapFilter
 
TopicMapFilter(Object, Object) - Constructor for class com.antelmann.sql.TopicMapFilter
 
TopicMapFilter(Object, Object, Object...) - Constructor for class com.antelmann.sql.TopicMapFilter
 
TopicMapFilter(Map<Object, Object>, Object...) - Constructor for class com.antelmann.sql.TopicMapFilter
if a column is to be sorted descending, put a minus sign before the column name
TopicMapFilter(Map<Object, Object>, Filter<? super T>, Object...) - Constructor for class com.antelmann.sql.TopicMapFilter
if a column is to be sorted descending, put a minus sign before the column name
toProperties(ResourceBundle) - Static method in class com.antelmann.util.I18n
 
toResourceBundle(Map<?, ?>) - Static method in class com.antelmann.util.I18n
 
toSQLMap(Map<String, Object>) - Method in class com.antelmann.sql.BaseRowMapper
used for convenience to convert values from a filtering map
toSQLMapFilter(OpenGeoDB) - Method in class com.antelmann.opengeodb.GeoLocationFilter
through this method, multiple conditions could be combined using SQLComboFilter or converted into a Stub filter.
toString() - Method in class com.antelmann.calendar.CalendarCell
 
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 enum com.antelmann.calendar.Month
 
toString() - Method in class com.antelmann.calendar.NTPClient
 
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 enum com.antelmann.calendar.TimeInterval
 
toString() - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated.  
toString() - Method in enum com.antelmann.calendar.WeekDay
 
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.crm.AddressInfoImpl
 
toString() - Method in class com.antelmann.crm.BankAccount
 
toString() - Method in class com.antelmann.crm.ContactImpl
 
toString() - Method in class com.antelmann.crm.GlobalAddress
 
toString() - Method in enum com.antelmann.crm.Person.Gender
 
toString() - Method in class com.antelmann.crm.PersonImpl
 
toString() - Method in class com.antelmann.crm.PhoneNumber
 
toString() - Method in class com.antelmann.crm.SnailMailAddress
returns the address title in a single line if available
toString() - Method in class com.antelmann.db.AbstractDBEntry
 
toString() - Method in class com.antelmann.db.BaseDocument
 
toString() - Method in class com.antelmann.db.Category.Adapter
 
toString() - Method in class com.antelmann.db.Category.Entry
 
toString() - Method in class com.antelmann.db.DBUpdateEvent
 
toString() - Method in class com.antelmann.db.DefaultDBReference
 
toString() - Method in class com.antelmann.db.DefaultEntryRelationship
 
toString() - Method in class com.antelmann.db.EntryHeader
 
toString() - Method in class com.antelmann.db.Keyword
 
toString() - Method in class com.antelmann.db.remote.RemoteDBChangeFilter
 
toString() - Method in class com.antelmann.db.remote.RemoteDBUpdateEvent.Option
 
toString() - Method in class com.antelmann.db.Stub
returns the toString() value of the displayValue or an empty String if displayValue is null
toString() - Method in class com.antelmann.db.UserImpl
 
toString() - Method in class com.antelmann.genealogy.GPerson
 
toString() - Method in class com.antelmann.image.ImageURLEntry.Thumbnail
 
toString() - Method in class com.antelmann.image.ImageURLEntry
 
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.math.DataPoint
 
toString() - Method in class com.antelmann.math.DefaultUnit
 
toString() - Method in class com.antelmann.math.GeoPoint
 
toString() - Method in class com.antelmann.math.JDataMatrixView.Cell
 
toString() - Method in enum com.antelmann.math.MathOperator
 
toString() - Method in class com.antelmann.math.Measurable.Adapter
 
toString() - Method in class com.antelmann.math.Measure
 
toString() - Method in class com.antelmann.math.Money
uses the currency instance of the default Locale from NumberFormat and applies the applicable currency.
toString(Locale) - Method in class com.antelmann.math.Money
 
toString() - Method in enum com.antelmann.math.RelationalOperator
 
toString() - Method in class com.antelmann.math.RomanNumber
 
toString() - Method in enum com.antelmann.math.SIBaseUnit
 
toString() - Method in class com.antelmann.net.mail.Email.Attachment
 
toString() - Method in class com.antelmann.net.mail.Email.Header
 
toString() - Method in class com.antelmann.net.mail.Email
 
toString() - Method in class com.antelmann.net.mail.POP3Account
 
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.net.web.Tweed
 
toString() - Method in class com.antelmann.ooffice.Cell.Location
 
toString() - Method in class com.antelmann.ooffice.Cell
 
toString() - Method in class com.antelmann.ooffice.OfficeElementTreeNode
 
toString() - Method in class com.antelmann.opengeodb.GeoLocation
 
toString() - Method in class com.antelmann.opengeodb.GeoProperty
 
toString() - Method in class com.antelmann.opengeodb.GeoTypeName
 
toString() - Method in class com.antelmann.sql.RowItem
 
toString() - Method in class com.antelmann.util.ComparableString
 
toString() - Method in class com.antelmann.util.Country
 
toString() - Method in class com.antelmann.util.gui.CategoryNode
 
toString() - Method in enum com.antelmann.util.gui.JDateRangeChooser.Interval
 
toString() - Method in class com.antelmann.util.logging.Level
 
toString() - Method in class com.antelmann.util.logging.LogFile
 
toString() - Method in class com.antelmann.util.Range
 
toString() - Method in class com.antelmann.util.revision.StatusString
 
toString(Collection<?>) - Static method in class com.antelmann.util.Sets
 
toString(Map<?, ?>) - Static method in class com.antelmann.util.Sets
 
toString() - Method in class com.antelmann.util.SimpleEntry
 
toString() - Method in enum com.antelmann.util.Strings.Symbol
 
toString(TableModel, boolean) - Static method in class com.antelmann.util.table.TableUtils
 
toString(TableModel, boolean, String, String) - Static method in class com.antelmann.util.table.TableUtils
 
toString() - Method in class com.antelmann.webdav.CardHeader
 
toStubFilter() - Method in class com.antelmann.sql.SQLMapFilter
 
toTimePeriod(Date, TimeInterval) - Static method in class com.antelmann.math.TimeDataGraphics
 
toTimeUnit() - Method in enum com.antelmann.calendar.TimeInterval
may return null for intervals without a corresponding unit
touch() - Method in class com.antelmann.io.MyFile
returns setLastModified(System.currentTimeMillis()) after possibly creating the file if it didn't exist before.
toXmlString(XMLSerializable) - Static method in class com.antelmann.util.XmlHelper
 
tp - Variable in class com.antelmann.sql.JConnectionLogin
 
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
 
transactionAborted(DBTransaction) - Method in class com.antelmann.db.DBClassStoreCache
 
transactionAborted(DBTransaction) - Method in class com.antelmann.db.DBTransactionStoreAdapter
 
transactionAborted(DBTransaction) - Method in class com.antelmann.db.LoggerTransactionListener
 
transactionAborted(DBTransaction) - Method in class com.antelmann.db.TransactionListener.Adapter
 
transactionAborted(DBTransaction) - Method in interface com.antelmann.db.TransactionListener
called after a database transaction was aborted; the transaction is already inactive.
transactionAborted(DBTransaction) - Method in class com.antelmann.db.UserTransactionListener
 
TransactionalNumberGenerator - Class in com.antelmann.db
provides a wrapper around a given number generator that provides a counter that can increment and cache its generated values within a running transaction without having to make the potentially expensive call to the embedded ValueRetriever.
TransactionalNumberGenerator(ValueRetriever<Long>, DBTransaction) - Constructor for class com.antelmann.db.TransactionalNumberGenerator
 
transactionBegin(DBTransaction) - Method in class com.antelmann.db.DBClassStoreCache
 
transactionBegin(DBTransaction) - Method in class com.antelmann.db.DBTransactionStoreAdapter
 
transactionBegin(DBTransaction) - Method in class com.antelmann.db.LoggerTransactionListener
 
transactionBegin(DBTransaction) - Method in class com.antelmann.db.TransactionCounter
increments the counter by one if the given transaction is the same as the embedded one
transactionBegin(DBTransaction) - Method in class com.antelmann.db.TransactionListener.Adapter
 
transactionBegin(DBTransaction) - Method in interface com.antelmann.db.TransactionListener
called upon beginning a transaction (the transaction is already active)
transactionBegin(DBTransaction) - Method in class com.antelmann.db.UserTransactionListener
 
transactionCommitted(DBTransaction) - Method in class com.antelmann.db.DBClassStoreCache
 
transactionCommitted(DBTransaction) - Method in class com.antelmann.db.DBTransactionStoreAdapter
 
transactionCommitted(DBTransaction) - Method in class com.antelmann.db.LoggerTransactionListener
 
transactionCommitted(DBTransaction) - Method in class com.antelmann.db.TransactionListener.Adapter
 
transactionCommitted(DBTransaction) - Method in interface com.antelmann.db.TransactionListener
called after a successful database commit; the transaction is already inactive.
transactionCommitted(DBTransaction) - Method in class com.antelmann.db.UserTransactionListener
 
TransactionCounter - Class in com.antelmann.db
A TransactionCounter increments its counter upon transaction begin to allow determining whether it's still the same transaction.
TransactionCounter(DBTransaction) - Constructor for class com.antelmann.db.TransactionCounter
After calling the constructor, this instance must still be added as a listener to the given transaction before the counter works.
TransactionException - Exception in com.antelmann.db
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.db.TransactionException
 
TransactionException(Throwable) - Constructor for exception com.antelmann.db.TransactionException
 
TransactionException(String, Throwable) - Constructor for exception com.antelmann.db.TransactionException
 
TransactionListener - Interface in com.antelmann.db
listens for DBTransaction changes and can potentially intervene upon preparing for a commit.
TransactionListener.Adapter - Class in com.antelmann.db
provides convenient empty implementations for all methods
TransactionListener.Adapter() - Constructor for class com.antelmann.db.TransactionListener.Adapter
 
TransactionRequired - Interface in com.antelmann.db
This annotation suggests that implementations of these methods (or all methods of that type) should always be called only in a proper transactional context.
transfer(InputStream, OutputStream) - Static method in class com.antelmann.io.Data
returns number of bytes transfered; closes both streams and flushes
transfer(InputStream, OutputStream, Monitor) - Static method in class com.antelmann.io.Data
 
transfer(InputStream, OutputStream, boolean) - Static method in class com.antelmann.io.Data
transfers the inputstream to the outputstream
transfer(InputStream, OutputStream, boolean, Monitor) - Static method in class com.antelmann.io.Data
 
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
the streams are neither flushed nor closed
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 given number of bytes from one stream to the other
transfer(InputStream, OutputStream, long, byte[], boolean, Monitor) - 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.
transferTable(String, Connection, String, Monitor, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
 
transformImage(Image, AffineTransform) - Static method in class com.antelmann.image.ImageUtils
 
transformImage(Image, BufferedImageOp) - Static method in class com.antelmann.image.ImageUtils
 
translateForColumn(Object, String) - Method in class com.antelmann.sql.RelationshipStore
 
translateForColumn(Object, RelationshipManager.Column) - Method in class com.antelmann.sql.RelationshipStore
 
translateMap(Map<RelationshipManager.Column, Object>) - Method in class com.antelmann.sql.RelationshipStore
responsible for converting the restrictions map to a map that can be used as a TopicMapFilter
translateQueryMap(Map<String, Object>) - Method in class com.antelmann.sql.RelationshipStore
 
translateToMM(int) - Static method in class com.antelmann.ooffice.OfficeUtils
translates the given number of pixels into 100th mm value used by most office attribute values
translateToPixel(int) - Static method in class com.antelmann.ooffice.OfficeUtils
translates the given 100th mm value (used by most office attribute values) into the number of pixels
translateUnoToUrl(String) - Static method in class com.antelmann.ooffice.OfficeUtils
 
translateUrlToUno(String) - Static method in class com.antelmann.ooffice.OfficeUtils
 
TransposedTableModel - Class in com.antelmann.util.table
the first column of the given model will become the header row of the transposed model
TransposedTableModel(TableModel) - Constructor for class com.antelmann.util.table.TransposedTableModel
 
tree - Variable in class com.antelmann.util.table.AbstractDialogCellEditor
cached from the last call to the method that provides the component, so that it's available for the VaueSetter
TreeUtils - Class in com.antelmann.util.gui
provides utility methods for handling trees.
TreeUtils() - Constructor for class com.antelmann.util.gui.TreeUtils
 
trim(String, int) - Static method in class com.antelmann.util.Strings
 
trimIdString(String) - Static method in class com.antelmann.sql.JDBCRowStore
allows to strip the table name from the column name for cases where the id column needed to be specified as [table].
trimIfApplicable(String) - Static method in class com.antelmann.sql.MySqlQueryToViewMapper
 
trimToLastDot(String) - Method in class com.antelmann.sql.ConnectionHelper
 
TwainAdapter - Class in com.antelmann.image
uses some free software from http://www.javajeff.mb.ca/; requires jtwain.dll in the path; note that all methods must run in the AWT event thread.
TwainConnector - Class in com.antelmann.image
uses TwainConnect (www.twainconnect.com) to conveniently obtain an image from a TWAIN source
TwainConnector() - Constructor for class com.antelmann.image.TwainConnector
 
Tweed - Class in com.antelmann.net.web
 
Tweed(RSSItem) - Constructor for class com.antelmann.net.web.Tweed
 
Twitter - Class in com.antelmann.net.web
provides methods to interact with the Twitter service
Twitter() - Constructor for class com.antelmann.net.web.Twitter
uses the properties 'twitter.user' and 'twitter.password' from the Settings
Twitter(String, char[]) - Constructor for class com.antelmann.net.web.Twitter
 
Twitter.Format - Enum in com.antelmann.net.web
 
TYPE - Static variable in class com.antelmann.crm.FriendsEntry
 
type - Variable in class com.antelmann.db.PropertyEntryTableModel
 
TYPE - Static variable in class com.antelmann.opengeodb.GeoTypeName
TEXT value

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) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads