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

G - Static variable in class com.antelmann.math.Weight
gram
GAnnotation - Class in com.antelmann.genealogy
 
GAnnotation(Object, long) - Constructor for class com.antelmann.genealogy.GAnnotation
 
GAnnotation(Object) - Constructor for class com.antelmann.genealogy.GAnnotation
 
GDB - Class in com.antelmann.genealogy.db
 
GDB(Factory<Connection>) - Constructor for class com.antelmann.genealogy.db.GDB
 
GeneralWarning - Exception in com.antelmann.util
 
GeneralWarning() - Constructor for exception com.antelmann.util.GeneralWarning
 
GeneralWarning(String, Throwable) - Constructor for exception com.antelmann.util.GeneralWarning
 
GeneralWarning(String) - Constructor for exception com.antelmann.util.GeneralWarning
 
GeneralWarning(Throwable) - Constructor for exception com.antelmann.util.GeneralWarning
 
generateBarcodeImage(String, String, boolean) - Static method in class com.antelmann.image.ImageUtils
 
generateBarcodeImage(String, String, int, boolean) - Static method in class com.antelmann.image.ImageUtils
if type is null, Code128 is assumed.
generateChartImage(String, Map<String, Number>, int, int) - Static method in class com.antelmann.servlet.PieChartImageServlet
 
generateColorMap() - Static method in class com.antelmann.servlet.TextImageServlet
 
generateEmail(AbstractOfficeDocument) - Method in class com.antelmann.net.mail.HtmlEmailExtractor
 
generateEmail(URL) - Method in class com.antelmann.net.mail.HtmlEmailExtractor
 
generateEmail(File) - Method in class com.antelmann.net.mail.HtmlEmailExtractor
 
generateEmail(InputStream, URL, String) - Method in class com.antelmann.net.mail.HtmlEmailExtractor
 
generateGenericClassStore(String, String) - Method in class com.antelmann.sql.SQLDatabase
generates and returns a generic wrapped DBClassStore on RowItem objects; the store is not put into the database.
generateGenericClassStore(String, String, String) - Method in class com.antelmann.sql.SQLDatabase
generates and returns a generic wrapped DBClassStore on RowItem objects; the store is not put into the database (as multiple stores working on different tables could map to the RowItem class).
generateID() - Static method in class com.antelmann.util.Strings
 
generateImage(String, String, String, String, boolean) - Method in class com.antelmann.servlet.TextImageServlet
 
generateInitalSalt() - Method in class com.antelmann.db.SecureUserImpl
 
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
 
generateLocalUID() - Static method in class com.antelmann.net.mail.IMAPBackup
 
generateNewCount() - Method in class com.antelmann.db.TransactionalNumberGenerator
this method requires to be synchronized on the transaction
generateNewCountFor(String) - Method in class com.antelmann.sql.SQLNumberGenerator
 
generateNewCountFor(String, Date) - Method in class com.antelmann.sql.SQLNumberGenerator
 
generateNewCountFor(String, String) - Method in class com.antelmann.sql.SQLNumberGenerator
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.db.CollectionClassStore
 
generateNewID() - Method in interface com.antelmann.db.DBClassStore
this method is to generate unique new IDs for the DBEntry at hand - if the application has no other specific way of providing new IDs for this implementation.
generateNewID() - Method in class com.antelmann.db.EnumDBStore
 
generateNewID(Class<? extends DBEntry>) - Method in interface com.antelmann.db.IDFactory
generates and returns an Object suitable to be used as a new ID for an instance of the given DBEntry class.
generateNewID() - Method in class com.antelmann.db.ReadOnlyCacheStore
 
generateNewID() - Method in class com.antelmann.db.ReadOnlyStore
 
generateNewID(Class<? extends DBEntry>) - Method in class com.antelmann.db.SessionIdGenerator
this implementation doesn't do anything but returning generateNewID(), thus disregarding the given parameter
generateNewID() - Method in class com.antelmann.db.SessionIdGenerator
 
generateNewID(Class<? extends DBEntry>) - Method in class com.antelmann.db.TransactionalNumberGenerator
calls TransactionalNumberGenerator.getRelevantValue()
generateNewID() - Method in class com.antelmann.db.WrappedDBClassStore
 
generateNewID() - Method in class com.antelmann.io.FileClassStore
 
generateNewID() - Method in class com.antelmann.sql.BaseRowMapper
returns the return value of the given IDFactory or throws UnsupportedOperationException if no IDFactory was supplied
generateNewID() - Method in class com.antelmann.sql.GenericPropertyEntryMapper
simply returns getNextIntID(), unless an IDFactory was provided
generateNewID() - Method in class com.antelmann.sql.JDBCRowStore
returns a value supplied by the mapper
generateNewID() - Method in interface com.antelmann.sql.ObjectRowMapper
 
generateNewID() - Method in class com.antelmann.sql.SerializedEntrySQLMapper
 
generateNewID() - Method in class com.antelmann.sql.UserImplMapper
if no factory is given, getNextIntID is returned
generateNewID() - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
generateNewID() - Method in class com.antelmann.util.Country.Store
 
generateNewNumberFor(String) - Method in class com.antelmann.sql.SQLNumberGenerator
 
generateNewNumberFor(String, Date) - Method in class com.antelmann.sql.SQLNumberGenerator
 
generateNewNumberFor(String, Date, DateFormat) - Method in class com.antelmann.sql.SQLNumberGenerator
 
generateNewNumberFor(String, String) - Method in class com.antelmann.sql.SQLNumberGenerator
returns a String constructed from the interval, the separator and the calculated counter using the embedded NumberFormat
generateNewNumberFor(String, String, NumberFormat) - Method in class com.antelmann.sql.SQLNumberGenerator
 
generatePDF(String, File) - Static method in class com.antelmann.util.PDFUtils
uses the IText package from lowagie.com
generatePropertyEntry(Object, Map<String, Object>) - Method in interface com.antelmann.db.PropertyEntryFactory
generates a new instance based on the given parameters
generateQRCode(String) - Static method in class com.antelmann.image.QRCoder
 
generateQRCode(String, int) - Static method in class com.antelmann.image.QRCoder
 
generateQRCode(String, Color, Color) - Static method in class com.antelmann.image.QRCoder
 
generateQRCode(String, int, Color, Color) - Static method in class com.antelmann.image.QRCoder
generates a QR Code image based on the given parameters using com.google.zxing library
generateQuery(String, String, boolean, String) - Static method in class com.antelmann.servlet.barcode.BarcodeImageServlet
generates the string that is to follow the ?
generateQuery(ServletRequest) - Static method in class com.antelmann.servlet.barcode.BarcodeImageServlet
generates the string that is to follow the ?
generateQueryString(String, Font, Color, Color, boolean) - Static method in class com.antelmann.servlet.TextImageServlet
generates the query part that is to follow the '?'
generateQueryString(HttpServletRequest) - Static method in class com.antelmann.servlet.TextImageServlet
generates the query part that is to follow the '?'
generateRowProperties(T) - Method in class com.antelmann.image.ImageURLEntryMapper
 
generateRowProperties(T) - Method in class com.antelmann.image.ThumbnailMapper
 
generateRowProperties(M) - Method in class com.antelmann.net.mail.MessageEntryMapper
 
generateRowProperties(T) - Method in class com.antelmann.sql.BaseDocumentMapper
 
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.
generateRowProperties(T) - Method in class com.antelmann.sql.BeanMapper
 
generateRowProperties(T) - Method in class com.antelmann.sql.DBDocumentStore.Mapper
 
generateRowProperties(T) - Method in class com.antelmann.sql.GenericPropertyEntryMapper
simply returns entry.getProperties() and 'translates' it if BaseRowMapper.isTranslate() is set
generateRowProperties(T) - Method in class com.antelmann.sql.MappedEntryMapper
 
generateRowProperties(T) - Method in class com.antelmann.sql.RelationshipStore.Mapper
 
generateRowProperties(DBEntry) - Method in class com.antelmann.sql.SerializedEntrySQLMapper
 
generateRowProperties(T) - Method in class com.antelmann.sql.UserImplMapper
 
generateSalt(int) - Static method in class com.antelmann.io.Data
generates a randomly generated array of bytes to be used as salt for hashing algorithms
generateSessionPrefix() - Method in class com.antelmann.db.SessionIdGenerator
this method is to access the database to generate a new session prefix on every call and also store it into the database, so that it is guaranteed that no other call ever re-uses this prefix again.
generateSessionPrefix() - Method in class com.antelmann.genealogy.db.GIDFactory
 
generateSQLSessionPrefix(Connection, String, String, String, String, String) - Method in class com.antelmann.db.SessionIdGenerator
 
generateTextImage(String) - Static method in class com.antelmann.image.ImageUtils
generates an image based on the given text.
generateTextImage(String, Font, Paint, Paint, boolean) - Static method in class com.antelmann.image.ImageUtils
generates an image based on the given text.
generateToken() - Method in class com.antelmann.db.LockManager
 
generateTransparentImage(int, int) - Static method in class com.antelmann.image.ImageUtils
 
GenericPropertyEntryMapper<T extends PropertyEntry> - Class in com.antelmann.sql
provides an easy way to map a table to a PropertyEntry class; this implementation makes several (common) assumptions about the mapping.
GenericPropertyEntryMapper(Database<Connection>, String, String, Class<T>) - Constructor for class com.antelmann.sql.GenericPropertyEntryMapper
uses reflection to utilize the constructor that takes the ID and then the properties as a map
GenericPropertyEntryMapper(Database<Connection>, String, String, String, Class<T>) - Constructor for class com.antelmann.sql.GenericPropertyEntryMapper
uses reflection to utilize the constructor that takes the ID and then the properties as a map
GenericPropertyEntryMapper(Database<Connection>, String, String, PropertyEntryFactory<T>, Class<T>) - Constructor for class com.antelmann.sql.GenericPropertyEntryMapper
uses the factory to generate instances; either factory or type must not be null
GenericPropertyEntryMapper(Database<Connection>, String, String, IDFactory, Class<T>) - Constructor for class com.antelmann.sql.GenericPropertyEntryMapper
 
GenericPropertyEntryMapper(Database<Connection>, String, String, String, PropertyEntryFactory<T>, Class<T>) - Constructor for class com.antelmann.sql.GenericPropertyEntryMapper
uses the factory to generate instances; either factory or type must not be null
GenericPropertyEntryMapper(Database<Connection>, String, String, String, PropertyEntryFactory<T>, Class<T>, IDFactory) - Constructor for class com.antelmann.sql.GenericPropertyEntryMapper
uses the factory to generate instances; either factory or type must not be null
GenericPropertyEntryMapper(DBClassStore<?>, Class<T>) - Constructor for class com.antelmann.sql.GenericPropertyEntryMapper
 
GenericPropertyEntryMapper(DBClassStore<?>, PropertyEntryFactory<T>, Class<T>, IDFactory) - Constructor for class com.antelmann.sql.GenericPropertyEntryMapper
 
GenericPropertyEntryStore<T extends PropertyEntry> - Class in com.antelmann.sql
automatically maps a PropertyEntry class to a database, where some default assumptions have to be met.
GenericPropertyEntryStore(Database<Connection>, String, String, Class<T>) - Constructor for class com.antelmann.sql.GenericPropertyEntryStore
 
GenericPropertyEntryStore(Database<Connection>, String, String, Class<T>, IDFactory) - Constructor for class com.antelmann.sql.GenericPropertyEntryStore
 
GenericPropertyEntryStore(Database<Connection>, String, String, String, Class<T>) - Constructor for class com.antelmann.sql.GenericPropertyEntryStore
 
GenericPropertyEntryStore(Database<Connection>, String, String, PropertyEntryFactory<T>, Class<T>) - Constructor for class com.antelmann.sql.GenericPropertyEntryStore
 
GenericPropertyEntryStore(Database<Connection>, String, String, String, PropertyEntryFactory<T>, Class<T>) - Constructor for class com.antelmann.sql.GenericPropertyEntryStore
 
GenericPropertyEntryStore(Database<Connection>, String, String, String, PropertyEntryFactory<T>, Class<T>, IDFactory) - Constructor for class com.antelmann.sql.GenericPropertyEntryStore
 
GenericPropertyEntryStore(Database<Connection>, GenericPropertyEntryMapper<T>, Class<T>) - Constructor for class com.antelmann.sql.GenericPropertyEntryStore
 
GenericPropertyEntryStore(DBClassStore<?>, Class<T>) - Constructor for class com.antelmann.sql.GenericPropertyEntryStore
takes table, id column, display column names and table query (if applicable) from the given reference store; additionally, new ids are generated through the given store
GenericPropertyEntryStore(DBClassStore<?>, PropertyEntryFactory<T>, Class<T>, IDFactory) - Constructor for class com.antelmann.sql.GenericPropertyEntryStore
takes table, id column, display column names and table query (if applicable) from the given reference store.
Genre - Class in com.antelmann.cddb
A Genre specifies the category for a composition.
Genre(String) - Constructor for class com.antelmann.cddb.Genre
 
GeoEncoded - Interface in com.antelmann.math
 
GeoLocation - Class in com.antelmann.opengeodb
represents a location entry in the OpenGeoDB
GeoLocation(Object) - Constructor for class com.antelmann.opengeodb.GeoLocation
 
GeoLocationFilter - Class in com.antelmann.opengeodb
 
GeoLocationFilter(GeoTypeName, Object) - Constructor for class com.antelmann.opengeodb.GeoLocationFilter
 
GeoPoint - Class in com.antelmann.math
an immutable representation of a location on earth.
GeoPoint(String) - Constructor for class com.antelmann.math.GeoPoint
 
GeoPoint(String, String) - Constructor for class com.antelmann.math.GeoPoint
 
GeoPoint(String, String, String) - Constructor for class com.antelmann.math.GeoPoint
 
GeoPoint(Number, Number) - Constructor for class com.antelmann.math.GeoPoint
 
GeoPoint(Number, Number, Number) - Constructor for class com.antelmann.math.GeoPoint
 
GeoPoint(double, double) - Constructor for class com.antelmann.math.GeoPoint
 
GeoPoint(double, double, double) - Constructor for class com.antelmann.math.GeoPoint
 
GeoPoint(BigDecimal, BigDecimal) - Constructor for class com.antelmann.math.GeoPoint
 
GeoPoint(BigDecimal, BigDecimal, BigDecimal) - Constructor for class com.antelmann.math.GeoPoint
 
GeoProperty - Class in com.antelmann.opengeodb
 
GeoType - Enum in com.antelmann.opengeodb
 
GeoTypeName - Class in com.antelmann.opengeodb
 
get(Database<?>, DBReference) - Static method in class com.antelmann.db.DBUtils
determines whether there is a relevant store that contains the relevant id for the given reference in the given database.
get() - Method in class com.antelmann.net.CGI
 
get(String, String) - Method in class com.antelmann.net.CGI
 
get(String[][]) - Method in class com.antelmann.net.CGI
 
get(Map<?, ?>) - Method in class com.antelmann.net.CGI
 
get(String) - Method in class com.antelmann.net.CGI
 
get(String) - Method in class com.antelmann.util.CipherKey
convenience method; calls and returns the result of CipherKey.decode(String), but doesn't throw an exception; instead it returns the given string in case of a failure
get2Dimensionals() - Static method in enum com.antelmann.util.Direction
 
getAcceptDirectories() - Method in class com.antelmann.io.ExtensionFileFilter
 
getAcceptedIssuers() - Method in class com.antelmann.net.SSLHelper
 
getAccessConnection(File) - Method in class com.antelmann.sql.Connector
 
getAccessConnection(File, String, String, boolean) - Method in class com.antelmann.sql.Connector
 
getAccessController() - Method in class com.antelmann.db.AbstractDatabase
 
getAccessFilter() - Method in class com.antelmann.db.UserImpl
 
getAccessFilter() - Method in class com.antelmann.db.WrappedDBClassStore
 
getAccessibleObjects() - Method in class com.antelmann.db.UserImpl
returns an unmodifiable view over all actions that can be accessed by this user - provided that the hasAccess(Object) method is not overridden.
getAccessInboxBeforeSend() - Method in class com.antelmann.net.mail.POP3Account
false by default
getAccessStubFilter() - Method in class com.antelmann.db.WrappedDBClassStore
 
getAccount() - Method in class com.antelmann.net.mail.AccountReader
 
getAccount() - Method in class com.antelmann.net.mail.EmailConverter
 
getAccountNumber() - Method in class com.antelmann.crm.BankAccount
 
getActionListeners() - Method in class com.antelmann.util.table.JTableFilterTextField
 
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.OfficeUtils
 
getActiveDocument() - Static method in class com.antelmann.ooffice.OOCalc
seeks the currently active document on the desktop (if any) and returns it
getActiveDocument() - Static method in class com.antelmann.ooffice.OODraw
seeks the currently active document on the desktop (if any) and returns it
getActiveDocument() - Static method in class com.antelmann.ooffice.OOWriter
seeks the currently active document on the desktop (if any) and returns it
getActiveSheet() - Method in class com.antelmann.ooffice.OOCalc
 
getActiveUsers() - Method in class com.antelmann.db.AbstractUserLoginStore
 
getActiveUsers() - Method in interface com.antelmann.db.UserLoginStore
returns a generated array of currently active users (never null).
getActiveUsers() - Method in class com.antelmann.sql.UserImplStore
 
getAddedTypes() - Method in class com.antelmann.io.ExtensionFileFilter
returns file types other than the default type if they were added through addType(String).
getAdditionalGrids() - Method in class com.antelmann.math.TimeDataGrid
access to a list where other grids can be added, so that one Enumeration can run through multiple grids
getAdditionalMatrix(int) - Method in class com.antelmann.math.DataMatrix
 
getAdditionalMatrixes() - Method in class com.antelmann.math.DataMatrix
returns an unmodifiable view of the additional matrixes
getAddress() - Method in class com.antelmann.cddb.CDDBServer
 
getAddress() - Method in interface com.antelmann.crm.Addressable
always returns a non-null value referring directly to the embedded main Address instance, which provides a way to 'address' the implementing instance
getAddress() - Method in class com.antelmann.crm.AddressInfoImpl
 
getAddress() - Method in class com.antelmann.crm.ContactImpl
 
getAddress() - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
getAddressDetailString() - Method in class com.antelmann.crm.GlobalAddress
provides a (multi-line) String that displays all relevant address data
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
 
getAddresses() - Method in class com.antelmann.webdav.EzvcardHelper
 
getAddressKey(String) - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
getAddressKey(AddressKey) - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
getAddressMap() - Method in class com.antelmann.crm.PropertyEntryWithAddress
returns an unmodifiable view of the embedded map
getAddressString() - Method in class com.antelmann.crm.SnailMailAddress
returns the address string to be used for the current locale
getAddressString(Locale) - Method in class com.antelmann.crm.SnailMailAddress
returns the address for use in a document.
getAddressString(Address[]) - Static method in class com.antelmann.net.mail.MessageEntry
 
getAgent() - Method in class com.antelmann.net.ServerLogEntry
 
getAggregatedFunctionValue(String, String, SQLFunction, String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
 
getAggregatedFunctionValue(String, String, String, String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
returns the value of the given method on the given field in the given table based on the given function; null is returned if no entries were found in the database.
getAlbum() - Method in class com.antelmann.sound.MP3FileProperties
 
getAlertHandler() - Method in class com.antelmann.calendar.AlertTimer
 
getAlertMessage() - Method in class com.antelmann.calendar.Alert
 
getAlertPeriod() - Method in class com.antelmann.image.MJPEGHandler
 
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
 
getAlgorithm() - Method in class com.antelmann.util.CipherKey
returns the algorithm of the embedded Cipher object
getAlgorithmParameterGenerators() - Static method in class com.antelmann.util.SecurityUtils
 
getAlgorithmParameters() - Static method in class com.antelmann.util.SecurityUtils
 
getAll(String) - Static method in class com.antelmann.cddb.ArgumentParser
 
getAll(String, String) - Static method in class com.antelmann.cddb.ArgumentParser
 
getAll() - Static method in class com.antelmann.math.LengthUnit
 
getAll(String[]) - Method in class com.antelmann.sql.BaseRowMapper
returns all table rows with the given columns as a ResultSet; if the parameter is null or empty, all columns of the table (or tableQuery if applicable) are retrieved
getAll() - Method in class com.antelmann.util.AbstractIterator
 
getAll() - Static method in class com.antelmann.util.Country
 
getAll() - Method in class com.antelmann.util.HandlerList
returns a newly generated list not backed by the embedded list
getAll() - Method in class com.antelmann.util.ProcessorList
returns a newly created list not backed by the embedded list
getAllChildren(Category<T>, T) - Static method in class com.antelmann.db.Category.Adapter
does not include the given category itself
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).
getAllFilters() - Method in class com.antelmann.sql.SQLComboFilter
returns all filters that this instance is using in some combined fashion
getAllowsChildren() - Method in class com.antelmann.io.FileTreeNode
 
getAllowsChildren() - Method in class com.antelmann.net.URLNode
 
getAllowsChildren() - Method in class com.antelmann.ooffice.OfficeElementTreeNode
 
getAllowsChildren() - Method in class com.antelmann.util.gui.CategoryNode
 
getAllReservedColumns() - Method in class com.antelmann.sql.PropertyMapper
returns all columns that are not to be mapped as properties as they are already reserved for special topics that are mapped otherwise.
getAllStackTracesAsString() - Static method in class com.antelmann.Debug
 
getAllSubCategoryIDs(DBReference) - Method in interface com.antelmann.db.CategoryManager
 
getAllSubCategoryIDs(DBReference) - Method in class com.antelmann.sql.CategoryStore
 
getAllTagText(String) - Method in class com.antelmann.util.XmlHelper
 
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
getAllUsers() - Method in class com.antelmann.db.DefaultUserLoginStore
returns all users available in this store
getAllValuesForProperty(String) - Static method in class com.antelmann.Settings
 
getAltitude() - Method in class com.antelmann.math.GeoPoint
 
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
 
getAmount() - Method in class com.antelmann.math.Measurable.Adapter
 
getAmount() - Method in interface com.antelmann.math.Measurable
represents the quantity of this measurable entity
getAmount() - Method in class com.antelmann.math.Measure
 
getAmount() - Method in class com.antelmann.math.Money
 
getAntelmannIcon() - Static method in class com.antelmann.util.gui.Menus
 
getAppendable() - Method in class com.antelmann.util.logging.AppendableLogWriter
 
getApplicationName() - Static method in class com.antelmann.Version
returns Settings.getProperty("application.name")
getApplyAlwaysEnabled() - Method in class com.antelmann.util.gui.FormDialog
if false (the default), the apply button (if available) is only turned on by calling the propertyChange() method and will be disabled after each time the button is pressed
getArtist() - Method in class com.antelmann.sound.MP3FileProperties
 
getAtomicClock() - Method in class com.antelmann.calendar.AtomicTime
Deprecated. returns the clock in use
getAttachmentCount() - Method in class com.antelmann.net.mail.MessageEntry
 
getAttachments() - Method in class com.antelmann.net.mail.Email
may return an empty array, but not null
getAuthenticatedUserName(HttpServletRequest) - Static method in class com.antelmann.servlet.ServletUtils
 
getAuthenticatedUserPassword(HttpServletRequest) - Static method in class com.antelmann.servlet.ServletUtils
 
getAuthentication() - Method in class com.antelmann.net.mail.POP3Account
 
getAuthenticationUser() - Method in class com.antelmann.net.Spider
 
getAuthor() - Method in class com.antelmann.net.web.YouTubeVideo
 
getAuthorizationUser() - Method in class com.antelmann.net.CGI
 
getAutoCommit() - Method in class com.antelmann.sql.ConnectionWrapper
 
getAvailableClassStores() - Method in class com.antelmann.db.AbstractDatabase
 
getAvailableClassStores() - Method in interface com.antelmann.db.Database
returns an unmodifiable view of the existing classes that map to a DBClassStore in this database
getAvailableGroups() - Method in class com.antelmann.util.gui.JTagsField
 
getAvailableProfileClasses() - Method in class com.antelmann.db.DBStoreProfiler
 
getAvailableTransports() - Method in class com.antelmann.crm.GlobalAddress
 
getAverage() - Method in class com.antelmann.math.DataPoint
 
getAverageValue(String, String) - Method in class com.antelmann.sql.ConnectionHelper
 
getAxisCount() - Method in interface com.antelmann.math.DataParser
 
getAxisCount() - Method in class com.antelmann.math.DefaultDataParser
 
getAxisName(int) - Method in interface com.antelmann.math.DataParser
 
getAxisName(int) - Method in class com.antelmann.math.DefaultDataParser
 
getAxisNames() - Method in class com.antelmann.math.DataMatrix
 
getAxisTopValues(String, DataPoint.ValueType, int, Object) - Method in class com.antelmann.math.DataMatrix
 
getAxisTopValues(int, DataPoint.ValueType, int, Object) - Method in class com.antelmann.math.DataMatrix
 
getAxisTotals(String) - Method in class com.antelmann.math.DataMatrix
 
getAxisTotals(int) - Method in class com.antelmann.math.DataMatrix
 
getAxisType(int) - Method in interface com.antelmann.math.DataParser
 
getAxisType(int) - Method in class com.antelmann.math.DefaultDataParser
 
getAxisValues(String) - Method in class com.antelmann.math.DataMatrix
 
getAxisValues(int) - Method in class com.antelmann.math.DataMatrix
 
getBackDoorUser() - Method in class com.antelmann.db.AbstractUserLoginStore
 
getBackgroundColorStyler(Color) - Static method in class com.antelmann.util.table.StyledCellRenderer
 
getBadInputAction() - Method in class com.antelmann.util.gui.DocumentTextFilter
 
getBand() - Method in class com.antelmann.sound.MP3FileProperties
 
getBankAccount() - Method in class com.antelmann.crm.GlobalAddress
 
getBankCode() - Method in class com.antelmann.crm.BankAccount
 
getBarcodeTypes() - Static method in class com.antelmann.servlet.barcode.BarcodeImageServlet
 
getBase() - Method in class com.antelmann.math.BaseUnit
 
getBaseCurrency() - Method in class com.antelmann.math.MoneyConverter
 
getBaseDir() - Method in class com.antelmann.util.gui.JFileField
 
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.util.gui.JDateRangeChooser
returns the day begin of the visually selected date
getBegin() - Method in class com.antelmann.util.Range
 
getBeginTime() - Method in class com.antelmann.calendar.CalendarEntry
 
getBeginTime() - Method in class com.antelmann.calendar.JDayGrid
time in millisec from the begin of the day
getBeginTime() - Method in class com.antelmann.crm.AddressInfoImpl
 
getBeginTime() - Method in class com.antelmann.crm.ContactImpl
 
getBeginTime() - Method in class com.antelmann.db.BaseDocument
 
getBeginTime() - Method in class com.antelmann.db.DefaultEntryRelationship
 
getBeginTime() - Method in class com.antelmann.genealogy.GEventImpl
 
getBeginTime() - Method in class com.antelmann.image.ImageURLEntry
returns ImageURLEntry.getDate()
getBeginTime() - Method in class com.antelmann.opengeodb.GeoProperty
 
getBeginTime() - Method in interface com.antelmann.util.LifeCycleObject
 
getBeginType() - Method in class com.antelmann.opengeodb.GeoProperty
 
getBIC() - Method in class com.antelmann.crm.BankAccount
 
getBinaryTagData(String) - Method in class com.antelmann.util.XmlHelper
 
getBirthday() - Method in interface com.antelmann.crm.Person
 
getBirthday() - Method in class com.antelmann.crm.PersonImpl
 
getBirthday() - Method in class com.antelmann.genealogy.GPerson
 
getBirthLocation() - Method in class com.antelmann.genealogy.GPerson
 
getBitrate() - Method in class com.antelmann.sound.MP3FileProperties
 
getBlack() - Method in class com.antelmann.util.gui.CustomTheme
 
getBookmarkCursor(String) - Method in class com.antelmann.ooffice.OOWriter
throws IllegalArgumentException if the bookmark is not found
getBookmarkRange(String) - Method in class com.antelmann.ooffice.OOWriter
may return null if the bookmark is not found
getBookmarks() - Method in class com.antelmann.ooffice.OOWriter
 
getBookmarkText(String) - Method in class com.antelmann.ooffice.OOWriter
 
getBoolean(String) - Method in class com.antelmann.db.PropertyEntryImpl
 
getBooleanColumns() - Method in class com.antelmann.sql.DefaultMappingInfo
 
getBorderInsets(Component) - Method in class com.antelmann.util.gui.BackgroundImageBorder
 
getBoundEnvironment() - Method in class com.antelmann.License
returns an unmodifiable view of the bound environment variables of this license
getBoundMacAddress() - Method in class com.antelmann.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
 
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.
getBusinessCardString() - Method in class com.antelmann.crm.ContactImpl
the returned String (as opposed to ContactImpl.toDetailedString() uses Strings.lb
getBusinessYear(Date, Month) - Method in class com.antelmann.calendar.CalendarHelper
 
getBusinessYear(Date, int) - Method in class com.antelmann.calendar.CalendarHelper
 
getButton() - Method in class com.antelmann.util.gui.JURLField
 
getButtonContainer() - Method in interface com.antelmann.util.gui.Form
provides the container that contains the functional buttons of the Form, so that other additional buttons may be added here
getButtonContainer() - Method in class com.antelmann.util.gui.FormDialog
 
getButtonContainer() - Method in class com.antelmann.util.gui.FormFrame
returns the toolbar that already contains save and close buttons
getButtonContainer() - Method in class com.antelmann.util.gui.FormInternalFrame
 
getButtonContainer() - Method in class com.antelmann.util.gui.FormPanel
 
getButtonPanel() - Method in class com.antelmann.util.gui.FormDialog
returns the panel that contains the buttons for the available form actions (ok, cancel, apply) so that another special button may be added.
getBytes() - Method in class com.antelmann.net.Spider
retrieves the raw content from the embedded URL.
getBytesRead() - Method in class com.antelmann.image.MJPEGReader
 
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
getCache() - Method in class com.antelmann.util.logging.LoggerCache
always returns an array of the size of the cache with the current content where the first element is the latest
getCachedData() - Method in class com.antelmann.math.ObjectAnalyzer
 
getCachedImages() - Method in class com.antelmann.image.MJPEGHandler
 
getCacheHitCounter() - Method in class com.antelmann.db.DBClassStoreCache
 
getCacheSize() - Method in class com.antelmann.db.DBClassStoreCache
 
getCacheSize() - Method in class com.antelmann.util.logging.LoggerCache
 
getCalc() - Method in class com.antelmann.ooffice.OfficeComponent
a convenience method that accesses the embedded office component as an OOSpreadsheet instance; this only works if indeed a Calc document was previously loaded
getCalendar() - Method in class com.antelmann.calendar.CalendarHelper
returns the currently used Calendar instance
getCalendar() - Method in class com.antelmann.calendar.CalendarTableModel
changing the calendar (for instance its date or the first day of the week) will change the contents of this model from behind, so instead of doing that, call CalendarTableModel.setCalendar(Calendar).
getCalendar() - Method in class com.antelmann.calendar.NTPServer
Deprecated. returns the calendar used to localize the time
getCalendar() - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated. returns the calendar used to localize the time
getCalendar() - Method in class com.antelmann.calendar.TimeProtocolServer
Deprecated. returns the calendar used to localize the time
getCalendarEntry() - Method in class com.antelmann.calendar.Alert
 
getCalendarIcs() - Method in class com.antelmann.webdav.CaldavClient
 
getCalendarIcsContent() - Method in class com.antelmann.webdav.CaldavClient
 
getCalendarModel() - Method in class com.antelmann.calendar.CalendarTableModel
 
getCalendarXml() - Method in class com.antelmann.webdav.CaldavClient
 
getCancelAction() - Method in class com.antelmann.util.gui.FormDialog
 
getCatalog() - Method in class com.antelmann.sql.ConnectionWrapper
 
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
 
getCategories() - Method in class com.antelmann.math.DataMap
 
getCategory() - Method in class com.antelmann.cddb.CDDBRecord
returns the category under which this record is filed
getCategory() - Method in interface com.antelmann.db.Categorized
 
getCategoryName() - Method in class com.antelmann.db.Category.Adapter
 
getCategoryName() - Method in class com.antelmann.db.Category.Entry
 
getCategoryName() - Method in interface com.antelmann.db.Category
returns the name for this category
getCategoryName() - Method in class com.antelmann.opengeodb.GeoLocation
 
getCategoryUsageFilterFor(Class<S>, Object) - Method in interface com.antelmann.db.CategoryManager
 
getCategoryUsageFilterFor(Class<S>, Object) - Method in class com.antelmann.sql.CategoryStore
 
getCategoryUserStores() - Method in interface com.antelmann.db.CategoryManager
 
getCategoryUserStores() - Method in class com.antelmann.sql.CategoryStore
 
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(int, int, int) - Method in class com.antelmann.ooffice.OOCalc
 
getCell(String, int, int) - Method in class com.antelmann.ooffice.OOCalc
 
getCell(int, String) - Method in class com.antelmann.ooffice.OOCalc
 
getCell(String) - Method in class com.antelmann.ooffice.OOCalc
 
getCell(String, String) - Method in class com.antelmann.ooffice.OOCalc
 
getCell(String, int, int) - Method in class com.antelmann.ooffice.OOTableWriter
 
getCell(String, String) - Method in class com.antelmann.ooffice.OOTableWriter
 
getCellAddress() - Method in class com.antelmann.ooffice.Cell.Location
 
getCellContent(XCell) - Method in class com.antelmann.ooffice.OOCalc
 
getCellDate(Cell) - Method in class com.antelmann.ooffice.OOCalc
allows to interpret the contents of the given cell as a Date
getCellEditor(boolean, boolean) - Static method in class com.antelmann.util.Country
 
getCellEditorValue() - Method in class com.antelmann.util.table.AbstractDialogCellEditor
 
getCellEditorValue() - Method in class com.antelmann.util.table.FontCellEditor
 
getCellEditorValue() - Method in class com.antelmann.util.table.FormattedCellEditor
 
getCellEditorValue() - Method in class com.antelmann.util.table.MultiLineCellTextEditor
 
getCellEditValueHandler() - Method in class com.antelmann.math.JDataMatrixView
 
getCellForBookmark(String) - Method in class com.antelmann.ooffice.OOTableWriter
 
getCellForCursor(XTextCursor) - Method in class com.antelmann.ooffice.OOTableWriter
 
getCellFormula(XCell) - Method in class com.antelmann.ooffice.OOCalc
 
getCellNameFor(XCell) - Method in class com.antelmann.ooffice.OOTableWriter
 
getCellNameFor(String) - Method in class com.antelmann.ooffice.OOTableWriter
 
getCellNamesFor(String) - Method in class com.antelmann.ooffice.OOTableWriter
 
getCellRange(String) - Method in class com.antelmann.ooffice.OOCalc
 
getCellRange(int, String) - Method in class com.antelmann.ooffice.OOCalc
 
getCellRange(String, String) - Method in class com.antelmann.ooffice.OOCalc
 
getCellRange(int, Rectangle) - Method in class com.antelmann.ooffice.OOCalc
 
getCellText(XCell) - Method in class com.antelmann.ooffice.OOCalc
based on the unquoted formula
getCellText(XCell) - Method in class com.antelmann.ooffice.OOTableWriter
 
getCellValue(XCell) - Method in class com.antelmann.ooffice.OOCalc
returns 0 if the cell doesn't have a numeric value
getCertificateTypes() - Static method in class com.antelmann.util.SecurityUtils
 
getChangeButton() - Method in class com.antelmann.util.gui.JCategoryField
 
getChangeListeners() - Method in class com.antelmann.math.JDataMatrixView
 
getChannel() - Method in class com.antelmann.net.web.RSSHandler
returns the first available channel in this rss feed (if any)
getChannel() - Method in class com.antelmann.net.web.RSSItem
 
getChannel() - Method in class com.antelmann.net.web.RSSMenu
 
getChannels() - Method in class com.antelmann.net.web.RSSHandler
returns all available channels in this rss feed
getCharacterCount() - Method in class com.antelmann.ooffice.OOWriter
 
getCharset() - Method in class com.antelmann.io.MyFile
null by default; the platform default encoding will be used
getCharset() - Method in class com.antelmann.net.CGI
returns the character set used for encoding (defaults to 'UTF-8')
getCharset() - Method in class com.antelmann.net.Spider
 
getCharset() - Method in class com.antelmann.webdav.WebdavClient
 
getChild(Object, int) - Method in class com.antelmann.util.gui.SubTreeModel
 
getChildAt(int) - Method in class com.antelmann.io.FileTreeNode
 
getChildAt(int) - Method in class com.antelmann.net.URLNode
 
getChildAt(int) - Method in class com.antelmann.ooffice.OfficeElementTreeNode
 
getChildAt(int) - Method in class com.antelmann.util.gui.CategoryNode
 
getChildCount() - Method in class com.antelmann.io.FileTreeNode
 
getChildCount() - Method in class com.antelmann.net.URLNode
 
getChildCount() - Method in class com.antelmann.ooffice.OfficeElementTreeNode
 
getChildCount() - Method in class com.antelmann.util.gui.CategoryNode
 
getChildCount(Object) - Method in class com.antelmann.util.gui.SubTreeModel
 
getChildElements(boolean) - Method in class com.antelmann.util.XmlHelper
if all is false, only direct child elements are returned
getChildElements(String, boolean) - Method in class com.antelmann.util.XmlHelper
if all is false, only direct child elements are returned
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.
getChildren() - Method in class com.antelmann.ooffice.OfficeElementTreeNode
 
getChoosableColumns() - Method in class com.antelmann.sql.DefaultMappingInfo
 
getChosenInterval() - Method in class com.antelmann.util.gui.JDateRangeChooser
 
getCipherKey() - Method in class com.antelmann.sql.Connector
 
getCity() - Method in class com.antelmann.crm.SnailMailAddress
 
getCityForZip(String) - Method in class com.antelmann.opengeodb.OpenLocationServiceDE
useful when determining multiple city names
getClassFor(String) - Method in class com.antelmann.util.gui.JPropertyEntryComponent
this implementation returns the property value of the given key from the embedded entry; null is returned if the value from this entry instance is null.
getClassLoader() - Static method in class com.antelmann.Settings
returns the ClassLoader currently used to locate resources
getClickCountToStart() - Method in class com.antelmann.util.table.AbstractSpecialCellEditor
determines how many mouse clicks are needed to switch to edit mode; defaults to 2
getClientInfo(String) - Method in class com.antelmann.sql.ConnectionWrapper
 
getClientInfo() - Method in class com.antelmann.sql.ConnectionWrapper
 
getClipboardAsString() - Method in class com.antelmann.ooffice.OOWriter
retrieves the UTF text content from the office clipboard
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 (which may be null); its standard instance is the default value.
getColor(Number) - Method in class com.antelmann.image.ColorPath
 
getColor(float) - Method in class com.antelmann.image.ColorPath
 
getColor() - Method in class com.antelmann.util.TextPrinter
 
getColorByName(String) - Static method in class com.antelmann.image.ImageUtils
first, this method looks for a field name (such as 'green') to derive the color, then it calls Color.decode(String).
getColorEditor() - Static method in class com.antelmann.util.table.TableUtils
edits Color objects
getColorMap() - Method in class com.antelmann.image.ColorPath
returns an unmodifiable view of the embedded data
getColorNumber(Color) - Static method in class com.antelmann.ooffice.OfficeUtils
 
getColorRenderer() - Static method in class com.antelmann.util.table.TableUtils
renders Color objects
getColorStyler(Color) - Static method in class com.antelmann.util.table.StyledCellRenderer
 
getColorStyler(Color, Color) - Static method in class com.antelmann.util.table.StyledCellRenderer
 
getColumn() - Method in class com.antelmann.ooffice.Cell
 
getColumn() - Method in class com.antelmann.ooffice.Cell.Location
 
getColumn(int, int) - Method in class com.antelmann.ooffice.OOCalc
 
getColumn(AccessibleObject) - Static method in class com.antelmann.sql.MappedEntryMapper
 
getColumn(TableModel, String) - Static method in class com.antelmann.util.table.TableUtils
if the column name is not found, -1 is returned
getColumnClass(int) - Method in class com.antelmann.calendar.CalendarTableModel
returns CalendarCell for all columns
getColumnClass(int) - Method in class com.antelmann.db.DatabaseTableModel
 
getColumnClass(int) - Method in class com.antelmann.db.DBStoreProfiler.ProfileModel
 
getColumnClass(int) - Method in class com.antelmann.db.StoreUpdateTableModel
 
getColumnClass(int) - Method in class com.antelmann.math.DataMap.SnapshotModel
 
getColumnClass(int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
getColumnClass(int) - Method in class com.antelmann.ooffice.XPropertyTableModel
 
getColumnClass(int) - Method in class com.antelmann.sql.JDBCTableModel
 
getColumnClass(int) - Method in class com.antelmann.sql.ResultSetMetaDataTableModel
 
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.util.table.AbstractObjectTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.CustomThemeTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.FilteredTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.MethodTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.MovableTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.PatternTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.RowNumberTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.SortableTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.StringMapTableModel
 
getColumnClass(int) - Method in class com.antelmann.util.table.TableModelCopy
 
getColumnClass(int) - Method in class com.antelmann.util.table.TableModelView
 
getColumnClass(int) - Method in class com.antelmann.util.table.TableModelWrapper
 
getColumnClass(int) - Method in class com.antelmann.util.table.TransposedTableModel
 
getColumnCount() - Method in class com.antelmann.calendar.CalendarTableModel
 
getColumnCount() - Method in class com.antelmann.db.DatabaseTableModel
 
getColumnCount() - Method in class com.antelmann.db.DBStoreProfiler.ProfileModel
 
getColumnCount() - Method in class com.antelmann.db.PropertyEntryTableModel
 
getColumnCount() - Method in class com.antelmann.db.StoreUpdateTableModel
 
getColumnCount() - Method in class com.antelmann.LicenseTableModel
 
getColumnCount() - Method in class com.antelmann.math.DataMap.SnapshotModel
 
getColumnCount() - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
getColumnCount() - Method in class com.antelmann.ooffice.XPropertyTableModel
 
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.util.table.CustomThemeTableModel
 
getColumnCount() - Method in class com.antelmann.util.table.FilteredTableModel
 
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.PatternTableModel
 
getColumnCount() - Method in class com.antelmann.util.table.RowNumberTableModel
 
getColumnCount() - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
getColumnCount() - Method in class com.antelmann.util.table.SortableTableModel
 
getColumnCount() - Method in class com.antelmann.util.table.TableModelCopy
 
getColumnCount() - Method in class com.antelmann.util.table.TableModelView
 
getColumnCount() - Method in class com.antelmann.util.table.TableModelWrapper
 
getColumnCount() - Method in class com.antelmann.util.table.TableRow
 
getColumnCount() - Method in class com.antelmann.util.table.TransposedTableModel
 
getColumnDefaultConstraintNames(String) - Method in class com.antelmann.sql.SQLServerHelper
 
getColumnDefaults(String) - Method in class com.antelmann.sql.SQLServerHelper
returns a map mapping column names to their respective default values.
getColumnDisplayMapping() - Method in class com.antelmann.sql.BaseRowMapper
provides direct access to the underlying data to individualize the column display information
getColumnDisplayMapping() - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
provides direct access to the underlying data to individualize the column display information
getColumnFor(XCell) - Method in class com.antelmann.ooffice.OOCalc
 
getColumnForCellName(String) - Static method in class com.antelmann.ooffice.OOTableWriter
 
getColumnForForeignKey(ForeignKeyMappingInfo, Class<?>) - Static method in class com.antelmann.sql.DefaultMappingInfo
returns the first available column (if any) that maps to the given type
getColumnName(int) - Method in class com.antelmann.calendar.CalendarTableModel
 
getColumnName(int) - Method in class com.antelmann.db.DatabaseTableModel
 
getColumnName(int) - Method in class com.antelmann.db.DBStoreProfiler.ProfileModel
 
getColumnName(int) - Method in class com.antelmann.db.PropertyEntryTableModel
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.db.StoreUpdateTableModel
 
getColumnName(int) - Method in class com.antelmann.LicenseTableModel
 
getColumnName(int) - Method in class com.antelmann.math.DataMap.SnapshotModel
 
getColumnName(int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
getColumnName(int) - Method in class com.antelmann.ooffice.XPropertyTableModel
 
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.util.table.AbstractObjectTableModel
 
getColumnName(int) - Method in class com.antelmann.util.table.CustomThemeTableModel
 
getColumnName(int) - Method in class com.antelmann.util.table.FilteredTableModel
 
getColumnName(int) - Method in class com.antelmann.util.table.MethodTableModel
returns the method 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.PatternTableModel
 
getColumnName(int) - Method in class com.antelmann.util.table.RowNumberTableModel
 
getColumnName(int) - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
getColumnName(int) - Method in class com.antelmann.util.table.SortableTableModel
 
getColumnName(int) - Method in class com.antelmann.util.table.TableModelCopy
 
getColumnName(int) - Method in class com.antelmann.util.table.TableModelView
 
getColumnName(int) - Method in class com.antelmann.util.table.TableModelWrapper
 
getColumnName(int) - Method in class com.antelmann.util.table.TransposedTableModel
 
getColumnNames() - Method in class com.antelmann.sql.BaseRowMapper
 
getColumnNames(String) - Method in class com.antelmann.sql.ConnectionHelper
 
getColumnNames() - Method in class com.antelmann.sql.DefaultMappingInfo
 
getColumnNames() - Method in class com.antelmann.sql.JDBCRowStore
 
getColumnNames() - Method in interface com.antelmann.sql.MappingInfo
returns all the columns that are retrieved by the mapper when querying the database); the column names for the ID column and display column are included in the returned array.
getColumnNames(Class<? extends DBEntry>) - Method in class com.antelmann.sql.SQLDatabase
returns all column names that are mapped by the standard query by taking advantage of the MappingInfo interface - if applicable
getColumnNames() - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
 
getColumnNames() - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
getColumnNames(TableModel) - Static method in class com.antelmann.util.table.TableUtils
 
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.JDBCTableModel
 
getColumns(Class<?>) - Static method in class com.antelmann.sql.MappedEntryMapper
 
getColumns() - Method in class com.antelmann.sql.RowItem
returns all columns of the table other than the idColumn; the return value should not be altered to avoid unexpected behavior.
getColumnsForTopic(Object) - Method in class com.antelmann.sql.BaseRowMapper
 
getColumnsForTopic(Object) - Method in class com.antelmann.sql.DefaultMappingInfo
 
getColumnsForTopic(Object) - Method in class com.antelmann.sql.JDBCRowStore
 
getColumnsForTopic(Object) - Method in interface com.antelmann.sql.MappingInfo
allows to determine whether there are any columns that are applicable for the given topic
getColumnsForTopic(Object) - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
 
getColumnsForTopic(Object) - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
getColumnSize(String) - Method in class com.antelmann.sql.BaseRowMapper
 
getColumnSize(String) - Method in class com.antelmann.sql.DefaultMappingInfo
 
getColumnSize(String) - Method in class com.antelmann.sql.JDBCRowStore
 
getColumnSize(String) - Method in interface com.antelmann.sql.MappingInfo
allows to determine the size of the given column name.
getColumnSize(String) - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
 
getColumnSize(String) - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
getColumnsToCheck() - Method in class com.antelmann.util.table.SimpleTableRowFilter
returns a newly created copy of the embedded array
getColumnTypes(Class<? extends DBEntry>) - Method in class com.antelmann.sql.SQLDatabase
returns all column names mapped to their respective Types.
getColumnValues(TableModel, int) - Static method in class com.antelmann.util.table.TableUtils
 
getColumnWidth(int, int) - Method in class com.antelmann.ooffice.OOCalc
 
getComboBox() - Static method in class com.antelmann.util.Country
 
getComboBox(Locale) - Static method in class com.antelmann.util.Country
 
getComboBox(boolean, boolean, Locale, Country...) - Static method in class com.antelmann.util.Country
uses a DefaultComboBoxModel with Country instances
getComment() - Method in class com.antelmann.cddb.Contribution
 
getComment() - Method in class com.antelmann.db.DefaultEntryRelationship
 
getComment() - Method in interface com.antelmann.db.EntryRelationship
specifies a comment for this relationship
getCommonColumns(String...) - Method in class com.antelmann.sql.ConnectionHelper
 
getComparatorForColumn(int) - Method in class com.antelmann.util.table.SortableTableModel
return value may be null, in wich case the default would be used for sorting
getComparisonKeys() - Method in class com.antelmann.db.PropertyEntryComparator
 
getCompiledNumbers() - Method in class com.antelmann.math.NumberStringFilter
 
getCompiledRanges() - Method in class com.antelmann.math.NumberStringFilter
 
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.JTextAreaLog
 
getComponent() - Method in class com.antelmann.util.logging.JTextComponentLog
 
getComponent() - Method in class com.antelmann.util.table.FormattedCellEditor
 
getComponentAfter(Container, Component) - Method in class com.antelmann.util.gui.ListFocusTraversalPolicy
 
getComponentBefore(Container, Component) - Method in class com.antelmann.util.gui.ListFocusTraversalPolicy
 
getComponentFactory() - Method in class com.antelmann.calendar.JDayGrid
 
getComponentFor(CalendarEntry) - Method in class com.antelmann.calendar.JDayGrid
 
getComponentFor(Object) - Static method in class com.antelmann.util.gui.Menus
 
getComponentFor(AbstractTableModel) - Static method in class com.antelmann.util.table.TableUtils
useful to show a dialog from within a TableModel (while setting a value, for instance), where no Component is readily available.
getComponentLoader() - Static method in class com.antelmann.ooffice.OfficeUtils
 
getComponents() - Method in interface com.antelmann.util.Compound
returns (commonly a read-only view of) the components this compound consists of
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
getComputer() - Method in class com.antelmann.db.remote.RemoteDBUpdateEvent
 
getComputer() - Method in class com.antelmann.db.remote.RemoteDBUpdateEvent.Option
 
getConductor() - Method in class com.antelmann.sound.MP3FileProperties
 
getConectionProperties() - Method in class com.antelmann.sql.ConnectorSettings
 
getConfigListeners() - Method in class com.antelmann.db.AbstractDatabase
 
getConfigListeners() - Method in interface com.antelmann.db.Database
 
getConnectedFTPClient() - Method in class com.antelmann.net.FTPConnector
 
getConnectedStore() - Method in class com.antelmann.net.mail.IMAPAccount
 
getConnection() - Method in class com.antelmann.net.MessageDelegator
 
getConnection() - Method in class com.antelmann.sql.BaseRowMapper
 
getConnection() - Method in class com.antelmann.sql.ConnectionHelper
 
getConnection(Connector.DBType, String, String, String, String) - Method in class com.antelmann.sql.Connector
returns a connection based on the information given.
getConnection(Connector.DBType, String, int, String, String, String) - Method in class com.antelmann.sql.Connector
returns a connection based on the information given.
getConnection() - Method in class com.antelmann.sql.JDBCInfoPane
 
getConnection() - Method in class com.antelmann.sql.JDBCTableModel
 
getConnection() - Method in class com.antelmann.sql.MySQLHelper
 
getConnection() - Method in interface com.antelmann.sql.ObjectRowMapper
 
getConnection() - Method in class com.antelmann.sql.SQLNumberGenerator
 
getConnection() - Method in class com.antelmann.sql.TableListResourceBundle
 
getConnection() - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
getConnection() - Method in class com.antelmann.util.logging.LogNetReceiver
 
getConnectionFromProperties(String, Properties) - Method in class com.antelmann.sql.Connector
this methods looks for the following property keys in the given properties from which it creates the connection (the given prefix will be prepended): cipherKey - if given, a CipherKey is used to try to decrypt user and password The other settings are read according to Connector.getConnectionFromProperties(String, Properties, CipherKey) #see Connector.getConnectionFromProperties(String, Properties, CipherKey)
getConnectionFromProperties(String, Properties, CipherKey) - Method in class com.antelmann.sql.Connector
this methods looks for the following property keys in the given properties from which it creates the connection (the given prefix will be prepended): db.odbc - if given, a simple ODBC connection will be returned db.driver.class - if given (along with a url), the given class is dynamically loaded and used with the url (see below) db.driver.class.init - if true, a given driver class would be initialized while loading db.driver.url - if given (along with a class) this url is used to create the connection db.type - specifies the database type; corresponds to the Connector.DBType db.server db.port db.name db.user db.password db.ssl - specifies whether SSL is to be used
getConnectionFromSettings() - Method in class com.antelmann.sql.Connector
 
getConnectionFromSettings(String) - Method in class com.antelmann.sql.Connector
 
getConnectionHelper() - Method in class com.antelmann.sql.BaseRowMapper
 
getConnectionHelper() - Method in class com.antelmann.util.logging.JDBCLogWriter
returns the helper instance in use on writing the log pattern
getConnectionMap() - Method in class com.antelmann.net.NetConnectionServer
returns an unmodifiable view of all NetConnections and their MessageDelegators that have been created with this server (minus those that have been removed through removeInactiveConnections())
getConnectionProperties() - Method in class com.antelmann.sql.Connector
allows to specify further connection properties
getConnections() - Method in class com.antelmann.net.ChatServer
 
getConnectorSettings() - Method in class com.antelmann.sql.SQLValueRetriever
 
getConnectTimeout() - Method in class com.antelmann.net.CGI
 
getConnectTimeout() - Method in class com.antelmann.net.Spider
 
getConsoleInput() - Static method in class com.antelmann.util.Misc
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.util.Misc
prints the given question and returns getConsoleInput()
getConstants(Class<?>, Class<T>) - Static method in class com.antelmann.util.Misc
 
getConstraints(String) - Method in class com.antelmann.sql.SQLServerHelper
returns the ResultSet containing the constraints of the given table based on 'exec sp_help'.
getContactName() - Method in interface com.antelmann.crm.Contact
provides an internally used name suitable for display in list views
getContactName() - Method in class com.antelmann.crm.ContactImpl
 
getContactNotes() - Method in interface com.antelmann.crm.Contact
provides some notes on this contact
getContactNotes() - Method in class com.antelmann.crm.ContactImpl
 
getContainedElements(Object...) - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
returns those objects from the given array that are also elements of this model
getContent() - Method in class com.antelmann.cddb.CDDBXmcdParser
return the content in xcmd format (used during construction)
getContent() - Method in class com.antelmann.db.BaseDocument
 
getContent() - Method in interface com.antelmann.db.DocumentEntry
accesses the raw content of this document
getContent() - Method in class com.antelmann.image.ImageURLEntry
 
getContent() - Method in class com.antelmann.net.mail.Email.Attachment
 
getContent() - Method in class com.antelmann.net.URLCache
returns the raw cached content.
getContent() - Method in exception com.antelmann.util.InconsistentContentException
 
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
uses default encoding
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
 
getContentAsUTF8() - Method in class com.antelmann.net.Spider
 
getContentEncoding() - Method in class com.antelmann.net.URLCache
returns the header value from the cached content
getContentID() - Method in class com.antelmann.net.mail.Email.Attachment
returns the content ID that allows an HTML email to refer to this content for embedding (for example an image).
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
getContentRetriever() - Method in class com.antelmann.db.BaseDocument
 
getContents() - Method in class com.antelmann.sql.TableListResourceBundle
 
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
getContext() - Static method in class com.antelmann.ooffice.OfficeConnector
returns the cached context maintained in this class.
getContext() - Method in class com.antelmann.util.gui.JCategoryField
 
getContinuousMode() - Method in class com.antelmann.net.MessageDelegator
if false, the run() method will exit after a single message was received
getController() - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
getControlTextFont() - Method in class com.antelmann.util.gui.CustomTheme
 
getConverter() - Method in class com.antelmann.util.table.ConvertedTableModel
 
getCopyright() - Method in class com.antelmann.sound.MP3FileProperties
 
getCopyrightText() - Method in class com.antelmann.sound.MP3FileProperties
 
getCopyStreams() - Method in class com.antelmann.image.MJPEGReader
 
getCount() - Method in class com.antelmann.image.MJPEGHandler
returns how many image data frames have been received by the handling method MJPEGHandler.handle(Object, byte[]) (including those that were not successfully be converted into an image)
getCount() - Method in class com.antelmann.math.DataPoint
 
getCount(String) - Method in class com.antelmann.sql.ConnectionHelper
 
getCount(String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
 
getCount(String, Date) - Method in class com.antelmann.sql.SQLNumberGenerator
 
getCount(String, Date, DateFormat) - Method in class com.antelmann.sql.SQLNumberGenerator
 
getCount(String, String) - Method in class com.antelmann.sql.SQLNumberGenerator
 
getCount() - Method in class com.antelmann.util.AbstractIterator
returns the number of elements that have been returned through next so far
getCounter() - Method in class com.antelmann.db.SessionIdGenerator
returns the current value of the session counter
getCounter() - Method in class com.antelmann.db.TransactionCounter
 
getCounter() - Method in class com.antelmann.util.IteratorQueue
 
getCountFor(T) - Method in class com.antelmann.math.CounterMap
 
getCountries(Filter<Country>) - Static method in class com.antelmann.util.Country
 
getCountry() - Method in class com.antelmann.crm.GlobalAddress
shortcut to the SnailMailAddress
getCountry() - Method in class com.antelmann.crm.SnailMailAddress
returns the ISO 3166 2-letter code
getCountryCode() - Method in class com.antelmann.crm.BankAccount
returns always a non-null value (as it must correspond to an existing country)
getCountryCode() - Method in class com.antelmann.util.Country
returns AbstractDBEntry.getID()
getCountryCodeForName(String) - Static method in class com.antelmann.util.I18n
 
getCountryCodeForName(String, Locale) - Static method in class com.antelmann.util.I18n
returns the corresponding 2-letter code if the country is found or null
getCountryIcon(String) - Static method in class com.antelmann.util.I18n
returns a 16 x 11 pixel icon for the given country code or null if no icon is available
getCountryLanguage() - Static method in class com.antelmann.util.I18n
 
getCountryLanguage(Locale) - Static method in class com.antelmann.util.I18n
maps the 2-letter country code to the display name
getCountryLanguageBundleName() - Static method in class com.antelmann.util.I18n
 
getCountryListRenderer(boolean, boolean) - Static method in class com.antelmann.util.Country
 
getCountryListRenderer(boolean, boolean, Locale) - Static method in class com.antelmann.util.Country
 
getCountryName() - Method in class com.antelmann.crm.SnailMailAddress
 
getCountryName(Locale) - Method in class com.antelmann.crm.SnailMailAddress
 
getCountryName(String) - Static method in class com.antelmann.util.I18n
 
getCountryName(String, Locale) - Static method in class com.antelmann.util.I18n
returns the display name of any ISO 3166 2-letter country code in the given language
getCountryNames() - Static method in class com.antelmann.util.I18n
 
getCountryNames(Locale) - Static method in class com.antelmann.util.I18n
returns all existing ISO country names that can be mapped to a code in a newly created and sorted list
getCountStatistics() - Method in class com.antelmann.math.CounterMap
 
getCrawler() - Method in class com.antelmann.net.URLTree
 
getCreationDate() - Method in class com.antelmann.License
returns the time when this license was created.
getCurrencies() - Static method in class com.antelmann.util.I18n
 
getCurrency() - Method in class com.antelmann.math.CurrencyUnit
 
getCurrency() - Method in class com.antelmann.math.Money
 
getCurrencyRenderer(boolean) - Static method in class com.antelmann.util.table.TableUtils
 
getCurrent() - Static method in class com.antelmann.util.gui.SplashScreen
returns the current (non-disposed) SplashScreen - if available
getCurrentContext() - Static method in class com.antelmann.ooffice.OfficeConnector
may return null if not yet initialized
getCurrentCount() - Method in class com.antelmann.db.TransactionalNumberGenerator
may return -1 if TransactionalNumberGenerator.getRelevantValue() has never been called
getCurrentDirectory() - Static method in class com.antelmann.Settings
provides a current working directory that may be altered and may be null
getCurrentImage() - Method in class com.antelmann.image.MJPEGHandler
 
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.
getCurrentUpdates(Database<?>) - Method in class com.antelmann.db.DatabaseChangeMonitor
 
getCurrentURL() - Method in class com.antelmann.net.JWebBrowser
returns the page currently displayed
getCurrentURL() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
getCurrentUser() - Method in class com.antelmann.db.AbstractDatabase
 
getCurrentUser() - Method in class com.antelmann.db.AbstractUserLoginStore
 
getCurrentUser() - Method in interface com.antelmann.db.Database
returns the user credentials of the one currently using this database
getCurrentUser() - Method in interface com.antelmann.db.UserLoginStore
returns the current user (that is also among the active users)
getCurrentUser() - Method in class com.antelmann.sql.UserImplStore
 
getCursorForCell(XCell) - Method in class com.antelmann.ooffice.OOTableWriter
 
getCursorForText(String, boolean) - Method in class com.antelmann.ooffice.OOWriter
 
getCustomizer() - Method in class com.antelmann.util.table.WrappedTableCellRenderer
 
getCypherAlgorithms() - Static method in class com.antelmann.util.SecurityUtils
 
getCypherModes() - Static method in class com.antelmann.util.SecurityUtils
 
getCypherPaddings() - Static method in class com.antelmann.util.SecurityUtils
 
getData() - Method in exception com.antelmann.net.UnexpectedDataException
 
getDatabase() - Method in class com.antelmann.db.AbstractDBClassStore
 
getDatabase() - Method in class com.antelmann.db.AbstractDBTransaction
 
getDatabase() - Method in class com.antelmann.db.CollectionClassStore
 
getDatabase() - Method in interface com.antelmann.db.DBClassStore
provides access to the database instance that also coordinates the transaction management.
getDatabase() - Method in interface com.antelmann.db.DBTransaction
gives access to the associated Database
getDatabase() - Method in class com.antelmann.db.ReadOnlyCacheStore
 
getDatabase() - Method in class com.antelmann.db.SessionIdGenerator
 
getDatabase() - Method in class com.antelmann.db.WrappedDBClassStore
 
getDatabase() - Method in class com.antelmann.io.FileClassStore
 
getDatabase() - Method in class com.antelmann.servlet.DBEntryServlet
 
getDatabase() - Method in class com.antelmann.sql.JConnectionLogin
 
getDatabase() - Method in class com.antelmann.sql.JDBCRowStore
 
getDatabase() - Method in class com.antelmann.sql.SQLTransaction
 
getDatabase() - Method in class com.antelmann.util.Country.Store
 
getDatabaseName() - Method in class com.antelmann.db.remote.ChangeNotificationServer
provides the name for this notification server; connecting clients must use the same name
getDatabases() - Method in class com.antelmann.db.DatabaseChangeMonitor
returns all databases that are monitored
getDatabaseService() - Method in class com.antelmann.db.AbstractDatabase
 
getDatabaseService() - Method in interface com.antelmann.db.Database
provides access to the actual database service that is used by the implementation of this interface
getDatabaseServiceAsWrapper() - Method in class com.antelmann.sql.SQLFactoryDatabase
 
getDataFiles() - Method in class com.antelmann.net.LocalWeb
 
getDataMap() - Method in class com.antelmann.math.DataMatrix
provides an unmodifiable view of the embedded data
getDataMap() - Method in class com.antelmann.sql.MySQLLog
by default, this DataMap is not filled by the logged events.
getDataPoint(Object...) - Method in class com.antelmann.math.DataMatrix
 
getDataPoint(List<?>) - Method in class com.antelmann.math.DataMatrix
 
getDataPoint(Date, Object) - Method in class com.antelmann.math.TimeDataGrid
 
getDate() - Method in class com.antelmann.calendar.CalendarCell
 
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.db.ProtocolNoteEntry
 
getDate() - Method in class com.antelmann.genealogy.GEventImpl
 
getDate() - Method in class com.antelmann.image.ImageURLEntry
simply returns the embedded time as a new Date instance
getDate() - Method in class com.antelmann.net.web.Tweed
 
getDate() - Method in class com.antelmann.util.gui.MyJCalendar
ensures that the date returned is in fact the date visible within the components shown
getDate() - Method in class com.antelmann.util.logging.LogEntry
convenience method returning the time as a Date object
getDateEditor() - Static method in class com.antelmann.util.table.TableUtils
edits Date objects
getDateExtractor() - Method in class com.antelmann.math.ObjectAnalyzer
 
getDateFor(int, int) - Method in class com.antelmann.calendar.CalendarTableModel
 
getDateFormat() - Method in class com.antelmann.sql.ConnectionHelper
if non-null, this format is used to convert between String and Date
getDateFormat() - Method in class com.antelmann.sql.SQLNumberGenerator
 
getDateFormat() - Method in class com.antelmann.util.gui.JWatchLabel
 
getDateForYear(int) - Method in class com.antelmann.calendar.CalendarHelper
 
getDateInterval() - Method in class com.antelmann.math.ObjectAnalyzer
TimeInterval.DAY by default
getDateInterval() - Method in enum com.antelmann.util.gui.JDateRangeChooser.Interval
returns null in the case of CUSTOM
getDateIntervals() - Static method in enum com.antelmann.calendar.TimeInterval
returns all intervals greater or equal to TimeInterval.DAY
getDateRangeColumns() - Method in class com.antelmann.sql.DefaultMappingInfo
 
getDates() - Method in class com.antelmann.math.TimeDataGrid
provides an unmodifiable view of the data
getDatesSum() - Method in class com.antelmann.math.TimeDataGrid
generates a new data structure holding the data present at the time of calling
getDateString() - Method in class com.antelmann.calendar.CalendarCell
 
getDBMS() - Method in class com.antelmann.sql.JConnectionLogin
 
getDbname() - Method in class com.antelmann.sql.ConnectorSettings
 
getDBType() - Method in class com.antelmann.sql.ConnectionHelper
 
getDBType() - Method in class com.antelmann.sql.ConnectorSettings
 
getDebug() - Method in class com.antelmann.net.mail.POP3Account
 
getDeceasedDate() - Method in class com.antelmann.genealogy.GPerson
 
getDeceasedLocation() - Method in class com.antelmann.genealogy.GPerson
 
getDecoder() - Method in class com.antelmann.util.CipherKey
fully initializes the Cipher for decoding and returns it.
getDefaultColumns() - Static method in class com.antelmann.sql.RelationshipStore
 
getDefaultComparator() - Method in class com.antelmann.util.table.SortableTableModel
returns the Comparator in use if the column comparator is null; returns an instance of a UniversalComparator by default
getDefaultComponent(Container) - Method in class com.antelmann.util.gui.ListFocusTraversalPolicy
 
getDefaultComponentExtractor() - Static method in class com.antelmann.util.gui.JPreviewPane
 
getDefaultCountry() - Static method in class com.antelmann.util.Country
 
getDefaultCountryName() - Static method in class com.antelmann.util.I18n
 
getDefaultImage() - Static method in class com.antelmann.util.gui.SplashScreen
 
getDefaultInstance() - Static method in class com.antelmann.util.UniversalComparator
returns one global default instance, which uses the default Collator instance by default
getDefaultLocation() - Static method in class com.antelmann.db.JUserLoginPanel
attempts to get the name of the local host and returns a default string if this fails
getDefaultlogger() - Static method in class com.antelmann.util.logging.LoggerManager
 
getDefaultRelationType() - Method in class com.antelmann.sql.RelationshipStore.Mapper
 
getDefaultSalt() - Static method in class com.antelmann.util.CipherKey
 
getDefaultSampleText() - Static method in class com.antelmann.util.gui.JFontChooser
 
getDefaultServer() - Static method in class com.antelmann.calendar.NTPClient
 
getDefaultServerList() - Static method in class com.antelmann.calendar.NTPClient
 
getDefaultSource() - Method in class com.antelmann.image.TwainAdapter
 
getDefaultType() - Method in class com.antelmann.io.ExtensionFileFilter
returns the default type for this filter
getDelegator() - Method in class com.antelmann.db.remote.ChangeNotificationClient
returns the delegator that uses the RemoteDatabaseChangeHandler, which has been started in its own daemon thread at construction time
getDelegators() - Method in class com.antelmann.net.NetConnectionServer
returns a snapshot of the currently known delegators
getDelegatorThread() - Method in class com.antelmann.db.remote.ChangeNotificationClient
returns the thread that runs the delegator
getDeleteAtTarget() - Method in class com.antelmann.io.Backup
 
getDeliveryDate() - Method in class com.antelmann.net.mail.Email
looks for a header value where the name is 'Delivery-Date' and returns it (null is returned if no such header was found and a RuntimeException is thrown if the date could not be parsed)
getDelta() - Method in class com.antelmann.calendar.AbstractTimeSystem
returns the stored difference between system time and atomic time in milliseconds.
getDelta() - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated. returns the stored difference between system time and atomic time in milliseconds.
getDerbyConnection(String, boolean) - Method in class com.antelmann.sql.Connector
 
getDerbyConnection(String, String, String, boolean) - Method in class com.antelmann.sql.Connector
uses the embedded Apache Derby (JavaDB) driver in a single-process mode
getDerbyConnection(String, String, String, String, boolean) - Method in class com.antelmann.sql.Connector
 
getDerbyConnection(String, int, String, String, String, boolean) - Method in class com.antelmann.sql.Connector
uses the embedded Apache Derby (JavaDB) driver by connecting to a running server
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 interface com.antelmann.crm.AddressInfo
provides a short description like 'work address', 'private home', 'parent's place', 'vacation home', 'birth location', 'college condo' or the alike
getDescription() - Method in class com.antelmann.crm.AddressInfoImpl
 
getDescription() - Method in class com.antelmann.db.BaseDocument
 
getDescription() - Method in interface com.antelmann.db.DocumentEntry
provides a detailed description of this document
getDescription() - Method in class com.antelmann.image.ImageURLEntry
 
getDescription() - Method in class com.antelmann.io.ExtensionFileFilter
 
getDescription() - Method in class com.antelmann.net.web.RSSChannel
 
getDescription() - Method in class com.antelmann.net.web.RSSItem
 
getDescription() - Method in class com.antelmann.net.web.Tweed
 
getDescription() - Method in class com.antelmann.net.web.YouTubeVideo
 
getDescription() - Method in class com.antelmann.util.gui.SchedulerFrame
 
getDescription(VCardProperty) - Method in class com.antelmann.webdav.EzvcardHelper
 
getDesktop() - Static method in class com.antelmann.ooffice.OfficeConnector
 
getDestinationDir() - Method in class com.antelmann.io.Backup
 
getDetailIdColumn() - Method in class com.antelmann.sql.DetailRowStore
Deprecated.  
getDetailIdColumn() - Method in class com.antelmann.sql.PropertyEntryTableStore
 
getDetailKeyColumn() - Method in class com.antelmann.sql.DetailRowStore
Deprecated.  
getDetailKeyColumn() - Method in class com.antelmann.sql.PropertyEntryTableStore
 
getDetailTable() - Method in class com.antelmann.sql.DetailRowStore
Deprecated.  
getDetailTable() - Method in class com.antelmann.sql.PropertyEntryTableStore
 
getDetailValueColumn() - Method in class com.antelmann.sql.DetailRowStore
Deprecated.  
getDetailValueColumn() - Method in class com.antelmann.sql.PropertyEntryTableStore
 
getDialogComponent() - Method in class com.antelmann.util.table.AbstractDialogCellEditor
override this to create a component on each call based on the cached member variables instead of simply returning the component provided in the constructor
getDialogForComponent(Component) - Static method in class com.antelmann.util.gui.Menus
 
getDialogRenderer() - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
getDialogTitle() - Method in class com.antelmann.util.gui.JCategoryField
 
getDialogTitle() - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
getDigits() - Method in class com.antelmann.crm.PhoneNumber
returns the number as a String containing only those characters that are digits
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.
getDisplayColumn() - Method in class com.antelmann.sql.BaseRowMapper
 
getDisplayColumn() - Method in class com.antelmann.sql.DefaultMappingInfo
 
getDisplayColumn() - Method in class com.antelmann.sql.JDBCRowStore
 
getDisplayColumn() - Method in interface com.antelmann.sql.MappingInfo
for use in stubs (in case a single column is used as a display value)
getDisplayColumn(Class<? extends DBEntry>) - Method in class com.antelmann.sql.SQLDatabase
takes advantage of the MappingInfo interface - if applicable
getDisplayColumn() - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
 
getDisplayColumn() - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
getDisplayColumnName(Class<?>) - Static method in class com.antelmann.sql.MappedEntryMapper
 
getDisplayIcon() - Method in class com.antelmann.crm.ContactImpl
 
getDisplayIcon() - Method in enum com.antelmann.crm.Person.Gender
 
getDisplayIcon() - Method in class com.antelmann.crm.PersonImpl
 
getDisplayIcon() - Method in class com.antelmann.db.BaseDocument
 
getDisplayIcon() - Method in interface com.antelmann.image.Imageable
returns an image that is suitable for use as an icon for this instance.
getDisplayIcon() - Method in class com.antelmann.image.ImageHolder
 
getDisplayIcon() - Method in class com.antelmann.image.ImageURLEntry
 
getDisplayIcon() - Method in class com.antelmann.image.ImageURLEntry.Thumbnail
 
getDisplayIcon() - Method in class com.antelmann.io.MyFile
 
getDisplayIcon() - Method in class com.antelmann.net.web.YouTubeVideo
 
getDisplayImage() - Method in class com.antelmann.crm.ContactImpl
 
getDisplayImage() - Method in enum com.antelmann.crm.Person.Gender
 
getDisplayImage() - Method in class com.antelmann.db.BaseDocument
 
getDisplayImage() - Method in interface com.antelmann.image.Imageable
returns an image that represents a visual representation of this instance.
getDisplayImage() - Method in class com.antelmann.image.ImageHolder
 
getDisplayImage() - Method in class com.antelmann.image.ImageURLEntry
 
getDisplayImage() - Method in class com.antelmann.image.ImageURLEntry.Thumbnail
 
getDisplayImage() - Method in class com.antelmann.io.MyFile
 
getDisplayImage() - Method in class com.antelmann.net.web.YouTubeVideo
 
getDisplayNameForColumn(String) - Method in class com.antelmann.sql.BaseRowMapper
 
getDisplayNameForColumn(String) - Method in class com.antelmann.sql.DefaultMappingInfo
 
getDisplayNameForColumn(String) - Method in class com.antelmann.sql.JDBCRowStore
 
getDisplayNameForColumn(String) - Method in interface com.antelmann.sql.MappingInfo
returns a name suitable for display in a GUI if different from the column name used in the database
getDisplayNameForColumn(String) - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
 
getDisplayNameForColumn(String) - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
getDisplayProperty() - Method in class com.antelmann.db.EntryHeader
 
getDisplayProperty() - Method in class com.antelmann.sql.GenericPropertyEntryMapper
if the returned String is non-null and T is an EntryHeader, the appropriate value will be set accordingly.
getDisplayValue() - Method in class com.antelmann.db.Stub
 
getDisplayValue(XCell) - Method in class com.antelmann.ooffice.OOCalc
based on the formatted text that is displayed in the cell (as opposed to the formula or value)
getDistinctValues(String, String) - Method in class com.antelmann.sql.ConnectionHelper
returns all distinct values of the given column from the given table based on a group by statement.
getDistinctValues(String, String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
returns all distinct values of the given column from the given table based on a group by statement.
getDistinctValues(String, Map<String, Object>) - Method in interface com.antelmann.sql.SQLColumnInfo
 
getDistinctValues(String, Map<String, Object>) - Method in class com.antelmann.sql.SQLColumnInfoStore
 
getDistinctValuesWithCount(String, Map<String, ?>, String...) - Method in class com.antelmann.sql.ConnectionHelper
returns all distinct values of the given column from the given table with their count based on a group by statement.
getDistinctValuesWithCount(String, Map<String, ?>, Filter<Integer>, String...) - Method in class com.antelmann.sql.ConnectionHelper
returns all distinct values of the given column from the given table with their count based on a group by statement.
getDistinctValuesWithCount(Map<String, Object>, String...) - Method in interface com.antelmann.sql.SQLColumnInfo
 
getDistinctValuesWithCount(Map<String, Object>, String...) - Method in class com.antelmann.sql.SQLColumnInfoStore
 
getDitigalSignatureAlgorithms() - Static method in class com.antelmann.util.SecurityUtils
 
getDocument() - Method in class com.antelmann.net.web.RSSHandler
 
getDocument() - Method in class com.antelmann.ooffice.OOCalc
 
getDocument() - Method in class com.antelmann.ooffice.OOWriter
 
getDocumentBuilder() - Static method in class com.antelmann.util.XmlHelper
 
getDocumentClass() - Method in enum com.antelmann.ooffice.OODocType
returns the document class for loading a document of this kind
getDocumentProperties() - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
getDocumentReference() - Method in interface com.antelmann.db.ProtocolNote
specifies a reference to the document this protocol note is based on
getDocumentReference() - Method in class com.antelmann.db.ProtocolNoteEntry
 
getDocumentReference() - Method in class com.antelmann.genealogy.GPersonalBlogEntry
 
getDocumentString() - Method in class com.antelmann.db.ProtocolNoteEntry
 
getDocumentType() - Method in interface com.antelmann.ooffice.OfficeDocument
 
getDocumentType() - Method in class com.antelmann.ooffice.OOCalc
 
getDocumentType() - Method in class com.antelmann.ooffice.OODraw
 
getDocumentType() - Method in class com.antelmann.ooffice.OOWriter
 
getDomain(String) - Static method in class com.antelmann.net.mail.Email
works best if it is already determined that the given address is indeed a valid address
getDomainName() - Method in class com.antelmann.net.Spider
 
getDpi() - Method in class com.antelmann.image.Barcode4j
 
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
getDriverClass() - Method in class com.antelmann.sql.JConnectionLogin
 
getDublicates() - Method in class com.antelmann.math.CounterMap
 
getDuration() - Method in class com.antelmann.calendar.CalendarEntry
time in milliseconds
getDuration() - Method in class com.antelmann.net.web.YouTubeVideo
 
getEditButton() - Method in class com.antelmann.util.gui.JTagsField
 
getEditor() - Method in class com.antelmann.math.JDataMatrixView
 
getElement() - Method in class com.antelmann.util.XmlHelper
 
getElements() - Method in class com.antelmann.math.CounterMap
 
getElements() - Method in class com.antelmann.util.gui.JSearchList
 
getEmail() - Method in class com.antelmann.crm.GlobalAddress
returns the email address set for this instance (if any)
getEmail() - Method in interface com.antelmann.db.User
 
getEmail() - Method in class com.antelmann.db.UserImpl
 
getEmail() - Method in class com.antelmann.net.mail.JEmailViewer
 
getEmailAccount(int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
getEmailAccount() - Method in class com.antelmann.net.mail.EmailClientFrame
 
getEmailAccounts() - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
getEmailAccountTableModel() - Method in class com.antelmann.net.mail.EmailWatcherFrame
 
getEmailAccountTableModel() - Method in class com.antelmann.net.mail.JEmailAccountTable
 
getEmbeddedConnection() - Method in class com.antelmann.net.SecureConnection
 
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.Stopwatch
 
getEnd() - Method in interface com.antelmann.genealogy.GPath
 
getEnd() - Method in class com.antelmann.util.gui.JDateRangeChooser
returns the day end of the visually selected date
getEnd() - Method in class com.antelmann.util.Range
 
getEndCondition() - Method in class com.antelmann.util.AbstractIterator
indicates the cause for this iterator to end
getEndTime() - Method in class com.antelmann.calendar.CalendarEntry
 
getEndTime() - Method in class com.antelmann.calendar.JDayGrid
time in millisec from the begin of the day
getEndTime() - Method in class com.antelmann.crm.AddressInfoImpl
 
getEndTime() - Method in class com.antelmann.crm.ContactImpl
 
getEndTime() - Method in class com.antelmann.db.BaseDocument
 
getEndTime() - Method in class com.antelmann.db.DefaultEntryRelationship
 
getEndTime() - Method in class com.antelmann.genealogy.GEventImpl
 
getEndTime() - Method in class com.antelmann.image.ImageURLEntry
always returns null
getEndTime() - Method in class com.antelmann.opengeodb.GeoProperty
 
getEndTime() - Method in interface com.antelmann.util.LifeCycleObject
 
getEndType() - Method in class com.antelmann.opengeodb.GeoProperty
 
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
 
getEntriesInRange(Date, Date) - Method in enum com.antelmann.calendar.TimeInterval
 
getEntriesInRange(Range<? extends Date>) - Method in enum com.antelmann.calendar.TimeInterval
provides an easy way to obtain a list of interval entries that enclose the given range, where every returned entry is timed at the beginning of the interval.
getEntry() - Method in class com.antelmann.calendar.JCalendarEntry
 
getEntry(Class<T>, Object) - Method in class com.antelmann.db.AbstractDatabase
a shortcut w/o having to go through the DBClassStore
getEntry(Stub<T>) - Method in class com.antelmann.db.AbstractDatabase
This method will begin and abort a transaction if none is active at the time.
getEntry(DBReference) - Method in class com.antelmann.db.AbstractDatabase
This method will begin and abort a transaction if none is active at the time.
getEntry(Object) - Method in class com.antelmann.db.AbstractDBClassStore
 
getEntry(Object) - Method in class com.antelmann.db.ArchiveDBClassStore
 
getEntry(Object) - Method in class com.antelmann.db.CollectionClassStore
 
getEntry(Object) - Method in interface com.antelmann.db.DBClassStore
returns the DBEntry based on its ID.
getEntry(Object) - Method in class com.antelmann.db.DBClassStoreCache
 
getEntry(Object) - Method in class com.antelmann.db.ReadOnlyCacheStore
 
getEntry(Object) - Method in class com.antelmann.db.WrappedDBClassStore
 
getEntry(Object) - Method in class com.antelmann.io.FileClassStore
 
getEntry(Object) - Method in class com.antelmann.sql.DetailRowStore
Deprecated.  
getEntry(Object) - Method in class com.antelmann.sql.JDBCRowStore
 
getEntry(Object) - Method in class com.antelmann.util.Country.Store
 
getEntryClass() - Method in class com.antelmann.db.AbstractDBClassStore
 
getEntryClass() - Method in class com.antelmann.db.CollectionClassStore
 
getEntryClass() - Method in interface com.antelmann.db.DBClassStore
returns the runtime class type this store represents
getEntryClass() - Method in class com.antelmann.db.ReadOnlyCacheStore
 
getEntryClass() - Method in class com.antelmann.db.remote.RemoteDBUpdateEvent
 
getEntryClass() - Method in class com.antelmann.db.WrappedDBClassStore
 
getEntryClass() - Method in class com.antelmann.io.FileClassStore
 
getEntryClass() - Method in class com.antelmann.sql.BaseRowMapper
 
getEntryClass() - Method in class com.antelmann.sql.JDBCRowStore
 
getEntryClass() - Method in class com.antelmann.util.Country.Store
 
getEntryClassMapper() - Method in class com.antelmann.sql.BaseRowMapper
 
getEntryClassMapper() - Method in interface com.antelmann.sql.RelationshipManager
returns the EntryClassMapper used by the store to map the class of the references
getEntryClassMapper() - Method in class com.antelmann.sql.RelationshipStore
 
getEntryClassName() - Method in class com.antelmann.db.remote.RemoteDBUpdateEvent
 
getEntryClassNames() - Method in class com.antelmann.db.remote.RemoteDBChangeFilter
 
getEnumExtractor(Class<T>) - Static method in class com.antelmann.util.Misc
 
getError() - Method in class com.antelmann.ooffice.Cell
 
getErrorAsString() - Method in class com.antelmann.net.CGI
 
getErrorComponent() - Method in exception com.antelmann.util.gui.FormValidationWarning
the component that needs focus after a message is displayed
getEtag() - Method in class com.antelmann.webdav.CardHeader
 
getEU() - Static method in class com.antelmann.util.Country
 
getEUCountryCodes() - Static method in class com.antelmann.util.I18n
 
getEUCountryCodes(boolean) - Static method in class com.antelmann.util.I18n
the return value can be altered by setting the property 'eu.countries' in the Settings to a comma/semicolon/space/tab separated list of country codes
getException() - Method in class com.antelmann.calendar.SQLCalendarEntryIterator
returns an exception in case one occurred
getException() - Method in class com.antelmann.db.JUserLoginPanel
returns either a DatabaseException or a javax.security.auth.login.FailedLoginException
getException() - Method in class com.antelmann.net.JDownloader
if an IOException occurred during download, it can be later accessed through this method.
getException() - Method in class com.antelmann.util.DelayedTask
 
getException() - Method in class com.antelmann.util.gui.FormDialog
if an exception was thrown during commitFormAction(), this method returns it - or null.
getException() - Method in class com.antelmann.util.IteratorQueue
 
getExceptionHandler() - Method in class com.antelmann.util.logging.Logger
if the LogExceptionHandler is null (which it is by default), any LogException during logging is propagated to the calling application.
getExchangeRate(Currency) - Method in class com.antelmann.math.MoneyConverter
 
getExchangeRate(Money) - Method in class com.antelmann.math.MoneyConverter
 
getExcludeList() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
getExcludePattern() - Method in class com.antelmann.io.ExtensionFileFilter
returns all exclude patterns to be checked (empty array returned if none)
getExecFileName() - Method in class com.antelmann.image.GOCR
 
getExecutionTime() - Method in class com.antelmann.calendar.Alert
 
getExecutor() - Method in class com.antelmann.db.remote.RemoteDBChangeNotifier
 
getExecutor() - Method in class com.antelmann.util.logging.AsynchLogWriter
 
getExistingTags() - Method in class com.antelmann.sql.TaggableHeaderStore
 
getExistingTags() - Method in interface com.antelmann.sql.TaggableMapping
allows to retrieve all existing tags from the database
getExistingTags() - Method in class com.antelmann.sql.TaggableMappingImpl
 
getExistingTags() - Method in class com.antelmann.sql.TaggableSQLStore
allows to retrieve all existing groups from the database
getFactory() - Method in class com.antelmann.sql.SQLFactoryDatabase
 
getFallbackLocale(String, Locale) - Method in class com.antelmann.sql.JDBCResourceControl
always returns null, so that instead of defaulting to the default locale of the system, this control uses the root locale.
getFamilyName() - Method in interface com.antelmann.crm.Person
 
getFamilyName() - Method in class com.antelmann.crm.PersonImpl
 
getFavorites() - Method in class com.antelmann.net.JWebBrowser
returns the list of favorites
getFax() - Method in class com.antelmann.crm.GlobalAddress
 
getFetchProcessor() - Method in class com.antelmann.db.WrappedDBClassStore
 
getFetchSize() - Method in class com.antelmann.sql.ConnectionHelper
if other than 0 it is applied to the filter.. methods
getFetchSize() - Method in class com.antelmann.sql.JDBCInfoPane
 
getFetchSize() - Method in class com.antelmann.sql.SQLFetchSizeFilter
 
getField() - Method in class com.antelmann.calendar.Recurrence
 
getField() - Method in class com.antelmann.util.gui.JURLField
 
getFieldDetailsAsString(Object) - Static method in class com.antelmann.Debug
 
getFieldNames() - Method in class com.antelmann.ooffice.OOWriter
 
getFields() - Method in class com.antelmann.util.gui.DocumentAdapter
 
getFields() - Method in class com.antelmann.util.gui.JMethodTableModelComponent
provides direct access to the fields in use
getFields(String, String, boolean) - Static method in class com.antelmann.util.Strings
obtains an array of all 'fields' - including empty fields.
getFieldSeparator() - Method in class com.antelmann.util.logging.DBLineLogFormatter
 
getFieldText(String) - Method in class com.antelmann.ooffice.OOWriter
the fully quantified field name is to be supplied
getFile() - Method in class com.antelmann.io.FileTreeNode
 
getFile() - Method in class com.antelmann.net.JDownloader
 
getFile() - Method in class com.antelmann.ooffice.AbstractOfficeDocument
if this frame is associated with a store location, this method returns it as a file or null if no location is present (e.g. if the document has not been saved yet)
getFile() - Method in interface com.antelmann.ooffice.OfficeDocument
if this frame is associated with a store location, this method returns it as a file or null if no location is present (e.g. if the document has not been saved yet)
getFile() - Method in class com.antelmann.util.gui.JFileField
returns the file or null if the field is null or empty
getFile() - Method in class com.antelmann.util.logging.FileLog
 
getFile() - Method in class com.antelmann.util.logging.LogFile
 
getFileExtension() - Method in class com.antelmann.io.MyFile
returns the lower-case file type denoted by its file extension.
getFileExtension() - Method in class com.antelmann.net.URLCache
returns the file type denoted by the path of the URL.
getFileExtension() - Method in enum com.antelmann.ooffice.OODocType
 
getFileFilter() - Method in class com.antelmann.sound.JukeBox
returns the file filter used to filter entries
getFileFilter() - Method in class com.antelmann.util.gui.JFileField
 
getFileHandle(CDDBRecord) - Method in class com.antelmann.cddb.FileCDDB
returns the file handle corresponding to the given record (this file would contain the information read to construct the CDInfo object)
getFileName() - Method in class com.antelmann.net.Spider
returns only the last portion of URL.getPath() after the last '/'
getFileName(Part) - Static method in class com.antelmann.servlet.ServletUtils
 
getFileName() - Method in class com.antelmann.sql.DBDocument
provides an optional file name that ought to be used for storing the content locally
getFileOwner() - Method in class com.antelmann.sound.MP3FileProperties
 
getFileRelativeTo(File) - Method in class com.antelmann.io.MyFile
returns the file as a relative reference from the given directory.
getFileSelectionMode() - Method in class com.antelmann.util.gui.JFileField
 
getFilesFound() - Method in class com.antelmann.net.MediaCrawler
 
getFileTypes(File[]) - Static method in class com.antelmann.io.MyFile
returns the different file extensions that occur in the given array
getFileTypes() - Method in class com.antelmann.net.LocalWeb
 
getFiller(int, int) - Static method in class com.antelmann.util.gui.Menus
 
getFilter() - Method in class com.antelmann.db.DatabaseChangeMonitor
 
getFilter() - Method in class com.antelmann.db.remote.RemoteDBChangeNotifier
 
getFilter() - Method in class com.antelmann.io.Backup
 
getFilter() - Method in class com.antelmann.io.FileTreeNode
 
getFilter() - Method in class com.antelmann.math.DataMatrix
 
getFilter() - Method in class com.antelmann.math.ObjectAnalyzer
 
getFilter() - Method in class com.antelmann.math.TimeDataGrid
 
getFilter() - Method in class com.antelmann.util.AbstractIterator
 
getFilter() - Method in class com.antelmann.util.gui.JCategoryField
 
getFilter() - Method in class com.antelmann.util.logging.Logger
returns null by default
getFilter() - Method in class com.antelmann.util.logging.LoggerCache
 
getFilter() - Method in class com.antelmann.util.table.FilteredTableModel
filter may be null
getFilter() - Method in class com.antelmann.util.table.JTableFilterTextField
 
getFilter1() - Method in class com.antelmann.util.ComboFilter
 
getFilter2() - Method in class com.antelmann.util.ComboFilter
 
getFilteredTableComponent() - Method in class com.antelmann.util.gui.JSearchTable
 
getFilteredTableModel() - Method in class com.antelmann.util.table.JFilteredTableComponent
this model is embedded by the SortableTableModel and embeds the original model
getFilterField() - Method in class com.antelmann.util.table.JFilteredTableComponent
allows also access to the filter in use
getFilterFor(DBReference) - Method in class com.antelmann.db.LockManager
this may want to be overridden to be more efficient based on the mapping in use
getFilterString() - Method in class com.antelmann.db.PropertyEntryFilter
 
getFilterString() - Method in class com.antelmann.math.NumberStringFilter
 
getFilterString() - Method in class com.antelmann.math.ObjectAnalyzer
 
getFirebirdConnection(String, String) - Method in class com.antelmann.sql.Connector
 
getFirebirdConnection(String, String, String, String) - Method in class com.antelmann.sql.Connector
 
getFirebirdConnection(String, int, String, String, String) - Method in class com.antelmann.sql.Connector
 
getFirstCell(String, String) - Method in class com.antelmann.ooffice.OOCalc
returns the upper-left corner cell for the given range
getFirstCell(int, String) - Method in class com.antelmann.ooffice.OOCalc
returns the upper-left corner cell for the given range
getFirstChangedDate() - Method in class com.antelmann.calendar.CalendarChangeEvent
 
getFirstChild(String, boolean) - Method in class com.antelmann.util.XmlHelper
if all is false, only a direct child element is returned
getFirstComponent(Container) - Method in class com.antelmann.util.gui.ListFocusTraversalPolicy
 
getFirstEntry(Class<T>, Filter<? super T>) - Method in class com.antelmann.db.AbstractDatabase
 
getFirstEntry(DBClassStore<T>, Filter<? super T>) - Static method in class com.antelmann.db.DBUtils
 
getFirstName() - Method in interface com.antelmann.crm.Person
 
getFirstName() - Method in class com.antelmann.crm.PersonImpl
 
getFirstRowFor(Statement, String) - Method in class com.antelmann.sql.ConnectionHelper
first tries the 'top' syntax and then the 'limit' syntax to provide the result; if all fails, the complete ResultSet is produced.
getFirstSelectedCell() - Method in class com.antelmann.ooffice.OOCalc
 
getFirstStub(Class<T>, Filter<Stub<?>>) - Method in class com.antelmann.db.AbstractDatabase
 
getFirstStub(DBClassStore<T>, Filter<? super Stub<?>>) - Static method in class com.antelmann.db.DBUtils
 
getFirstVisibleDate() - Method in class com.antelmann.calendar.CalendarTableModel
 
getFlatMapper() - Method in class com.antelmann.sql.DetailRowStore
Deprecated. returns the embedded mapper that disregards the properties that are handled automatically by this class
getFlavor() - Method in class com.antelmann.util.DefaultTransferable
 
getFolder() - Method in class com.antelmann.net.mail.JMessageTable
 
getFolder(String) - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
getFolders() - Method in class com.antelmann.net.mail.IMAPBackup
 
getFont(Object) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
getFont() - Method in class com.antelmann.ooffice.OOWriter
 
getFont(XTextRange) - Method in class com.antelmann.ooffice.OOWriter
 
getFont() - Method in class com.antelmann.util.gui.FontSelectionEvent
 
getFont() - Method in class com.antelmann.util.TextPrinter
 
getFontEditor() - Static method in class com.antelmann.util.table.TableUtils
edits Font objects
getFontFamilies() - Static method in class com.antelmann.servlet.TextImageServlet
 
getFontRenderer() - Static method in class com.antelmann.util.table.TableUtils
renders Font objects
getFontSelectionListeners() - Method in class com.antelmann.util.gui.JFontChooser
 
getFontSelectionListeners() - Method in class com.antelmann.util.gui.JFontFileChooser
 
getFontSizeStyler(float) - Static method in class com.antelmann.util.table.StyledCellRenderer
 
getFontStyler(Font) - Static method in class com.antelmann.util.table.StyledCellRenderer
 
getFontStyleStyler(int) - Static method in class com.antelmann.util.table.StyledCellRenderer
 
getForeignKeyFilter(String) - Method in class com.antelmann.sql.DefaultMappingInfo
 
getForeignKeyFilter(String) - Method in interface com.antelmann.sql.ForeignKeyMappingInfo
returns a filter that limits the allowed choices for the foreign key column; may be null
getForeignKeys() - Method in class com.antelmann.sql.DefaultMappingInfo
 
getForeignKeys(Database<Connection>) - Static method in class com.antelmann.sql.ForeignKeyMappingInfo.Analyzer
 
getForeignKeys() - Method in interface com.antelmann.sql.ForeignKeyMappingInfo
returns all columns denoting a foreign key mapped to their respective class representation, so that a component can allow to select from the respective values accordingly.
getForeignKeysModel(String) - Method in class com.antelmann.sql.ConnectionHelper
 
getForeingKeys(String) - Method in class com.antelmann.sql.ConnectionHelper
 
getForm() - Method in exception com.antelmann.util.gui.FormValidationWarning
 
getFormat() - Method in enum com.antelmann.calendar.TimeInterval
returns an appropriate format that maps to this interval
getFormat() - Method in class com.antelmann.net.web.RSSHandler
 
getFormat() - Method in class com.antelmann.util.table.FormattedCellEditor
 
getFormats(String) - Method in class com.antelmann.sql.JDBCResourceControl
 
getFormattedAddress() - Method in class com.antelmann.crm.SnailMailAddress
calls getFormattedAddress(Locale) with the current locale
getFormattedAddress(Locale) - Method in class com.antelmann.crm.SnailMailAddress
constructs the address based on certain standards; a plain '\n' is used for line breaks.
getFormattedContent() - Method in exception com.antelmann.util.FormatException
 
getFormatter() - Method in class com.antelmann.util.table.FormattedCellRenderer
 
getFormComponent() - Method in interface com.antelmann.util.gui.Form
 
getFormComponent() - Method in class com.antelmann.util.gui.FormDialog
 
getFormComponent() - Method in class com.antelmann.util.gui.FormFrame
 
getFormComponent() - Method in class com.antelmann.util.gui.FormInternalFrame
 
getFormComponent() - Method in class com.antelmann.util.gui.FormPanel
 
getFormContainer() - Method in interface com.antelmann.util.gui.Form
provides access to the overall window, dialog, frame, internal frame or other that holds the form with the formComponent and all the functional buttons that belong to the form
getFormContainer() - Method in class com.antelmann.util.gui.FormDialog
 
getFormContainer() - Method in class com.antelmann.util.gui.FormFrame
 
getFormContainer() - Method in class com.antelmann.util.gui.FormInternalFrame
 
getFormContainer() - Method in class com.antelmann.util.gui.FormPanel
 
getFormListeners() - Method in interface com.antelmann.util.gui.Form
 
getFormListeners() - Method in class com.antelmann.util.gui.FormDialog
 
getFormListeners() - Method in class com.antelmann.util.gui.FormFrame
 
getFormListeners() - Method in class com.antelmann.util.gui.FormInternalFrame
 
getFormListeners() - Method in class com.antelmann.util.gui.FormPanel
 
getFormula() - Method in class com.antelmann.ooffice.Cell
 
getFormValidator() - Method in interface com.antelmann.util.gui.Form
 
getFormValidator() - Method in class com.antelmann.util.gui.FormDialog
 
getFormValidator() - Method in class com.antelmann.util.gui.FormFrame
 
getFormValidator() - Method in class com.antelmann.util.gui.FormInternalFrame
 
getFormValidator() - Method in class com.antelmann.util.gui.FormPanel
 
getFormValue(Form, Object, String) - Static method in class com.antelmann.util.gui.FormHelper
 
getFormValue(Form, ValueRetriever<?>, String) - Static method in class com.antelmann.util.gui.FormHelper
convenience method that allows to retrieve a value from a form if applicable
getFormValue(Form, Object) - Method in class com.antelmann.util.gui.MyAbstractAction
 
getFormValue(Form, ValueRetriever<?>) - Method in class com.antelmann.util.gui.MyAbstractAction
 
getFrameOffset(int) - Method in class com.antelmann.cddb.CDID
returns the offset of the frame on the CD where the given track starts.
getFramesPerSecond() - Method in class com.antelmann.image.MJPEGHandler
 
getFramesTimePeriod() - Method in class com.antelmann.image.MJPEGHandler
the time period (milliseconds) that is considered when calculating frames per seconds rate
getFrom() - Method in class com.antelmann.net.mail.Email
 
getFrom() - Method in class com.antelmann.net.mail.POP3Account
 
getFromReference() - Method in class com.antelmann.db.DefaultEntryRelationship
 
getFromReference() - Method in class com.antelmann.db.DefaultSpecialRelationship
 
getFromReference() - Method in interface com.antelmann.db.EntryRelationship
represents the first entry of this relationship
getFromReference() - Method in interface com.antelmann.db.SpecialRelationship
 
getFromReferenceString() - Method in class com.antelmann.db.DefaultEntryRelationship
 
getFromString() - Method in class com.antelmann.net.mail.MessageEntry
 
getFullAddress() - Method in class com.antelmann.crm.SnailMailAddress
calls getFullAddress([current locale])
getFullAddress(Locale) - Method in class com.antelmann.crm.SnailMailAddress
a non-null return value is used to override how the address is constructed
getFullAddressMap() - Method in class com.antelmann.crm.SnailMailAddress
returns an unmodifiable view of the embedded full address map
getFullCellAddress(OOCalc) - Method in class com.antelmann.ooffice.Cell.Location
 
getFullHeaderAsString() - Method in class com.antelmann.net.Spider
 
getFullName() - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
getFullRange() - Method in class com.antelmann.util.gui.JDateRangeChooser
ranges from the day begin until the end of the day at the end
getFunctionValue(String, String, SQLFunction) - Method in class com.antelmann.sql.ConnectionHelper
 
getFunctionValue(String, String, String) - Method in class com.antelmann.sql.ConnectionHelper
 
getFunctionValue(String, String, SQLFunction, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
 
getFunctionValue(String, String, String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
returns the value of the given field in the given table based on the given function; null is returned if no entries were found in the database.
getFunctionValueForColumn(String, SQLFunction, Map<String, Object>) - Method in interface com.antelmann.sql.SQLColumnInfo
 
getFunctionValueForColumn(String, SQLFunction, Map<String, Object>) - Method in class com.antelmann.sql.SQLColumnInfoStore
 
getGender() - Method in class com.antelmann.cddb.Artist
can be either MALE, FEMALE or UNKNOWN
getGender() - Method in interface com.antelmann.crm.Person
 
getGender() - Method in class com.antelmann.crm.PersonImpl
 
getGenerator() - Method in class com.antelmann.image.Barcode4j
 
getGenerator() - Method in enum com.antelmann.image.Barcode4j.Type
 
getGenre() - Method in class com.antelmann.cddb.Composition
 
getGenre(String) - Static method in class com.antelmann.cddb.Genre
convenience method that checks whether the given description matches one of the standard categories (using case-insensitive comparison), in which case the static member is returned; otherwise, NoSuchElementException is thrown.
getGenre() - Method in class com.antelmann.sound.MP3FileProperties
 
getGeoPoint() - Method in class com.antelmann.crm.GlobalAddress
 
getGeoPoint() - Method in class com.antelmann.genealogy.GEventImpl
 
getGeoPoint() - Method in class com.antelmann.genealogy.GPersonalBlogEntry
 
getGeoPoint() - Method in class com.antelmann.image.ImageURLEntry
 
getGeoPoint() - Method in interface com.antelmann.math.GeoEncoded
 
getGeoPoint() - Method in class com.antelmann.math.GeoPoint
 
getGeoPoint() - Method in class com.antelmann.net.web.YouTubeVideo
 
getGeoPoint() - Method in class com.antelmann.opengeodb.GeoLocation
 
getGoogleSearchStrings() - Method in class com.antelmann.net.ServerLogAnalyzer
 
getGrid() - Method in class com.antelmann.math.TimeDataGraphics
 
getGridPixel() - Method in class com.antelmann.calendar.JDayGrid
 
getGroupData(Object) - Method in class com.antelmann.math.TimeDataGrid
provides an unmodifiable view of the data
getGrouping() - Method in class com.antelmann.math.ObjectAnalyzer
 
getGroupNameColumn() - Method in class com.antelmann.sql.TaggableHeaderStore
 
getGroupNameColumn() - Method in interface com.antelmann.sql.TaggableMapping
 
getGroupNameColumn() - Method in class com.antelmann.sql.TaggableMappingImpl
 
getGroupNameColumn() - Method in class com.antelmann.sql.TaggableSQLStore
 
getGroups() - Method in class com.antelmann.math.TimeDataGrid
provides an unmodifiable view of the data
getGroupSums() - Method in class com.antelmann.math.TimeDataGrid
generates a new data structure holding the data present at the time of calling
getGroupType() - Method in class com.antelmann.util.gui.JTagEditor
 
getHalted() - Method in class com.antelmann.calendar.Stopwatch
 
getHandler() - Method in class com.antelmann.db.remote.ChangeNotificationClient
 
getHandler() - Method in class com.antelmann.net.mail.AccountReader
 
getHandler() - Method in class com.antelmann.net.MessageDelegator
 
getHandler() - Method in class com.antelmann.net.web.RSSMenu
 
getHandler() - Method in class com.antelmann.sql.Connector
 
getHandler() - Method in class com.antelmann.util.logging.LoggerManager
 
getHandshake() - Method in class com.antelmann.net.ChatServer
 
getHandshake() - Method in interface com.antelmann.net.ConnectionDispatcher
returns a signature object used to identify the desired connection type handled by this ConnectionDispatcher object
getHandshake() - Method in class com.antelmann.net.JMessenger
 
getHandshake() - Method in interface com.antelmann.net.NetConnection
returns the identification type object for this connection; this signature is the same on both sides of the connection.
getHandshake() - Method in class com.antelmann.net.NetConnectionServer.DefaultDispatcher
returns the Handshake given in the constructor
getHandshake() - Method in class com.antelmann.net.SecureConnection
 
getHandshake() - Method in class com.antelmann.net.SocketConnection
 
getHandshakeAnswer(Object) - Method in interface com.antelmann.net.Handshake
used to generate the appropriate response to a question (must not return null).
getHandshakeAnswer(Object) - Method in class com.antelmann.net.SimpleHandshake
hashes a combination of the question and the signature
getHandshakeQuestion() - Method in interface com.antelmann.net.Handshake
returns a question to be asked to validate the handshake (must not return null).
getHandshakeQuestion() - Method in class com.antelmann.net.SimpleHandshake
generates a random String
getHeader() - Method in class com.antelmann.net.mail.Email.Attachment
returns all headers
getHeader() - Method in class com.antelmann.net.mail.Email
returns all headers
getHeaderField(String) - Method in class com.antelmann.net.URLCache
retrieves the first field value matching the fieldKey based on case-insensitive key search
getHeaderFields() - Method in class com.antelmann.net.URLCache
returns a Map to the cached header fields
getHeaderLine() - Method in class com.antelmann.util.logging.DBLineLogFormatter
 
getHeaderNames() - Method in class com.antelmann.net.mail.Email.Attachment
returns a set of String objects containing all header names
getHeaderNames() - Method in class com.antelmann.net.mail.Email
returns a set of String objects containing all header names
getHeaders() - Method in class com.antelmann.net.CGI
 
getHeaders() - Method in class com.antelmann.net.mail.POP3Account
 
getHeaderValue(String) - Method in class com.antelmann.net.Spider
 
getHeaderValues(String) - Method in class com.antelmann.net.mail.Email.Attachment
 
getHeaderValues(String) - Method in class com.antelmann.net.mail.Email
 
getHelper() - Method in class com.antelmann.sql.SQLDatabase
 
getHelper() - Method in class com.antelmann.sql.TaggableMappingImpl
 
getHelpText() - Method in class com.antelmann.util.gui.MyAbstractAction
 
getHighestEducation() - Method in class com.antelmann.genealogy.GPerson
 
getHoldability() - Method in class com.antelmann.sql.ConnectionWrapper
 
getHolidayCalendar() - Method in class com.antelmann.calendar.JHolidayList
 
getHolidays() - Method in class com.antelmann.calendar.HolidayCalendar
returns an unmodifiable view of all holidays
getHolidays(Date) - Method in class com.antelmann.calendar.HolidayCalendar
returns the holidays for the given day
getHolidays(Date, Date) - Method in class com.antelmann.calendar.HolidayCalendar
returns all holidays within the given range (inclusive day begin from, exclusive until)
getHome() - Method in class com.antelmann.net.JWebBrowser
returns the page currently set as the home page
getHost() - Method in class com.antelmann.net.FTPConnector
 
getHost() - Method in class com.antelmann.net.ServerLogEntry
 
getHost() - Method in class com.antelmann.sql.ConnectorSettings
 
getHostAddress() - Method in class com.antelmann.net.ServerLogEntry
 
getHostnameFilter() - Method in class com.antelmann.net.SSLHelper
 
getHsqldbConnection(String, String, String, String) - Method in class com.antelmann.sql.Connector
provides JDBC access through the Hsqldb driver (http://hsqldb.sourceforge.net/)
getHsqldbConnection(String, int, String, String, String) - Method in class com.antelmann.sql.Connector
provides JDBC access through the Hsqldb driver (http://hsqldb.sourceforge.net/)
getHsqldbConnection(String, String, String) - Method in class com.antelmann.sql.Connector
provides JDBC access through the Hsqldb driver (http://hsqldb.sourceforge.net/)
getHsqldbInMemory() - Method in class com.antelmann.sql.Connector
a special in-memory database using the HSQLDB driver
getHTMLDocument() - Method in class com.antelmann.net.Spider
returns an HTMLDocument object with the parsed content of the embedded URL for further examination
getHTMLDocument(Reader) - Method in class com.antelmann.net.Spider
returns an HTMLDocument object with the parsed content from the given reader for further examination
getHTMLDocument() - Method in class com.antelmann.net.URLCache
returns a new HTMLDocument initialized with the cached content of this URLCache object.
getHTMLFiles() - Method in class com.antelmann.net.LocalWeb
 
getHtmlFormat() - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
getHtmlMessage() - Method in class com.antelmann.net.mail.Email
 
getIBAN() - Method in class com.antelmann.crm.BankAccount
 
getIcon() - Method in class com.antelmann.io.MyFile
 
getIcon() - Method in class com.antelmann.util.Country
 
getIcon(String) - Static method in class com.antelmann.util.Country
 
getIcon(int) - Method in class com.antelmann.util.gui.JFileFieldBeanInfo
 
getIconFormat() - Method in class com.antelmann.util.table.FormattedCellRenderer
 
getIconHolder() - Method in class com.antelmann.crm.ContactImpl
allows to modify the image for ContactImpl.getDisplayIcon()
getID() - Method in class com.antelmann.db.AbstractDBEntry
 
getID() - Method in interface com.antelmann.db.DBEntry
returns a immutable, unique and persistent capable identifier for this resource.
getID() - Method in class com.antelmann.genealogy.GEventEntry
 
getID() - Method in class com.antelmann.net.web.Tweed
 
getID() - Method in class com.antelmann.opengeodb.GeoTypeName
 
getID() - Method in class com.antelmann.util.revision.StatusString
 
getIDColumn() - Method in class com.antelmann.sql.BaseRowMapper
 
getIDColumn() - Method in class com.antelmann.sql.DefaultMappingInfo
 
getIDColumn() - Method in class com.antelmann.sql.JDBCRowStore
 
getIDColumn() - Method in interface com.antelmann.sql.MappingInfo
specifies the column where the ID of the entry is mapped to
getIdColumn() - Method in class com.antelmann.sql.RowItem
returns the field name for accessing the primary key (whoms value can be accessed by getID().
getIDColumn(Class<? extends DBEntry>) - Method in class com.antelmann.sql.SQLDatabase
takes advantage of the MappingInfo interface - if applicable
getIdColumn() - Method in class com.antelmann.sql.SQLValueRetriever
 
getIDColumn() - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
 
getIDColumn() - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
getIdColumnName(Class<?>) - Static method in class com.antelmann.sql.MappedEntryMapper
 
getIdentificationString() - Method in interface com.antelmann.net.Handshake
a String used to identify a specific handshake specification
getIdentificationString() - Method in class com.antelmann.net.SimpleHandshake
returns a hashed version of the signature given in the constructor
getIDExtractor() - Static method in class com.antelmann.db.DBUtils
 
getIDExtractor() - Static method in class com.antelmann.db.Stub
 
getIdFactory() - Method in class com.antelmann.db.CollectionClassStore
 
getIDFactory() - Method in class com.antelmann.genealogy.db.GDB
 
getIDFactory() - Method in class com.antelmann.sql.BaseRowMapper
 
getIdField() - Method in class com.antelmann.sql.ResultSetTableModel
 
getIdleTime() - Method in class com.antelmann.image.MJPEGHandler
 
getIDSet(Collection<? extends DBReference>) - Static method in class com.antelmann.db.DBUtils
 
getIdValue() - Method in class com.antelmann.sql.SQLValueRetriever
 
getIM() - Method in class com.antelmann.crm.GlobalAddress
returns the address-String for instant messaging
getImage() - Method in class com.antelmann.image.ImageURLEntry
 
getImage() - Method in class com.antelmann.image.JImagePanel
 
getImage(String) - Method in class com.antelmann.ooffice.OOWriter
 
getImageByName(XSpreadsheet, String) - Method in class com.antelmann.ooffice.OOCalc
 
getImageCount() - Method in class com.antelmann.image.MJPEGHandler
returns how many images were actually processed
getImageFiles() - Method in class com.antelmann.net.LocalWeb
 
getImageFileSaveFormat() - Method in class com.antelmann.image.JImagePanel
 
getImageFormat(InputStream) - Static method in class com.antelmann.image.ImageUtils
 
getImageHolder() - Method in class com.antelmann.crm.ContactImpl
 
getImageIcon() - Method in class com.antelmann.image.ImageViewerFrame
 
getImageIcon() - Method in class com.antelmann.net.web.RSSChannel
 
getImageImportFilter() - Method in class com.antelmann.image.JImagePanel
 
getImageMap() - Method in class com.antelmann.net.web.YouTubeVideo
 
getImageNames(XSpreadsheet) - Method in class com.antelmann.ooffice.OOCalc
 
getImageNames() - Method in class com.antelmann.ooffice.OOWriter
 
getImageObject(String) - Method in class com.antelmann.ooffice.OOWriter
 
getImageProcessor() - Method in class com.antelmann.image.MJPEGHandler
 
getImageRetriever() - Method in class com.antelmann.db.BaseDocument
responsible for getting/generating the image used as a display image.
getImageRetriever() - Method in class com.antelmann.image.ImageHolder
 
getImages(boolean) - Method in class com.antelmann.net.Spider
returns an array of images that are contained in the embedded URL
getImages(Reader, boolean) - Method in class com.antelmann.net.Spider
allows to read the content from another location but the url itself
getImages() - Method in class com.antelmann.net.URLCache
returns URLs to all unique images embedded in the cached HTML document
getImagesFromDir(File, int, FileFilter, Monitor) - Static method in class com.antelmann.image.JImageList
 
getImageSize(InputStream) - Static method in class com.antelmann.image.ImageUtils
 
getImageURL() - Method in class com.antelmann.net.web.RSSChannel
 
getImportance() - Method in class com.antelmann.cddb.Contribution
the higher the number, the higher the importance.
getImportance() - Method in class com.antelmann.util.logging.Level
returns the value the natural order is based on
getInbox() - Method in class com.antelmann.net.mail.POP3Account
returns the POP3 inbox from the given mail settings.
getInboxEmails() - Method in class com.antelmann.net.mail.IMAPAccount
 
getIncludePattern() - Method in class com.antelmann.io.ExtensionFileFilter
returns all include patterns to be checked (empty array returned if none)
getIndex(TreeNode) - Method in class com.antelmann.io.FileTreeNode
 
getIndex(TreeNode) - Method in class com.antelmann.net.URLNode
 
getIndex(TreeNode) - Method in class com.antelmann.ooffice.OfficeElementTreeNode
 
getIndex(TreeNode) - Method in class com.antelmann.util.gui.CategoryNode
 
getIndexColumn() - Method in class com.antelmann.sql.SortedGroupableSQLStore
 
getIndexForAxis(String) - Method in class com.antelmann.math.DataMatrix
 
getIndexNames(String) - Method in class com.antelmann.sql.SQLServerHelper
somewhat redundant; does the same as ConnectionHelper.getIndicesForTable(String, boolean) but in an SQLServer-specific way
getIndexOfChild(Object, Object) - Method in class com.antelmann.util.gui.SubTreeModel
 
getIndicesForTable(String, boolean) - Method in class com.antelmann.sql.ConnectionHelper
 
getInfoOn(PrintService) - Static method in class com.antelmann.util.PrintUtilities
 
getInitDriverClass() - Method in class com.antelmann.sql.JConnectionLogin
 
getInnerFilter() - Method in class com.antelmann.db.DBClassStoreCache.PrefetchedFilter
 
getInnerFilter() - Method in class com.antelmann.db.PropertyEntryFilter
 
getInnerFilter() - Method in class com.antelmann.sql.FullTextSearchFilter
 
getInnerFilter() - Method in class com.antelmann.sql.PreparedStatementEntryFilter
 
getInnerFilter() - Method in class com.antelmann.sql.SQLComboFilter
 
getInnerFilter() - Method in class com.antelmann.sql.SQLDirectQueryEntryFilter
 
getInnerFilter() - Method in class com.antelmann.sql.SQLMapFilter
returns the internal filter that applies in this instance's accept() method
getInnerFilter() - Method in class com.antelmann.sql.SQLStubFilter
 
getInnerFilter() - Method in class com.antelmann.sql.TopicMapFilter
returns the internal filter that applies in this instance's accept() method
getInnerFilter() - Method in interface com.antelmann.util.CascadingFilter
 
getInnerFilter() - Method in class com.antelmann.util.OffsetFilter
 
getInnerFilter() - Method in class com.antelmann.util.RandomFilter
 
getInputSource() - Method in class com.antelmann.util.XmlHelper
 
getInputStream() - Method in class com.antelmann.io.BinaryData
same as getRelevantValue()
getInputStream() - Method in class com.antelmann.net.mail.Email.Attachment
 
getInputStream() - Method in class com.antelmann.net.protocol.db.DatabaseURLConnection
 
getInputStream() - Method in class com.antelmann.net.Spider
obtains the InputStream (basic authentication is applied if previously set)
getInputStream() - Method in class com.antelmann.net.URLCache
returns an input stream from the cached content (suitable for binary data).
getInputStream() - Method in class com.antelmann.util.XmlHelper
 
getInputStreamUsingBasicAuthorization(String, char[]) - Method in class com.antelmann.net.Spider
obtains the InputStream using basic authorization mechanism if user is not null; the given authentication only applies to this call
getInsets() - Method in class com.antelmann.util.gui.MouseBoundsListener
defines the tolerance for resizing versus moving if a drag at the edge of the component occurs; 2 pixels on every edge by default
getInstance() - Static method in class com.antelmann.image.TwainAdapter
 
getInstance() - Static method in class com.antelmann.util.logging.LoggerManager
 
getInterfaceMonitors() - Method in class com.antelmann.util.gui.MyAbstractAction
 
getInternalURL() - Method in class com.antelmann.image.ImageHolder
 
getInternalURL() - Method in class com.antelmann.io.BinaryData
 
getInternetAddresses() - Method in class com.antelmann.net.mail.SQLEmailCustomizer
 
getInternetAddresses() - Method in class com.antelmann.net.mail.TableCustomizer
 
getInternetHeaders(Email.Header...) - Static method in class com.antelmann.net.mail.Email
 
getIntervalDateRange(Date) - Method in enum com.antelmann.calendar.TimeInterval
 
getIntervalMillis() - Method in class com.antelmann.util.gui.JMemoryGauge
returns 500 by default (half a second)
getIntervalPixel() - Method in class com.antelmann.calendar.JDayGrid
the number of pixels representing a time interval
getItemPaint(int, int) - Method in class com.antelmann.image.ColorPathBarRenderer
 
getItems() - Method in class com.antelmann.net.web.RSSChannel
 
getItems() - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
getJButton() - Method in class com.antelmann.util.table.JTableFilterTextField
 
getJDBCLogger() - Static method in class com.antelmann.sql.SQLServerHelper
 
getJFileChooser() - Method in class com.antelmann.image.ImageLoaderFrame
 
getJFileChooser() - Method in class com.antelmann.util.gui.JFileField
provides access to the chooser of the component
getJFilteredTableComponent() - Method in class com.antelmann.net.mail.JMessageTable
 
getJFontChooser() - Method in class com.antelmann.util.gui.FontViewer
 
getJFontFileChooser() - Method in class com.antelmann.util.gui.FontViewer
 
getJList() - Method in class com.antelmann.util.gui.JSearchList
returns the filtered active list
getJProgressBar() - Method in class com.antelmann.util.MonitorDelegate
 
getJSplitPane() - Method in class com.antelmann.util.gui.JPreviewPane
 
getJTable() - Method in class com.antelmann.util.gui.JPropertyEditor
 
getJTextArea() - Method in class com.antelmann.util.gui.TextViewerFrame
 
getJTextArea() - Method in class com.antelmann.util.table.MultiLineCellTextEditor
provides direct access to the JTextArea that is used to display the value for further customization; if the appropriate option is set with the constructor, the tab keys are already 'fixed'
getJTextField() - Method in class com.antelmann.util.gui.JFileField
provides access to the text field of the component
getJTextField() - Method in class com.antelmann.util.table.JTableFilterTextField
returns the text field for the search pattern
getJukeBox() - Method in class com.antelmann.sound.JJukeBox
 
getKey() - Method in exception com.antelmann.LicenseKeyException
 
getKey() - Method in class com.antelmann.net.SecureConnection
 
getKey() - Method in class com.antelmann.util.SimpleEntry
 
getKeyAgreements() - Static method in class com.antelmann.util.SecurityUtils
 
getKeyAlgorithms() - Static method in class com.antelmann.util.SecurityUtils
 
getKeyColumn() - Method in class com.antelmann.sql.JDBCResourceBundle
 
getKeyFactories() - Static method in class com.antelmann.util.SecurityUtils
 
getKeyGenerators() - Static method in class com.antelmann.util.SecurityUtils
 
getKeyManagerFactory() - Method in class com.antelmann.net.SSLHelper
 
getKeyNames() - Static method in enum com.antelmann.crm.AddressKey
 
getKeyPairGenerators() - Static method in class com.antelmann.util.SecurityUtils
 
getKeys() - Method in class com.antelmann.sql.JDBCResourceBundle
 
getKeySignature() - Method in class com.antelmann.util.CipherKey
just returns the algorithm, which doesn't say much
getKeySignature() - Method in class com.antelmann.util.SimpleKey
 
getKeySignature() - Method in interface com.antelmann.util.SynchronousKey
returns a signature that is used to identify the key that needs to be known for both, encoding and decoding
getKeySorter() - Static method in class com.antelmann.util.SimpleEntry
 
getKeyStoreTypes() - Static method in class com.antelmann.util.SecurityUtils
 
getKeyValuesFromStore() - Method in class com.antelmann.util.gui.JPropertyEditor
 
getKeywords() - Method in class com.antelmann.crm.ContactImpl
 
getKeywords() - Method in class com.antelmann.db.BaseDocument
 
getKnownCurrencies() - Method in class com.antelmann.math.MoneyConverter
returns an unmodifiable view of the known currencies
getKnownGenres() - Static method in class com.antelmann.cddb.Genre
 
getKnownLevels() - Static method in class com.antelmann.util.logging.Level
 
getKnownRoles() - Static method in class com.antelmann.cddb.Role
 
getKnownServerList() - Static method in class com.antelmann.calendar.TimeProtocolClient
Deprecated.  
getKnownValues() - Static method in class com.antelmann.math.Temperature
 
getKnownValues() - Static method in class com.antelmann.math.Weight
 
getLabelFor(Class<?>) - Method in class com.antelmann.db.EntryClassMapper.Adapter
 
getLabelFor(Class<?>) - Method in interface com.antelmann.db.EntryClassMapper
allows to provide a user-friendly display name for a class independent of its mapping; the return value may not be mapped back to the given class.
getLabelHandler() - Method in class com.antelmann.util.table.WrappedTableCellRenderer
 
getLabelText() - Method in class com.antelmann.util.table.JTableFilterTextField
 
getLanguage(Locale) - Static method in class com.antelmann.util.gui.Menus
 
getLanguageCodeForName(String) - Static method in class com.antelmann.util.I18n
returns the corresponding ISO 639 language code for the given name based on the default Locale
getLanguageCodeForName(String, Locale) - Static method in class com.antelmann.util.I18n
returns the corresponding ISO 639 language code for the given name based on the given Locale
getLanguageComboBox(boolean) - Static method in class com.antelmann.util.I18n
 
getLanguageComboBox(boolean, Locale) - Static method in class com.antelmann.util.I18n
provides a component for selecting languages based on either ISO 639 code or the full name
getLanguageComboBox(String[], Locale) - Static method in class com.antelmann.util.I18n
provides a component for selecting languages based on the given array
getLanguageNames() - Static method in class com.antelmann.util.I18n
returns an (unsorted) array of localized names for all ISO 639 languages based on the default Locale
getLanguageNames(Locale) - Static method in class com.antelmann.util.I18n
returns an (unsorted) array of localized names for all ISO 639 languages based on the given Locale
getLanguageRenderer() - Static method in class com.antelmann.util.I18n
 
getLanguageRenderer(Locale) - Static method in class com.antelmann.util.I18n
 
getLargestImage() - Method in class com.antelmann.net.web.YouTubeVideo
 
getLast() - Method in class com.antelmann.util.logging.Logger
returns the last entry logged with this logger (while enabled and filter passed).
getLastAlert() - Method in class com.antelmann.image.MJPEGHandler
 
getLastBuildDate() - Method in class com.antelmann.net.web.RSSChannel
 
getLastCellForRange(int, int, int, int, int) - Method in class com.antelmann.ooffice.OOCalc
 
getLastCellForRange(XSpreadsheet, XCellRange) - Method in class com.antelmann.ooffice.OOCalc
 
getLastChangedDate() - Method in class com.antelmann.calendar.CalendarChangeEvent
 
getLastComponent(Container) - Method in class com.antelmann.util.gui.ListFocusTraversalPolicy
 
getLastDeltaAdjustmentTime() - Method in class com.antelmann.calendar.AbstractTimeSystem
returns the system time when adjustDelta() has been successfully called last time.
getLastDeltaAdjustmentTime() - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated. returns the system time when adjustDelta() has been successfully called last time.
getLastError() - Method in class com.antelmann.net.CGI
 
getLastHeader() - Method in class com.antelmann.net.CGI
 
getLastModified() - Method in class com.antelmann.net.URLCache
returns the header value from the cached content
getLastRefreshTime() - Method in class com.antelmann.net.URLCache
returns the time taken by the last successful refresh; -1 is returned if content was never successfully refreshed.
getLastResponse() - Method in class com.antelmann.net.CGI
 
getLastRevision() - Method in class com.antelmann.util.revision.DefaultRevisable
 
getLastRevision() - Method in interface com.antelmann.util.revision.Revisable
provides access to the last revision that was applied to this instance
getLastRoundTripDelay() - Method in class com.antelmann.calendar.AbstractTimeSystem
returns the time of the time it took to adjust the delta the last time the adjustment was made.
getLastStatus() - Method in class com.antelmann.net.web.Twitter
 
getLastVisibleDate() - Method in class com.antelmann.calendar.CalendarTableModel
 
getLatitude() - Method in class com.antelmann.cddb.CDDBServer
 
getLatitude() - Method in class com.antelmann.math.GeoPoint
 
getLayer() - Method in class com.antelmann.opengeodb.GeoLocation
 
getLayoutOption() - Method in class com.antelmann.math.JDataMatrixView
 
getLength() - Method in class com.antelmann.ai.Perceptron
 
getLength() - Method in class com.antelmann.cddb.CDID
returns the duration of the CD in seconds
getLength() - Method in class com.antelmann.cddb.Track
returns the length in seconds
getLength() - Method in class com.antelmann.ooffice.OOInputStream
 
getLength() - Method in class com.antelmann.sound.MP3FileProperties
calculated length in milliseconds
getLevel() - Method in class com.antelmann.util.logging.LogEntry
 
getLicense(Object) - Method in class com.antelmann.LicenseManager
returns the license used for the given licensee.
getLicense() - Method in exception com.antelmann.LicensingException
may be null
getLicensee() - Method in class com.antelmann.License
returns a String representing either a Class or a Package object
getLicensee() - Method in exception com.antelmann.LicensingException
may be null
getLicenseHandler() - Static method in class com.antelmann.Settings
returns the LicenseHandler currently in place to react if a call to checkLicense(Object) fails initially.
getLicenseKey() - Method in class com.antelmann.License
returns the associated LicenseKey object - if any
getLicenseManager() - Static method in class com.antelmann.LicenseManager
returns the global LicenseManager object (there is only one)
getLicenses() - Method in class com.antelmann.LicenseManager
returns an unmodifiable view of the embedded licenses
getLicenseText() - Static method in class com.antelmann.Version
retrieves the license from a file distributed with the antelmann.jar file
getLikeStrings() - Method in class com.antelmann.sql.LikeCondition
returns a copy of the embedded 'likeStrings'
getLimit() - Method in class com.antelmann.util.logging.JTextAreaLog
 
getLimit() - Method in class com.antelmann.util.logging.JTextComponentLog
 
getLimit() - Method in class com.antelmann.util.OffsetFilter
 
getLineBreak() - Method in class com.antelmann.util.logging.StringLineFormatter
 
getLineCount(String) - Static method in class com.antelmann.util.Strings
tailing empty lines will not be counted
getLineIterator() - Method in class com.antelmann.io.MyFile
 
getLineIterator(String) - Method in class com.antelmann.io.MyFile
iterates over the lines of this file using a BufferedReader
getLineSeparator() - Method in class com.antelmann.util.logging.DBLineLogFormatter
 
getLinkedFiles() - Method in class com.antelmann.net.LocalWeb
returns a set of all files all files within this web that are accessible from the root
getLinkedFiles(File) - Method in class com.antelmann.net.LocalWeb
returns a set of all files within this web that are accessible from the given file.
getLinks(boolean, String...) - Method in class com.antelmann.net.Spider
returns links filtered by the given protocol
getLinks(boolean) - Method in class com.antelmann.net.Spider
returns an array containing URLs that the embedded URL links to; if the page is a frameset, the frame sources are returned.
getLinks(Reader, boolean) - Method in class com.antelmann.net.Spider
allows to read the content from another location but the url itself
getLinks() - Method in class com.antelmann.net.URLCache
returns URLs of all links from the cached HTML document.
getList(Filter<? super T>) - Method in class com.antelmann.sql.CategoryStore
 
getList() - Method in class com.antelmann.util.table.AbstractObjectTableModel
returns an unmodifiable view of the embedded list.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.antelmann.util.gui.ToolTipListRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.antelmann.util.table.FormattedCellRenderer
essentially copied from DefaultListCellRenderer.getListCellRendererComponent(JList, Object, int, boolean, boolean)
getListeners() - Method in class com.antelmann.calendar.AbstractCalendarModel
 
getListeners() - Method in class com.antelmann.db.DatabaseChangeMonitor
 
getListeners() - Method in class com.antelmann.db.remote.RemoteDatabaseChangeHandler
 
getListeners() - Method in class com.antelmann.sql.ConnectionWrapper
 
getListeners() - Method in class com.antelmann.util.NotificationService
 
getListeners() - Method in class com.antelmann.util.Notifier
 
getListeners() - Method in class com.antelmann.util.ThreadPool
 
getListeners() - Method in class com.antelmann.util.ThreadWorker
 
getListView() - Method in class com.antelmann.sql.RowItemTableModel
creates and returns an unmodifiable view of the embedded list
getLocale() - Method in class com.antelmann.calendar.CalendarTableModel
 
getLocale() - Method in class com.antelmann.calendar.Holiday
returns the locale associated with this holiday.
getLocale() - Method in enum com.antelmann.calendar.TimeInterval
 
getLocale() - Method in class com.antelmann.crm.GlobalAddress
if a Locale is explicitly set to a non-null value, it is returned; otherwise, the locale is constructed using the country code.
getLocale() - Method in class com.antelmann.crm.SnailMailAddress
 
getLocale() - Method in class com.antelmann.db.BaseDocument
 
getLocale() - Method in class com.antelmann.image.ImageURLEntry
 
getLocale() - Method in class com.antelmann.math.DefaultUnit
 
getLocale() - Method in enum com.antelmann.math.SIBaseUnit
 
getLocale() - Method in class com.antelmann.opengeodb.GeoProperty
 
getLocale() - Method in class com.antelmann.opengeodb.GeoTypeName
 
getLocale() - Method in class com.antelmann.util.Country
represents the 2-letter country code based on ISO 3166
getLocale() - Method in class com.antelmann.util.Localizable.Adapter
 
getLocale() - Method in interface com.antelmann.util.Localizable
allows access to the Locale that this instance currently uses to localize its messages,
getLocalized(Map<?, ?>, String, Locale) - Static method in class com.antelmann.util.I18n
uses a default ResourceBundle.Control to fulfill the request
getLocalized(Map<?, ?>, String, Locale, ResourceBundle.Control) - Static method in class com.antelmann.util.I18n
searches the properties for a suitable localized key and returns its value.
getLocalPort() - Method in class com.antelmann.net.ChatServer
returns the port the server is listening on
getLocalPort() - Method in class com.antelmann.net.NetConnectionServer
 
getLocalPort() - Method in class com.antelmann.net.SocketConnection
 
getLocation() - Method in class com.antelmann.calendar.CalendarEntry
 
getLocation() - Method in exception com.antelmann.cddb.XmcdFormatException
returns either the DiskID or the File name that the exception is associated with
getLocation() - Method in class com.antelmann.genealogy.GEventImpl
 
getLocation() - Method in class com.antelmann.genealogy.GPersonalBlogEntry
 
getLocation() - Method in class com.antelmann.opengeodb.GeoProperty
 
getLocations() - Method in class com.antelmann.LicenseLoader
these URLs will be used to acquire licenses on demand before user interaction may be required.
getLockInfo(DBReference) - Method in class com.antelmann.db.LockManager
 
getLogFilter() - Method in class com.antelmann.util.logging.AbstractLogWriter
 
getLogFormatter() - Method in class com.antelmann.util.logging.AbstractLogWriter
 
getLogFormatter() - Method in class com.antelmann.util.logging.LogFile
 
getLogger() - Method in class com.antelmann.calendar.AtomicTime
Deprecated.  
getLogger() - Method in class com.antelmann.calendar.NTPServer
Deprecated. returns an empty logger w/o writers by default
getLogger() - Method in class com.antelmann.calendar.NTPTime
 
getLogger() - Method in class com.antelmann.calendar.TimeProtocolServer
Deprecated. returns an empty logger w/o writers by default
getLogger() - Method in class com.antelmann.db.AbstractDatabase
a logger that contains the logWriter given in the constructor; it is used to log all databaseService access with the special level 'dbaccess' by default
getLogger() - Method in interface com.antelmann.db.Database
access to the Logger that by default uses a LogWriter writing entries directly into this database.
getLogger() - Method in class com.antelmann.db.DatabaseChangeListener.LoggerListener
 
getLogger() - Method in class com.antelmann.db.LoggerLoginListener
 
getLogger() - Method in class com.antelmann.image.MJPEGHandler
 
getLogger() - Method in class com.antelmann.io.Backup
 
getLogger() - Method in class com.antelmann.net.ChatServer
 
getLogger() - Method in class com.antelmann.net.FTPConnector
 
getLogger() - Method in class com.antelmann.net.JMessenger
 
getLogger() - Method in class com.antelmann.net.mail.AccountReader
 
getLogger() - Method in class com.antelmann.net.mail.IMAPBackup
 
getLogger() - Method in class com.antelmann.net.mail.JPopMessageTable
 
getLogger() - Method in class com.antelmann.net.mail.POP3Account
 
getLogger() - Method in class com.antelmann.net.MessageDelegator
 
getLogger() - Method in class com.antelmann.net.NetConnectionServer
 
getLogger() - Method in class com.antelmann.net.RemoteNetInterfaceProtocol
 
getLogger() - Method in class com.antelmann.net.SocketConnection
loggs standard events - no exceptions are logged here
getLogger() - Method in class com.antelmann.servlet.UserAuthenticationFilter
 
getLogger() - Method in class com.antelmann.sql.MySQLLog
 
getLogger() - Method in class com.antelmann.util.gui.FormDialog
provides access to the logger used to capture events (and exeptions) upon pressing buttons
getLogger() - Method in class com.antelmann.util.gui.MyAbstractAction
 
getLogger() - Method in class com.antelmann.util.gui.SchedulerFrame
contains a JTextComponentLog by default
getLogger() - Method in class com.antelmann.util.logging.LoggerHandler
 
getLogger(Object) - Method in class com.antelmann.util.logging.LoggerManager
if no specific logger is available, the default logger is returned, so that this method never returns null
getLogger() - Method in interface com.antelmann.util.logging.LoggerProvider
acess to the (non-null) Logger suitable for logging entries in the context of this instance
getLogger() - Method in class com.antelmann.util.logging.MemoryLogger
 
getLogger() - Method in class com.antelmann.util.logging.SocketLogListener
 
getLogger() - Method in class com.antelmann.util.MonitorDelegate
 
getLoggerFor(Object) - Method in class com.antelmann.util.logging.LoggerManager
if no logger had been specified for the given obj, this method returns null
getLoggerObjects() - Method in class com.antelmann.util.logging.LoggerManager
 
getLoginListeners() - Method in class com.antelmann.db.AbstractUserLoginStore
 
getLoginListeners() - Method in interface com.antelmann.db.UserLoginStore
 
getLoginListeners() - Method in class com.antelmann.sql.UserImplStore
 
getLoginTime(User) - Method in class com.antelmann.db.AbstractUserLoginStore
returns the time when the given user has logged in; returns null if the user is not an active user.
getLogLevel() - Method in class com.antelmann.util.MonitorDelegate
 
getLongitude() - Method in class com.antelmann.cddb.CDDBServer
 
getLongitude() - Method in class com.antelmann.math.GeoPoint
 
getLookAndFeelNames() - Static method in class com.antelmann.util.gui.Menus
 
getLowerBound() - Method in class com.antelmann.util.Range
 
getLowerEnd() - Method in class com.antelmann.util.Range
provides an unsafe cast to the type at hand (assuming that the bounds represent the same)
getMacAddress() - Static method in class com.antelmann.util.Misc
returns the first MAC address found in a non-virtual network interface.
getMacAddress(InetAddress) - Static method in class com.antelmann.util.Misc
returns the MAC address supported since java version 1.6
getMacs() - Static method in class com.antelmann.util.SecurityUtils
 
getMaidenName() - Method in class com.antelmann.genealogy.GPerson
 
getMainMethod(Class<?>) - Static method in class com.antelmann.util.Misc
 
getMainPanel() - Method in class com.antelmann.util.gui.FormFrame
returns the panel in the center that has the toolbar and the form on it
getMainPanel() - Method in class com.antelmann.util.gui.FormInternalFrame
returns the panel in the center that has the toolbar and the form on it
getMajorVersion() - Method in class com.antelmann.sql.DriverWrapper
 
getMappedValue(Object, RowItem) - Method in class com.antelmann.sql.BaseRowMapper
convenience method: returns null if the topic is not mapped (or if the mapped value is indeed null)
getMapper() - Method in class com.antelmann.sql.GenericPropertyEntryStore
 
getMapper() - Method in class com.antelmann.sql.JDBCRowStore
 
getMapper() - Method in class com.antelmann.sql.RelationshipStore
 
getMapper() - Method in class com.antelmann.sql.SQLColumnInfoStore
only returns a non-null value if the embedded store is a JDBCRowStore
getMapper() - Method in class com.antelmann.sql.UserImplStore
 
getMappingForTopic(Object) - Method in class com.antelmann.image.ImageURLEntryMapper
 
getMappingForTopic(Object) - Method in class com.antelmann.sql.BaseRowMapper
If the topic does not exist but is a String that is an existing column, it is returned as such.
getMappingForTopic(Object) - Method in class com.antelmann.sql.DefaultMappingInfo
 
getMappingForTopic(Object) - Method in class com.antelmann.sql.JDBCRowStore
 
getMappingForTopic(Object) - Method in interface com.antelmann.sql.MappingInfo
allows to determine whether a specific given topic maps to a distinct table, query or column name.
getMappingForTopic(Object) - Method in class com.antelmann.sql.PropertyEntryHeaderStore
 
getMappingForTopic(Object) - Method in class com.antelmann.sql.PropertyEntryTableStore
provides additional topics from PropertyEntryMapping.DetailKey
getMappingForTopic(Object) - Method in class com.antelmann.sql.SortedGroupableSQLStore
 
getMappingForTopic(Object) - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
 
getMappingForTopic(Object) - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
getMatrix() - Method in class com.antelmann.math.DataMatrixGraphics
 
getMatrix() - Method in class com.antelmann.math.JDataMatrixView
 
getMax() - Method in class com.antelmann.math.DataPoint
 
getMax() - Method in class com.antelmann.util.Monitor
 
getMaxCount() - Method in class com.antelmann.math.CounterMap
 
getMaxLength(String, Map<String, Object>) - Method in interface com.antelmann.sql.SQLColumnInfo
 
getMaxLength(String, Map<String, Object>) - Method in class com.antelmann.sql.SQLColumnInfoStore
 
getMaxParams() - Method in class com.antelmann.util.logging.StringLineFormatter
 
getMaxPreferredRowHeight(JTable) - Static method in class com.antelmann.util.table.TableUtils
 
getMaxPreferredRowHeight(JTable, int, int) - Static method in class com.antelmann.util.table.TableUtils
 
getMaxTextLength(String, String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
 
getMaxValue(String, String) - Method in class com.antelmann.sql.ConnectionHelper
 
getMDBConnection(File) - Method in class com.antelmann.sql.Connector
provides some simplified access to an existing Microsoft Access database through Sun's JDBC/ODBC bridge
getMDBConnection(File, Properties) - Method in class com.antelmann.sql.Connector
provides some simplified access to an existing Microsoft Access database through Sun's JDBC/ODBC bridge
getMDBConnection(File, File, String, String, Properties) - Method in class com.antelmann.sql.Connector
provides some simplified access to an existing Microsoft Access database through Sun's JDBC/ODBC bridge
getMDBConnection(File, File, Properties) - Method in class com.antelmann.sql.Connector
provides some simplified access to an existing Microsoft Access database through Sun's JDBC/ODBC bridge
getMenuTextFont() - Method in class com.antelmann.util.gui.CustomTheme
 
getMessage(int) - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
getMessage() - Method in class com.antelmann.net.web.Tweed
 
getMessage() - Method in class com.antelmann.util.logging.LogEntry
 
getMessage() - Method in class com.antelmann.util.Monitor
 
getMessageCount() - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
getMessageCount() - Method in class com.antelmann.net.MessageDelegator
 
getMessageDigestAlgorithms() - Static method in class com.antelmann.util.SecurityUtils
 
getMessageExtractor() - Method in class com.antelmann.util.VerboseFilter.Adapter
 
getMessageFilter() - Method in class com.antelmann.net.mail.IMAPBackup
 
getMessageHandler() - Method in class com.antelmann.net.mail.IMAPBackup
 
getMessageID() - Method in class com.antelmann.net.mail.Email
looks for a header value where the name is 'Message-ID' and returns it (null is returned if no such header was found)
getMessageOfTheDay() - Method in class com.antelmann.cddb.FreeDB
returns a 'message of the day' quote from freedb.org
getMetaData() - Method in class com.antelmann.sql.ConnectionWrapper
 
getMetaData() - Method in class com.antelmann.sql.RowItem
provides access to optional meta data information, mapping property keys to the associated class; this may return null.
getMetaDataAsTableModel(String) - Method in class com.antelmann.sql.ConnectionHelper
Deprecated. 
getMethod() - Method in class com.antelmann.net.ServerLogEntry
 
getMethodComparator(Class<T>, String) - Static method in class com.antelmann.util.Misc
 
getMethodComparator(Method) - Static method in class com.antelmann.util.Misc
 
getMethodExtractor(String) - Static method in class com.antelmann.util.Misc
 
getMethodExtractor(String, Class<T>) - Static method in class com.antelmann.util.Misc
 
getMethodName() - Method in enum com.antelmann.db.DBClassStore.DBMethod
 
getMethodName() - Method in class com.antelmann.util.MethodComparator
 
getMethodValues(Object) - Static method in class com.antelmann.util.Misc
maps public non-static method names with no parameters and a non-void return value to their respective return values
getMetricValues() - Static method in class com.antelmann.math.LengthUnit
 
getMicrosecondLength() - Method in class com.antelmann.sound.MP3Player
 
getMicrosecondLength() - Method in class com.antelmann.sound.SoundPlayer
if no active sound object is present, -1 is returned; note that this doesn't return milliseconds but microseconds; also, for sampled audio data, the length may be not accurate.
getMicrosecondPosition() - Method in class com.antelmann.sound.MP3Player
 
getMicrosecondPosition() - Method in class com.antelmann.sound.SoundPlayer
returns the current microsecond position of the active sound object; returns -1 if no active sound object present
getMiddleName() - Method in interface com.antelmann.crm.Person
 
getMiddleName() - Method in class com.antelmann.crm.PersonImpl
 
getMillis() - Method in class com.antelmann.calendar.TimeInDay
 
getMin() - Method in class com.antelmann.math.DataPoint
 
getMin() - Method in class com.antelmann.util.Monitor
 
getMinCount() - Method in class com.antelmann.math.CounterMap
 
getMinLevel() - Method in class com.antelmann.util.logging.LevelFilter
 
getMinorVersion() - Method in class com.antelmann.sql.DriverWrapper
 
getMinValue(String, String) - Method in class com.antelmann.sql.ConnectionHelper
 
getMissedMessages() - Method in class com.antelmann.net.MessageDelegator
returns the number of messages that were missed due to a ClassNotFoundException (unknown messages)
getMissingKeys() - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
getModel() - Method in class com.antelmann.calendar.JSimpleCalendarPanel
 
getModel() - Method in class com.antelmann.net.mail.JMessageTable
 
getModel() - Method in class com.antelmann.net.mail.JPopMessageTable
 
getModel() - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
getModel() - Method in class com.antelmann.util.gui.JPropertyEditor
 
getModel() - Method in class com.antelmann.util.gui.JSearchTable
 
getModel() - Method in class com.antelmann.util.table.MovableTableModel
returns the embedded model
getModelClass() - Method in class com.antelmann.util.table.MethodTableModel
returns the class this model is base on
getModifiedDate() - Method in class com.antelmann.net.web.YouTubeVideo
 
getMonitor() - Method in class com.antelmann.image.MJPEGReader
 
getMonitor() - Method in class com.antelmann.io.Backup
 
getMonitor() - Method in class com.antelmann.net.mail.AccountReader
 
getMonitor() - Method in class com.antelmann.net.mail.IMAPBackup
 
getMonitoredObject() - Method in class com.antelmann.util.Notifier
 
getMonitoredObjects() - Method in class com.antelmann.util.NotificationService
 
getMoreAddresses() - Method in interface com.antelmann.crm.Contact
allows to retrieve additional (editable) addresses for a given contact.
getMoreAddresses() - Method in class com.antelmann.crm.ContactImpl
 
getMotionDetector() - Method in class com.antelmann.image.MJPEGHandler
 
getMP3File() - Method in class com.antelmann.sound.MP3FileProperties
 
getMPEGLevel() - Method in class com.antelmann.sound.MP3FileProperties
 
getMSAutoIncrementKey() - Method in class com.antelmann.sql.MSAccessHelper
returns the last key that was auto-generated by a MS-Access database; if no key was found, -1 is returned (otherwise the number should be positive)
getMultiRenderer() - Static method in class com.antelmann.util.table.TableUtils
 
getMXCount(String) - Static method in class com.antelmann.net.mail.POP3Account
looks up the 'MX'-record of the given hostName to see how many email servers are running (code taken from public domain)
getMySQLConnection(String, String, String, String) - Method in class com.antelmann.sql.Connector
uses the standard port 3306
getMySQLConnection(String, int, String, String, String) - Method in class com.antelmann.sql.Connector
provides simplified access to a MySQL database using MySQL Connector/J 3.1
getName() - Method in class com.antelmann.calendar.Holiday
 
getName(Locale) - Method in enum com.antelmann.calendar.Month
 
getName(Locale) - Method in enum com.antelmann.calendar.WeekDay
 
getName() - Method in class com.antelmann.cddb.Resource
 
getName() - Method in class com.antelmann.db.UserImpl
 
getName() - Method in class com.antelmann.net.mail.Email.Attachment
 
getName() - Method in class com.antelmann.net.mail.Email.Header
 
getName() - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
getName() - Method in class com.antelmann.opengeodb.GeoTypeName
 
getName() - Method in class com.antelmann.util.Country
 
getName(Locale) - Method in class com.antelmann.util.Country
 
getName() - Method in class com.antelmann.util.gui.CustomTheme
 
getName() - Method in class com.antelmann.webdav.CardHeader
 
getNamedCellRanges() - Method in class com.antelmann.ooffice.OOCalc
 
getNameForType(int) - Static method in class com.antelmann.sql.DefaultMappingInfo
a utility method that provides a String representation for an SQL-type
getNameWithoutExtension() - Method in class com.antelmann.io.MyFile
returns the file name without the type extension
getNaValue() - Method in class com.antelmann.math.JDataMatrixView
 
getNegativeFilter() - Static method in class com.antelmann.image.ImageUtils
 
getNetConnections() - Method in class com.antelmann.net.NetConnectionServer
returns a snapshot of the currently known connections
getNetConnectionServer() - Method in class com.antelmann.util.logging.SocketLogListener
 
getNewVersion() - Method in class com.antelmann.db.DBVersionedUpdateEvent
in case of DBClassStore.DBMethod.DELETE or DBClassStore.DBMethod.DELETE_MULTIPLE, the return value is always null.
getNextElement() - Method in class com.antelmann.calendar.SQLCalendarEntryIterator
 
getNextElement() - Method in class com.antelmann.io.ObjectEnumerator
 
getNextElement() - Method in class com.antelmann.net.ServerLogFile.ServerLogEntryEnumerator
 
getNextElement() - Method in class com.antelmann.util.AbstractIterator
if no more Element is available, this method is to return null or throw any Exception.
getNextIntID() - Method in class com.antelmann.sql.BaseRowMapper
a convenience implementation for easily providing a way of generating new IDs for tables using an integer column as ID column.
getNextIntIDFactory(ConnectionHelper, String, String) - Static method in class com.antelmann.sql.BaseRowMapper
 
getNextIntIDFactory(ConnectionHelper, String, String, PatternExtractor<Object, Number>) - Static method in class com.antelmann.sql.BaseRowMapper
 
getNextValue() - Method in class com.antelmann.util.gui.JHourSpinner.HourModel
 
getNickname() - Method in interface com.antelmann.crm.Person
 
getNickname() - Method in class com.antelmann.crm.PersonImpl
 
getNotes() - Method in class com.antelmann.db.BaseDocument
 
getNotes() - Method in interface com.antelmann.db.DocumentEntry
returns internal notes of this document
getNotes() - Method in interface com.antelmann.db.ProtocolNote
specifies notes as a string message
getNotes() - Method in class com.antelmann.db.ProtocolNoteEntry
 
getNotes() - Method in class com.antelmann.genealogy.GPersonalBlogEntry
 
getNotes() - Method in class com.antelmann.image.ImageURLEntry
always returns null
getNotifier() - Method in class com.antelmann.db.remote.ChangeNotificationClient
this is non-null only if this instance was created with deliverChanges set to true
getNotifier(Object) - Method in class com.antelmann.util.NotificationService
returns either the Notifier that monitors the given object or null if the given object is not monitored
getNtpClient() - Method in class com.antelmann.calendar.NTPTime
returns the clock in use
getNullValue() - Method in class com.antelmann.util.table.FormattedCellRenderer
 
getNumber() - Method in class com.antelmann.crm.PhoneNumber
returns the number as originally entered
getNumber(String) - Method in class com.antelmann.db.PropertyEntryImpl
convenience method; returns either the property value of the given key or 0 if the property value is null
getNumber(String, Number) - Static method in class com.antelmann.Settings
 
getNumber(String, Filter<? super Number>, Number) - Static method in class com.antelmann.Settings
 
getNumber() - Method in class com.antelmann.util.Monitor
 
getNumber(int) - Method in class com.antelmann.util.Monitor
 
getNumberExtractor() - Method in class com.antelmann.math.ObjectAnalyzer
 
getNumberFor(JComponent) - Method in class com.antelmann.util.gui.FormHelper
returns 0 if the field could not be parsed as a number (or was null)
getNumberFormat(OOCalc, String) - Static method in enum com.antelmann.ooffice.Cell.Format
 
getNumberFormat(OOCalc, String, Locale) - Static method in enum com.antelmann.ooffice.Cell.Format
 
getNumberFormat() - Method in class com.antelmann.sql.SQLNumberGenerator
 
getNumberOfAdditionalMatrixes() - Method in class com.antelmann.math.DataMatrix
 
getNumberOfColumns(String) - Method in class com.antelmann.ooffice.OOTableWriter
 
getNumberOfNodes() - Method in class com.antelmann.net.URLTree
 
getNumberOfPages() - Method in class com.antelmann.ooffice.OOWriter
attention: this method call moves the visible cursor position to the last page
getNumberOfPages(InputStream) - Static method in class com.antelmann.util.PDFUtils
 
getNumberOfPagesFound() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
getNumberOfPagesSearched() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
getNumberOfRows(String) - Method in class com.antelmann.ooffice.OOTableWriter
 
getNumberOfThreads() - Method in class com.antelmann.util.ThreadPool
returns the number of all threads currently in this pool
getNumberOfTracks() - Method in class com.antelmann.cddb.CDID
this is equivalent to the number of frame offsets
getNumberRangeColumns() - Method in class com.antelmann.sql.DefaultMappingInfo
 
getObject() - Method in exception com.antelmann.cddb.RecursiveCycleException
returns either a Composition or a Group
getObject() - Method in class com.antelmann.util.DefaultTransferable
 
getObject() - Method in class com.antelmann.util.Monitor
 
getObject(int) - Method in class com.antelmann.util.Monitor
 
getOccupation() - Method in class com.antelmann.genealogy.GPerson
 
getODBCConnection(String) - Method in class com.antelmann.sql.Connector
provides some simplified access to existing ODBC connections through Sun's JDBC/ODBC bridge
getODBCConnection(String, Properties) - Method in class com.antelmann.sql.Connector
 
getODBCConnection(String, String, String) - Method in class com.antelmann.sql.Connector
provides some simplified access to existing ODBC connections through Sun's JDBC/ODBC bridge
getOdds() - Method in class com.antelmann.util.RandomFilter
 
getOfficeDocument() - Method in class com.antelmann.ooffice.OfficeComponent
 
getOfficeProgramPath() - Static method in class com.antelmann.ooffice.OfficeConnector
if non-null, it is used to set the context via sockets; if null, the standard pipe mechanism is used.
getOffset() - Method in class com.antelmann.util.OffsetFilter
 
getOKAction() - Method in class com.antelmann.util.gui.FormDialog
 
getOldVersion() - Method in class com.antelmann.db.DBVersionedUpdateEvent
in case of DBClassStore.DBMethod.INSERT, DBClassStore.DBMethod.INSERT_AS_NEW or DBClassStore.DBMethod.DELETE_MULTIPLE, the return value is always null.
getOnlineJarFile() - Static method in class com.antelmann.Version
 
getOnlineProperties() - Static method in class com.antelmann.Settings
returns a fresh set of default Properties directly from the Antelmann.com website
getOOoBean() - Method in class com.antelmann.ooffice.OfficeComponent
 
getOOWriter() - Method in class com.antelmann.ooffice.OOTableWriter
 
getOperator() - Method in class com.antelmann.sql.SubSelectCondition
 
getOperator() - Method in class com.antelmann.util.ComboFilter
 
getOption() - Method in class com.antelmann.db.DBUpdateEvent
returns an additional option that was stored along with this update.
getOption(String, String[]) - Static method in class com.antelmann.util.Misc
looks for the given option from a list of command line arguments.
getOrCreateLoggerFor(Object) - Method in class com.antelmann.util.logging.LoggerManager
 
getOrder() - Method in class com.antelmann.sql.SQLMapFilter
 
getOrder() - Method in class com.antelmann.sql.SQLStubFilter
 
getOrder() - Method in class com.antelmann.sql.TopicMapFilter
 
getOriginalClass() - Method in class com.antelmann.db.Stub
returns the class that this stub represents, so that it is available at runtime and can be used to find the right DBClassStore from a Database.
getOriginalClassStore(Class<T>) - Method in class com.antelmann.db.AbstractDatabase
returns the original class store that was put in here directly (not the proxy/wrapper that ensures listeners are notified and transactional integrity is guaranteed)
getOriginalInstance(Database<?>) - Method in class com.antelmann.db.Stub
retrieves and returns the original object for this stub
getOriginalInstance(DBClassStore<T>) - Method in class com.antelmann.db.Stub
retrieves and returns the original object for this stub
getOriginalLocation() - Method in class com.antelmann.db.BaseDocument
 
getOriginalLocation() - Method in interface com.antelmann.db.DocumentEntry
returns the originating URL - if applicable
getOriginalLocation() - Method in class com.antelmann.image.ImageURLEntry
returns ImageURLEntry.getURL()
getOriginalRow(int) - Method in class com.antelmann.util.table.FilteredTableModel
returns the row that corresponds to the unfiltered embedded model
getOriginalRow(int) - Method in class com.antelmann.util.table.MovableTableModel
 
getOriginalRow(int) - Method in class com.antelmann.util.table.SortableTableModel
 
getOriginalRowFor(int) - Method in class com.antelmann.util.table.JFilteredTableComponent
returns the corresponding row of the original TableModel for the given row in the model of the table (a SortableTableModel embedding a FilteredTableModel).
getOriginClass() - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
getOriginDir() - Method in class com.antelmann.io.Backup
 
getOutputStream() - Method in class com.antelmann.net.Downloader
 
getOutputStream() - Method in class com.antelmann.net.mail.Email.Attachment
always throws IOException; functionality not supported
getOutputStream() - Method in class com.antelmann.net.protocol.db.DatabaseURLConnection
 
getOwner(String) - Method in class com.antelmann.net.Whois
 
getOwnerName() - Method in class com.antelmann.crm.BankAccount
 
getPageNumber(XTextViewCursor) - Method in class com.antelmann.ooffice.OOWriter
if the document was altered, this method is only reliable if the document is not hidden
getParagraphCount() - Method in class com.antelmann.ooffice.OOWriter
 
getParameter() - Method in class com.antelmann.db.DBUpdateEvent
returns the parameter that was used for insert, update or delete; the value may be an ID of a DBEntry, the DBEntry itself or a Filter - depending on the type of this event.
getParameter() - Method in class com.antelmann.db.remote.RemoteDBUpdateEvent
 
getParameter(String) - Method in class com.antelmann.net.Spider
 
getParameterMap() - Method in class com.antelmann.net.Spider
 
getParameters() - Method in class com.antelmann.net.mail.Email
returns additional custom parameters where String values are mapped to Sting values
getParameters() - Method in class com.antelmann.sql.PreparedStatementEntryFilter
 
getParameters() - Method in class com.antelmann.sql.SQLQueryClause
 
getParameters() - Method in class com.antelmann.sql.SubSelectCondition
 
getParameters() - Method in class com.antelmann.util.logging.LogEntry
 
getParameterValue(String) - Method in class com.antelmann.net.mail.Email
 
getParams() - Method in class com.antelmann.sql.SQLDirectQueryEntryFilter
 
getParamSize() - Method in class com.antelmann.util.logging.DBLineLogFormatter
 
getParent() - Method in class com.antelmann.cddb.Composition
returns the parent composition from which additional contributions are inherited
getParent() - Method in class com.antelmann.io.FileTreeNode
 
getParent() - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
getParent() - Method in class com.antelmann.net.URLNode
 
getParent() - Method in class com.antelmann.ooffice.OfficeElementTreeNode
 
getParent() - Method in class com.antelmann.opengeodb.GeoLocation
 
getParent() - Method in class com.antelmann.util.gui.CategoryNode
 
getParent() - Method in class com.antelmann.util.gui.MouseBoundsListener
 
getParent() - Method in class com.antelmann.util.gui.MyAbstractAction
 
getParent() - Method in class com.antelmann.util.XmlHelper
 
getParentCategory() - Method in class com.antelmann.db.Category.Adapter
 
getParentCategory() - Method in class com.antelmann.db.Category.Entry
 
getParentCategory() - Method in interface com.antelmann.db.Category
returns the super category that this category belongs to - or null if it is a top-level category
getParentCategory() - Method in class com.antelmann.db.MutableCategory.Adapter
 
getParentCategory() - Method in class com.antelmann.db.MutableCategory.Entry
 
getParentCategory() - Method in interface com.antelmann.db.MutableCategory
 
getParentCategory() - Method in class com.antelmann.opengeodb.GeoLocation
 
getParentComponent() - Method in class com.antelmann.sql.JDBCTableModel
 
getParentRetriever() - Method in class com.antelmann.util.gui.MyAbstractAction
 
getParser() - Method in class com.antelmann.math.DataMatrix
 
getParser() - Method in class com.antelmann.math.TimeDataGrid
 
getPassword() - Method in class com.antelmann.net.mail.POP3Account
 
getPassword() - Method in class com.antelmann.sql.ConnectorSettings
 
getPassword() - Method in class com.antelmann.sql.JConnectionLogin
 
getPassword() - Method in class com.antelmann.webdav.WebdavClient
 
getPasswordHash() - Method in interface com.antelmann.db.User
returns the password representation suitable for serialization or other permanent storage
getPasswordHash() - Method in class com.antelmann.db.UserImpl
 
getPasswordRequirementsString(User) - Method in interface com.antelmann.db.PasswordPolicy
tells the user who entered an inappropriate password what the requirements are
getPath(Category<T>) - Static method in class com.antelmann.db.Category.Adapter
 
getPath() - Method in class com.antelmann.math.JDataMatrixView.Cell
 
getPath(TreeNode) - Static method in class com.antelmann.util.gui.TreeUtils
 
getPathFor(T) - Method in class com.antelmann.math.DataMatrix
 
getPathName(Category<?>) - Static method in class com.antelmann.db.Category.Adapter
 
getPathName(Category<?>, String) - Static method in class com.antelmann.db.Category.Adapter
 
getPathString(TreePath, String) - Static method in class com.antelmann.util.gui.TreeUtils
 
getPattern() - Method in class com.antelmann.sql.FullTextSearchFilter
 
getPattern() - Method in class com.antelmann.util.table.SimpleTableRowFilter
 
getPatternExtractor() - Method in class com.antelmann.util.table.SimpleTableRowFilter
returns the PatternExtractor used to generate a String value from a table cell value when searching for a pattern.
getPdfFormat() - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
getPercentageFor(T) - Method in class com.antelmann.math.CounterMap
 
getPercentFormatter() - Static method in class com.antelmann.util.gui.PercentFormatFactory
 
getPercentFormatter(Locale) - Static method in class com.antelmann.util.gui.PercentFormatFactory
 
getPercentRenderer(JDataMatrixView) - Static method in class com.antelmann.math.JDataMatrixView
 
getPerformActionOnSelect() - Method in class com.antelmann.util.gui.JComboButton
 
getPermanentFlags() - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
getPersistenceDelegates() - Static method in class com.antelmann.crm.GlobalAddress
 
getPersistenceDelegates() - Static method in class com.antelmann.util.XmlHelper
allows to register PersistenceDelegate instances for customizing the XML serialization
getPerson() - Method in class com.antelmann.genealogy.GPersonalBlogEntry
 
getPersonTitle() - Method in interface com.antelmann.crm.Person
 
getPersonTitle() - Method in class com.antelmann.crm.PersonImpl
 
getPlayer() - Method in class com.antelmann.sound.JukeBox
 
getPlayList() - Method in class com.antelmann.sound.JukeBox
returns the curret playlist as an unmodifiable list
getPop3Server() - Method in class com.antelmann.net.mail.POP3Account
 
getPort() - Method in class com.antelmann.calendar.NTPClient
 
getPort() - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated.  
getPort() - Method in class com.antelmann.cddb.CDDBServer
 
getPort() - Method in class com.antelmann.net.ServerLogEntry
 
getPort() - Method in class com.antelmann.sql.ConnectorSettings
 
getPosition(XCellRange) - Method in class com.antelmann.ooffice.OOCalc
provides the position in pixel
getPosition(XCell) - Method in class com.antelmann.ooffice.OOCalc
provides the position in pixel
getPosition() - Method in class com.antelmann.ooffice.OOInputStream
 
getPositionInModel() - Method in class com.antelmann.util.table.TableRow
returns the row number of this entry within the table model
getPreparedStatement() - Method in class com.antelmann.sql.PreparedStatementEntryFilter
 
getPreStoreFilter() - Method in class com.antelmann.sql.BaseRowMapper
 
getPreStoreHandler() - Method in class com.antelmann.db.WrappedDBClassStore
 
getPreviousValue() - Method in class com.antelmann.util.gui.JHourSpinner.HourModel
 
getPrimary1() - Method in class com.antelmann.util.gui.CustomTheme
 
getPrimary2() - Method in class com.antelmann.util.gui.CustomTheme
 
getPrimary3() - Method in class com.antelmann.util.gui.CustomTheme
 
getPrimaryKeyConstraintName(String) - Method in class com.antelmann.sql.SQLServerHelper
 
getPrimaryKeysForTable(String) - Method in class com.antelmann.sql.ConnectionHelper
returns the column names of the primary key(s) for the given table.
getPrinter() - Static method in class com.antelmann.util.PrintUtilities
returns the printer to be used
getPrinterNames() - Static method in class com.antelmann.util.PrintUtilities
 
getPrintServiceByName(String) - Static method in class com.antelmann.util.PrintUtilities
 
getPrintStream() - Method in class com.antelmann.util.logging.XMLLogWriter
 
getPrintStream1() - Method in class com.antelmann.io.DoublePrintStream
 
getPrintStream2() - Method in class com.antelmann.io.DoublePrintStream
 
getPrintText() - Method in class com.antelmann.calendar.JDayGrid
 
getPrintWriter() - Method in class com.antelmann.util.logging.XMLLogWriter
 
getPrintXPropertiesAsString(Object) - Static method in class com.antelmann.ooffice.OfficeUtils
 
getProcessID() - Static method in class com.antelmann.Debug
 
getProfile(Class<?>) - Method in class com.antelmann.db.DBStoreProfiler
the returned profile contains DataPoints that represent the duration of each store call in milliseconds
getProfileData() - Method in class com.antelmann.util.InterfaceMonitor.Profiler
provides performance data over the wrapped instance; the DataPoint is based on the time each call took.
getProfileEventHandler(Connection) - Static method in class com.antelmann.sql.MySQLHelper
 
getProfiler(Database<?>) - Static method in class com.antelmann.db.DBStoreProfiler
 
getProgressMonitor() - Method in class com.antelmann.io.MonitorInputStream
 
getProgressMonitor() - Method in class com.antelmann.util.MonitorDelegate
 
getProperties() - Method in class com.antelmann.cddb.CDDBEntry
 
getProperties() - Method in class com.antelmann.cddb.CDDBXmcdParser
returns a list of properties.
getProperties() - Method in interface com.antelmann.cddb.CDInfo
a convenience method that returns a map view of all known properties of this entry.
getProperties() - Method in interface com.antelmann.db.PropertyEntry
returns an unmodifiable view of the map that represents the existing properties.
getProperties() - Method in class com.antelmann.db.PropertyEntryImpl
generates a new view on each call; altering properties can be done via the PropertyEntryImpl.setProperty(String, Object) method
getProperties() - Method in class com.antelmann.net.JNetProperties
merely returns the embedded properties without updating values from the GUI
getProperties() - Method in class com.antelmann.net.mail.IMAPAccount
 
getProperties() - Method in class com.antelmann.net.web.RSSChannel
convenience method; a new map is created on each call.
getProperties() - Method in class com.antelmann.net.web.RSSItem
 
getProperties(Object) - Static method in class com.antelmann.ooffice.OfficeUtils
 
getProperties() - Method in class com.antelmann.opengeodb.GeoLocation
 
getProperties() - Static method in class com.antelmann.Settings
This method returns the current application properties; changes to the Properties will be reflected in subsequent calls to this method.
getProperties() - Method in class com.antelmann.sound.MP3FileProperties
returns a convenient Map of commonly used properties of this MP3 file - as far as available
getProperties() - Method in class com.antelmann.util.gui.CustomTheme
returns the properties that allow to reconstruct this theme using the appropriate constructor
getProperties() - Method in class com.antelmann.util.gui.JPropertyEditor
direct access to the properties of the underlying model
getProperties() - Method in class com.antelmann.util.table.StringMapTableModel
provides direct access to the embedded properties; altering the return value while still working with the model may have unexpected results.
getPropertiesAsString() - Method in class com.antelmann.sound.MP3FileProperties
a convenience method returning all known properties as a String
getPropertiesPrefix() - Method in class com.antelmann.sql.Connector
 
getProperty(Object) - Method in class com.antelmann.calendar.CalendarEntry
 
getProperty(Object, Object) - Method in class com.antelmann.calendar.CalendarEntry
 
getProperty(String) - Method in interface com.antelmann.db.PropertyEntry
allows access to some property; may return null if not set
getProperty(String) - Method in class com.antelmann.db.PropertyEntryImpl
 
getProperty(String, Object) - Method in class com.antelmann.db.PropertyEntryImpl
if the given key maps to a null value, the defaultValue is returned instead
getProperty(String, String) - Static method in class com.antelmann.Settings
This method will try to find the value for the given key and return it - or return the defaultValue if the property was not found or the default property file could not be opened
getProperty(String) - Static method in class com.antelmann.Settings
provides a shortcut for getProperties().getPropterty(key)
getPropertyChangeListeners() - Method in class com.antelmann.db.PropertyEntryImpl
 
getPropertyChangeListeners() - Method in class com.antelmann.image.ImageHolder
 
getPropertyChangeListeners() - Method in class com.antelmann.io.BinaryData
 
getPropertyChangeListeners() - Method in class com.antelmann.math.DataMatrix
 
getPropertyChangeListeners() - Method in class com.antelmann.math.TimeDataGrid
 
getPropertyChangeListeners() - Method in class com.antelmann.util.Placeholder
 
getPropertyComparator(String) - Static method in class com.antelmann.db.PropertyEntryImpl
 
getPropertyDescriptors() - Method in class com.antelmann.crm.SnailMailAddressBeanInfo
 
getPropertyExtractor(String) - Static method in class com.antelmann.db.PropertyEntryImpl
 
getPropertyExtractor(String, Class<T>) - Static method in class com.antelmann.db.PropertyEntryImpl
returns a PatternExtractor based on the value of the given property
getPropertyInfo(String, Properties) - Method in class com.antelmann.sql.DriverWrapper
 
getPropertyKeys() - Method in class com.antelmann.calendar.CalendarEntry
 
getPropertyKeys() - Method in class com.antelmann.db.PropertyEntryImpl
note that an existing key may still map to a null value
getPropertyKeys() - Method in class com.antelmann.sql.PropertyEntryHeaderStore
 
getPropertyKeys() - Method in interface com.antelmann.sql.PropertyEntryMapping
returns all property keys currently in the database
getPropertyKeys() - Method in class com.antelmann.sql.PropertyEntryTableStore
 
getPropertyString(T) - Method in class com.antelmann.webdav.EzvcardHelper
 
getPropertyValues(GeoTypeName, GeoTypeName, Object) - Method in class com.antelmann.opengeodb.OpenGeoDB
 
getProtocol() - Method in exception com.antelmann.cddb.CDDBProtocolException
returns information about the protocol used (URL, port, POST/GET-method if applicable)
getProtocol() - Method in class com.antelmann.cddb.CDDBServer
 
getProtocol() - Method in class com.antelmann.net.ServerLogEntry
 
getPublicTimelineHandler() - Static method in class com.antelmann.net.web.Twitter
 
getPublishDate() - Method in class com.antelmann.net.web.YouTubeVideo
 
getQuery() - Method in exception com.antelmann.cddb.CDDBProtocolException
returns the query sent to the server
getQuery() - Method in class com.antelmann.sql.JDBCInfoPane
 
getQuery(Class<?>) - Static method in class com.antelmann.sql.MappedEntryMapper
 
getQueryClause() - Method in class com.antelmann.sql.SQLQueryClause
 
getQueryString() - Method in class com.antelmann.cddb.CDDrive
returns the exact query string as specified by the CDDB query format.
getQueryString() - Method in class com.antelmann.cddb.CDID
returns the query string in CDDB format
getQueryString() - Method in class com.antelmann.net.ServerLogEntry
extracts the query parameter portion of a URL that usually contains the search string that was used to query a search engine
getQueryString() - Method in class com.antelmann.sql.SQLDirectQueryEntryFilter
 
getQueueSize() - Method in class com.antelmann.util.ThreadPool
total queue size over all threads
getQueueSize() - Method in class com.antelmann.util.ThreadWorker
returns the number of Runnable objects waiting to be executed
getRadix() - Method in class com.antelmann.db.SessionIdGenerator
unless changed, the default value is 10.
getRandom() - Method in class com.antelmann.net.SSLHelper
 
getRandomEntry(Class<T>) - Method in class com.antelmann.db.AbstractDatabase
 
getRandomEntry(Class<T>, Filter<? super T>) - Method in class com.antelmann.db.AbstractDatabase
 
getRandomEntry(DBClassStore<T>, Filter<? super T>) - Static method in class com.antelmann.db.DBUtils
 
getRandomEntry(Class<T>, Filter<? super T>) - Method in class com.antelmann.sql.SQLDatabase
 
getRandomFile(boolean) - Method in class com.antelmann.io.MyFile
 
getRandomFile(FileFilter, boolean) - Method in class com.antelmann.io.MyFile
 
getRandomNumberGenerationAlgorithms() - Static method in class com.antelmann.util.SecurityUtils
 
getRandomStub(Class<T>) - Method in class com.antelmann.db.AbstractDatabase
 
getRandomStub(DBClassStore<T>) - Static method in class com.antelmann.db.DBUtils
 
getRange() - Method in class com.antelmann.util.gui.JDateRangeChooser
 
getRateLimitStatus() - Method in class com.antelmann.net.web.Twitter
 
getRateLimitStatusForIP() - Method in class com.antelmann.net.web.Twitter
 
getRating() - Method in class com.antelmann.net.web.YouTubeVideo
 
getReader() - Method in class com.antelmann.io.BinaryData
 
getReader(String) - Method in class com.antelmann.io.BinaryData
 
getReader() - Method in class com.antelmann.net.Spider
This function constructs a reader appropriate for reading the content from the embedded URL.
getReader(String) - Method in class com.antelmann.net.Spider
 
getReader() - Method in class com.antelmann.net.URLCache
returns a reader from the cached content (suitable for non-binary data).
getReader(String) - Method in class com.antelmann.net.URLCache
returns a reader from the cached content by using the specified charset for decoding.
getReadOnlyColumns() - Method in class com.antelmann.sql.BaseRowMapper
allows to specify columns that are never written back to the database (useful for columns that are part of a query)
getReadOnlyColumns() - Method in class com.antelmann.sql.DefaultMappingInfo
 
getReadSoFar() - Method in class com.antelmann.net.Downloader
returns the bytes that have been read by the thread; returns THREAD_NOT_STARTED_YET if the thread hasn't been started, yet
getReadSoFar() - Method in class com.antelmann.net.JDownloader
returns the bytes that have been read by the thread; returns -3 if the thread hasn't been started, yet
getReadTimeout() - Method in class com.antelmann.net.CGI
 
getRealContentLength() - Method in class com.antelmann.net.URLCache
returns the actual length of the already cached data or -1 if the data is too large to fit into memory.
getRecipientString(Message.RecipientType) - Method in class com.antelmann.net.mail.MessageEntry
if rt is null, all recipients are used
getRecordingDate() - Method in class com.antelmann.cddb.Composition
 
getRecordingType() - Method in class com.antelmann.cddb.Track
examples are DDD, AAD, and the alike.
getRecordingYear() - Method in class com.antelmann.cddb.Composition
convenience method that will calculate the recording year based on the Gregorian calendar; if no date is set, 0 is returned
getRecurrence() - Method in class com.antelmann.calendar.CalendarEntry
 
getRecurrences(Date, Date) - Method in class com.antelmann.calendar.CalendarEntry
may return null if no recurrence is set.
getReference() - Method in class com.antelmann.db.LockEntry
 
getReferenceClass() - Method in interface com.antelmann.db.DBReference
indicates the type of DBEntry that represents the class of the reference ID, so that the instance could be looked up in a Database; this may be null only if the reference itself is null, too.
getReferenceClass() - Method in class com.antelmann.db.DefaultDBReference
 
getReferenceClass() - Method in class com.antelmann.db.EntryHeader
 
getReferenceClass() - Method in class com.antelmann.db.Stub
 
getReferenceEntry(Database<?>) - Method in class com.antelmann.db.EntryHeader
retrieves and returns the original object for this EntryHeader
getReferenceID() - Method in interface com.antelmann.db.DBReference
returns the ID of the DBEntry this instance refers to; this may be null only if the reference type returns null, too.
getReferenceID() - Method in class com.antelmann.db.DefaultDBReference
 
getReferenceID() - Method in class com.antelmann.db.EntryHeader
 
getReferenceID() - Method in class com.antelmann.db.Stub
 
getReferenceString() - Method in interface com.antelmann.db.DBReference
provides a meaningful (displayable) description for the referenceID/referenceType or null if there is no reference for this entry.
getReferenceString() - Method in class com.antelmann.db.DefaultDBReference
 
getReferenceString() - Method in class com.antelmann.db.EntryHeader
 
getReferenceString() - Method in class com.antelmann.db.Stub
 
getReferer() - Method in class com.antelmann.net.ServerLogEntry
 
getRefreshListener() - Method in class com.antelmann.net.URLCache
 
getRefStringComparator() - Static method in class com.antelmann.db.DefaultDBReference
 
getRegion() - Method in interface com.antelmann.image.RegionTag
if null, the tag refers to the entire entity
getRegion() - Method in class com.antelmann.image.SimpleRegionTag
 
getRegionTags() - Method in class com.antelmann.image.ImageURLEntry
 
getRegisteredPackages() - Static method in class com.antelmann.net.protocol.URLStreamHandlerFactoryImpl
 
getRegisteredProtocols() - Method in class com.antelmann.net.protocol.URLStreamHandlerFactoryImpl
 
getRejectionMessage(T) - Method in class com.antelmann.util.VerboseFilter.Adapter
 
getRejectionMessage(T) - Method in interface com.antelmann.util.VerboseFilter
provides a message telling the caller why a given element is not accepted by this filter
getRelationOption() - Method in class com.antelmann.db.DefaultEntryRelationship
 
getRelationOption() - Method in interface com.antelmann.db.EntryRelationship
optionally allows to specify an option along with this relationship
getRelationPath() - Method in interface com.antelmann.genealogy.GPath
 
getRelationshipManager() - Method in class com.antelmann.sql.BaseDocumentMapper
 
getRelationshipManager() - Method in class com.antelmann.sql.DBDocumentStore
 
getRelationStatus() - Method in interface com.antelmann.genealogy.GPath
 
getRelationType() - Method in class com.antelmann.db.DefaultEntryRelationship
 
getRelationType() - Method in class com.antelmann.db.DefaultSpecialRelationship
 
getRelationType() - Method in interface com.antelmann.db.EntryRelationship
defines the kind of relationship
getRelationType() - Method in interface com.antelmann.db.SpecialRelationship
 
getReleaseVersion() - Static method in class com.antelmann.Version
denotes the major version of this package release
getRelevantComponent(Object) - Method in class com.antelmann.util.table.AbstractDialogCellEditor
called by the methods providing the components for JTable and JTree to share the functionality
getRelevantList() - Method in class com.antelmann.net.mail.JMessageTable
 
getRelevantList() - Method in class com.antelmann.util.gui.JListSelection
 
getRelevantList() - Method in class com.antelmann.util.gui.JSearchList
 
getRelevantList() - Method in class com.antelmann.util.gui.JTagEditor
 
getRelevantList() - Method in interface com.antelmann.util.ListRetriever
returns the currently relevant list of the denotes objects
getRelevantList() - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
getRelevantList() - Method in class com.antelmann.util.table.JFilteredTableComponent
returns the currently selected rows
getRelevantListDescription() - Method in class com.antelmann.net.mail.JMessageTable
 
getRelevantListDescription() - Method in class com.antelmann.util.gui.JListSelection
 
getRelevantListDescription() - Method in class com.antelmann.util.gui.JSearchList
 
getRelevantListDescription() - Method in class com.antelmann.util.gui.JTagEditor
 
getRelevantListDescription() - Method in interface com.antelmann.util.ListRetriever
 
getRelevantListDescription() - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
getRelevantListDescription() - Method in class com.antelmann.util.table.JFilteredTableComponent
 
getRelevantValue() - Method in class com.antelmann.db.TransactionalNumberGenerator
calls TransactionalNumberGenerator.generateNewCount() in a transactionally synchronized context
getRelevantValue() - Method in class com.antelmann.image.ImageHolder
 
getRelevantValue() - Method in class com.antelmann.image.ImageViewerFrame
 
getRelevantValue() - Method in class com.antelmann.image.JImagePanel
 
getRelevantValue() - Method in class com.antelmann.image.MJPEGHandler
 
getRelevantValue() - Method in class com.antelmann.io.BinaryData
 
getRelevantValue() - Method in class com.antelmann.math.JDataMatrixView.Cell
 
getRelevantValue() - Method in class com.antelmann.math.JDataMatrixView
 
getRelevantValue() - Method in class com.antelmann.net.mail.JMessageTable
 
getRelevantValue() - Method in class com.antelmann.opengeodb.GeoProperty
 
getRelevantValue() - Method in class com.antelmann.sql.ConnectorSettings
a new connection is created on each call
getRelevantValue() - Method in class com.antelmann.sql.SQLValueRetriever
 
getRelevantValue() - Method in class com.antelmann.util.gui.FormDialog
returns the value returned by the FormValidator on commitFormAction() if the OK button was successfully pressed or if at any time the APPLY button was successfully pressed.
getRelevantValue() - Method in class com.antelmann.util.gui.JCategoryField
 
getRelevantValue() - Method in class com.antelmann.util.gui.JDateRangeChooser
 
getRelevantValue() - Method in class com.antelmann.util.gui.JDateTimeChooser
 
getRelevantValue() - Method in class com.antelmann.util.gui.JEnumField
 
getRelevantValue() - Method in class com.antelmann.util.gui.JFileField
 
getRelevantValue() - Method in class com.antelmann.util.gui.JMethodTableModelComponent
 
getRelevantValue() - Method in class com.antelmann.util.gui.JPreviewPane
 
getRelevantValue() - Method in class com.antelmann.util.gui.JPrinterSelect
 
getRelevantValue() - Method in class com.antelmann.util.gui.JPropertyEntryComponent
 
getRelevantValue() - Method in class com.antelmann.util.gui.JSearchList
 
getRelevantValue() - Method in class com.antelmann.util.gui.JSearchTable
 
getRelevantValue() - Method in class com.antelmann.util.gui.JSearchTree
returns the selected node (commonly a TreeNode)
getRelevantValue() - Method in class com.antelmann.util.gui.JTagsField
 
getRelevantValue() - Method in class com.antelmann.util.gui.JURLField
 
getRelevantValue() - Method in class com.antelmann.util.gui.JYouTubeField
 
getRelevantValue() - Method in class com.antelmann.util.IteratorQueue
 
getRelevantValue() - Method in class com.antelmann.util.Placeholder
calls Placeholder.getValue()
getRelevantValue() - Method in class com.antelmann.util.ReferenceHolder
if the value is still cached via the embedded reference, it is returned; otherwise it is re-retrieved (and again cached).
getRelevantValue() - Method in class com.antelmann.util.table.ColorDialogCellEditor
 
getRelevantValue() - Method in class com.antelmann.util.table.DateDialogCellEditor
 
getRelevantValue() - Method in class com.antelmann.util.table.FormDialogCellEditor
 
getRelevantValue() - Method in class com.antelmann.util.table.JFilteredTableComponent
 
getRelevantValue() - Method in class com.antelmann.util.table.TextDialogCellEditor
 
getRelevantValue() - Method in interface com.antelmann.util.ValueRetriever
returns the relevant value for this instance at the time of calling
getReligion() - Method in class com.antelmann.genealogy.GPerson
 
getRemoteAddress(ServletRequest) - Static method in class com.antelmann.servlet.ServletUtils
 
getRemoteDirNames(String) - Method in class com.antelmann.net.FTPConnector
 
getRemoteFileNames(String, boolean) - Method in class com.antelmann.net.FTPConnector
 
getRemoteHost() - Method in class com.antelmann.net.SocketConnection
 
getRemotePort() - Method in class com.antelmann.net.SocketConnection
 
getRenderer(EntryClassMapper) - Static method in class com.antelmann.db.EntryClassMapper.Adapter
 
getRenderer() - Method in class com.antelmann.math.JDataMatrixView
 
getRenderer(boolean, boolean, Locale) - Static method in class com.antelmann.util.Country
 
getRenderer() - Method in class com.antelmann.util.gui.JCategoryField
 
getReplacementCount() - Method in class com.antelmann.io.ReplaceInputStream
returns the number of replacements so far
getRepresentationFor(int) - Method in class com.antelmann.util.table.MethodTableModel
returns either the method or the field associated with the given column
getRepresentationType() - Method in enum com.antelmann.crm.GlobalAddress.Transport
returns the type used to represent this transport
getRequiredColumns() - Method in class com.antelmann.sql.DefaultMappingInfo
 
getRequiredLibraryNames() - Method in class com.antelmann.ooffice.OOLoaderHelper
 
getRequiredUserRights() - Method in class com.antelmann.util.gui.MyAbstractAction
 
getReservedWords() - Method in class com.antelmann.sql.ConnectionHelper
returns all reserved words including keywords, string and system functions
getResource() - Method in class com.antelmann.cddb.Contribution
 
getResource(String) - Static method in class com.antelmann.Settings
This method encapsulates calls to the embedded ClassLoader to ease dealing with problems when not finding the resource.
getResource() - Method in enum com.antelmann.sound.SampleSounds
 
getResourceNotFound() - Method in exception com.antelmann.util.ResourceNotFoundException
 
getResources(Role) - Method in class com.antelmann.cddb.CompositionDB
 
getResponseAsString() - Method in class com.antelmann.net.CGI
convenience method: returns the last response as a String using the current character set encoding
getRestrictions() - Method in class com.antelmann.db.PropertyEntryFilter
provides direct access to the embedded restrictions - DO NOT MODIFY WHILE USING THE FILTER
getRestrictMappedColumns() - Method in class com.antelmann.sql.BaseRowMapper
 
getRestrictMappedColumns() - Method in interface com.antelmann.sql.ObjectRowMapper
allows to limit the columns retrieved from a ResultSet when loading the data from a table query.
getRestrictMappedColumns() - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
getRestrictToColumns() - Method in class com.antelmann.sql.FullTextSearchFilter
 
getRestrictToColumns() - Method in class com.antelmann.sql.SQLComboFilter
see SQLComboFilter.setRestrictToColumns(String...)
getResult() - Method in exception com.antelmann.cddb.CDDBProtocolException
returns the result received from the server - if available
getResultList() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
getResultSet() - Method in class com.antelmann.calendar.SQLCalendarEntryIterator
 
getResultSet(Filter<? super T>) - Method in class com.antelmann.sql.BaseRowMapper
if no special filter for more effectively obtaining a ResultSet can be used (or if the filter is null), getAll() is called.
getResultSet(String, Object...) - Method in class com.antelmann.sql.ConnectionHelper
uses ResultSet.TYPE_FORWARD_ONLY and ResultSet.CONCUR_READ_ONLY
getResultSet(int, int, String, Object...) - Method in class com.antelmann.sql.ConnectionHelper
allows to quickly generate the ResultSet for a query
getResultSet() - Method in class com.antelmann.sql.JDBCTableModel
 
getResultSet(Filter<? super T>) - Method in interface com.antelmann.sql.ObjectRowMapper
constructs the ResultSet used for fetching entries that corresponds closest to the filter; note that the filter may be null, in which case the select statement should return all rows.
getResultSet() - Method in class com.antelmann.sql.ResultSetTableModel
 
getResultSet(Filter<? super T>) - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
getResultSetMetaData() - Method in class com.antelmann.sql.ResultSetMetaDataTableModel
 
getReturnValue() - Method in class com.antelmann.db.DBUpdateEvent
return the value that was returned by the store method
getReturnValue() - Method in class com.antelmann.db.remote.RemoteDBUpdateEvent
 
getReverseRelationship() - Method in class com.antelmann.db.DefaultEntryRelationship
if this relationship is bidirectional, the reversed relationship (swapped to-/from references) is returned with the same ID as this one; otherwise null is returned.
getRevisable() - Method in class com.antelmann.util.revision.DefaultRevision
 
getRevisable() - Method in interface com.antelmann.util.revision.Revision
returns the object that this revision applies to
getRevision() - Method in class com.antelmann.util.revision.RevisionEvent
 
getRevision() - Method in exception com.antelmann.util.revision.RevisionException
 
getRevisionChanges() - Method in class com.antelmann.util.revision.DefaultRevision
 
getRevisionChanges() - Method in interface com.antelmann.util.revision.Revision
specifies the changes that this revision implies
getRevisionComment() - Method in class com.antelmann.util.revision.DefaultRevision
 
getRevisionComment() - Method in interface com.antelmann.util.revision.Revision
returns additional comments made for this revision
getRevisionListeners() - Method in class com.antelmann.util.revision.DefaultRevisable
 
getRevisions(Filter<? super Revision>) - Method in class com.antelmann.util.revision.DefaultRevisable
 
getRevisions(Filter<? super Revision>) - Method in interface com.antelmann.util.revision.Revisable
optionally allows to access revisions that were performed on this instance
getRevisionSource() - Method in class com.antelmann.util.revision.DefaultRevision
 
getRevisionSource() - Method in interface com.antelmann.util.revision.Revision
specifies who or what initiated the revision
getRevisionStatus() - Method in class com.antelmann.util.revision.DefaultRevision
 
getRevisionStatus() - Method in interface com.antelmann.util.revision.Revision
returns the status that this revision applied to the revisable instance
getRevisionVetos() - Method in class com.antelmann.util.revision.DefaultRevisable
 
getRightsEnumClass() - Method in class com.antelmann.sql.UserImplMapper
 
getRole() - Method in class com.antelmann.cddb.Contribution
 
getRole(String) - Static method in class com.antelmann.cddb.Role
 
getRole(DBReference) - Method in interface com.antelmann.crm.RoleManager
returns the first role found of the specified type or null
getRoleBase() - Method in interface com.antelmann.crm.Role
returns the (non-null) base instance for this role
getRoles(DBReference) - Method in interface com.antelmann.crm.RoleManager
returns a collection of roles for the given base entry or an empty collection
getRoot() - Method in class com.antelmann.util.gui.JDiskUsage
 
getRoot() - Method in class com.antelmann.util.gui.SubTreeModel
 
getRootLocations() - Method in class com.antelmann.opengeodb.OpenGeoDB
 
getRootTitle() - Method in class com.antelmann.util.gui.JCategoryField
 
getRow() - Method in class com.antelmann.ooffice.Cell
 
getRow() - Method in class com.antelmann.ooffice.Cell.Location
 
getRow(int, int) - Method in class com.antelmann.ooffice.OOCalc
 
getRow(String, String, Object) - Method in class com.antelmann.sql.ConnectionHelper
may return null if no row was found; returns the first occurrence if multiple rows exist
getRow(int) - Method in class com.antelmann.sql.ResultSetTableModel
this only works if the idField has been set correctly
getRow(String) - Method in class com.antelmann.util.table.StringMapTableModel
 
getRowAt(int) - Method in class com.antelmann.sql.RowItemTableModel
 
getRowCount() - Method in class com.antelmann.calendar.CalendarTableModel
 
getRowCount() - Method in class com.antelmann.db.DatabaseTableModel
 
getRowCount() - Method in class com.antelmann.db.DBStoreProfiler.ProfileModel
 
getRowCount() - Method in class com.antelmann.db.StoreUpdateTableModel
 
getRowCount() - Method in class com.antelmann.math.DataMap.SnapshotModel
 
getRowCount() - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
getRowCount() - Method in class com.antelmann.ooffice.XPropertyTableModel
 
getRowCount() - Method in class com.antelmann.sql.JDBCTableModel
 
getRowCount() - Method in class com.antelmann.sql.ResultSetMetaDataTableModel
 
getRowCount() - Method in class com.antelmann.sql.ResultSetTableModel
 
getRowCount() - Method in class com.antelmann.sql.RowItemTableModel
 
getRowCount() - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
getRowCount() - Method in class com.antelmann.util.table.CustomThemeTableModel
 
getRowCount() - Method in class com.antelmann.util.table.FilteredTableModel
 
getRowCount() - Method in class com.antelmann.util.table.MovableTableModel
 
getRowCount() - Method in class com.antelmann.util.table.RowNumberTableModel
 
getRowCount() - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
getRowCount() - Method in class com.antelmann.util.table.SortableTableModel
 
getRowCount() - Method in class com.antelmann.util.table.TableModelCopy
 
getRowCount() - Method in class com.antelmann.util.table.TableModelView
 
getRowCount() - Method in class com.antelmann.util.table.TableModelWrapper
 
getRowCount() - Method in class com.antelmann.util.table.TransposedTableModel
 
getRowFor(T) - Method in class com.antelmann.db.StoreUpdateTableModel
 
getRowFor(XCell) - Method in class com.antelmann.ooffice.OOCalc
 
getRowFor(RowItem) - Method in class com.antelmann.sql.ResultSetTableModel
only works if the idField is set
getRowFor(T) - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
getRowFor(T) - Method in class com.antelmann.util.table.ConvertedObjectTableModel
 
getRowFor(T) - Method in interface com.antelmann.util.table.ObjectTableModel
locates the row where the given entry can be found in this model
getRowFor(T) - Method in class com.antelmann.util.table.ObjectTableModelView
 
getRowFor(T) - Method in class com.antelmann.util.table.ObjectTableModelWrapper
 
getRowFor(T) - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
getRowForCellName(String) - Static method in class com.antelmann.ooffice.OOTableWriter
only works properly for simple cell names (without merged/splitted cells)
getRowHeight(int, int) - Method in class com.antelmann.ooffice.OOCalc
 
getRowItem(String, String, Object) - Method in class com.antelmann.sql.ConnectionHelper
may return null if no row was found; returns the first occurrence if multiple rows exist; null is not allowed as an idValue.
getRowItem(int, int) - Method in class com.antelmann.sql.JDBCTableModel
 
getRowItem(int, String) - Method in class com.antelmann.sql.JDBCTableModel
 
getRowItems(String, String) - Method in class com.antelmann.sql.ConnectionHelper
 
getRowItems(String, String, Filter<? super RowItem>) - Method in class com.antelmann.sql.ConnectionHelper
filter may be null
getRowItems(ResultSet, String, Filter<? super RowItem>) - Method in class com.antelmann.sql.ConnectionHelper
filter may be null; the table name is obtained from the idField column
getRowItems(String, ResultSet, String, Filter<? super RowItem>) - Method in class com.antelmann.sql.ConnectionHelper
allows to specify a tableName explicitly for the returned RowItem objects Note that the given ResultSet must still be closed after calling this method!
getRowItems(String, String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
supports Range objects in the fieldRestrictions
getRowNumber(int) - Method in class com.antelmann.util.table.RowNumberTableModel
allows to customize the numbering through overriding
getRowPosition(int) - Method in class com.antelmann.util.table.FilteredTableModel
returns where to find the given original row in the filtered view; if the row is currently not visible, a negative number is returned.
getRowPosition(int) - Method in class com.antelmann.util.table.JFilteredTableComponent
returns the corresponding row of the currently visible view given the row of the original model; may return a negative number if the row is not currently visible due to filtering.
getRowPosition(int) - Method in class com.antelmann.util.table.MovableTableModel
 
getRowPosition(int) - Method in class com.antelmann.util.table.SortableTableModel
 
getRowValue(int) - Method in class com.antelmann.db.StoreUpdateTableModel
 
getRowValue(int) - Method in class com.antelmann.sql.ResultSetTableModel
 
getRowValue(int) - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
getRowValue(int) - Method in class com.antelmann.util.table.ConvertedObjectTableModel
 
getRowValue(int) - Method in interface com.antelmann.util.table.ObjectTableModel
retrieves the value that is represented by the given row in this model.
getRowValue(int) - Method in class com.antelmann.util.table.ObjectTableModelView
 
getRowValue(int) - Method in class com.antelmann.util.table.ObjectTableModelWrapper
 
getRowValue(int) - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
getRSSFeeds() - Method in class com.antelmann.net.Spider
returns links to RSS feeds in the document
getRSSFeeds(Reader) - Method in class com.antelmann.net.Spider
parses the reader for RSS feeds
getRSSHandler() - Method in class com.antelmann.net.web.RSSChannel
 
getSalutation() - Method in class com.antelmann.crm.GlobalAddress
provides a suitable String to address the person/company/entity in a letter header
getSalutation() - Method in enum com.antelmann.crm.Person.Gender
 
getSampleCrawlerMenu(SampleCrawlerSetting) - Method in class com.antelmann.net.JSpider
provides a sample JMenu that provides controls to change settings on a SampleCrawlerSetting; the return value can the be used for setCrawlerMenu()
getSamplerate() - Method in class com.antelmann.sound.MP3FileProperties
 
getSampleStandardDeviation() - Method in class com.antelmann.math.DataPoint
only applicable for a count greater than 1
getSampleText() - Method in class com.antelmann.util.gui.JFontChooser
 
getSampleText() - Method in class com.antelmann.util.gui.JFontFileChooser
 
getSAPDBConnection(String, String, String, String) - Method in class com.antelmann.sql.Connector
 
getSAPDBConnection(String, int, String, String, String) - Method in class com.antelmann.sql.Connector
 
getScaledScreenSize(Component, double, double) - Static method in class com.antelmann.util.gui.Menus
 
getScrollPane() - Method in class com.antelmann.util.table.JFilteredTableComponent
 
getSearchField() - Method in class com.antelmann.util.gui.JSearchList
return the search field used to enter search criteria
getSearchField() - Method in class com.antelmann.util.gui.JSearchTree
 
getSearchList() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
getSearchText() - Method in class com.antelmann.util.gui.JSearchList
returns the current search pattern used for convenience
getSearchText() - Method in class com.antelmann.util.table.JTableFilterTextField
 
getSecondary1() - Method in class com.antelmann.util.gui.CustomTheme
 
getSecondary2() - Method in class com.antelmann.util.gui.CustomTheme
 
getSecondary3() - Method in class com.antelmann.util.gui.CustomTheme
 
getSecretKeyFactories() - Static method in class com.antelmann.util.SecurityUtils
 
getSelectAllOnFocus() - Method in class com.antelmann.util.table.FormattedCellEditor
 
getSelectedFont() - Method in class com.antelmann.util.gui.JFontChooser
 
getSelectedFont() - Method in class com.antelmann.util.gui.JFontControl
 
getSelectedFont() - Method in class com.antelmann.util.gui.JFontFileChooser
 
getSelectedItem() - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
Deprecated. use JMultipleSelectionComboBox.getSelectedObjects() instead
getSelectedItem() - Method in class com.antelmann.util.gui.JSearchList
convenience method
getSelectedItem() - Method in class com.antelmann.util.gui.JSearchTable
convenience method
getSelectedItems() - Method in class com.antelmann.util.gui.JSearchList
convenience method
getSelectedItems() - Method in class com.antelmann.util.gui.JSearchTable
convenience method
getSelectedItems() - Method in class com.antelmann.util.table.SelectableObjectsTableModel
returns an immutable view of the currently selected items
getSelectedObjects() - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
getSelectedPrinter() - Method in class com.antelmann.util.gui.JPrinterSelect
 
getSelectedRange() - Method in class com.antelmann.ooffice.OOCalc
 
getSelectedRowsAsModel(JTable) - Static method in class com.antelmann.util.table.TableUtils
 
getSelectedTextSearchColumns() - Method in class com.antelmann.sql.DefaultMappingInfo
 
getSelectionComponent() - Method in class com.antelmann.util.gui.JPreviewPane
 
getSendProcessor() - Method in class com.antelmann.net.mail.POP3Account
 
getSentDate() - Method in class com.antelmann.net.mail.Email
 
getSeparator() - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
getSeparatorPattern() - Method in class com.antelmann.image.MJPEGReader
 
getSequenceNumber() - Method in class com.antelmann.util.logging.LogEntry
only unique within the VM that constructed this instance
getSerializationFormat() - Method in class com.antelmann.image.ImageHolder
this implementation simply returns 'png'
getSerialVersionUID(Object) - Static method in class com.antelmann.io.Data
 
getSerialVersionUID(Class<?>) - Static method in class com.antelmann.io.Data
 
getSeriesColorPathPath(int) - Method in class com.antelmann.image.ColorPathBarRenderer
 
getServer() - Method in class com.antelmann.calendar.NTPClient
 
getServer() - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated.  
getServer() - Method in class com.antelmann.db.remote.ChangeNotificationServer
provides access to the server to start/stop it
getServer() - Method in class com.antelmann.sql.JConnectionLogin
 
getServer() - Method in class com.antelmann.util.logging.LogNetPropagator
 
getServerLogEntryEnumerator(Filter<ServerLogEntry>) - Method in interface com.antelmann.net.ServerLog
returns an Enumeration of all ServerLogEntry objects that are accepted by the given filter or all ServerLogEntries if the filter is null.
getServerLogEntryEnumerator(Filter<ServerLogEntry>) - Method in class com.antelmann.net.ServerLogFile
 
getServerNames() - Method in class com.antelmann.calendar.AtomicTime
Deprecated.  
getServerNames() - Method in class com.antelmann.calendar.NTPTime
 
getServerSocket() - Method in class com.antelmann.net.NetConnectionServer
 
getService() - Method in class com.antelmann.net.mail.JNewsletterManager
 
getService() - Static method in class com.antelmann.util.NotificationService
 
getServletLogWriter(ServletContext) - Static method in class com.antelmann.servlet.ServletUtils
 
getSession() - Method in class com.antelmann.net.mail.EmailConverter
 
getSession() - Method in class com.antelmann.net.mail.IMAPAccount
 
getSession() - Method in class com.antelmann.net.mail.POP3Account
 
getSessionFilter() - Method in class com.antelmann.net.SSLHelper
 
getSessionPrefix() - Method in class com.antelmann.db.SessionIdGenerator
returns the prefix for the current session; if this instance is not initialized, this method return s null;
getSessionVariable(String) - Method in class com.antelmann.sql.MySQLHelper
 
getSessionVariables() - Method in class com.antelmann.sql.MySQLHelper
 
getSetterMethodName(int) - Method in class com.antelmann.util.table.MethodTableModel
 
getSettings() - Method in class com.antelmann.net.mail.POP3Account
returns a new instance of Settings; changing the returned instance will have no effect on this instance
getSettingsAsString() - Static method in class com.antelmann.Debug
provides a String containing application settings, system settings, environment settings, L&Fs and memory info.
getSheet(int) - Method in class com.antelmann.ooffice.OOCalc
 
getSheet(String) - Method in class com.antelmann.ooffice.OOCalc
 
getSheetFor(String) - Method in class com.antelmann.ooffice.OOCalc
 
getSheetFor(XCell) - Method in class com.antelmann.ooffice.OOCalc
 
getSheetIndex() - Method in class com.antelmann.ooffice.Cell.Location
 
getSheetIndex(String) - Method in class com.antelmann.ooffice.OOCalc
 
getSheetName() - Method in class com.antelmann.ooffice.Cell.Location
 
getSheetNameFor(XCell) - Method in class com.antelmann.ooffice.OOCalc
 
getSheetNames() - Method in class com.antelmann.ooffice.OOCalc
 
getShortValue() - Method in enum com.antelmann.ooffice.Cell.Format
 
getShowEndDialog() - Method in class com.antelmann.net.JDownloader
returns true if the end-dialog is shown after download (true by default)
getSignature() - Method in class com.antelmann.License
returns a copy of the signature that is used to verify that this license has been created by an authorized issuer
getSigningDate() - Method in class com.antelmann.License
returns the date this license was signed (if at all)
getSimpleSourceClassName() - Method in class com.antelmann.util.logging.LogEntry
 
getSimpleTypeName(Class<?>) - Static method in class com.antelmann.util.Misc
 
getSinglePath() - Method in class com.antelmann.net.URLTree
if true, the URLTree allows every URL to only occur once in the tree
getSite() - Method in class com.antelmann.cddb.CDDBServer
 
getSites() - Method in class com.antelmann.net.DyndnsTool
 
getSize() - Method in class com.antelmann.net.mail.Email
 
getSize() - Method in class com.antelmann.util.Monitor
returns the length of the monitor's arrays initialized by the constructor or reInitialize()
getSmallestPositiveAmountFor(Currency) - Static method in class com.antelmann.math.Money
 
getSMS() - Method in class com.antelmann.crm.GlobalAddress
 
getSmtpPassword() - Method in class com.antelmann.net.mail.POP3Account
 
getSmtpPort() - Method in class com.antelmann.net.mail.POP3Account
 
getSmtpServer() - Method in class com.antelmann.net.mail.POP3Account
 
getSnailMail() - Method in class com.antelmann.crm.GlobalAddress
 
getSnailMail() - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
getSnailMailAddressString() - Method in class com.antelmann.crm.GlobalAddress
 
getSnailMailAddressString(Locale) - Method in class com.antelmann.crm.GlobalAddress
 
getSnapper() - Method in class com.antelmann.util.gui.MouseBoundsListener
 
getSnapshotModel() - Method in class com.antelmann.math.DataMap
 
getSocket() - Method in interface com.antelmann.net.NetConnection
returns the underlying Socket of this connection
getSocket() - Method in class com.antelmann.net.SecureConnection
 
getSocket() - Method in class com.antelmann.net.SocketConnection
 
getSocket() - Method in class com.antelmann.net.SSLSocketConnection
 
getSocketConnection() - Method in class com.antelmann.util.logging.SocketWriter
 
getSongInfo() - Method in class com.antelmann.sound.MP3Player
 
getSongInfo() - Method in class com.antelmann.sound.SoundPlayer
returns the info for the current sound as a String to be displayed
getSortableTableModel() - Method in class com.antelmann.util.table.JFilteredTableComponent
this model is the model of the table; it embeds the FilteredTableModel
getSortedElements() - Method in class com.antelmann.math.CounterMap
 
getSortedElements(Comparator<? super T>) - Method in class com.antelmann.math.CounterMap
 
getSortedElementsByCount(boolean) - Method in class com.antelmann.math.CounterMap
 
getSortedGroups() - Method in class com.antelmann.db.SortedGroupable.Adapter
 
getSortedGroups() - Method in interface com.antelmann.db.SortedGroupable
lists all groups that this instance is currently a member of while ordering them by relevance.
getSortedKeys() - Method in class com.antelmann.math.DataMap
uses the natural order or - if not applicable - a UniversalComparator
getSortedKeys(Comparator<? super T>) - Method in class com.antelmann.math.DataMap
provides a sorted snapshot of the keys in this data map
getSortingTitle() - Method in class com.antelmann.genealogy.GPerson
 
getSortingView() - Method in class com.antelmann.util.table.MovableTableModel
returns an unmodifiable view of the current sorting
getSortingView() - Method in class com.antelmann.util.table.SortableTableModel
returns an unmodifiable view of the current sorting
getSortName() - Method in class com.antelmann.cddb.Artist
 
getSortName() - Method in class com.antelmann.opengeodb.GeoLocation
 
getSoTimeout() - Method in class com.antelmann.net.SimpleHandshake
 
getSoundObject() - Method in exception com.antelmann.sound.SoundException
 
getSoundTypeDescription() - Method in class com.antelmann.sound.MP3Player
 
getSoundTypeDescription() - Method in class com.antelmann.sound.SoundPlayer
 
getSource() - Method in class com.antelmann.calendar.CalendarChangeEvent
 
getSource() - Method in class com.antelmann.db.DBUpdateEvent
returns the store that updated the database.
getSourceClass() - Method in class com.antelmann.util.logging.LogEntry
uses the context class loader of the current thread; may return null if no source class was given
getSourceClass(ClassLoader) - Method in class com.antelmann.util.logging.LogEntry
 
getSourceClassName() - Method in class com.antelmann.util.logging.LogEntry
 
getSourceString() - Method in class com.antelmann.util.logging.LogEntry
 
getSpecialExceptionAction() - Static method in class com.antelmann.util.gui.Menus
 
getSpecifiedLocale() - Method in class com.antelmann.crm.GlobalAddress
returns the locale that was explicitly set by GlobalAddress.setLocale(Locale), if any
getSpHelp(String, int, String) - Method in class com.antelmann.sql.SQLServerHelper
returns the ResultSet based on 'exec sp_help' for the given table where the given columnIndex is named like columnName If no such ResultSet exist, this method returns null.
getSQLFilter() - Method in class com.antelmann.sql.SQLStubFilter
gives direct access to the embedded map
getSQLFilterMap() - Method in class com.antelmann.sql.SQLMapFilter
gives direct access to the embedded map, which may be null if constructed directly with a query String
getSQLFilterMap() - Method in class com.antelmann.sql.TopicMapFilter
gives direct access to the embedded map, which may be null if constructed directly with a query String
getSqlForView(String) - Method in class com.antelmann.sql.MySQLHelper
 
getSQLiteConnection(String) - Method in class com.antelmann.sql.Connector
uses the JDBC driver from www.ch-werner.de/javasqlite
getSQLiteMemoryConnection() - Method in class com.antelmann.sql.Connector
 
getSQLServerConnection(String, String, String, String) - Method in class com.antelmann.sql.Connector
 
getSQLServerConnection(String, int, String, String, String) - Method in class com.antelmann.sql.Connector
getSQLServerConnection() provides access to a Microsoft SQL-Server database.
getSQLServerDriver() - Method in class com.antelmann.sql.Connector
 
getSQLString() - Method in class com.antelmann.sql.PreparedStatementEntryFilter
 
getSQLTypeforColumn(String) - Method in class com.antelmann.sql.BaseRowMapper
 
getSQLTypeforColumn(String) - Method in class com.antelmann.sql.DefaultMappingInfo
 
getSQLTypeforColumn(String) - Method in class com.antelmann.sql.JDBCRowStore
 
getSQLTypeforColumn(String) - Method in interface com.antelmann.sql.MappingInfo
allows to determine the SQL-type for a given column name
getSQLTypeforColumn(String) - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
 
getSQLTypeforColumn(String) - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
getSquareSum() - Method in class com.antelmann.math.DataPoint
 
getSSLContext() - Method in class com.antelmann.net.SSLHelper
 
getSslHelper() - Method in class com.antelmann.net.CGI
 
getSSLHelper() - Method in class com.antelmann.net.Spider
 
getSslProtocols() - Static method in class com.antelmann.util.SecurityUtils
 
getSSLServerSocketFactory() - Method in class com.antelmann.net.SSLHelper
 
getSSLSocketFactory() - Method in class com.antelmann.net.SSLHelper
 
getStackTrace() - Method in class com.antelmann.util.logging.LogEntry
 
getStackTraceAsString() - Static method in class com.antelmann.Debug
excludes the call to this method and beyond in the stack trace
getStackTraceAsString(StackTraceElement[], boolean) - Static method in class com.antelmann.Debug
 
getStackTraceAsString(Thread) - Static method in class com.antelmann.Debug
 
getStackTraceAsString(boolean) - Method in class com.antelmann.util.logging.LogEntry
 
getStandardAcceptOptions(String, int) - Static method in class com.antelmann.ooffice.OfficeConnector
 
getStandardDeviation() - Method in class com.antelmann.math.DataPoint
 
getStandardDisplayIcon() - Static method in class com.antelmann.crm.PersonImpl
 
getStandardProcessOptions() - Static method in class com.antelmann.ooffice.OfficeConnector
 
getStart() - Method in interface com.antelmann.genealogy.GPath
 
getStartDate() - Method in class com.antelmann.calendar.Stopwatch
returns the initial start time of the Stopwatch.
getStartTime() - Method in class com.antelmann.calendar.Stopwatch
returns the time this Stopwatch was constructed or when any of the reset() or restart() methods were called last
getState() - Method in class com.antelmann.crm.SnailMailAddress
 
getStatus() - Method in class com.antelmann.util.revision.DefaultRevisable
 
getStatus() - Method in interface com.antelmann.util.revision.Revisable
reflects the current status of this instance
getStatusLabel() - Method in class com.antelmann.math.JDataMatrixView
 
getStatusLabel() - Method in class com.antelmann.util.table.JFilteredTableComponent
 
getStatusText() - Method in class com.antelmann.util.gui.JMainFrame
 
getStopwatch() - Method in class com.antelmann.util.gui.AlarmClockFrame
 
getStopwatch() - Method in class com.antelmann.util.gui.JWatchLabel
 
getStore(Class<T>) - Method in class com.antelmann.db.AbstractDatabase
returns a monitored Proxy of the previously added DBClassStore for c or null
getStore(Class<T>) - Method in interface com.antelmann.db.Database
allows to query for a persistence service for a given DBEntry class.
getStore() - Method in class com.antelmann.db.EntryAnalyzer
may be null if this instance works off an iterable or another retriever
getStore() - Method in class com.antelmann.db.LockManager
 
getStoreForEntry(T) - Method in class com.antelmann.db.AbstractDatabase
provides a save cast to obtain the relevant DBClassStore
getStoreHandler() - Method in class com.antelmann.db.WrappedDBClassStore
 
getStoreListeners() - Method in class com.antelmann.db.AbstractDatabase
 
getStoreListeners() - Method in interface com.antelmann.db.Database
 
getStoreLocation(XComponent) - Static method in class com.antelmann.ooffice.OfficeUtils
 
getStream() - Method in class com.antelmann.image.MJPEGReader
 
getStream() - Method in class com.antelmann.io.ObjectEnumerator
provides direct access to the embedded stream in use
getStream(URL) - Method in class com.antelmann.net.JURLCachePane
the ability to forward the request to a redirect is lost in this implementation
getStreet() - Method in class com.antelmann.crm.SnailMailAddress
may contain multiple lines
getStreetNumber() - Method in class com.antelmann.crm.SnailMailAddress
 
getStringExtractor(String) - Static method in class com.antelmann.db.PropertyEntryImpl
returns a PatternExtractor based on the String value of the given property
getStringFilter() - Method in class com.antelmann.util.table.FormattedCellEditor
 
getStringNumberComparator() - Static method in class com.antelmann.math.MyMath
 
getStub(Class<T>, Object) - Method in class com.antelmann.db.AbstractDatabase
a shortcut w/o having to go through the DBClassStore
getStub(DBReference) - Method in class com.antelmann.db.AbstractDatabase
This method will begin and abort a transaction if none is active at the time.
getStub(Object) - Method in class com.antelmann.db.AbstractDBClassStore
 
getStub(Object) - Method in class com.antelmann.db.ArchiveDBClassStore
 
getStub(Object) - Method in class com.antelmann.db.CollectionClassStore
 
getStub(Object) - Method in interface com.antelmann.db.DBClassStore
returns a Stub representing the resource for the given ID or null.
getStub(Object) - Method in class com.antelmann.db.DBClassStoreCache
 
getStub(Object) - Method in class com.antelmann.db.ReadOnlyCacheStore
 
getStub(Object) - Method in class com.antelmann.db.WrappedDBClassStore
 
getStub(Object) - Method in class com.antelmann.io.FileClassStore
 
getStub(Object) - Method in class com.antelmann.sql.JDBCRowStore
 
getStub(Object) - Method in class com.antelmann.util.Country.Store
 
getStubColumns() - Method in class com.antelmann.sql.BaseRowMapper
allows to limit the columns in the select statement for retrieving stubs; this implementation returns an array containing the id column and - if applicable - the display column.
getStubExtractor() - Static method in class com.antelmann.db.Stub
 
getStubProcessor() - Method in class com.antelmann.db.WrappedDBClassStore
 
getStubQuery() - Method in class com.antelmann.sql.BaseRowMapper
 
getStubResultSet(Filter<? super Stub<?>>) - Method in class com.antelmann.sql.BaseRowMapper
supports the same functionality as BaseRowMapper.getResultSet(Filter); additional support for SQLStubFilter
getStubResultSet(Filter<? super Stub<?>>) - Method in interface com.antelmann.sql.ObjectRowMapper
creates and returns the ResultSet used for fetching stubs that corresponds closest to the filter for extracting Stub entries.
getStubResultSet(Filter<? super Stub<?>>) - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
getStylesheets() - Method in class com.antelmann.net.Spider
returns links to stylesheets in the document
getStylesheets(Reader) - Method in class com.antelmann.net.Spider
parses the reader for links to stylesheets
getSubCategories(T) - Method in class com.antelmann.db.Category.Adapter
the returned list by this implementation allows direct modifications; the context parameter is ignored and may be null
getSubCategories(Database<?>) - Method in class com.antelmann.db.Category.Entry
 
getSubCategories(T) - Method in interface com.antelmann.db.Category
retrieves a list of sub-categories for this category
getSubCategories(DBReference) - Method in interface com.antelmann.db.CategoryManager
 
getSubCategories(T) - Method in class com.antelmann.db.MutableCategory.Adapter
the returned list by this implementation allows direct modifications; the context parameter is ignored and may be null
getSubCategories(Database<?>) - Method in class com.antelmann.db.MutableCategory.Entry
 
getSubCategories(T) - Method in interface com.antelmann.db.MutableCategory
 
getSubCategories(OpenGeoDB) - Method in class com.antelmann.opengeodb.GeoLocation
 
getSubCategories(DBReference) - Method in class com.antelmann.sql.CategoryStore
 
getSubject() - Method in class com.antelmann.net.mail.Email
 
getSubQueryString() - Method in class com.antelmann.sql.SubSelectCondition
 
getSubTextFont() - Method in class com.antelmann.util.gui.CustomTheme
 
getSubtitle() - Method in class com.antelmann.sound.MP3FileProperties
 
getSuggestedKeys() - Method in class com.antelmann.util.gui.JPropertyEditor
 
getSuggestedKeysOnly() - Method in class com.antelmann.util.gui.JPropertyEditor
 
getSuggestedValues() - Method in class com.antelmann.util.gui.JPropertyEditor
 
getSum() - Method in class com.antelmann.math.DataPoint
 
getSum(Date) - Method in class com.antelmann.math.TimeDataGrid
 
getSum(Object) - Method in class com.antelmann.math.TimeDataGrid
 
getSumValue(String, String) - Method in class com.antelmann.sql.ConnectionHelper
 
getSupportedCountryNames() - Static method in class com.antelmann.util.I18n
 
getSupportedCountryNames(Locale) - Static method in class com.antelmann.util.I18n
returns a sorted list of all supported country names in the given language.
getSupportedTopicColumns() - Method in class com.antelmann.sql.BaseRowMapper
returns all topics supported by BaseRowMapper.getColumnsForTopic(Object)
getSupportedTopicColumns() - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
returns all topics supported by WrappedDBClassStoreMapping.getColumnsForTopic(Object)
getSupportedTypes(Object) - Static method in class com.antelmann.ooffice.OfficeUtils
returns all the supported interfaces by OfficeUtils.query(Class, Object) for the given object
getSymbol() - Method in enum com.antelmann.math.RelationalOperator
 
getSystemTextFont() - Method in class com.antelmann.util.gui.CustomTheme
 
getTable() - Method in class com.antelmann.calendar.JSimpleCalendarPanel
 
getTable(String) - Method in class com.antelmann.ooffice.OOTableWriter
 
getTable(String) - Method in class com.antelmann.sql.ConnectionHelper
retrieves the entire table and returns it as a list of maps containing the field names mapped to their respective values
getTable() - Method in class com.antelmann.sql.SQLValueRetriever
 
getTable() - Method in class com.antelmann.util.table.JFilteredTableComponent
returns the JTable in use for customization; the table uses a SortableTableModel
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.antelmann.util.table.AbstractDialogCellEditor
caches all parameters in member variables and then calls AbstractDialogCellEditor.getRelevantComponent(Object)
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.antelmann.util.table.FontCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.antelmann.util.table.FormattedCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.antelmann.util.table.MultiLineCellTextEditor
 
getTableCellRenderer(boolean, boolean) - Static method in class com.antelmann.util.Country
 
getTableCellRenderer(boolean, boolean, Locale) - Static method in class com.antelmann.util.Country
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.antelmann.util.table.CalendarCellRenderer
returns a JPanel
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.antelmann.util.table.ColorRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.antelmann.util.table.LabelRenderer
returns this
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.antelmann.util.table.LineColorRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.antelmann.util.table.StyledCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.antelmann.util.table.TableModelRenderer
checks whether the model of the table implements TableCellRenderer (while also checking for embedded functionality via Wrapped) and returns that value if found; otherwise, the given default renderer is utilized.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.antelmann.util.table.TableUtils.BooleanRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.antelmann.util.table.WrappedTableCellRenderer
 
getTableColumnNames() - Method in class com.antelmann.sql.BaseRowMapper
 
getTableFor(XCell) - Method in class com.antelmann.ooffice.OOTableWriter
 
getTableHandler() - Method in class com.antelmann.math.JDataMatrixView
 
getTableIndex() - Method in class com.antelmann.ooffice.Cell.Location
 
getTableModel(String, String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
returns a table model based on the table filtered by the given restrictions
getTableModel() - Method in class com.antelmann.util.table.JFilteredTableComponent
returns the original model given
getTableName() - Method in class com.antelmann.ooffice.Cell.Location
 
getTableName() - Method in enum com.antelmann.opengeodb.GeoType
 
getTableName() - Method in class com.antelmann.sql.BaseRowMapper
 
getTableName() - Method in class com.antelmann.sql.DefaultMappingInfo
 
getTableName() - Method in class com.antelmann.sql.JDBCResourceBundle
 
getTableName() - Method in class com.antelmann.sql.JDBCRowStore
 
getTableName() - Method in class com.antelmann.sql.JDBCTableModel
 
getTableName(Class<?>) - Static method in class com.antelmann.sql.MappedEntryMapper
returns either the name of the specified table or the simple name of the type if the table was not specified
getTableName() - Method in interface com.antelmann.sql.MappingInfo
provides the name of the table that stores the data for the store
getTableName() - Method in class com.antelmann.sql.RowItem
 
getTableName(Class<? extends DBEntry>) - Method in class com.antelmann.sql.SQLDatabase
takes advantage of the MappingInfo interface - if applicable
getTableName() - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
 
getTableName() - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
getTableNameFor(XCell) - Method in class com.antelmann.ooffice.OOTableWriter
 
getTableNameFor(String) - Method in class com.antelmann.ooffice.OOTableWriter
 
getTableNames() - Method in class com.antelmann.ooffice.OOTableWriter
 
getTableNames() - Method in class com.antelmann.sql.ConnectionHelper
 
getTableNames() - Method in class com.antelmann.sql.SQLDatabase
 
getTableQuery() - Method in class com.antelmann.sql.BaseRowMapper
 
getTableQuery() - Method in class com.antelmann.sql.DefaultMappingInfo
 
getTableQuery() - Method in class com.antelmann.sql.JDBCRowStore
 
getTableQuery() - Method in interface com.antelmann.sql.MappingInfo
if querying involves something different than just selecting all columns of the table, this method returns the string used to replace the table name in a query.
getTableQuery(Class<? extends DBEntry>) - Method in class com.antelmann.sql.SQLDatabase
takes advantage of the MappingInfo interface - if applicable
getTableQuery() - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
 
getTableQuery() - Method in class com.antelmann.sql.WrappedObjectRowMapper
 
getTableQueryForComboFilter(SQLComboFilter<?>) - Method in class com.antelmann.sql.BaseRowMapper
this implementation first looks for a mapping for SQLCombiFilter.class and then (if no mapping was set) returns the tableQuery if non-null and the tableName otherwise.
getTag() - Method in interface com.antelmann.image.RegionTag
 
getTag() - Method in class com.antelmann.image.SimpleRegionTag
 
getTagIdColumn() - Method in class com.antelmann.sql.TaggableHeaderStore
 
getTagIdColumn() - Method in interface com.antelmann.sql.TaggableMapping
 
getTagIdColumn() - Method in class com.antelmann.sql.TaggableMappingImpl
 
getTagIdColumn() - Method in class com.antelmann.sql.TaggableSQLStore
 
getTagName() - Method in class com.antelmann.db.Keyword
 
getTagName() - Method in interface com.antelmann.db.Tag
 
getTags() - Method in class com.antelmann.crm.ContactImpl
 
getTags() - Method in class com.antelmann.db.BaseDocument
 
getTags() - Method in class com.antelmann.db.SortedGroupable.Adapter
 
getTags() - Method in class com.antelmann.db.Taggable.Adapter
 
getTags() - Method in interface com.antelmann.db.Taggable
lists all groups that this instance is currently a member of (the data is essentially derived from a set)
getTags() - Method in class com.antelmann.genealogy.GEventImpl
 
getTags() - Method in class com.antelmann.genealogy.GPersonalBlogEntry
 
getTags() - Method in class com.antelmann.image.ImageURLEntry
 
getTagStrings() - Method in class com.antelmann.db.Taggable.Adapter
provides a sorted array of the tag names
getTagStrings(Taggable<?>) - Static method in class com.antelmann.db.Taggable.Adapter
provides a sorted array of the tag names
getTagTable() - Method in class com.antelmann.sql.TaggableHeaderStore
 
getTagTable() - Method in interface com.antelmann.sql.TaggableMapping
 
getTagTable() - Method in class com.antelmann.sql.TaggableMappingImpl
 
getTagTable() - Method in class com.antelmann.sql.TaggableSQLStore
 
getTagText(String) - Method in class com.antelmann.cddb.CDDBXmcdParser
returns the text for the tag that could be found in multiple lines
getTagText(HTML.Tag, String) - Method in class com.antelmann.net.Spider
returns all text found in the given desiredTag delimited by the given delimiter
getTagText(Reader, HTML.Tag, String) - Method in class com.antelmann.net.Spider
allows to read the content from another location but the url itself
getTagText(HTML.Tag, String) - Method in class com.antelmann.net.URLCache
returns all text from the HTML cache data that is found in the given tag.
getTagText(String) - Method in class com.antelmann.util.XmlHelper
returns the text for the first tag found with the given name
getTagText(String, String) - Method in class com.antelmann.util.XmlHelper
 
getTagType() - Method in class com.antelmann.crm.ContactImpl
 
getTagType() - Method in class com.antelmann.genealogy.GPerson
 
getTagType() - Method in class com.antelmann.sql.TaggableHeaderStore
 
getTagType() - Method in interface com.antelmann.sql.TaggableMapping
returns the type of the tag
getTagType() - Method in class com.antelmann.sql.TaggableMappingImpl
 
getTagType() - Method in class com.antelmann.sql.TaggableSQLStore
 
getTask() - Method in class com.antelmann.util.Monitor
 
getTaskCount() - Method in class com.antelmann.util.ThreadWorker
returns the number of tasks that have already been executed
getTasks() - Method in class com.antelmann.util.ThreadWorker
returns all tasks currently in the queue (including the current one)
getTempDir() - Static method in class com.antelmann.io.MyFile
 
getTempDir(ServletContext) - Static method in class com.antelmann.servlet.ServletUtils
 
getText(JTextComponent) - Static method in class com.antelmann.util.gui.FormHelper
convenience method - returns actually null if the component text is either empty or contains only whitespace
getText() - Method in class com.antelmann.util.TextPrinter
returns the text this object has been instanciated with.
getTextColor() - Static method in class com.antelmann.util.PrintUtilities
 
getTextComponent() - Method in class com.antelmann.util.table.TextDialogCellEditor
 
getTextField() - Method in class com.antelmann.util.gui.JCategoryField
 
getTextField() - Method in class com.antelmann.util.gui.JTimeChooser
shortcut
getTextFont() - Static method in class com.antelmann.util.PrintUtilities
returns the special font to be used when printing text; may be null
getTextFrames() - Method in class com.antelmann.ooffice.OOWriter
provides convenience for sticker label printing
getTextMessage() - Method in class com.antelmann.net.mail.Email
 
getTextSearchColumns() - Method in class com.antelmann.sql.DefaultMappingInfo
 
getTheme() - Method in class com.antelmann.util.gui.JCustomThemeEditor
 
getTheme() - Method in class com.antelmann.util.table.CustomThemeTableModel
 
getThemes() - Static method in class com.antelmann.util.gui.CustomTheme
returns some themes that may not be CustomTheme objects
getThisMonthOnly() - Method in class com.antelmann.calendar.DefaultCalendarModel
 
getThreadName() - Method in class com.antelmann.util.logging.LogEntry
 
getThreshold() - Method in class com.antelmann.ai.Perceptron
 
getThreshold() - Method in class com.antelmann.image.MotionDetectorImpl
 
getThrown() - Method in class com.antelmann.util.logging.LogEntry
 
getThumbnail() - Method in class com.antelmann.image.ImageURLEntry
 
getThumbnail() - Method in class com.antelmann.image.ImageURLEntry.Thumbnail
 
getTime() - Method in class com.antelmann.calendar.Stopwatch
 
getTime() - Method in interface com.antelmann.calendar.Timed
 
getTime() - Method in class com.antelmann.calendar.TimeInDay
returns the millseconds after midnight (always save to cast the return value to int)
getTime() - Method in class com.antelmann.db.DBUpdateEvent
 
getTime() - Method in class com.antelmann.db.LockEntry
 
getTime() - Method in class com.antelmann.db.LockInfo
 
getTime() - Method in class com.antelmann.db.ProtocolNoteEntry
 
getTime() - Method in class com.antelmann.db.remote.RemoteDBUpdateEvent
 
getTime() - Method in class com.antelmann.genealogy.GEventImpl
 
getTime() - Method in class com.antelmann.genealogy.GPersonalBlogEntry
 
getTime() - Method in class com.antelmann.image.ImageURLEntry
 
getTime() - Method in class com.antelmann.io.MyFile
 
getTime() - Method in class com.antelmann.net.mail.MessageEntry
 
getTime() - Method in class com.antelmann.net.ServerLogEntry
 
getTime() - Method in enum com.antelmann.sound.SampleSounds
provides the duration of the sound before it has to be loaded
getTime() - Method in class com.antelmann.util.gui.JDateTimeChooser
 
getTime() - Method in class com.antelmann.util.gui.JHourSpinner
 
getTime() - Method in class com.antelmann.util.gui.JTimeChooser
 
getTime() - Method in class com.antelmann.util.logging.LogEntry
 
getTime() - Method in class com.antelmann.util.revision.DefaultRevision
 
getTimeDataGrid() - Method in class com.antelmann.util.PerformanceMonitor
provides access to the TimeDataGrid instance that contains all relevant performance data from the method calls to the embedded instance for further analysis.
getTimeFor(Point) - Method in class com.antelmann.calendar.JDayGrid
returns the time that corresponds to the given point
getTimeFormat() - Method in class com.antelmann.util.logging.DBLineLogFormatter
 
getTimeInterval() - Method in class com.antelmann.calendar.JDayGrid
the time interval used for dwawing (in milliseconds)
getTimeout() - Method in class com.antelmann.calendar.NTPClient
 
getTimeout() - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated.  
getTimer() - Method in class com.antelmann.util.gui.JWatchLabel
 
getTimer(int) - Method in class com.antelmann.util.Monitor
 
getTimeRenderer(boolean) - Static method in class com.antelmann.util.table.TableUtils
renders Date and Long objects
getTimeSnapInterval() - Method in class com.antelmann.calendar.JDayGrid
 
getTimestamp() - Method in class com.antelmann.image.MJPEGHandler
 
getTimeSystem() - Method in class com.antelmann.calendar.NTPServer
Deprecated. returns TimeSystem.systemTime by default
getTimeSystem() - Method in class com.antelmann.calendar.Stopwatch
returns the time measurement system in place
getTimeSystem() - Method in class com.antelmann.calendar.TimeProtocolServer
Deprecated. returns TimeSystem.systemTime by default
getTimeSystem() - Method in class com.antelmann.db.LockManager
 
getTimeSystem() - Method in class com.antelmann.util.gui.JWatchLabel
 
getTimeUntilExecution() - Method in class com.antelmann.util.DelayedTask
 
getTimeZone() - Method in class com.antelmann.crm.GlobalAddress
 
getTitle() - Method in class com.antelmann.calendar.CalendarEntry
 
getTitle() - Method in class com.antelmann.cddb.CDDBRecord
returns the title of this record
getTitle() - Method in class com.antelmann.cddb.Composition
returns the title that also serves as the unique identifier for this composition
getTitle() - Method in class com.antelmann.cddb.Track
 
getTitle() - Method in class com.antelmann.crm.GlobalAddress
shortcut to the SnailMailAddress
getTitle() - Method in class com.antelmann.crm.SnailMailAddress
may contain multiple lines
getTitle() - Method in class com.antelmann.db.BaseDocument
 
getTitle() - Method in interface com.antelmann.db.DocumentEntry
returns the title of this document
getTitle() - Method in interface com.antelmann.genealogy.GEvent
 
getTitle() - Method in class com.antelmann.genealogy.GEventImpl
 
getTitle() - Method in interface com.antelmann.genealogy.GItem
 
getTitle() - Method in class com.antelmann.image.ImageURLEntry
 
getTitle() - Method in class com.antelmann.net.Spider
returns the title of the document
getTitle() - Method in class com.antelmann.net.URLCache
returns the HTML title of the cached document
getTitle() - Method in class com.antelmann.net.web.RSSChannel
 
getTitle() - Method in class com.antelmann.net.web.RSSItem
 
getTitle() - Method in class com.antelmann.net.web.Tweed
 
getTitle() - Method in class com.antelmann.net.web.YouTubeVideo
 
getTitle() - Method in class com.antelmann.sound.MP3FileProperties
 
getTo() - Method in class com.antelmann.net.mail.Email
 
getToken() - Method in class com.antelmann.db.LockEntry
 
getTokens(String, String) - Static method in class com.antelmann.util.Strings
uses a StringTokenizer to obtain the tokens
getTokens(String, String, boolean) - Static method in class com.antelmann.util.Strings
allows to 'tokenize' a string while allowing quoted sections where delimiters are regarded as part of the token
getToolbar() - Method in class com.antelmann.util.gui.TextViewerFrame
 
getToolTip(Object) - Method in class com.antelmann.util.gui.ToolTipListRenderer
 
getToolTipFormat() - Method in class com.antelmann.util.table.FormattedCellRenderer
 
getToolTipRenderer() - Static method in class com.antelmann.util.table.TableUtils
provides a tool tip based on the toString() method of the cell object.
getToolTipRenderer(TableCellRenderer) - Static method in class com.antelmann.util.table.TableUtils
provides a tool tip based on the toString() method of the cell object; otherwise, the given formatter is used
getTopCategories() - Method in interface com.antelmann.db.CategoryManager
 
getTopCategories() - Method in class com.antelmann.sql.CategoryStore
 
getTopCategory(Category<?>) - Static method in class com.antelmann.db.Category.Adapter
 
getTopDownComparator() - Static method in class com.antelmann.util.gui.ListFocusTraversalPolicy
provides top-down and then left-right ordering of components
getTopGroupsSum(int) - Method in class com.antelmann.math.TimeDataGrid
 
getTopGroupSums(int, DataPoint.ValueType, Object) - Method in class com.antelmann.math.TimeDataGrid
 
getTopics() - Method in class com.antelmann.sql.DefaultMappingInfo
creates and returns a newly created set containing topics for both: DefaultMappingInfo.getMappingForTopic(Object) and DefaultMappingInfo.getColumnsForTopic(Object)
getToReference() - Method in class com.antelmann.db.DefaultEntryRelationship
 
getToReference() - Method in class com.antelmann.db.DefaultSpecialRelationship
 
getToReference() - Method in interface com.antelmann.db.EntryRelationship
represents the second entry of this relationship
getToReference() - Method in interface com.antelmann.db.SpecialRelationship
 
getToReferenceString() - Method in class com.antelmann.db.DefaultEntryRelationship
 
getToStringDelegator() - Static method in class com.antelmann.util.XmlHelper
very useful to provide PersistenceDelegate instances for classes, that can be best created by passing their toString()-value to the constructor.
getTotal() - Method in class com.antelmann.math.CounterMap
 
getTotal(int, Object) - Method in class com.antelmann.math.DataMatrix
 
getTotal() - Method in class com.antelmann.math.DataMatrix
 
getTotal() - Method in class com.antelmann.math.Permutation
 
getTotalRunningTime() - Method in class com.antelmann.util.ThreadWorker
excludes time where this thread is waiting for requests
getTotalSum() - Method in class com.antelmann.math.TimeDataGrid
 
getTotalTime(Class<?>, String) - Method in class com.antelmann.db.DBStoreProfiler
Note that - if the type is null - the returned time may be overestimating the time spent in database calls if one store calls another (nested call), since the time spent on the nested store is additionally counted for the outer store as well.
getTrack() - Method in class com.antelmann.sound.MP3FileProperties
 
getTrackContributions() - Method in class com.antelmann.cddb.Track
provides an unmodifiable view of contributions that were directly added to this track
getTrackLength(int) - Method in class com.antelmann.cddb.CDID
returns the duration of the track in seconds; trackNo specifies track 0 to (getNumberOfTracks() - 1).
getTrackNo() - Method in class com.antelmann.cddb.Track
 
getTransaction() - Method in interface com.antelmann.db.Database
provides access to the DBTransaction, which coordinates all access to the Resources via DBClassStore.
getTransaction() - Method in class com.antelmann.db.TransactionalNumberGenerator
 
getTransaction() - Method in class com.antelmann.db.TransactionCounter
 
getTransaction() - Method in class com.antelmann.sql.SQLDatabase
 
getTransactionCounter(DBTransaction) - Static method in class com.antelmann.db.TransactionCounter
returns a TransactionCounter associated and listening to the given DBTransaction.
getTransactionCounter() - Method in class com.antelmann.sql.BaseRowMapper
returns the TransactionCounter instance that is used with this instance.
getTransactionIsolation() - Method in class com.antelmann.sql.ConnectionWrapper
 
getTransactionListeners() - Method in class com.antelmann.db.AbstractDBTransaction
 
getTransactionListeners() - Method in interface com.antelmann.db.DBTransaction
 
getTransferData(DataFlavor) - Method in class com.antelmann.db.DBEntrySelection
 
getTransferData(DataFlavor) - Method in class com.antelmann.image.ImageSelection
 
getTransferData(DataFlavor) - Method in class com.antelmann.util.DefaultTransferable
 
getTransferDataFlavors() - Method in class com.antelmann.image.ImageSelection
 
getTransferDataFlavors() - Method in class com.antelmann.util.DefaultTransferable
 
getTransparentColorFilter(Color) - Static method in class com.antelmann.image.ImageUtils
makes the given Color transparent; already existing transparency is preserved
getTransport() - Method in class com.antelmann.net.mail.POP3Account
 
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class com.antelmann.util.table.AbstractDialogCellEditor
caches all parameters in member variables and then calls AbstractDialogCellEditor.getRelevantComponent(Object)
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class com.antelmann.util.table.FormattedCellEditor
 
getTweeds(String, int, Date) - Static method in class com.antelmann.net.web.Twitter
 
getType() - Method in class com.antelmann.db.DBUpdateEvent
indicates whether it was an update, insert or delete
getType() - Method in class com.antelmann.db.remote.RemoteDBUpdateEvent
 
getType() - Method in class com.antelmann.image.Barcode4j
 
getType() - Method in enum com.antelmann.math.SIBaseUnit
 
getType() - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
getType() - Method in class com.antelmann.ooffice.Cell
 
getType() - Method in class com.antelmann.opengeodb.GeoProperty
 
getType() - Method in class com.antelmann.sql.TaggableMappingImpl
 
getType() - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
getTypeColumn() - Method in enum com.antelmann.opengeodb.GeoType
 
getTypeDescription() - Method in class com.antelmann.io.MyFile
 
getTypeFor(GeoTypeName) - Method in class com.antelmann.opengeodb.OpenGeoDB
 
getTypeMap() - Method in class com.antelmann.sql.ConnectionWrapper
 
getTypeNameFor(int) - Method in class com.antelmann.opengeodb.OpenGeoDB
 
getTypeNameFor(int) - Static method in class com.antelmann.sql.ConnectionHelper
returns the declared field name for the given Types value
getTypeNames() - Method in class com.antelmann.opengeodb.OpenGeoDB
 
getTypeNamesFor(GeoType) - Method in class com.antelmann.opengeodb.OpenGeoDB
 
getTypeString() - Method in enum com.antelmann.ooffice.OODocType
used as a url to create a new document of the given type
getUniqueRandomString() - Method in class com.antelmann.sql.BaseRowMapper
a convenience implementation for easily providing a way of generating new IDs for tables using a random String as an ID.
getUniques() - Method in class com.antelmann.math.CounterMap
 
getUnit() - Method in class com.antelmann.math.Measurable.Adapter
 
getUnit() - Method in interface com.antelmann.math.Measurable
represents the unit type of this measurable entity
getUnit() - Method in class com.antelmann.math.Measure
 
getUnit() - Method in class com.antelmann.math.Money
 
getUnitName() - Method in enum com.antelmann.calendar.TimeInterval
 
getUnitName(Locale) - Method in enum com.antelmann.calendar.TimeInterval
 
getUnitName() - Method in class com.antelmann.math.DefaultUnit
 
getUnitName() - Method in enum com.antelmann.math.SIBaseUnit
 
getUnitName() - Method in interface com.antelmann.math.Unit
provides the fully spelled name for this unit
getUnitSymbol() - Method in enum com.antelmann.calendar.TimeInterval
 
getUnitSymbol() - Method in class com.antelmann.math.CurrencyUnit
 
getUnitSymbol() - Method in class com.antelmann.math.DefaultUnit
 
getUnitSymbol() - Method in enum com.antelmann.math.SIBaseUnit
 
getUnitSymbol() - Method in interface com.antelmann.math.Unit
provides a short symbolic representation of this unit
getUniversalComparator() - Method in class com.antelmann.db.PropertyEntryComparator
returns the embedded UniversalComparator in use
getUniversalComparator() - Method in class com.antelmann.util.MethodComparator
returns the embedded UniversalComparator in use for customization
getUpdateIntervalMillis() - Method in class com.antelmann.calendar.AtomicTime
Deprecated.  
getUpdateIntervalMillis() - Method in class com.antelmann.calendar.NTPTime
 
getUploadDate() - Method in class com.antelmann.net.web.YouTubeVideo
 
getUpperBound() - Method in class com.antelmann.util.Range
 
getUpperEnd() - Method in class com.antelmann.util.Range
provides an unsafe cast to the type at hand (assuming that the bounds represent the same)
getURL() - Method in class com.antelmann.crm.GlobalAddress
 
getUrl() - Method in class com.antelmann.genealogy.GAnnotation
 
getURL() - Method in interface com.antelmann.genealogy.GItem
 
getURL() - Method in class com.antelmann.image.ImageURLEntry
 
getURL() - Method in class com.antelmann.image.ImageURLEntry.Thumbnail
 
getURL() - Method in class com.antelmann.net.Downloader
 
getURL() - Method in class com.antelmann.net.JDownloader
 
getUrl() - Method in class com.antelmann.net.ServerLogEntry
 
getURL() - Method in class com.antelmann.net.Spider
returns the embedded URL
getURL() - Method in class com.antelmann.net.URLCache
returns the underlying URL object.
getURL() - Method in class com.antelmann.net.URLNode
 
getURL() - Method in class com.antelmann.net.web.RSSChannel
 
getURL() - Method in class com.antelmann.net.web.RSSItem
 
getURL() - Method in class com.antelmann.net.web.Tweed
 
getURL() - Method in class com.antelmann.sql.JConnectionLogin
 
getUrl() - Method in class com.antelmann.webdav.WebdavClient
 
getURLCache() - Method in class com.antelmann.net.URLNode
 
getUrlContent(URL) - Method in class com.antelmann.webdav.WebdavClient
 
getURLFromLink(String, URL) - Static method in class com.antelmann.net.Spider
translates a relative URL to an absolute URL
getUrlImportFilter() - Method in class com.antelmann.image.JImagePanel
 
getURLName() - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
getUsableMethodNames(Class<?>, boolean) - Static method in class com.antelmann.util.MethodComparator
lists all method names of the given class that take no parameters and return something but void - and are therefore usable for a MethodComparator.
getUsableMethodNames(Class<?>) - Static method in class com.antelmann.util.MethodFilter
lists all method names of the given class that take no parameters and return something but void - and are therefore usable as a restriction.
getUsage(DBReference, Database<?>) - Static method in class com.antelmann.sql.ForeignKeyMappingInfo.Analyzer
 
getUser() - Method in class com.antelmann.db.DBUpdateEvent
returns the user that was associated with the database of the source while this event was created
getUser() - Method in class com.antelmann.db.JUserLoginPanel
returns the user (if any) that was identified after the component was acted upon
getUser() - Method in class com.antelmann.db.remote.RemoteDBUpdateEvent
 
getUser() - Method in class com.antelmann.db.remote.RemoteDBUpdateEvent.Option
 
getUser() - Method in class com.antelmann.genealogy.GAnnotation
 
getUser() - Method in class com.antelmann.net.DyndnsTool
 
getUser() - Method in class com.antelmann.net.FTPConnector
 
getUser() - Method in class com.antelmann.net.mail.POP3Account
 
getUser() - Method in class com.antelmann.net.ServerLogEntry
 
getUser() - Method in class com.antelmann.net.web.Tweed
 
getUser() - Method in class com.antelmann.net.web.Twitter
 
getUser() - Method in class com.antelmann.sql.ConnectorSettings
 
getUser() - Method in class com.antelmann.sql.JConnectionLogin
 
getUserAccessFilter() - Method in class com.antelmann.util.gui.MyAbstractAction
 
getUserDescription() - Method in interface com.antelmann.db.User
 
getUserDescription() - Method in class com.antelmann.db.UserImpl
 
getUserEmail() - Method in class com.antelmann.cddb.FreeDB
 
getUserFieldContent() - Method in class com.antelmann.ooffice.OOWriter
 
getUserFieldNames() - Method in class com.antelmann.ooffice.OOWriter
 
getUserFieldText(String) - Method in class com.antelmann.ooffice.OOWriter
 
getUserFilter() - Method in class com.antelmann.servlet.UserAuthenticationFilter
 
getUserFor(ServletRequest) - Method in class com.antelmann.servlet.UserAuthenticationFilter
 
getUserForName(String) - Method in class com.antelmann.db.DefaultUserLoginStore
 
getUserForName(String) - Method in interface com.antelmann.db.UserLoginStore
returns the User associated with the given name or null if no such user exists
getUserForName(String) - Method in class com.antelmann.sql.UserImplMapper
for use with an AbstractUserLoginStore
getUserForName(String) - Method in class com.antelmann.sql.UserImplStore
 
getUserFromHeader(UserLoginStore, ServletRequest, String, String, boolean, Filter<? super User>) - Static method in class com.antelmann.servlet.ServletUtils
 
getUserFromParams(UserLoginStore, ServletRequest, String, String, boolean, Filter<? super User>) - Static method in class com.antelmann.servlet.ServletUtils
 
getUserHomeDir() - Static method in class com.antelmann.io.MyFile
 
getUserLoginStore() - Method in class com.antelmann.sql.UserImplMapper
 
getUsername() - Method in class com.antelmann.webdav.WebdavClient
 
getUserNames() - Method in class com.antelmann.db.DefaultUserLoginStore
 
getUserNames() - Method in interface com.antelmann.db.UserLoginStore
returns a list of valid user names (never null)
getUserNames() - Method in class com.antelmann.sql.UserImplMapper
for use with an AbstractUserLoginStore
getUserNames() - Method in class com.antelmann.sql.UserImplStore
 
getUserRetriever() - Method in class com.antelmann.util.gui.MyAbstractAction
 
getUserTextFont() - Method in class com.antelmann.util.gui.CustomTheme
 
getUserTimelineHandler(String) - Static method in class com.antelmann.net.web.Twitter
 
getUserTimelineHandler(String, Date) - Static method in class com.antelmann.net.web.Twitter
 
getUserTimelineHandler(String, int) - Static method in class com.antelmann.net.web.Twitter
 
getUserTimelineHandler(String, int, Date) - Static method in class com.antelmann.net.web.Twitter
 
getValidationString(String) - Method in class com.antelmann.util.table.FormattedCellEditor
called when the isValid(String) method returns false; if anything but null is returned, a dialog pops up displaying the returned Object (allowing a custom message to be displayed).
getValue() - Method in class com.antelmann.calendar.CalendarCell
 
getValue(T) - Method in class com.antelmann.math.DataMap
 
getValue(DataPoint.ValueType) - Method in class com.antelmann.math.DataPoint
 
getValue() - Method in class com.antelmann.math.Money
sames as Money.getAmount()
getValue() - Method in class com.antelmann.net.mail.Email.Header
 
getValue() - Method in enum com.antelmann.ooffice.AnchorType
 
getValue() - Method in class com.antelmann.ooffice.Cell
 
getValue() - Method in enum com.antelmann.ooffice.ParagraphAlignment
 
getValue() - Method in enum com.antelmann.ooffice.Underline
 
getValue(String, String, Object, String) - Method in class com.antelmann.sql.ConnectionHelper
a simplified way to retrieve the value of a column by querying the table based on a candidate key
getValue() - Method in class com.antelmann.sql.NotCondition
 
getValue() - Method in class com.antelmann.util.gui.JHourSpinner.HourModel
 
getValue(JComponent) - Method in class com.antelmann.util.gui.JPropertyEntryComponent
allows to specialize the way how the value for the given key is retrieved from the given component.
getValue() - Method in class com.antelmann.util.gui.JTimeChooser
 
getValue() - Method in class com.antelmann.util.Placeholder
 
getValue() - Method in class com.antelmann.util.ReferenceHolder
returns ReferenceHolder.getRelevantValue() but wraps occurring exceptions into RuntimeExceptions (convenience method)
getValue() - Method in class com.antelmann.util.SimpleEntry
 
getValueAt(int, int) - Method in class com.antelmann.calendar.CalendarTableModel
this implementation always returns a CalendarCell instance.
getValueAt(int, int) - Method in class com.antelmann.db.DatabaseTableModel
 
getValueAt(int, int) - Method in class com.antelmann.db.DBStoreProfiler.ProfileModel
 
getValueAt(int, int) - Method in class com.antelmann.db.PropertyEntryTableModel
 
getValueAt(int, int) - Method in class com.antelmann.db.StoreUpdateTableModel
 
getValueAt(int, int) - Method in class com.antelmann.LicenseTableModel
 
getValueAt(int, int) - Method in class com.antelmann.math.DataMap.SnapshotModel
 
getValueAt(int, int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
getValueAt(int, int) - Method in class com.antelmann.ooffice.XPropertyTableModel
 
getValueAt(int, int) - Method in class com.antelmann.sql.JDBCRowModel
 
getValueAt(int, int) - Method in class com.antelmann.sql.JDBCTableModel
 
getValueAt(int, int) - Method in class com.antelmann.sql.ResultSetMetaDataTableModel
 
getValueAt(int, int) - Method in class com.antelmann.sql.ResultSetTableModel
 
getValueAt(int, int) - Method in class com.antelmann.sql.RowItemTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.ConvertedTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.CustomThemeTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.FilteredTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.MethodTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.MovableTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.PatternTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.RowNumberTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.SortableTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.StringMapTableModel
 
getValueAt(int, int) - Method in class com.antelmann.util.table.TableModelCopy
 
getValueAt(int, int) - Method in class com.antelmann.util.table.TableModelView
 
getValueAt(int, int) - Method in class com.antelmann.util.table.TableModelWrapper
 
getValueAt(int) - Method in class com.antelmann.util.table.TableRow
 
getValueAt(int, int) - Method in class com.antelmann.util.table.TransposedTableModel
 
getValueClass() - Method in enum com.antelmann.opengeodb.GeoType
 
getValueColumn() - Method in enum com.antelmann.opengeodb.GeoType
 
getValueColumn() - Method in class com.antelmann.sql.JDBCResourceBundle
 
getValueColumn() - Method in class com.antelmann.sql.SQLValueRetriever
 
getValueFor(Date) - Method in interface com.antelmann.calendar.CalendarModel
 
getValueFor(Date) - Method in class com.antelmann.calendar.DefaultCalendarModel
 
getValuefor(GlobalAddress.Transport) - Method in class com.antelmann.crm.GlobalAddress
 
getValuefor(GlobalAddress.Transport) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
getValueFor(JComponent) - Method in class com.antelmann.util.gui.FormHelper
allows to specialize the way how the value for the given key is retrieved from the given component.
getValueForAll() - Method in class com.antelmann.math.DataMap
 
getValueRetriever() - Method in class com.antelmann.util.gui.JPreviewPane
 
getValuesForProperty(String) - Method in class com.antelmann.sql.PropertyEntryHeaderStore
 
getValuesForProperty(String) - Method in interface com.antelmann.sql.PropertyEntryMapping
returns all values for a given property key; if the key is null, all values are returned
getValuesForProperty(String) - Method in class com.antelmann.sql.PropertyEntryTableStore
 
getValueSorter() - Static method in class com.antelmann.util.SimpleEntry
 
getValueType() - Method in class com.antelmann.math.ObjectAnalyzer
DataPoint.ValueType.SUM by default
getValueType() - Method in class com.antelmann.opengeodb.GeoProperty
 
getVersion() - Method in class com.antelmann.net.web.RSSHandler
 
getVersionString() - Static method in class com.antelmann.Version
returns a String containing version information about this package
getVetoableChangeListeners() - Method in class com.antelmann.db.PropertyEntryImpl
 
getVetoableChangeListeners() - Method in class com.antelmann.image.ImageHolder
 
getVetoableChangeListeners() - Method in class com.antelmann.io.BinaryData
 
getVetoableChangeListeners() - Method in class com.antelmann.util.Placeholder
 
getView() - Method in class com.antelmann.calendar.DefaultCalendarModel
 
getView(Filter<Composition>) - Method in class com.antelmann.cddb.CompositionDB
returns an unmodifiable view of the embedded compositions
getView() - Method in class com.antelmann.math.CounterMap
provides an unmodifiable view of the data
getView() - Method in class com.antelmann.math.DataMap
 
getView() - Method in class com.antelmann.math.JDataMatrixView.Cell
 
getViewCount() - Method in class com.antelmann.net.web.YouTubeVideo
 
getViewCursor() - Method in class com.antelmann.ooffice.OOWriter
returns the XTextCursor that is currently visible in the document
getViews() - Method in class com.antelmann.sql.ConnectionHelper
 
getVisibleColums() - Method in class com.antelmann.util.table.TableModelView
 
getVoice() - Method in class com.antelmann.crm.GlobalAddress
 
getWarnings() - Method in class com.antelmann.sql.ConnectionWrapper
 
getWarnOnClose() - Method in interface com.antelmann.util.gui.Form
determines whether a warning is displayed upon cancel if the form is marked as changed (false by default)
getWarnOnClose() - Method in class com.antelmann.util.gui.FormDialog
 
getWarnOnClose() - Method in class com.antelmann.util.gui.FormFrame
 
getWarnOnClose() - Method in class com.antelmann.util.gui.FormInternalFrame
 
getWarnOnClose() - Method in class com.antelmann.util.gui.FormPanel
 
getWebDir() - Method in class com.antelmann.net.LocalWeb
 
getWebRoot() - Method in class com.antelmann.net.LocalWeb
 
getWebServer() - Method in class com.antelmann.net.ServerLogEntry
 
getWeekHeaderInstance(Date, boolean) - Static method in class com.antelmann.calendar.CalendarCell
 
getWeight(int) - Method in class com.antelmann.ai.Perceptron
 
getWhen() - Method in class com.antelmann.db.LockEntry
 
getWhere() - Method in class com.antelmann.db.LockEntry
 
getWhite() - Method in class com.antelmann.util.gui.CustomTheme
 
getWho() - Method in class com.antelmann.db.LockEntry
 
getWhy() - Method in class com.antelmann.db.LockEntry
 
getWindowTitleFont() - Method in class com.antelmann.util.gui.CustomTheme
 
getWordCount() - Method in class com.antelmann.ooffice.OOWriter
 
getWorkingDir() - Static method in class com.antelmann.io.MyFile
 
getWrappedInstance() - Method in class com.antelmann.util.PerformanceMonitor
returns the wrapped instance of the original object given in the constructor.
getWriter() - Method in class com.antelmann.ooffice.OfficeComponent
a convenience method that accesses the embedded office component as an OOWriter instance; this only works if indeed a Writer document was previously loaded
getWriter() - Method in class com.antelmann.util.logging.AsynchLogWriter
 
getWriters() - Method in class com.antelmann.util.logging.Logger
 
getXCell() - Method in class com.antelmann.ooffice.Cell
returns the embedded cell object (which is not an instance of this class anymore)
getXComponent() - Method in interface com.antelmann.ooffice.OfficeDocument
 
getXComponent() - Method in class com.antelmann.ooffice.OOCalc
 
getXComponent() - Method in class com.antelmann.ooffice.OODraw
 
getXComponent() - Method in class com.antelmann.ooffice.OOWriter
 
getXFrame() - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
getXmcdContent() - Method in class com.antelmann.cddb.CDDBEntry
 
getXmcdContent() - Method in interface com.antelmann.cddb.CDInfo
returns the content in xmcd file format as specified by CDDB.
getXmlInfo() - Method in class com.antelmann.net.web.YouTubeVideo
 
getXmlResponse(HttpRequest, URL) - Method in class com.antelmann.webdav.WebdavClient
 
getXPropertyKeys(Object) - Static method in class com.antelmann.ooffice.OfficeUtils
 
getXPropertyValue(Object, String) - Static method in class com.antelmann.ooffice.OfficeUtils
 
getYear(Date) - Method in class com.antelmann.calendar.CalendarHelper
 
getYear() - Method in class com.antelmann.sound.MP3FileProperties
returns -1 if the year cannot be parsed as a number
getZip() - Method in class com.antelmann.crm.SnailMailAddress
 
getZipMap() - Method in class com.antelmann.opengeodb.OpenLocationServiceDE
 
GEvent - Interface in com.antelmann.genealogy
represents an event in history that may be related to one or many people
GEventEntry - Class in com.antelmann.genealogy
 
GEventEntry(Object, String, long) - Constructor for class com.antelmann.genealogy.GEventEntry
 
GEventImpl - Class in com.antelmann.genealogy
implements an event within this context
GEventImpl(String, long) - Constructor for class com.antelmann.genealogy.GEventImpl
 
GEventRelation<P extends GPerson,E extends GEventEntry,R> - Class in com.antelmann.genealogy
defines the relationship between an event entry and a natural person
GEventRelation(Object, Stub<P>, Stub<E>, R) - Constructor for class com.antelmann.genealogy.GEventRelation
 
GIDFactory - Class in com.antelmann.genealogy.db
 
GIDFactory(Database<Connection>) - Constructor for class com.antelmann.genealogy.db.GIDFactory
 
GItem - Interface in com.antelmann.genealogy
 
GLOBAL - Static variable in class com.antelmann.ooffice.OfficeUtils
search flag option
GLOBAL_ADDRESS_FLAVOR - Static variable in class com.antelmann.crm.GlobalAddress
 
GlobalAddress - Class in com.antelmann.crm
represents means to store addresses based on their way of transport; in addition, it also provides a Locale and a salutation.
GlobalAddress() - Constructor for class com.antelmann.crm.GlobalAddress
 
GlobalAddress(GlobalAddress) - Constructor for class com.antelmann.crm.GlobalAddress
 
GlobalAddress.Transport - Enum in com.antelmann.crm
 
gmi - Variable in class com.antelmann.sql.TaggableSQLStore
 
GOCR - Class in com.antelmann.image
a wrapper around a command line OCR utility program; see http://jocr.sourceforge.net/
GOCR() - Constructor for class com.antelmann.image.GOCR
uses "C:\\tools\\bin\\gocr048.exe"
GOCR(String) - Constructor for class com.antelmann.image.GOCR
 
GOCR(File) - Constructor for class com.antelmann.image.GOCR
 
googleURL() - Method in class com.antelmann.math.GeoPoint
 
GoogleWrapper - Class in com.antelmann.net
GoogleWrapper is a simple wrapper around the Google.com search API capabilities to make it more easily usable.
GoogleWrapper(String) - Constructor for class com.antelmann.net.GoogleWrapper
 
gotoBegin() - Method in class com.antelmann.ooffice.OOWriter
moves the view cursor to the begin of the document
gotoBookmark(String) - Method in class com.antelmann.ooffice.OOWriter
sets the view cursor to the given bookmark
gotoCell(XCell) - Method in class com.antelmann.ooffice.OOTableWriter
moves the visible cursor to the given cell
gotoEnd() - Method in class com.antelmann.ooffice.OOCalc
 
gotoEnd() - Method in class com.antelmann.ooffice.OOWriter
moves the view cursor to the end of its current range
gotoFirst(String, boolean) - Method in class com.antelmann.ooffice.OOWriter
sets the view cursor to the first occurrence of the given String (as a side-effect), so that the view cursor can be used to further handle the occurrence.
GPath - Interface in com.antelmann.genealogy
 
GPerson - Class in com.antelmann.genealogy
represents a natural person
GPerson(Object) - Constructor for class com.antelmann.genealogy.GPerson
 
GPerson.Header - Class in com.antelmann.genealogy
 
GPerson.Header(Object, Map<String, ?>) - Constructor for class com.antelmann.genealogy.GPerson.Header
 
GPersonalBlogEntry - Class in com.antelmann.genealogy
 
GPersonalBlogEntry(Object, Stub<GPerson>, long, String) - Constructor for class com.antelmann.genealogy.GPersonalBlogEntry
 
GPersonRelation - Class in com.antelmann.genealogy
implements the relation between two people in regards to their literal relation
GPersonRelation(Object, Stub<GPerson>, Stub<GPerson>, GPersonRelationType) - Constructor for class com.antelmann.genealogy.GPersonRelation
 
GPersonRelationStore - Class in com.antelmann.genealogy.db
 
GPersonRelationStore(Database<Connection>, IDFactory) - Constructor for class com.antelmann.genealogy.db.GPersonRelationStore
 
GPersonRelationType - Enum in com.antelmann.genealogy
the non-bidirectional relations are to be interpreted as 'has' relations, i.e. in case of a PARENT relation, the from-reference is the child.
GPersonStore - Class in com.antelmann.genealogy.db
 
GPersonStore(Database<Connection>, IDFactory) - Constructor for class com.antelmann.genealogy.db.GPersonStore
 
GRelationStatus - Enum in com.antelmann.genealogy
 
gridColor - Variable in class com.antelmann.calendar.JDayGrid
used to draw time interval lines
gridPixel - Variable in class com.antelmann.calendar.JDayGrid
other size of the grid in pixels
Group - Class in com.antelmann.cddb
Group is a resource made up by multiple individual resources; this could be an artist, a band, an orchestra, a chorus or anything similar - including yet another group.
Group(String, String) - Constructor for class com.antelmann.cddb.Group
 
groupAndFill(Map<Date, ? extends Number>, TimeInterval) - Static method in class com.antelmann.util.Sets
groups the numbers based on dates so that there is one date per given interval; in addition, all missing invervals within the range are filled with BigDecimal.ZERO.
groupBy(Collection<T>, PatternExtractor<? super T, P>, Filter<? super T>) - Static method in class com.antelmann.util.Sets
splits the given collection into many, where the extractor is the discriminator
GTag - Class in com.antelmann.genealogy
defines general tags for this package.
GTag(String) - Constructor for class com.antelmann.genealogy.GTag
 
GUser - Class in com.antelmann.genealogy
 
GUser(User) - Constructor for class com.antelmann.genealogy.GUser
 

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