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

O

ObjectAnalyzer<T> - Class in com.antelmann.math
provides a convenient base and several methods to easily analyze aggregated data; the underlying data can either be provided as a cached Collection or via a retriever of an iterable object.
ObjectAnalyzer() - Constructor for class com.antelmann.math.ObjectAnalyzer
creates an instance that simply has no data (as a cached, empty list)
ObjectAnalyzer(Iterable<T>) - Constructor for class com.antelmann.math.ObjectAnalyzer
 
ObjectAnalyzer(Iterable<T>, Filter<? super T>) - Constructor for class com.antelmann.math.ObjectAnalyzer
 
ObjectAnalyzer(ValueRetriever<Enumeration<T>>) - Constructor for class com.antelmann.math.ObjectAnalyzer
 
objectEnumerator() - Method in class com.antelmann.io.MyFile
returns an Enumeration over the objects contained in this binary file with serialized objects written with an ObjectOutputStream
objectEnumerator(boolean) - Method in class com.antelmann.io.MyFile
returns an Enumeration over the objects contained in this binary file with serialized objects written with an ObjectOutputStream.
objectEnumerator(boolean, Logger) - Method in class com.antelmann.io.MyFile
convenience method
ObjectEnumerator - Class in com.antelmann.io
used to iterate over (potentially serialized) objects contained in a binary file or InputStream.
ObjectEnumerator(File, boolean) - Constructor for class com.antelmann.io.ObjectEnumerator
 
ObjectEnumerator(File, boolean, Logger) - Constructor for class com.antelmann.io.ObjectEnumerator
 
ObjectEnumerator(InputStream, boolean) - Constructor for class com.antelmann.io.ObjectEnumerator
 
ObjectEnumerator(InputStream, boolean, Logger) - Constructor for class com.antelmann.io.ObjectEnumerator
 
ObjectRowMapper<T extends DBEntry> - Interface in com.antelmann.sql
provides methods to convert an object to a RowItem and vice versa to facilitate persistent storage with JDBC for simple objects.
ObjectTableModel<T> - Interface in com.antelmann.util.table
an ObjectTableModel is a TableModel where any given row represents a certain Object value.
ObjectTableModelView<T> - Class in com.antelmann.util.table
combines the features of an ObjectTableModel with a TableModelView
ObjectTableModelView(ObjectTableModel<T>, int...) - Constructor for class com.antelmann.util.table.ObjectTableModelView
 
ObjectTableModelWrapper<T> - Class in com.antelmann.util.table
a wrapper around a TableModel that also supports ObjectTableModel
ObjectTableModelWrapper(ObjectTableModel<T>) - Constructor for class com.antelmann.util.table.ObjectTableModelWrapper
 
objectToEntryClass(Object) - Method in class com.antelmann.db.EntryClassMapper.Adapter
 
objectToEntryClass(Object) - Method in interface com.antelmann.db.EntryClassMapper
converts the given (maybe externally retrieved) Object into some DBEntry class to be used
objectToEntryClass(Object) - Method in class com.antelmann.sql.SQLEntryClassMapper
 
objectToRight(Object) - Method in class com.antelmann.sql.UserImplMapper
allows to customize the way the right for the user is derived from the object stored in the database
obtainNotifier(Object) - Method in class com.antelmann.util.NotificationService
first calls getNotifier() and if that returns null, monitorObject() is called
obtainProfiler(Database<?>) - Static method in class com.antelmann.db.DBStoreProfiler
 
OCEAN - Static variable in class com.antelmann.util.gui.CustomTheme
 
ODBC_DRIVER - Static variable in class com.antelmann.sql.Connector
 
OfficeComponent - Class in com.antelmann.ooffice
allows to easily embed OpenOffice documents into other swing components.
OfficeComponent() - Constructor for class com.antelmann.ooffice.OfficeComponent
 
OfficeConnector - Class in com.antelmann.ooffice
provides methods to setup the context for OpenOffice connections for all other classes in this package.
OfficeDocument - Interface in com.antelmann.ooffice
 
OfficeElementTreeNode - Class in com.antelmann.ooffice
 
OfficeElementTreeNode(Object, String, TreeNode) - Constructor for class com.antelmann.ooffice.OfficeElementTreeNode
 
OfficeException - Exception in com.antelmann.ooffice
indicates a problem while interacting with the OpenOffice environment, wrapping various other exceptions that may occur (to ease the handling)
OfficeException() - Constructor for exception com.antelmann.ooffice.OfficeException
 
OfficeException(String) - Constructor for exception com.antelmann.ooffice.OfficeException
 
OfficeException(Throwable) - Constructor for exception com.antelmann.ooffice.OfficeException
 
OfficeException(String, Throwable) - Constructor for exception com.antelmann.ooffice.OfficeException
 
OfficeUtils - Class in com.antelmann.ooffice
general utilities for OpenOffice
OfficeUtils.TargetFrame - Enum in com.antelmann.ooffice
 
offset(Date) - Method in class com.antelmann.calendar.CalendarHelper
returns the offset that must be adjusted due to timezone specific daylight saving times
OffsetFilter<T> - Class in com.antelmann.util
a filter that specifies to a supporting implementation that not all results are desired, but only those starting at a given offset and limited to a given limit.
OffsetFilter(int) - Constructor for class com.antelmann.util.OffsetFilter
 
OffsetFilter(int, Filter<? super T>) - Constructor for class com.antelmann.util.OffsetFilter
 
OffsetFilter(int, int, Filter<? super T>) - Constructor for class com.antelmann.util.OffsetFilter
 
OK - Static variable in class com.antelmann.util.gui.FormDialog
indicates that the OK-button has been pressed
oldValue - Variable in class com.antelmann.sql.SQLColumnInfo.UpdateFilter
 
OOCalc - Class in com.antelmann.ooffice
simplifies handling of OpenOffice spreadsheets This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org
OOCalc() - Constructor for class com.antelmann.ooffice.OOCalc
creates a visible blank new spreadsheet
OOCalc(boolean) - Constructor for class com.antelmann.ooffice.OOCalc
creates a blank new spreadsheet
OOCalc(File) - Constructor for class com.antelmann.ooffice.OOCalc
creates a visible new document based on the given template file
OOCalc(boolean, File) - Constructor for class com.antelmann.ooffice.OOCalc
 
OOCalc(File, boolean) - Constructor for class com.antelmann.ooffice.OOCalc
creates a new document based on the given template file
OOCalc(URL, boolean) - Constructor for class com.antelmann.ooffice.OOCalc
creates a new document based on the given template file
OOCalc(File, Map<?, ?>) - Constructor for class com.antelmann.ooffice.OOCalc
loads a document (the given file) into a blank frame along with the given properties
OOCalc(InputStream, boolean) - Constructor for class com.antelmann.ooffice.OOCalc
 
OOCalc(InputStream, Map<?, ?>) - Constructor for class com.antelmann.ooffice.OOCalc
 
OOCalc(XComponent) - Constructor for class com.antelmann.ooffice.OOCalc
 
OOCalc(XSpreadsheetDocument) - Constructor for class com.antelmann.ooffice.OOCalc
 
OODocType - Enum in com.antelmann.ooffice
supported OpenOffice document types
OODraw - Class in com.antelmann.ooffice
 
OODraw(XComponent) - Constructor for class com.antelmann.ooffice.OODraw
 
OODraw() - Constructor for class com.antelmann.ooffice.OODraw
creates a visible blank new drawing
OODraw(boolean) - Constructor for class com.antelmann.ooffice.OODraw
 
OODraw(URL, boolean) - Constructor for class com.antelmann.ooffice.OODraw
 
OODraw(InputStream, Map<?, ?>) - Constructor for class com.antelmann.ooffice.OODraw
loads a drawing (the given stream) into a blank frame along with the given properties
OODraw(File, Map<?, ?>) - Constructor for class com.antelmann.ooffice.OODraw
 
OODraw(URL, Map<?, ?>) - Constructor for class com.antelmann.ooffice.OODraw
loads a document (the given file) into a blank frame along with the given properties
OOInputStream - Class in com.antelmann.ooffice
a bridge from java.io.InputStream to XInputStream, which - in reality - must also implement XSeekable.
OOInputStream(InputStream) - Constructor for class com.antelmann.ooffice.OOInputStream
 
OOInputStream(byte[]) - Constructor for class com.antelmann.ooffice.OOInputStream
 
OOLoaderHelper - Class in com.antelmann.ooffice
this class does not have any dependencies on OpenOffice libraries, so it can safely be used before a ClassLoader has the required context
OOLoaderHelper() - Constructor for class com.antelmann.ooffice.OOLoaderHelper
 
OOOutputStream - Class in com.antelmann.ooffice
a bridge from java.io.OutputStream to XOutputStream
OOOutputStream() - Constructor for class com.antelmann.ooffice.OOOutputStream
 
OOTableWriter - Class in com.antelmann.ooffice
provides easy to use table-related functionality for TextFrames This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org
OOTableWriter(OOWriter) - Constructor for class com.antelmann.ooffice.OOTableWriter
 
OOWriter - Class in com.antelmann.ooffice
simplifies the handling of OpenOffice Writer documents This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org
OOWriter() - Constructor for class com.antelmann.ooffice.OOWriter
creates a blank new document
OOWriter(boolean) - Constructor for class com.antelmann.ooffice.OOWriter
 
OOWriter(File) - Constructor for class com.antelmann.ooffice.OOWriter
creates a new document based on the given template file
OOWriter(File, boolean) - Constructor for class com.antelmann.ooffice.OOWriter
 
OOWriter(File, Map<?, ?>) - Constructor for class com.antelmann.ooffice.OOWriter
loads a document (the given file) into a blank frame along with the given properties
OOWriter(URL, boolean) - Constructor for class com.antelmann.ooffice.OOWriter
 
OOWriter(InputStream, boolean) - Constructor for class com.antelmann.ooffice.OOWriter
 
OOWriter(InputStream, Map<?, ?>) - Constructor for class com.antelmann.ooffice.OOWriter
 
OOWriter(boolean, File) - Constructor for class com.antelmann.ooffice.OOWriter
 
OOWriter(boolean, URL) - Constructor for class com.antelmann.ooffice.OOWriter
 
OOWriter(XTextDocument) - Constructor for class com.antelmann.ooffice.OOWriter
 
OOWriter(URL, Map<?, ?>) - Constructor for class com.antelmann.ooffice.OOWriter
loads a document from the given url into a blank frame along with the given properties.
OOWriter(XComponent) - Constructor for class com.antelmann.ooffice.OOWriter
 
open(int) - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
open(File, boolean, boolean) - Static method in class com.antelmann.ooffice.OOCalc
opens a document with the specified options
open(File) - Static method in class com.antelmann.ooffice.OOWriter
opens a document for editing
open(File, boolean) - Static method in class com.antelmann.ooffice.OOWriter
opens a document for editing
open(File, boolean, boolean) - Static method in class com.antelmann.ooffice.OOWriter
opens a document with the specified options
open(File) - Static method in class com.antelmann.util.Misc
 
open(URL) - Static method in class com.antelmann.util.Misc
 
openBrowser(boolean) - Method in class com.antelmann.net.web.YouTubeVideo
 
openConnection(URL) - Method in class com.antelmann.net.protocol.db.Handler
 
openEmailClient() - Method in class com.antelmann.net.mail.Email
opens the native email client prefilled with the information of this email
openFile(File) - Static method in class com.antelmann.ooffice.OOCalc
opens a document for editing
openFile(File, boolean) - Static method in class com.antelmann.ooffice.OOCalc
opens a document for editing
OpenGeoDB - Class in com.antelmann.opengeodb
 
OpenGeoDB(String, String, String, String) - Constructor for class com.antelmann.opengeodb.OpenGeoDB
 
OpenGeoDB(Connection) - Constructor for class com.antelmann.opengeodb.OpenGeoDB
 
OpenLocationServiceDE - Class in com.antelmann.opengeodb
provides special services on top of an OpenGeoDB for Germany based on direct queries
OpenLocationServiceDE(OpenGeoDB) - Constructor for class com.antelmann.opengeodb.OpenLocationServiceDE
 
openReadOnly(File) - Static method in class com.antelmann.ooffice.OOCalc
opens a document in read-only mode
openReadOnly(File) - Static method in class com.antelmann.ooffice.OOWriter
opens a document in read-only mode
openStreetMapURL() - Method in class com.antelmann.math.GeoPoint
 
OPTIONAL_HYPHEN - Static variable in class com.antelmann.ooffice.OOWriter
 
OptionNotAvailableWarning - Exception in com.antelmann.util
thrown to indicate that a given option is currently not available
OptionNotAvailableWarning() - Constructor for exception com.antelmann.util.OptionNotAvailableWarning
 
OptionNotAvailableWarning(String) - Constructor for exception com.antelmann.util.OptionNotAvailableWarning
 
OptionNotAvailableWarning(Throwable) - Constructor for exception com.antelmann.util.OptionNotAvailableWarning
 
OptionNotAvailableWarning(String, Throwable) - Constructor for exception com.antelmann.util.OptionNotAvailableWarning
 
ORCHESTRA - Static variable in class com.antelmann.cddb.Role
 
order - Variable in class com.antelmann.util.gui.ListFocusTraversalPolicy
 
OTHER - Static variable in class com.antelmann.cddb.Role
 
out - Variable in class com.antelmann.net.SocketConnection
 
outerLineWidth - Variable in class com.antelmann.ooffice.CellBorder.Type
contains the width of a single line or the width of outer part of a double line (in 1/100 mm).
overlapsWith(CalendarEntry) - Method in class com.antelmann.calendar.CalendarEntry
 
overlapsWith(Range<T>) - Method in class com.antelmann.util.Range
requires that both ranges are real and that the bounds are instances of T
OZ - Static variable in class com.antelmann.math.Weight
Ounce

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