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

R

randomChars(int) - Static method in class com.antelmann.util.Strings
calls Strings.randomChars(int, char[], boolean) with Strings.baseCharSet(); duplicates are allowed
randomChars(int, char[], boolean) - Static method in class com.antelmann.util.Strings
calls Strings.randomChars(int, char[], boolean, Random) with a default Random object
randomChars(int, char[], boolean, Random) - Static method in class com.antelmann.util.Strings
generates and returns a randomly generated character array that is derived from the given input parameters
randomElement(Collection<T>) - Static method in class com.antelmann.util.Sets
 
RandomFilter - Class in com.antelmann.util
a special filter that randomly accepts Objects based on given odds.
RandomFilter(double) - Constructor for class com.antelmann.util.RandomFilter
 
randomString(int) - Static method in class com.antelmann.util.Strings
simply calls Strings.randomChars(int) and converts it to a String for convenience
randomStringExtended(int) - Static method in class com.antelmann.util.Strings
similar to Strings.randomString(int), but uses Strings.extendedCharSet()
range(double...) - Static method in class com.antelmann.math.MyMath
returns the difference between the max and the min element
Range<T extends Comparable<? super T>> - Class in com.antelmann.util
provides a generic wrapper for lower- and upperbounds for a comparable object.
Range() - Constructor for class com.antelmann.util.Range
a range with effectively no restrictions; any given object would be within the range
Range(Comparable<? super T>, Comparable<? super T>) - Constructor for class com.antelmann.util.Range
both bounds are considered inclusive within the range.
Range(Comparable<? super T>, Comparable<? super T>, boolean) - Constructor for class com.antelmann.util.Range
if either or both (lower- and upperBound) are non-null, they represent a limit that is either inclusive or not depending on the given boolean.
read() - Method in class com.antelmann.io.InterceptInputStream
 
read() - Method in class com.antelmann.io.MonitorInputStream
Overrides FilterInputStream.read to update the monitor after the read.
read(byte[]) - Method in class com.antelmann.io.MonitorInputStream
Overrides FilterInputStream.read to update the monitor after the read.
read(byte[], int, int) - Method in class com.antelmann.io.MonitorInputStream
Overrides FilterInputStream.read to update the monitor after the read.
readArtist() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses the title for the part before ' / ' which refers to the artist specified as <firstName lastName> by convention; null is returned if no artist separator could be found
readAsMap(TableModel, int) - Static method in class com.antelmann.util.table.TableRow
 
readAsMap(Map<String, Object>, TableModel, int) - Static method in class com.antelmann.util.table.TableRow
 
readBytes(byte[][], int) - Method in class com.antelmann.ooffice.OOInputStream
 
readCascadingBasedOnFileNameProperty(String) - Method in class com.antelmann.io.IniFile
the properties are read recursively where the given fileProperty is treated as the file name for a parent IniFile.
readCDID() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the offsets and returns a CDID object using the first discID found in the DISCID field
readCDInfo(CDDBRecord) - Method in interface com.antelmann.cddb.CDDB
reads the information for the specified record from the database and returns it in form of a CDInfo object.
readCDInfo(CDDBRecord) - Method in class com.antelmann.cddb.FileCDDB
returns a CDDBEntry instance
readCDInfo(CDDBRecord) - Method in class com.antelmann.cddb.FreeDB
it is suggested that the given record was obtained through a call to queryCD(), so that the record is known to exist.
readCDInfo(CDDBRecord) - Method in class com.antelmann.cddb.SQLCDDB
not supported, yet
readCDTitle() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses the title for the part after ' / ' which by convention refers to the CD title; if no title separator is found, the full title (same as readTitle()) is returned
readCode(InputStream) - Static method in class com.antelmann.image.QRCoder
 
readCode(Image) - Static method in class com.antelmann.image.QRCoder
 
readDiscIDs() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for possibly multiple discIDs to support searching for discIDs that link to the same file
readExif(File) - Static method in class com.antelmann.image.ExifUtils
 
readExif(InputStream) - Static method in class com.antelmann.image.ExifUtils
 
readExtension() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for extended CD information
readExternal(ObjectInput) - Method in class com.antelmann.cddb.Composition
required to support proper de-serialization of the bi-directional relationship
readGenre() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the genre
readIntoXMLSerializable(Element, XMLSerializable) - Static method in class com.antelmann.util.XmlHelper
 
readLength() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the disc length and returns the seconds
readMessage() - Method in interface com.antelmann.net.NetConnection
reads an object from the connection (operation blocks until object is read)
readMessage() - Method in class com.antelmann.net.SecureConnection
extracts the encoded object from the Encoded object received
readMessage() - Method in class com.antelmann.net.SocketConnection
 
readNumberOfTracks() - Method in class com.antelmann.cddb.CDDBXmcdParser
 
readOffsets() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the track offsets
readOnly(TableModel) - Static method in class com.antelmann.util.table.TableUtils
 
ReadOnlyCacheStore<T extends DBEntry> - Class in com.antelmann.db
provides a transaction-independent, in-memory-cached, read-only wrapper around a given store.
ReadOnlyCacheStore(DBClassStore<T>) - Constructor for class com.antelmann.db.ReadOnlyCacheStore
 
ReadOnlyCacheStore(DBClassStore<T>, Filter<? super T>) - Constructor for class com.antelmann.db.ReadOnlyCacheStore
 
ReadOnlyStore<T extends DBEntry> - Class in com.antelmann.db
a wrapper around a DBClassStore that disables altering the store's content
ReadOnlyStore(DBClassStore<T>) - Constructor for class com.antelmann.db.ReadOnlyStore
calls this(store, false)
ReadOnlyStore(DBClassStore<T>, boolean) - Constructor for class com.antelmann.db.ReadOnlyStore
if allowGenerateNewID is true, the method ReadOnlyStore.generateNewID() will delegate to the embedded store
readPlayOrder() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the play order
readProcessedBy() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the "Processed by" entry (an optional entry)
readProperties() - Method in class com.antelmann.io.IniFile
 
readProperties(InputStream) - Static method in class com.antelmann.io.IniFile
uses default values for comment indicators and field separators
readProperties(InputStream, String) - Static method in class com.antelmann.io.IniFile
uses default values for comment indicators and field separators
readRevision() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the revision number of the entry
readSoFar() - Method in class com.antelmann.io.InterceptInputStream
returns the total number of bytes read from the original stream so far (not considering inserted bytes but counting skipped bytes)
readSomeBytes(byte[][], int) - Method in class com.antelmann.ooffice.OOInputStream
 
readSubmitter() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the "Submitted via" entry
readTitle() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the full title
readTitle(int) - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the entire track title (including artist if available)
readTrackArtist(int) - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the track artist (using first the track artist info, then the CD artist info)
readTrackExtension(int) - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for extended track info
readTrackTitle(int) - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the track title (without artist info if applicable)
readYear() - Method in class com.antelmann.cddb.CDDBXmcdParser
parses for the year; returns 0 if no year was entered
realm - Variable in class com.antelmann.servlet.UserAuthenticationFilter
 
receiveEmails(boolean) - Method in class com.antelmann.net.mail.POP3Account
fully downloads all messages from the inbox into Email objects
receiveMessages() - Method in class com.antelmann.net.mail.POP3Account
retrieves all messages from the INBOX but doesn't download the content.
recode(String, String, String) - Static method in class com.antelmann.util.Strings
 
recognize(File) - Method in class com.antelmann.image.GOCR
 
recognize(Image) - Method in class com.antelmann.image.GOCR
 
reconnect() - Method in class com.antelmann.net.SocketConnection
applies to the client side of a connection rather than a server
reconnect(int) - Method in class com.antelmann.net.SocketConnection
applies to the client side of a connection rather than a server; the timeout only appies to the handshake.
Reconnectable - Interface in com.antelmann.sql
Reconnectable instances are objects that require a connection for certain operations and allow to replace it if a reconnect is required.
RECORDING_TYPE - Static variable in class com.antelmann.cddb.Role
 
recordSeparator - Variable in class com.antelmann.util.FormattedResourceBundle
separates each entry
recurrence - Variable in class com.antelmann.calendar.CalendarEntry
 
Recurrence - Class in com.antelmann.calendar
 
Recurrence(int, int, Date) - Constructor for class com.antelmann.calendar.Recurrence
 
Recurrence(Recurrence) - Constructor for class com.antelmann.calendar.Recurrence
 
RecursiveCycleException - Exception in com.antelmann.cddb
Thrown if a Composition object tries to use a parent object that already has itself as a parent, or if a Group object tries to insert a group that is already contained, which constitues an illegal recursive cycle.
RecursiveCycleException(Composition) - Constructor for exception com.antelmann.cddb.RecursiveCycleException
 
RecursiveCycleException(Group) - Constructor for exception com.antelmann.cddb.RecursiveCycleException
 
redo() - Method in class com.antelmann.db.PropertyEntryImpl
 
redraw() - Method in class com.antelmann.math.JDataMatrixView
 
reference - Variable in class com.antelmann.db.LockInfo
 
REFERENCE_FLAVOR - Static variable in interface com.antelmann.db.DBReference
allows to transfer a DBReference instance
REFERENCE_LIST_FLAVOR - Static variable in interface com.antelmann.db.DBReference
allows to transfer an array of DBReference objects
ReferenceHolder<T> - Class in com.antelmann.util
useful to easily cache a large value 'softly' or 'weakly' through a ValueRetriever using a Reference.
ReferenceHolder(ReferenceHolder.Kind, ValueRetriever<T>) - Constructor for class com.antelmann.util.ReferenceHolder
 
referenceRefersToEntry(DBReference, DBEntry) - Static method in class com.antelmann.db.DBUtils
 
referer - Variable in class com.antelmann.net.Spider.URLWrapper
 
refererDomainCount(Filter<ServerLogEntry>) - Method in class com.antelmann.net.ServerLogAnalyzer
returns a map with the key elements being Strings denoting the referer domain name and the mapped value (an Integer) denoting the count.
refererHostCount(Filter<ServerLogEntry>) - Method in class com.antelmann.net.ServerLogAnalyzer
returns a map with the key elements being Strings denoting the referer host name and the mapped value (an Integer) denoting the count.
refersTo(DBEntry) - Method in class com.antelmann.db.DefaultDBReference
 
refersTo(DBReference, DBEntry) - Static method in class com.antelmann.db.DefaultDBReference
 
refersTo(DBEntry) - Method in class com.antelmann.db.Stub
 
refresh() - Method in class com.antelmann.cddb.CDDrive
(re-)queries the CD-ROM drive
refresh() - Method in class com.antelmann.net.URLNode
refreshes the cached URL content and recursively all children
refresh() - Method in class com.antelmann.net.web.RSSMenu
 
refresh(XPropertySet) - Method in class com.antelmann.ooffice.XPropertyTableModel
 
refresh() - Method in class com.antelmann.sql.JDBCTableModel
 
refresh(ResultSet, String) - Method in class com.antelmann.sql.ResultSetTableModel
returns the previous ResultSet so that it can be closed according to the application needs
refresh(List<RowItem>) - Method in class com.antelmann.sql.RowItemTableModel
 
Refreshable - Interface in com.antelmann.util
marks classes that have content that can be refreshed
refreshAll(Class<T>, Collection<T>, String...) - Method in class com.antelmann.db.PropertyEntryTableModel
if no methodOrPropertyNames are given (and the list is non-empty), all properties are listed
refreshAll(Collection<? extends T>, String...) - Method in class com.antelmann.util.table.MethodTableModel
alters both: rows and columns
refreshAndWait() - Method in class com.antelmann.net.URLCache
returns only after the refresh finished
refreshChildren() - Method in class com.antelmann.util.gui.CategoryNode
 
refreshConnection(Connection) - Method in class com.antelmann.sql.ConnectionWrapper
 
refreshConnection(Connection) - Method in interface com.antelmann.sql.Reconnectable
sets the given connection as the one to use for operations of this instance
refreshContent() - Method in class com.antelmann.db.ReadOnlyCacheStore
 
refreshContent() - Method in class com.antelmann.db.StoreUpdateTableModel
 
refreshContent() - Method in class com.antelmann.io.FileTreeNode
 
refreshContent() - Method in class com.antelmann.net.JWebBrowser
implements the action for the browser's refresh button
refreshContent() - Method in class com.antelmann.net.mail.JMessageTable
 
refreshContent() - Method in class com.antelmann.net.URLCache
updates the cached content asynchronously with a fresh copy directly from the web.
refreshContent() - Method in class com.antelmann.net.web.RSSMenu
 
refreshContent() - Method in class com.antelmann.sql.JDBCTableModel
 
refreshContent() - Method in class com.antelmann.sql.ResultSetTableModel
 
refreshContent() - Method in class com.antelmann.sql.TableListResourceBundle
 
refreshContent() - Method in class com.antelmann.util.ReferenceHolder
 
refreshContent() - Method in interface com.antelmann.util.Refreshable
refreshes the embedded content
refreshContent() - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
refreshContent() - Method in class com.antelmann.util.table.ConvertedObjectTableModel
 
refreshContent() - Method in class com.antelmann.util.table.ObjectTableModelView
 
refreshContent() - Method in class com.antelmann.util.table.ObjectTableModelWrapper
 
refreshContent() - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
refreshedURLCache(URLCache, boolean, IOException) - Method in interface com.antelmann.net.URLCache.RefreshListener
This method is called when a call to URLCache.refresh() completes.
refreshFields() - Method in class com.antelmann.ooffice.OOWriter
 
refreshInbox() - Method in class com.antelmann.net.mail.EmailClientFrame
 
refreshThumbnails(int, Filter<? super T>, Monitor) - Method in interface com.antelmann.image.ImageEntryManager
filter and monitor are optional and may be null
refreshThumbnails(int, Filter<? super T>, Monitor) - Method in class com.antelmann.image.ImageURLEntrySQLStore
 
REGGAE - Static variable in class com.antelmann.cddb.Genre
 
RegionTag - Interface in com.antelmann.image
represents a named region of an image
registerCategoryUse(DBClassStore<S>, PatternExtractor<Object, Filter<S>>) - Method in interface com.antelmann.db.CategoryManager
 
registerCategoryUse(DBClassStore<S>, PatternExtractor<Object, Filter<S>>) - Method in class com.antelmann.sql.CategoryStore
 
registerCategoryUser(DBClassStore<T>, String, Class<? extends Category<?>>) - Static method in class com.antelmann.sql.CategoryStore
 
registerMyHandler() - Static method in class com.antelmann.net.protocol.URLStreamHandlerFactoryImpl
 
registerPackage(String) - Static method in class com.antelmann.net.protocol.URLStreamHandlerFactoryImpl
 
registerPackage(String, boolean) - Static method in class com.antelmann.net.protocol.URLStreamHandlerFactoryImpl
 
reInitialize() - Method in class com.antelmann.sql.PreparedStatementEntryFilter
reinitializes the embedded PreparedStatement with the sql string and the parameters; useful to call for reusing the filter after some usage may have closed the statement
reInitialize(File, LogEntryFormatter<String>, boolean, boolean) - Method in class com.antelmann.util.logging.LogFile
This method initializes the LogFile to a new file.
reInitialize() - Method in class com.antelmann.util.Monitor
calls reInitialize(true, 0, null)
reInitialize(boolean, int, Runnable) - Method in class com.antelmann.util.Monitor
all objects and arrays are re-initialized as if newly constructed; only the timer is maintained
RelationalOperator - Enum in com.antelmann.math
a relational operator allowing to combine two expressions to produce a boolean value
RelationshipManager - Interface in com.antelmann.sql
allows to effectively work with relationships stored in a relational database.
RelationshipManager.Column - Enum in com.antelmann.sql
provides the topics for the mapping of the store
RelationshipStore<T extends DefaultEntryRelationship> - Class in com.antelmann.sql
provides an SQL-based store for relationships.
RelationshipStore(Database<Connection>, String, String, Class<T>, boolean) - Constructor for class com.antelmann.sql.RelationshipStore
 
RelationshipStore(Database<Connection>, String, String, Map<RelationshipManager.Column, String>, Class<T>, boolean) - Constructor for class com.antelmann.sql.RelationshipStore
 
RelationshipStore(Database<Connection>, String, String, IDFactory, Class<T>) - Constructor for class com.antelmann.sql.RelationshipStore
 
RelationshipStore(Database<Connection>, String, String, Map<RelationshipManager.Column, String>, IDFactory, Class<T>) - Constructor for class com.antelmann.sql.RelationshipStore
 
RelationshipStore(Database<Connection>, String, String, Map<RelationshipManager.Column, String>, IDFactory, Class<T>, String) - Constructor for class com.antelmann.sql.RelationshipStore
 
RelationshipStore(Database<Connection>, RelationshipStore.Mapper<T>, Class<T>) - Constructor for class com.antelmann.sql.RelationshipStore
 
RelationshipStore.Mapper<T extends DefaultEntryRelationship> - Class in com.antelmann.sql
 
RelationshipStore.Mapper(Database<Connection>, String, String, IDFactory, Class<T>) - Constructor for class com.antelmann.sql.RelationshipStore.Mapper
 
RelationshipStore.Mapper(Database<Connection>, String, String, Map<RelationshipManager.Column, String>, IDFactory, Class<T>) - Constructor for class com.antelmann.sql.RelationshipStore.Mapper
 
RelationshipStore.Mapper(Database<Connection>, String, String, Map<RelationshipManager.Column, String>, IDFactory, Class<T>, String) - Constructor for class com.antelmann.sql.RelationshipStore.Mapper
 
relativeMove(int, int) - Method in class com.antelmann.ooffice.Cell.Location
 
relativeMove(XCell, Direction, int) - Method in class com.antelmann.ooffice.OOCalc
 
relativeMove(XCell, int, int) - Method in class com.antelmann.ooffice.OOCalc
 
relativeMove(XCell, Direction, int) - Method in class com.antelmann.ooffice.OOTableWriter
supported directions are Direction.get2Dimensionals()
release(DBReference, String) - Method in class com.antelmann.db.LockManager
 
releaseSavepoint(Savepoint) - Method in class com.antelmann.sql.ConnectionWrapper
 
reloadDisplayValue(Database<?>) - Method in class com.antelmann.db.Stub
 
reloadDisplayValue(DBClassStore<T>) - Method in class com.antelmann.db.Stub
 
reloadInstance(Database<?>) - Method in class com.antelmann.db.Stub
 
reloadInstance(DBClassStore<T>) - Method in class com.antelmann.db.Stub
 
remainder() - Method in class com.antelmann.cddb.ArgumentParser
 
RemoteDatabaseChangeHandler - Class in com.antelmann.db.remote
delivers changes delivered from a change notification server to its listeners.
RemoteDatabaseChangeHandler(Database<?>) - Constructor for class com.antelmann.db.remote.RemoteDatabaseChangeHandler
 
RemoteDBChangeFilter - Class in com.antelmann.db.remote
allows to set certain filter options for the delivery of change notification on the server from the client
RemoteDBChangeFilter(Class<?>...) - Constructor for class com.antelmann.db.remote.RemoteDBChangeFilter
if no entryClasses are given, every DBEntry class is accepted; every given class must implement DBEntry
RemoteDBChangeFilter(String...) - Constructor for class com.antelmann.db.remote.RemoteDBChangeFilter
every given class name must correspond to a class implementing DBEntry
RemoteDBChangeNotifier - Class in com.antelmann.db.remote
used to propagate database changes to a remote server.
RemoteDBChangeNotifier(String, String) - Constructor for class com.antelmann.db.remote.RemoteDBChangeNotifier
 
RemoteDBChangeNotifier(String, String, int) - Constructor for class com.antelmann.db.remote.RemoteDBChangeNotifier
 
RemoteDBChangeNotifier(String, String, int, Filter<? super DBUpdateEvent>) - Constructor for class com.antelmann.db.remote.RemoteDBChangeNotifier
 
RemoteDBChangeNotifier(NetConnection, Filter<? super DBUpdateEvent>) - Constructor for class com.antelmann.db.remote.RemoteDBChangeNotifier
 
RemoteDBUpdateEvent - Class in com.antelmann.db.remote
used to support update events that may originate on a different computer than they are delivered to
RemoteDBUpdateEvent(DBUpdateEvent) - Constructor for class com.antelmann.db.remote.RemoteDBUpdateEvent
as the parameter is often a non-serializable filter, some standard filter is used in that case instead
RemoteDBUpdateEvent.Option - Class in com.antelmann.db.remote
used as the optional parameter when generating a DBUpdateEvent
RemoteDBUpdateEvent.Option(InetAddress, DBReference) - Constructor for class com.antelmann.db.remote.RemoteDBUpdateEvent.Option
 
RemoteDBUpdateEvent.Option(InetAddress, User) - Constructor for class com.antelmann.db.remote.RemoteDBUpdateEvent.Option
 
RemoteNetInterfaceProtocol - Class in com.antelmann.net
implements a convenient protocol for invoking calls to an object remotely using reflection via proxy.
RemoteNetInterfaceProtocol(Object) - Constructor for class com.antelmann.net.RemoteNetInterfaceProtocol
calls RemoteNetInterfaceProtocol(serverInstance, false, null)
RemoteNetInterfaceProtocol(Object, boolean, Logger) - Constructor for class com.antelmann.net.RemoteNetInterfaceProtocol
constructs the handler that implements the server side of the protocol
remove(Date) - Method in class com.antelmann.calendar.DefaultCalendarModel
 
remove(Contribution) - Method in class com.antelmann.cddb.Composition
 
remove(Track) - Method in class com.antelmann.cddb.Composition
 
remove(Resource) - Method in class com.antelmann.cddb.Group
 
remove(Contribution) - Method in class com.antelmann.cddb.Track
 
remove(T) - Method in class com.antelmann.crm.ContactImpl
 
remove(Class<T>) - Method in class com.antelmann.db.AbstractDatabase
 
remove(Keyword) - Method in class com.antelmann.db.BaseDocument
 
remove(T) - Method in class com.antelmann.db.CollectionClassStore
 
remove(T) - Method in class com.antelmann.db.SortedGroupable.Adapter
 
remove(T) - Method in class com.antelmann.db.Taggable.Adapter
 
remove(T) - Method in interface com.antelmann.db.Taggable
terminates the membership of this instance to the given group
remove(Processor<T, ? extends DatabaseException>) - Method in class com.antelmann.db.WrappedDBClassStore
 
remove(GTag) - Method in class com.antelmann.genealogy.GEventImpl
 
remove(GTag) - Method in class com.antelmann.genealogy.GPersonalBlogEntry
 
remove(float) - Method in class com.antelmann.image.ColorPath
 
remove(Color) - Method in class com.antelmann.image.ColorPath
removes every occurrence of the given color from the path
remove(Keyword) - Method in class com.antelmann.image.ImageURLEntry
 
remove(int, Rectangle, Direction) - Method in class com.antelmann.ooffice.OOCalc
 
remove(XCellRange, Direction) - Method in class com.antelmann.ooffice.OOCalc
 
remove(Object) - Method in class com.antelmann.sound.JukeBox
removes the given item (usually File or URL) from the current play list if it exists
remove(Processor<T, ? extends DatabaseException>) - Method in class com.antelmann.sql.JDBCRowStore
 
remove() - Method in class com.antelmann.util.AbstractIterator
throws UnsupportedOperationException (unless overridden, of course).
remove(JFormattedTextField) - Method in class com.antelmann.util.gui.DocumentAdapter
 
remove(DocumentFilter.FilterBypass, int, int) - Method in class com.antelmann.util.gui.DocumentTextFilter
 
remove(InterfaceMonitor) - Method in class com.antelmann.util.gui.MyAbstractAction
 
remove(Handler<? super T, ? extends E>) - Method in class com.antelmann.util.HandlerList
 
remove() - Method in class com.antelmann.util.IteratorQueue
 
remove(Processor<T, ? extends E>) - Method in interface com.antelmann.util.ProcessorHook
 
remove(Processor<T, ? extends E>) - Method in class com.antelmann.util.ProcessorList
 
remove(T) - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
remove(int) - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
removeActionListener(ActionListener) - Method in class com.antelmann.util.gui.JDateRangeChooser
 
removeActionListener(ActionListener) - Method in class com.antelmann.util.table.JTableFilterTextField
 
removeAddress(int) - Method in interface com.antelmann.crm.Contact
removes (and returns) an address at the given index (optional operation)
removeAddress(int) - Method in class com.antelmann.crm.ContactImpl
 
removeAddress(GlobalAddress.Transport) - Method in class com.antelmann.crm.GlobalAddress
 
removeAddress(GlobalAddress.Transport) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
removeAddressKey(String) - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
removeAddressKey(AddressKey) - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
removeAlertHandler(AlertHandler) - Method in class com.antelmann.calendar.AlertTimer
 
removeAlertTask(Task<?>) - Method in class com.antelmann.image.MJPEGHandler
 
removeAll() - Method in class com.antelmann.calendar.JDayGrid
does not only remove all components, but also the associations from a CalendarEntry to a component
removeAll() - Method in class com.antelmann.util.logging.LoggerManager
 
removeAll() - Method in class com.antelmann.util.Notifier
 
removeAllAdditionalMatrixes() - Method in class com.antelmann.math.DataMatrix
 
removeAllDatabases() - Method in class com.antelmann.db.DatabaseChangeMonitor
removes all databases from this monitor, so no more resources are bound (this is required for this instance to be garbage-collected)
removeAllLicenses() - Method in class com.antelmann.LicenseManager
 
removeAllListeners() - Method in class com.antelmann.db.DatabaseChangeMonitor
 
removeAllPattern() - Method in class com.antelmann.io.ExtensionFileFilter
removes all include and exclude patterns and ensures therefore that the accept() method doesn't have to load the content of a file
removeAllSelectOption() - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
removes the 'select all' option if it existed
removeAllTags(Taggable<T>) - Static method in class com.antelmann.db.Keyword
 
removeAllWriters() - Method in class com.antelmann.util.logging.Logger
 
removeAttachment(Email.Attachment) - Method in class com.antelmann.net.mail.Email
 
removeCalendarModelListener(CalendarModelListener) - Method in class com.antelmann.calendar.AbstractCalendarModel
 
removeCalendarModelListener(CalendarModelListener) - Method in interface com.antelmann.calendar.CalendarModel
 
removeCategory(String) - Method in class com.antelmann.calendar.CalendarEntry
 
removeCD(CDID) - Method in interface com.antelmann.cddb.CDCollection
removes the given cd to the collection and returns true only if the CD was removed
removeCD(CDID) - Method in class com.antelmann.cddb.SimpleCDCollection
 
removeChangeListener(ChangeListener) - Method in class com.antelmann.math.JDataMatrixView
 
removeColumn(int) - Method in class com.antelmann.util.table.PatternTableModel
 
removeColumn(String) - Method in class com.antelmann.util.table.PatternTableModel
 
removeColumnTopic(Object) - Method in class com.antelmann.sql.BaseRowMapper
removes all columns from the mapping for the given topic
removeColumnTopics(Object) - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
removes all columns from the mapping for the given topic
removeConfigListener(DBConfigListener) - Method in class com.antelmann.db.AbstractDatabase
 
removeConfigListener(DBConfigListener) - Method in interface com.antelmann.db.Database
 
removeConstraint(String, String) - Method in class com.antelmann.sql.SQLServerHelper
 
removeCurrency(Currency) - Method in class com.antelmann.math.MoneyConverter
returns the exchange rate that was previously set or null
removeDatabase(Database<?>) - Method in class com.antelmann.db.DatabaseChangeMonitor
stops monitoring the given database
removeDefaults(String) - Method in class com.antelmann.sql.SQLServerHelper
 
removeEmailAccount(POP3Account) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
removeExcludePattern(String) - Method in class com.antelmann.io.ExtensionFileFilter
removes a pattern to be included in a file to be accepted
removeFirstTag(String) - Method in class com.antelmann.util.XmlHelper
 
removeFontSelectionListener(FontSelectionListener) - Method in class com.antelmann.util.gui.JFontChooser
 
removeFontSelectionListener(FontSelectionListener) - Method in class com.antelmann.util.gui.JFontFileChooser
 
removeHandler(String) - Method in class com.antelmann.net.protocol.URLStreamHandlerFactoryImpl
 
removeHeader(String) - Method in class com.antelmann.net.CGI
 
removeHeader(Email.Header) - Method in class com.antelmann.net.mail.Email.Attachment
 
removeHeader(Email.Header) - Method in class com.antelmann.net.mail.Email
 
removeHoliday(Holiday) - Method in class com.antelmann.calendar.HolidayCalendar
 
removeIdleThread() - Method in class com.antelmann.util.ThreadPool
attempts to remove a single ThreadWorker from the pool.
removeIdleThreads() - Method in class com.antelmann.util.ThreadPool
removes all threads that are currently idle.
removeImageHandler(Handler<BufferedImage, ?>) - Method in class com.antelmann.image.MJPEGHandler
 
removeInactiveConnections() - Method in class com.antelmann.net.NetConnectionServer
removes inactive connections from the maintained list of connections
removeIncludePattern(String) - Method in class com.antelmann.io.ExtensionFileFilter
removes a pattern to be included in a file to be accepted
removeKey(String) - Method in class com.antelmann.util.table.StringMapTableModel
 
removeKeyword(String) - Method in class com.antelmann.crm.ContactImpl
 
removeKeyword(String) - Method in class com.antelmann.db.BaseDocument
 
removeKeyword(String) - Method in class com.antelmann.image.ImageURLEntry
 
removeLicense(License) - Method in class com.antelmann.LicenseManager
 
removeListener(DatabaseChangeListener) - Method in class com.antelmann.db.DatabaseChangeMonitor
 
removeListener(DatabaseChangeListener) - Method in class com.antelmann.db.remote.ChangeNotificationClient
convenience method; delegates to the monitor
removeListener(DatabaseChangeListener) - Method in class com.antelmann.db.remote.RemoteDatabaseChangeHandler
 
removeListener(ConnectionWrapper.Listener) - Method in class com.antelmann.sql.ConnectionWrapper
 
removeListener(FormListener) - Method in interface com.antelmann.util.gui.Form
 
removeListener(FormListener) - Method in class com.antelmann.util.gui.FormDialog
 
removeListener(FormListener) - Method in class com.antelmann.util.gui.FormFrame
 
removeListener(FormListener) - Method in class com.antelmann.util.gui.FormInternalFrame
 
removeListener(FormListener) - Method in class com.antelmann.util.gui.FormPanel
 
removeListener(FontSelectionListener) - Method in class com.antelmann.util.gui.JFontControl
 
removeListener(NotificationService.Listener) - Method in class com.antelmann.util.NotificationService
 
removeListener(NotificationListener) - Method in class com.antelmann.util.Notifier
 
removeListener(RevisionListener) - Method in class com.antelmann.util.revision.DefaultRevisable
 
removeListener(RevisionListener) - Method in interface com.antelmann.util.revision.Revisable
 
removeListener(ThreadWorker.Listener) - Method in class com.antelmann.util.ThreadPool
 
removeListener(ThreadWorker.Listener) - Method in class com.antelmann.util.ThreadWorker
 
removeLoggerFor(Object) - Method in class com.antelmann.util.logging.LoggerManager
 
removeLoginListener(LoginListener) - Method in class com.antelmann.db.AbstractUserLoginStore
 
removeLoginListener(LoginListener) - Method in interface com.antelmann.db.UserLoginStore
 
removeLoginListener(LoginListener) - Method in class com.antelmann.sql.UserImplStore
 
removeMapping(Class<? extends DBEntry>) - Method in class com.antelmann.sql.SQLEntryClassMapper
 
removeMatrix(DataMatrix<? super T>) - Method in class com.antelmann.math.DataMatrix
 
removeNoSelectOption() - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
removes the 'no selection' option if it existed
removeParameter(String) - Method in class com.antelmann.net.mail.Email
 
removeProperty(Object) - Method in class com.antelmann.calendar.CalendarEntry
 
removeProperty(String) - Method in interface com.antelmann.db.PropertyEntry
removes the given key from the properties
removeProperty(String) - Method in class com.antelmann.db.PropertyEntryImpl
 
removeProperty(String) - Method in class com.antelmann.io.IniFile
reads the complete file into memory, removes only the given property line (if it existed) and writes the content back to the file.
removeProperty(String) - Static method in class com.antelmann.Settings
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.antelmann.db.PropertyEntryImpl
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.antelmann.image.ImageHolder
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.antelmann.io.BinaryData
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.antelmann.math.DataMatrix
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.antelmann.math.TimeDataGrid
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.antelmann.util.Placeholder
 
removeRefreshListener(URLCache.RefreshListener) - Method in class com.antelmann.net.URLCache
 
removeRegionTag(SimpleRegionTag) - Method in class com.antelmann.image.ImageURLEntry
 
removeRevisionVeto(RevisionVeto) - Method in class com.antelmann.util.revision.DefaultRevisable
 
removeRow(int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
removeSelectedHolidays() - Method in class com.antelmann.calendar.JHolidayList
trigger removal of currently selected holidays
removeSelectedObject(T) - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
removeServer(String) - Method in class com.antelmann.calendar.AtomicTime
Deprecated.  
removeServer(String) - Method in class com.antelmann.calendar.NTPTime
 
removeSheet(int) - Method in class com.antelmann.ooffice.OOCalc
 
removeSheet(String) - Method in class com.antelmann.ooffice.OOCalc
 
removeSortableListener(JTable) - Static method in class com.antelmann.util.table.TableUtils
 
removeSpecialSelectionOption(String) - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
removeStoreListener(DBStoreListener) - Method in class com.antelmann.db.AbstractDatabase
 
removeStoreListener(DBStoreListener) - Method in interface com.antelmann.db.Database
 
removeTableModelListener(TableModelListener) - Method in class com.antelmann.db.StoreUpdateTableModel
 
removeTableModelListener(TableModelListener) - Method in class com.antelmann.util.table.RowNumberTableModel
 
removeTableModelListener(TableModelListener) - Method in class com.antelmann.util.table.TableModelCopy
empty implementation, as this model is unmodifiable
removeTableModelListener(TableModelListener) - Method in class com.antelmann.util.table.TableModelWrapper
 
removeTableModelListener(TableModelListener) - Method in class com.antelmann.util.table.TransposedTableModel
 
removeTags(String, boolean) - Method in class com.antelmann.util.XmlHelper
if all is false, only those elements that have the root as the parent are removed
removeTask(Runnable) - Method in class com.antelmann.util.ThreadWorker
 
removeTopicMapping(Object) - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
 
removeTransactionListener(TransactionListener) - Method in class com.antelmann.db.AbstractDBTransaction
 
removeTransactionListener(TransactionListener) - Method in interface com.antelmann.db.DBTransaction
 
removeTree(boolean) - Method in class com.antelmann.io.MyFile
If the MyFile at hand is a directory, this method attempts to delete the entire subtree; therefore use it with caution!
removeTreeModelListener(TreeModelListener) - Method in class com.antelmann.util.gui.SubTreeModel
 
removeType(String) - Method in class com.antelmann.io.ExtensionFileFilter
removes previously added type.
removeUpdate(DocumentEvent) - Method in class com.antelmann.util.gui.DocumentAdapter
 
removeUser(User) - Method in class com.antelmann.db.DefaultUserLoginStore
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.antelmann.db.PropertyEntryImpl
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.antelmann.image.ImageHolder
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.antelmann.io.BinaryData
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.antelmann.util.Placeholder
 
removeWriter(LogWriter) - Method in class com.antelmann.util.logging.Logger
removes the given writer from the list of log writers
renameAttributeKey(String, String) - Method in class com.antelmann.sql.PropertyEntryHeaderStore
 
renameAttributeKey(String, String) - Method in interface com.antelmann.sql.PropertyEntryMapping
allows to rename an attribute key; note that only those attribute keys can be renamed where the new attribute key doesn't yet exist
renameAttributeKey(String, String) - Method in class com.antelmann.sql.PropertyEntryTableStore
 
renameSheet(int, String) - Method in class com.antelmann.ooffice.OOCalc
 
renameSheet(String, String) - Method in class com.antelmann.ooffice.OOCalc
 
renameTag(String, String) - Method in class com.antelmann.sql.TaggableHeaderStore
 
renameTag(String, String) - Method in interface com.antelmann.sql.TaggableMapping
allows to rename all occurrences of a tag name into another
renameTag(String, String) - Method in class com.antelmann.sql.TaggableMappingImpl
 
renameTag(String, String) - Method in class com.antelmann.sql.TaggableSQLStore
 
renameTo(Folder) - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
renderImage(Image) - Static method in class com.antelmann.image.ImageUtils
allows to convert an Image to a BufferedImage
repaint() - Method in class com.antelmann.net.JSpider
 
replace(String, String) - Method in class com.antelmann.io.MyFile
searches for the first pattern and replaces all occurrences with the second pattern (no regular expressions used).
replace(byte[], byte[]) - Method in class com.antelmann.io.MyFile
searches for the first pattern and replaces all occurrences with the second pattern.
replace(XCellRange, String, String) - Method in class com.antelmann.ooffice.OOCalc
 
replace(String, String, Object, Object) - Method in class com.antelmann.sql.ConnectionHelper
 
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class com.antelmann.util.gui.DocumentSizeFilter
 
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class com.antelmann.util.gui.DocumentTextFilter
 
replaceAll(String, String) - Method in class com.antelmann.ooffice.OOWriter
performs a simple search/replace on the entire document
replaceAll(String, String, String) - Static method in class com.antelmann.util.Strings
Deprecated. as of Java version 1.5
replaceAllIgnoreCase(String, String, String) - Static method in class com.antelmann.util.Strings
replaces every occurrence of oldSubString (ignoring case) with newSubString within the original String and returns the resulting string (no regular expressions are used)
replaceColumnValue(String, Object, Object, boolean) - Method in interface com.antelmann.sql.SQLColumnInfo
fires a database update event
replaceColumnValue(String, Object, Object, boolean) - Method in class com.antelmann.sql.SQLColumnInfoStore
 
replaceEmptyStringsWithNull() - Method in class com.antelmann.crm.SnailMailAddress
 
replaceFilterActionListener(ActionListener) - Method in class com.antelmann.util.table.JFilteredTableComponent
convenience method to alter the behavior of the filter field that is defined in this context
ReplaceInputStream - Class in com.antelmann.io
This specialized stream replaces all occurrences of a given byte pattern with another throughout the stream.
ReplaceInputStream(InputStream, byte[], byte[]) - Constructor for class com.antelmann.io.ReplaceInputStream
 
replaceProperty(String, String) - Method in class com.antelmann.io.IniFile
 
replaceProperty(String, String, String) - Method in class com.antelmann.io.IniFile
reads the complete file into memory, replaces only the given property line (if it existed) and writes the content back to the file.
replaceValuesForKey(String, String, String) - Method in class com.antelmann.sql.PropertyEntryHeaderStore
 
replaceValuesForKey(String, String, String) - Method in interface com.antelmann.sql.PropertyEntryMapping
replaces all old values for the given key with the new value
replaceValuesForKey(String, String, String) - Method in class com.antelmann.sql.PropertyEntryTableStore
 
report(String) - Method in class com.antelmann.webdav.WebdavClient
 
requestAndAcquire() - Method in class com.antelmann.image.TwainAdapter
acquires an image from the default source (the twain source gui is used for selection).
requestFocus() - Method in class com.antelmann.util.table.JTableFilterTextField
 
requestFocusInWindow() - Method in class com.antelmann.util.gui.JPreviewPane
 
requestFocusInWindow() - Method in class com.antelmann.util.gui.JSearchList
 
requestFocusInWindow() - Method in class com.antelmann.util.gui.JSearchTable
 
requestFocusInWindow() - Method in class com.antelmann.util.table.JTableFilterTextField
overwritten to place the focus directly to the search field (which is a JTextField)
requiresLicense() - Method in class com.antelmann.util.gui.MyAbstractAction
 
requiresPassword() - Method in class com.antelmann.util.gui.MyAbstractAction
returns whether this action requires to re-enter the login password to be able to continue (false by default), which is only applicable if a userRetriever is set to a non-null value.
requiresState() - Method in class com.antelmann.crm.SnailMailAddress
 
requiresState(String) - Static method in class com.antelmann.crm.SnailMailAddress
 
requireTLS - Variable in class com.antelmann.net.mail.POP3Account.Config
 
reset() - Method in class com.antelmann.calendar.Stopwatch
reset() will set the start to the current time and set the halted time to zero.
reset(long) - Method in class com.antelmann.calendar.Stopwatch
sets the given time as elapsed time; run/pause status remains and halted time is reset
reset() - Method in class com.antelmann.io.InterceptInputStream
throws IOException
reset() - Method in class com.antelmann.io.MonitorInputStream
Overrides FilterInputStream.reset to reset the monitor as well as the stream.
reset() - Method in class com.antelmann.math.Permutation
 
reset() - Method in class com.antelmann.net.SocketConnection
performs a manual reset() on the ObjectOutputStream.
resetAbortStatus() - Method in class com.antelmann.net.mail.POP3Account
resets the abort status, so that operations can normally proceed
resetBytesRead() - Method in class com.antelmann.image.MJPEGReader
 
resetCacheHitCounter() - Method in class com.antelmann.db.DBClassStoreCache
 
resetCount() - Method in class com.antelmann.image.MJPEGHandler
 
resetCounter() - Method in class com.antelmann.util.OffsetFilter
 
resetImageCount() - Method in class com.antelmann.image.MJPEGHandler
 
resetMessageCount() - Method in class com.antelmann.net.MessageDelegator
 
resetOrder() - Method in class com.antelmann.util.table.MovableTableModel
 
resetPassword() - Method in interface com.antelmann.db.User
resets the password to a commonly known value for this instance
resetPassword() - Method in class com.antelmann.db.UserImpl
sets the password to null
resetTime() - Method in class com.antelmann.util.logging.LogFile
resets the time of the embedded Stopwatch that gets initialized with the constructor
resizeDesktop() - Method in class com.antelmann.util.gui.DesktopAdapter
 
resizePreferred(T, double, double) - Static method in class com.antelmann.util.gui.Menus
 
resolve(DBReference, Database<?>) - Static method in class com.antelmann.db.DBEntrySelection
 
Resource - Class in com.antelmann.cddb
Resource is the abstract notion of 'something' or 'someone' that can contribute to a composition via a given role.
Resource(String, String) - Constructor for class com.antelmann.cddb.Resource
Resource objects are to be uniquely identifiable by their name
ResourceNotFoundException - Exception in com.antelmann.util
Thrown to indicate that a specific resource (an image, a sound, etc.) needed to perform the requested operation was not found (while the resource was expected to be present with the distribution of this Antelmann.com framework).
ResourceNotFoundException() - Constructor for exception com.antelmann.util.ResourceNotFoundException
 
ResourceNotFoundException(String) - Constructor for exception com.antelmann.util.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable) - Constructor for exception com.antelmann.util.ResourceNotFoundException
 
ResourceNotFoundException(Throwable) - Constructor for exception com.antelmann.util.ResourceNotFoundException
 
ResourceNotFoundException(String, Object) - Constructor for exception com.antelmann.util.ResourceNotFoundException
 
restart() - Method in class com.antelmann.calendar.Stopwatch
restart() reinitializes the timer equivalent to it just being construced with the default constructor (time is running).
restart(long) - Method in class com.antelmann.calendar.Stopwatch
restart() reinitializes the timer with the passed milliseconds interpreted as already elapsed time.
restart() - Method in class com.antelmann.sound.JukeBox
selects the first song in the list to be played next
restore(File) - Method in class com.antelmann.sql.JDBCBackup
 
restore(InputStream) - Method in class com.antelmann.sql.JDBCBackup
 
restore(InputStream, Monitor, Logger, boolean) - Method in class com.antelmann.sql.JDBCBackup
note that before you run the restore, the relevant tables should ideally be made empty
restrictURLPattern - Variable in class com.antelmann.net.SampleCrawlerSetting
 
ResultSetMetaDataTableModel - Class in com.antelmann.sql
ResultSetMetaDataTableModel provides a simple way to display the meta data of a ResultSet.
ResultSetMetaDataTableModel(ResultSetMetaData) - Constructor for class com.antelmann.sql.ResultSetMetaDataTableModel
 
ResultSetTableModel - Class in com.antelmann.sql
ResultSetTableModel provides a convenient way to display (or otherwise use) a query result in table format.
ResultSetTableModel(ResultSet) - Constructor for class com.antelmann.sql.ResultSetTableModel
the result set must NOT be of type ResultSet.TYPE_FORWARD_ONLY
ResultSetTableModel(ResultSet, String) - Constructor for class com.antelmann.sql.ResultSetTableModel
 
resume() - Method in class com.antelmann.calendar.Stopwatch
resume() will reactivate a suspended timer (suspended through either stop() or pause()).
resume() - Method in class com.antelmann.sound.JukeBox
resumes the music if previously stopped
resumeLogging() - Method in class com.antelmann.util.logging.MemoryLogger
resumes logging in case it was paused
retrieveAccountsFromFile(File) - Static method in class com.antelmann.net.mail.POP3Account
constructs EmailAccount objects from a file containing the necessary configuration data.
retrieveGroups(Object) - Method in class com.antelmann.sql.SortedGroupableSQLStore
 
retrieveGroups(Object) - Method in class com.antelmann.sql.TaggableSQLStore
 
retrieveImage() - Method in class com.antelmann.image.ImageURLEntry
this method is responsible for loading the original image from its original location; this method is called by ImageURLEntry.getImage() if the image is not cached anymore by the weak reference holding the data.
retriever - Variable in class com.antelmann.image.SaveImageAction
 
revalidate(boolean) - Method in class com.antelmann.net.URLTree
recalculates the entire tree recursively from the root based on the current settings; this should be done every time when parameters of the crawler changed, otherwise the tree could be in an inconsisten state
revalidateNode(URLNode, boolean) - Method in class com.antelmann.net.URLTree
internally called by recalculate(); recalculates sub-tree recursively
reverse(Converter<Y, X>) - Static method in class com.antelmann.util.Converter.Adapter
 
reverse(Comparator<T>) - Static method in class com.antelmann.util.UniversalComparator
a utility method for convenience that simply reverses the given ordering
reversed() - Method in class com.antelmann.util.UniversalComparator
 
reverseEnumeration(Enumeration<F>) - Static method in class com.antelmann.util.AbstractIterator
reverses the given Enumeration; requires to fully load the given Enumeration into memory
reverseFilter(Filter<T>) - Static method in class com.antelmann.util.Misc
returns an inversed filter to the given one
reverseMap(Map<K, V>) - Static method in class com.antelmann.util.Sets
generates a reversed map, mapping values to keys
Revisable - Interface in com.antelmann.util.revision
represents an object allowing revisions of itself
revise(Object, Object, Status, String) - Method in class com.antelmann.util.revision.DefaultRevisable
this implementation calls DefaultRevisable.checkRevision(Revision), adds the revision to the history and then informs the listeners
revise(Object, Object, Status, String) - Method in interface com.antelmann.util.revision.Revisable
adds a revision to the history and changes the current status accordingly; the revision's old status must match this Revisable's current status.
revised(RevisionEvent) - Method in interface com.antelmann.util.revision.RevisionListener
called upon successful revision of an object
Revision - Interface in com.antelmann.util.revision
represents revision that can be applied to a revisable object
RevisionEvent - Class in com.antelmann.util.revision
represents an event that encapsulates a revision for a Revisable object.
RevisionEvent(Revision) - Constructor for class com.antelmann.util.revision.RevisionEvent
 
RevisionException - Exception in com.antelmann.util.revision
thrown to indicate that a Revision was rejected
RevisionException(Revision, Throwable, String) - Constructor for exception com.antelmann.util.revision.RevisionException
 
RevisionListener - Interface in com.antelmann.util.revision
listens to revisions of a revisable object
RevisionVeto - Interface in com.antelmann.util.revision
allows to veto a revision before it is actually applied to the Revisable instance and before its listeners are informed
rewriteImage(Image, int) - Static method in class com.antelmann.image.ImageUtils
 
right - Variable in class com.antelmann.ooffice.CellBorder
 
right(String, int) - Static method in class com.antelmann.util.Strings
 
RIGHT_DOUBLE_QUOTE - Static variable in class com.antelmann.util.Strings
represents the symbol for use in HTML or XML
rightToObject(Object) - Method in class com.antelmann.sql.UserImplMapper
allows to customize the way the right is mapped to the object in the database
ROCK - Static variable in class com.antelmann.cddb.Genre
 
Role - Class in com.antelmann.cddb
A Role defines the relationship of what a resource contributes to a composition or track.
Role(String) - Constructor for class com.antelmann.cddb.Role
This protected constructor allows for further customized roles through subclassing; otherwise it is prefered to stick to the pre-defined ones.
Role<T extends DBEntry> - Interface in com.antelmann.crm
a role is an instance that can extends its base to 'play' that role for its base in appropriate contexts.
RoleManager<R extends Role<?>> - Interface in com.antelmann.crm
Provides convenience for dealing with roles assuming that.
rollback() - Method in class com.antelmann.sql.ConnectionWrapper
 
rollback(Savepoint) - Method in class com.antelmann.sql.ConnectionWrapper
 
RomanNumber - Class in com.antelmann.math
a representation for a roman number (internally based on an integer)
RomanNumber() - Constructor for class com.antelmann.math.RomanNumber
 
RomanNumber(int) - Constructor for class com.antelmann.math.RomanNumber
 
RomanNumber(Number) - Constructor for class com.antelmann.math.RomanNumber
 
RomanNumber(String) - Constructor for class com.antelmann.math.RomanNumber
 
rotate(Image, double) - Static method in class com.antelmann.image.ImageUtils
 
rotate(double) - Method in class com.antelmann.image.JImagePanel
 
rotatePages(InputStream, OutputStream, double) - Static method in class com.antelmann.util.PDFUtils
rotates all pages by the given degrees
rotatePages(InputStream, OutputStream, Map<Integer, ? extends Number>) - Static method in class com.antelmann.util.PDFUtils
rotates each given page number in the map with the mapped degrees
round(long) - Method in enum com.antelmann.calendar.TimeInterval
 
round(Number, Currency) - Static method in class com.antelmann.math.Money
 
roundToCurrency(double) - Static method in class com.antelmann.math.MyMath
Deprecated. use money instead
roundToScale(Number) - Method in class com.antelmann.math.Money
 
roundToScale(BigDecimal, BigDecimal) - Static method in class com.antelmann.math.MyMath
 
roundToScale(double, double) - Static method in class com.antelmann.math.MyMath
uses IEEEremainder
row - Variable in class com.antelmann.util.table.AbstractDialogCellEditor
cached from the last call to the method that provides the component, so that it's available for the VaueSetter
RowItem - Class in com.antelmann.sql
represents a row in a sql database table and provides convenient access to its properties.
RowItem(Object, RowItem) - Constructor for class com.antelmann.sql.RowItem
 
RowItem(String, String, Object, String...) - Constructor for class com.antelmann.sql.RowItem
constructs a RowItem with empty properties and the given columns
RowItem(String, String, Object, Map<String, ?>, String...) - Constructor for class com.antelmann.sql.RowItem
 
RowItemTableModel - Class in com.antelmann.sql
the implementation requires that the columns are properly set on all RowItem objects used within the model.
RowItemTableModel(List<RowItem>) - Constructor for class com.antelmann.sql.RowItemTableModel
 
RowNumberTableModel - Class in com.antelmann.util.table
wraps a given TableModel and adds a first column that simply contains a row numbering
RowNumberTableModel(TableModel) - Constructor for class com.antelmann.util.table.RowNumberTableModel
 
rowTitle - Variable in class com.antelmann.util.table.RowNumberTableModel
 
rowToMap(TableModel, int) - Static method in class com.antelmann.util.table.TableUtils
 
RSSChannel - Class in com.antelmann.net.web
represents a channel in the RSS format created by an RSSHandler
RSSHandler - Class in com.antelmann.net.web
handles RSS data feeds in XML.
RSSHandler(String) - Constructor for class com.antelmann.net.web.RSSHandler
 
RSSHandler(URL) - Constructor for class com.antelmann.net.web.RSSHandler
 
RSSHandler(URL, String, char[]) - Constructor for class com.antelmann.net.web.RSSHandler
 
RSSHandler(File) - Constructor for class com.antelmann.net.web.RSSHandler
 
RSSHandler(InputStream) - Constructor for class com.antelmann.net.web.RSSHandler
 
RSSHandler(InputSource) - Constructor for class com.antelmann.net.web.RSSHandler
 
RSSItem - Class in com.antelmann.net.web
represents an item in an RSS feed
RSSItem(RSSChannel, Element) - Constructor for class com.antelmann.net.web.RSSItem
 
RSSMenu - Class in com.antelmann.net.web
a menu for an RSS feed
RSSMenu(RSSChannel, RSSMenu.ItemHandler) - Constructor for class com.antelmann.net.web.RSSMenu
calls RSSMenu(channel, handler, false)
RSSMenu(RSSChannel, RSSMenu.ItemHandler, boolean) - Constructor for class com.antelmann.net.web.RSSMenu
 
RSSMenu.ItemHandler - Interface in com.antelmann.net.web
 
RUBY - Static variable in class com.antelmann.util.gui.CustomTheme
 
run() - Method in class com.antelmann.calendar.NTPServer
Deprecated. accepts connection to its port and sends an integer according to NTP.
run() - Method in class com.antelmann.calendar.TimeProtocolServer
Deprecated. accepts connection to its port and sends an integer according to NTP.
run() - Method in class com.antelmann.image.MJPEGReader
 
run() - Method in class com.antelmann.io.Backup
performs the backup operation
run() - Method in class com.antelmann.net.ChatServer
starts the underlying server
run() - Method in class com.antelmann.net.Downloader
downloads the URL to the file and calls any listeners upon completion
run() - Method in class com.antelmann.net.JDownloader
downloads the URL to the file and starts the ProgressMonitor
run() - Method in class com.antelmann.net.mail.AccountReader
calls runTask() and logs exceptions if any
run() - Method in class com.antelmann.net.mail.IMAPBackup
calls IMAPBackup.runTask()
run() - Method in class com.antelmann.net.MediaCrawler
 
run() - Method in class com.antelmann.net.MessageDelegator
run() listens for incoming messages and delegates to the handler.
run() - Method in class com.antelmann.net.NetConnectionServer
starts listening and creates a new Thread for every connection made.
run() - Method in class com.antelmann.net.Spider.SMonitor
Deprecated. prints progress information from the given monitor to either the console or a specified log file
run() - Method in class com.antelmann.util.logging.MemoryLogger
continuously calls log() once within the interval while enabled
run(Task<?>, boolean) - Static method in class com.antelmann.util.Misc
runs the given task (either within this or a new thread) while converting Exceptions to RuntimeExceptions if they happen
run() - Method in class com.antelmann.util.ThreadWorker
should be called only once through start()
runApp(String, String...) - Method in class com.antelmann.util.Bootstrapper
 
runCommand(boolean, String...) - Method in class com.antelmann.util.gui.MyAbstractAction
convenience method to simply run a given command on the command line
runInBackground(Task<?>) - Method in class com.antelmann.util.gui.MyAbstractAction
returns the started thread
runInTransaction(Task<? extends Exception>, DBTransaction, boolean) - Static method in class com.antelmann.db.DBUtils
the given task is guaranteed to run in an active transaction, where this method only begins a transaction, if the given transaction is not active, yet.
runInTransaction(Callable<T>, DBTransaction, boolean) - Static method in class com.antelmann.db.DBUtils
the given task is guaranteed to run in an active transaction, where this method only begins a transaction, if the given transaction is not active, yet.
runTask() - Method in class com.antelmann.net.mail.AccountReader
processes and and then removes all emails from the account
runTask() - Method in class com.antelmann.net.mail.IMAPBackup
performs the backup operation
runTask() - Method in class com.antelmann.util.Monitor
lets the Thread that uses the Monitor perform a synchronous custom task that completes before the current thread continues.
runTask() - Method in interface com.antelmann.util.Task
 
runTask(Runnable) - Method in class com.antelmann.util.ThreadPool
 
runTask(Runnable) - Method in class com.antelmann.util.ThreadWorker
runs the given task immediately after all previous tasks have finished - once the ThreadWorker has been started.
runTask(Task<?>) - Method in class com.antelmann.util.ThreadWorker
 

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