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

Q

QRCoder - Class in com.antelmann.image
just some convenient functions to wrap com.google.zxing.Writer for easy generation of QR codes
QRCoder() - Constructor for class com.antelmann.image.QRCoder
 
quarterBegin(Date) - Method in class com.antelmann.calendar.CalendarHelper
 
QuarterFormat - Class in com.antelmann.calendar
a special format to handle dates in 3-month quarters
QuarterFormat() - Constructor for class com.antelmann.calendar.QuarterFormat
 
QuarterFormat(boolean, boolean, boolean) - Constructor for class com.antelmann.calendar.QuarterFormat
uses a forward slash as a separator
QuarterFormat(boolean, boolean, boolean, char) - Constructor for class com.antelmann.calendar.QuarterFormat
 
query(Class<T>, Object) - Method in class com.antelmann.db.AbstractDatabase
implements the query mechanism based on AbstractDatabase.queryStoreForInterface(Class, Class) and also allows to effectively cast to the subclass.
query(Class<T>, Object) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
delegates to OfficeUtils.query(Class, Object)
query(Class<T>, Object) - Static method in class com.antelmann.ooffice.OfficeUtils
utility method to ease access to the query interface of OpenOffice
query(Class<T>, Object) - Method in class com.antelmann.util.logging.Logger
returns the first embedded LogWriter that is also an instance of the given requiredReturnType or null
query(Class<T>, Object) - Method in interface com.antelmann.util.QueryMechanism
queries the instance for an object of the given type that is appropriate for the given context.
queryCD(CDID) - Method in interface com.antelmann.cddb.CDDB
queries the database and returns an array of matches.
queryCD(CDID) - Method in class com.antelmann.cddb.FileCDDB
 
queryCD(CDID) - Method in class com.antelmann.cddb.FreeDB
 
queryCD(CDID) - Method in class com.antelmann.cddb.SQLCDDB
fuzzy matches are currently not supported
queryCityForZip(String) - Method in class com.antelmann.opengeodb.OpenLocationServiceDE
useful when just one city is queried
queryCityNamesFor(String, String) - Method in class com.antelmann.opengeodb.OpenLocationServiceDE
 
queryCityNamesForCar(String) - Method in class com.antelmann.opengeodb.OpenLocationServiceDE
 
queryCityNamesForPhone(String) - Method in class com.antelmann.opengeodb.OpenLocationServiceDE
 
queryDuplicates(String, String...) - Method in class com.antelmann.sql.ConnectionHelper
finds records where the given columns appear more than once with their respective values
queryForInterface(Class<I>) - Method in class com.antelmann.db.WrappedDBClassStore
 
QueryMechanism - Interface in com.antelmann.util
provides a generic way to query an object for flexible functionality
queryStoreForInterface(Class<E>, Class<I>) - Method in class com.antelmann.db.AbstractDatabase
supports WrappedDBClassStore instances for querying the interface from embedded stores
queryStoreForInterface(Class<E>, Class<I>) - Method in interface com.antelmann.db.Database
allows to query an embedded DBClassStore for additional functionality exposed via the given desired interface.
queryStoreForInterface(Class<E>, Class<I>) - Method in class com.antelmann.sql.SQLDatabase
additionally supports SQLColumnInfo via SQLColumnInfoStore for every store supporting MappingInfo
quote(Object) - Method in class com.antelmann.util.table.FileTableModel
this implementation uses FileTableModel.quoteValue(Object)
quoteValue(Object) - Static method in class com.antelmann.util.table.FileTableModel
if the given value is a String, it is placed in quotes (while containing quotes are double-quoted); null values are converted to an empty String and other values are returned as their toString() results.

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