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

S

same(Object, Object) - Static method in class com.antelmann.util.Misc
returns true only if the the both objects are equal or both null, false otherwise.
same(Map<?, ?>, Map<?, ?>) - Static method in class com.antelmann.util.Sets
 
same(String, String) - Static method in class com.antelmann.util.Strings
returns true only if the the both strings are equal or null, false otherwise.
sameAs(GlobalAddress) - Method in class com.antelmann.crm.GlobalAddress
 
sameAs(SnailMailAddress) - Method in class com.antelmann.crm.SnailMailAddress
 
sameAs(EntryRelationship, boolean) - Method in class com.antelmann.db.DefaultEntryRelationship
if allFields is false, only the references and the type are checked
sameDay(Date) - Method in class com.antelmann.calendar.CalendarEntry
returns true if the given date is on the same day as the begin time of this entry
sameDay(Date, Date) - Method in class com.antelmann.calendar.CalendarHelper
returns true only if the two dates are within the same day given the default time zone
sameDayOfWeek(Date, Date) - Method in class com.antelmann.calendar.CalendarHelper
 
sameEntry(Object, Object) - Static method in class com.antelmann.db.AbstractDBEntry
requires DBEntry instances to not throw a ClassCastException
sameMonth(Date, Date) - Method in class com.antelmann.calendar.CalendarHelper
 
sameReference(DBReference) - Method in class com.antelmann.db.DefaultDBReference
 
sameReference(DBReference, DBReference) - Static method in class com.antelmann.db.DefaultDBReference
determines whether both given references refer to the same entry
sameTable(RowItem) - Method in class com.antelmann.sql.RowItem
checks for table, idColumn and columns to be identical
sameWeek(Date, Date) - Method in class com.antelmann.calendar.CalendarHelper
 
sameYear(Date, Date) - Method in class com.antelmann.calendar.CalendarHelper
 
SampleCrawlerSetting - Class in com.antelmann.net
SampleCrawlerSetting is what it's named: a sample CrawlerSetting.
SampleCrawlerSetting() - Constructor for class com.antelmann.net.SampleCrawlerSetting
searches all files 3 levels deep in current site only
SampleCrawlerSetting(int, String) - Constructor for class com.antelmann.net.SampleCrawlerSetting
 
SampleCrawlerSetting(int, boolean, String[], String[], boolean) - Constructor for class com.antelmann.net.SampleCrawlerSetting
 
SampleSounds - Enum in com.antelmann.sound
SampleSounds provides some sample sounds that are included in the standard antelmann.jar file.
sampleString(Locale) - Static method in class com.antelmann.util.I18n
returns a sample String for the given locale - displayed in the default locale
sampleString(Locale, Locale) - Static method in class com.antelmann.util.I18n
returns a sample String for the given locale displayed in the given language
save() - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
saveAccountsToFile(POP3Account[], File) - Static method in class com.antelmann.net.mail.POP3Account
 
saveButton - Variable in class com.antelmann.util.gui.FormFrame
 
saveButton - Variable in class com.antelmann.util.gui.FormInternalFrame
 
saveButton - Variable in class com.antelmann.util.gui.FormPanel
 
saveContentToFile(File) - Method in class com.antelmann.net.URLCache
calls saveContentToFile(file, false)
saveContentToFile(File, boolean) - Method in class com.antelmann.net.URLCache
If the file might not fit into memory, streamDirectlyFromURL should be true to stream directly from the URL; otherwise this method simply writes the cache to the file.
saveDirtyRows(Connection) - Method in class com.antelmann.sql.RowItemTableModel
 
saveEML(Message, OutputStream) - Static method in class com.antelmann.net.mail.EmailConverter
 
SaveImageAction - Class in com.antelmann.image
 
SaveImageAction(Component, ImageIcon) - Constructor for class com.antelmann.image.SaveImageAction
 
SaveImageAction(Component, ValueRetriever<ImageIcon>) - Constructor for class com.antelmann.image.SaveImageAction
 
saveTo(File) - Method in class com.antelmann.License
convenience method; overwrites the file if it exists
saveToDir(File) - Method in class com.antelmann.net.mail.Email.Attachment
the name of the attachment will be used as the file name; existing files would be overwritten
saveToDirectory(File) - Method in class com.antelmann.cddb.CDDBEntry
saves the content of the entry into a file in the given directory according to standard CDDB conventions.
saveToFile(File) - Method in class com.antelmann.net.mail.Email.Attachment
 
saveToFile(File, String, boolean) - Method in class com.antelmann.util.table.FileTableModel
 
saveToFile(File, String, boolean, PatternExtractor<Object, Object>) - Method in class com.antelmann.util.table.FileTableModel
 
saveToWriter(Writer, String, boolean, PatternExtractor<Object, Object>) - Method in class com.antelmann.util.table.FileTableModel
will always write a header line.
saveURLtoFile(File) - Method in class com.antelmann.net.Spider
saves the content of the embedded URL to the given file
say(Object) - Static method in class com.antelmann.Debug
just for test debugging; prints the text along w/ the word debug on the console (to distinguish from standard System.out.println() in the source code)
say(String) - Method in class com.antelmann.util.gui.JMainFrame
Deprecated. 
scale(Image, double) - Static method in class com.antelmann.image.ImageUtils
scales the image based on one given factor while preserving its ratio
scaleToFit(Image, int) - Static method in class com.antelmann.image.ImageUtils
scales the image so that it fits into a square of the given size; if the image is smaller than the given boundary, it's returned with a scale of 1
scaleToFit(Image, int, int) - Static method in class com.antelmann.image.ImageUtils
 
scaleX - Variable in class com.antelmann.util.gui.Plot2DFunction
pixel per number interval (n to n+1) on the x-axis; the higher the scale, the larger the stretch for a number interval; default is 100
scaleY - Variable in class com.antelmann.util.gui.Plot2DFunction
pixel per number interval (n to n+1) on the y-axis; the higher the scale, the larger the stretch for a number interval; default is 100
scanForAddresses(Email) - Static method in class com.antelmann.net.mail.MailScanner
 
scanForAddresses(LocalWeb) - Static method in class com.antelmann.net.mail.MailScanner
 
scanForAddresses(String) - Static method in class com.antelmann.net.mail.MailScanner
 
scanNext(String) - Static method in enum com.antelmann.math.RelationalOperator
 
scheduleAlert(Alert) - Method in class com.antelmann.calendar.AlertTimer
only non-acknowledged alerts will be processed
SchedulerFrame - Class in com.antelmann.util.gui
a convenient GUI to schedule predefined tasks
SchedulerFrame(Runnable, String) - Constructor for class com.antelmann.util.gui.SchedulerFrame
 
SchedulerFrame(Runnable, Component) - Constructor for class com.antelmann.util.gui.SchedulerFrame
The scheduler uses a BoxLayout where the description is put on top.
scrollToRow(JTable, int) - Static method in class com.antelmann.util.table.TableUtils
convenience method
search(String) - Method in class com.antelmann.cddb.FileCDDB
performs a full-text search on the database
search(String) - Method in class com.antelmann.net.GoogleWrapper
 
search(String, int) - Method in class com.antelmann.net.GoogleWrapper
 
search(String) - Method in class com.antelmann.util.gui.JSearchTree
 
SEARCH_PATTERN_KEY - Static variable in class com.antelmann.util.table.JTableFilterTextField
upon changes of the search text, a PropertyChangeEvent with this property name is fired
searchContent(String) - Method in class com.antelmann.cddb.SimpleCDCollection
searches the entire xmcd format content for the exact given pattern.
searchDatabaseFor(String, PrintStream, Monitor) - Method in class com.antelmann.sql.ConnectionHelper
searches through the entire database for the given text anywhere in any column and prints hints into the given stream.
searchDuplicates(String, String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
 
searchWebFor(String[], URL, boolean, int, boolean, String[], Monitor) - Static method in class com.antelmann.net.Spider
Deprecated.  
searchWebFor(String[], ArrayList<URL>, boolean, int, boolean, List<URL>, List<URL>, String[], Monitor) - Static method in class com.antelmann.net.Spider
Deprecated.  
seconds() - Method in enum com.antelmann.calendar.TimeInterval
convenience method
secondsSince1900() - Method in class com.antelmann.calendar.NTPServer
Deprecated. calculates the raw int used by the NTP protocol
secondsSince1900() - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated. returns the raw int directly from the server
secondsSince1900() - Method in class com.antelmann.calendar.TimeProtocolServer
Deprecated. calculates the raw int used by the NTP protocol
secondsSince1900Udp() - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated.  
secondsSince190OTcp() - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated.  
SecureConnection - Class in com.antelmann.net
SecureConnection is a small wrapper for NetConnection objects, which provides automatic encoding/decoding of messages.
SecureConnection(NetConnection, SynchronousKey) - Constructor for class com.antelmann.net.SecureConnection
 
secureHash(String, byte[]) - Static method in class com.antelmann.util.Strings
returns a human readable (hex-string) hash of the given string based on PBKDF2 while using salt to prevent standardized rainbow-table attacks.
SecureUserImpl - Class in com.antelmann.db
provides an implementation that uses a secure way of storing hashed passwords using appropriate algorithms along with some randomly generated salt.
SecureUserImpl(Object, String, String, boolean, String) - Constructor for class com.antelmann.db.SecureUserImpl
 
SecureUserImpl(Object, String, String, boolean) - Constructor for class com.antelmann.db.SecureUserImpl
 
SecureUserImpl(Object, String) - Constructor for class com.antelmann.db.SecureUserImpl
 
SecureUserImpl(Object, User) - Constructor for class com.antelmann.db.SecureUserImpl
 
SecureUserImpl(Object) - Constructor for class com.antelmann.db.SecureUserImpl
 
SecurityUtils - Class in com.antelmann.util
a collection of security related names of supported algorithms - just for reference.
SecurityUtils() - Constructor for class com.antelmann.util.SecurityUtils
 
seek(long) - Method in class com.antelmann.ooffice.OOInputStream
 
SelectableObjectsTableModel<T> - Class in com.antelmann.util.table
a special table model that wraps an existing ObjectTableModel by adding a column with an editable Boolean.
SelectableObjectsTableModel(Class<T>, String, Collection<? extends T>) - Constructor for class com.antelmann.util.table.SelectableObjectsTableModel
creates a special table model that uses 2 columns, where the second column is made from the toStrring() method of the given items.
SelectableObjectsTableModel(Class<T>, String, T...) - Constructor for class com.antelmann.util.table.SelectableObjectsTableModel
creates a special table model that uses 2 columns, where the second column is made from the toString() method of the given items.
SelectableObjectsTableModel(Class<T>, ObjectTableModel<T>, T...) - Constructor for class com.antelmann.util.table.SelectableObjectsTableModel
 
SelectableObjectsTableModel(Class<T>, ObjectTableModel<T>, Collection<? extends T>) - Constructor for class com.antelmann.util.table.SelectableObjectsTableModel
 
selectAll() - Method in class com.antelmann.util.gui.JSearchList
convenience method
selectAll() - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
SelectAllOnFocusGain - Class in com.antelmann.util.gui
a general focus listener that will select all text on focus gain if the source of the focus event is a JTextComponent
SelectAllOnFocusGain() - Constructor for class com.antelmann.util.gui.SelectAllOnFocusGain
 
selectAllTableCellEditor(TableCellEditor) - Static method in class com.antelmann.util.table.TableUtils
wraps the given editor into one that will select all text upon editing, provided that the given editor will use a JTextComponent as a Component.
selectCategory(TreeNode, Object, Category<?>, String, Component, Filter<? super Category<?>>, TreeCellRenderer) - Static method in class com.antelmann.util.gui.CategoryNode
 
selectRandom(Collection<?>) - Static method in class com.antelmann.math.MyMath
randomly returns one element of the given collection (using even chances for each element)
selectRandom(Object...) - Static method in class com.antelmann.math.MyMath
randomly returns one of the given objects (using even chances for each element)
selectTabFor(Component) - Static method in class com.antelmann.util.gui.Menus
 
SELF - Static variable in class com.antelmann.ooffice.OfficeUtils
search flag option
SELF_EXTRACTOR - Static variable in interface com.antelmann.util.PatternExtractor
 
send(String, String, String) - Method in class com.antelmann.net.mail.POP3Account
sends out a simple text email message
send(String, String, String, File) - Method in class com.antelmann.net.mail.POP3Account
sends an email with a file attachment.
send(Email) - Method in class com.antelmann.net.mail.POP3Account
all settings (including from address) is taken from the given Email object
send(Message) - Method in class com.antelmann.net.mail.POP3Account
sends out the given message after it ran through the processor (if applicable).
sendActionKey(int) - Method in class com.antelmann.util.gui.JKeyButton
 
sendAuthorizationFailure(String, ServletResponse) - Static method in class com.antelmann.servlet.ServletUtils
 
sendEmails(Email, InternetAddress[]) - Method in class com.antelmann.net.mail.POP3Account
sends the email individually to each address.
sendEmails(Email, InternetAddress[], EmailCustomizer, Monitor) - Method in class com.antelmann.net.mail.POP3Account
sends the email individually to each address.
sendInfoMessage(NetConnection, Object) - Static method in class com.antelmann.net.RemoteNetInterfaceProtocol
allows to send an arbitrary message (even just a ping) from one end to another
sendKey(char) - Method in class com.antelmann.util.gui.JKeyButton
 
sendMessage(Object) - Method in interface com.antelmann.net.NetConnection
sends an object over the connection
sendMessage(Object) - Method in class com.antelmann.net.SecureConnection
every message will be encoded before it is sent unless it is already an Encoded object
sendMessage(Object) - Method in class com.antelmann.net.SocketConnection
 
sendNotAllowed(ServletRequest, ServletResponse) - Method in class com.antelmann.servlet.UserAuthenticationFilter
 
separator - Variable in class com.antelmann.sql.SQLNumberGenerator
 
sequence - Variable in class com.antelmann.sound.SoundPlayer
 
sequencer - Variable in class com.antelmann.sound.SoundPlayer
 
serialize(Image, String) - Static method in class com.antelmann.image.ImageUtils
 
serialize(Object) - Static method in class com.antelmann.io.Data
serializes the given object and returns the serialized data as byte array
serialize() - Method in class com.antelmann.net.mail.MessageEntry
writes the full message to binary form, so that it is fully available even though an underlying Folder may have been closed.
SerializedEntrySQLMapper<T extends DBEntry> - Class in com.antelmann.sql
implements a simple mapper that serializes the entire object and stores it as a stream
SerializedEntrySQLMapper(Database<Connection>, String, String, String, String) - Constructor for class com.antelmann.sql.SerializedEntrySQLMapper
 
serializeXML(Object) - Static method in class com.antelmann.util.XmlHelper
calls XmlHelper.serializeXML(Object, boolean) with the option true
serializeXML(Object, boolean) - Static method in class com.antelmann.util.XmlHelper
first uses XmlHelper.serializeXML(XMLSerializable) if applicable and then takes the delegates configured in XmlHelper.getPersistenceDelegates() to call.
serializeXML(XMLSerializable) - Static method in class com.antelmann.util.XmlHelper
 
serializeXML(Object, Map<Class<?>, PersistenceDelegate>) - Static method in class com.antelmann.util.XmlHelper
 
serializeXML(Object, Map<Class<?>, PersistenceDelegate>, boolean) - Static method in class com.antelmann.util.XmlHelper
 
serverField - Variable in class com.antelmann.sql.JConnectionLogin
 
serverHandshake(NetConnection) - Method in interface com.antelmann.net.Handshake
performs a handshake for the given socket on behalf of a server
serverHandshake(NetConnection) - Method in class com.antelmann.net.SimpleHandshake
 
ServerLog - Interface in com.antelmann.net
ServerLog represents a log from a web-server and provides access to its content
ServerLogAnalyzer - Class in com.antelmann.net
provides several methods to analyze a ServerLog
ServerLogAnalyzer(ServerLog) - Constructor for class com.antelmann.net.ServerLogAnalyzer
 
ServerLogEntry - Class in com.antelmann.net
a log entry from a web-server log
ServerLogEntry() - Constructor for class com.antelmann.net.ServerLogEntry
 
ServerLogFile - Class in com.antelmann.net
ServerLogFile implements a web-server log based on a standard log file.
ServerLogFile(String) - Constructor for class com.antelmann.net.ServerLogFile
 
ServerLogFile(File) - Constructor for class com.antelmann.net.ServerLogFile
 
ServerLogFile.ServerLogEntryEnumerator - Class in com.antelmann.net
 
ServerLogFile.ServerLogEntryEnumerator(Filter<ServerLogEntry>) - Constructor for class com.antelmann.net.ServerLogFile.ServerLogEntryEnumerator
 
ServletUtils - Class in com.antelmann.servlet
provides generally useful methods for handling Servlets within this framework
SessionIdGenerator - Class in com.antelmann.db
This class provides efficient unique String-based IDs for different clients.
SessionIdGenerator(Database<?>) - Constructor for class com.antelmann.db.SessionIdGenerator
 
SessionIdGenerator(Database<?>, int) - Constructor for class com.antelmann.db.SessionIdGenerator
before any IDs can be retrieved, the instance must be initialized before use.
setAcceptDirectories(boolean) - Method in class com.antelmann.io.ExtensionFileFilter
 
setAccess(Object, boolean) - Method in interface com.antelmann.db.User
grants/denies access to the given action
setAccess(Object, boolean) - Method in class com.antelmann.db.UserImpl
 
setAccessController(DBAccessController) - Method in class com.antelmann.db.AbstractDatabase
 
setAccessFilter(Filter<Object>) - Method in class com.antelmann.db.UserImpl
allows to customize the way UserImpl.hasAccess(Object) works.
setAccessFilter(Filter<? super T>) - Method in class com.antelmann.db.WrappedDBClassStore
allows to provide a filter that will limit access to the content of the store in regards to all read and write operations.
setAccessInboxBeforeSend(boolean) - Method in class com.antelmann.net.mail.POP3Account
may be necessary for special ISPs that have that requirement
setAccessStubFilter(Filter<? super Stub<?>>) - Method in class com.antelmann.db.WrappedDBClassStore
allows to not only filter entries themselves but also their respective stubs if applicable
setAccount(POP3Account) - Method in class com.antelmann.net.mail.EmailConverter
 
setActionListener(ActionListener) - Method in class com.antelmann.db.JPasswordChangeForm
allows to specify an action when 'enter' is pressed on the confirmPasswordField
setActive(boolean) - Method in class com.antelmann.net.SampleCrawlerSetting
 
setAddressKey(Object, String) - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
setAddressKey(String, String) - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
setAddressKey(AddressKey, String) - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
setAddressKeyMap(Hashtable<AddressKey, String>) - Method in class com.antelmann.crm.PropertyEntryWithAddress
sets the embedded map with this instance, i.e. subsequent changes, like PropertyEntryWithAddress.setAddressKey(AddressKey, String), will be reflected in the given map.
setAddressKeyMap(MappingInfo) - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
setAddressKeys(Map<AddressKey, String>) - Method in class com.antelmann.crm.PropertyEntryWithAddress
 
setAgent(String) - Method in class com.antelmann.net.ServerLogEntry
 
setAlertPeriod(long) - Method in class com.antelmann.image.MJPEGHandler
sets the minimum time period that passes before an alert is triggered after another
setAllFrom(AddressInfo) - Method in class com.antelmann.crm.AddressInfoImpl
 
setAllFrom(GlobalAddress) - Method in class com.antelmann.crm.GlobalAddress
initializes the internal map based on the content of the given address instance
setAllFrom(GlobalAddress) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
setAllFrom(SnailMailAddress) - Method in class com.antelmann.crm.ImmutableSnailMailAddress
 
setAllFrom(SnailMailAddress) - Method in class com.antelmann.crm.SnailMailAddress
 
setAllFrom(Map<?, ?>) - Method in class com.antelmann.db.PropertyEntryImpl
 
setAllFrom(Taggable<T>) - Method in class com.antelmann.db.Taggable.Adapter
 
setAllFrom(ColorPath) - Method in class com.antelmann.image.ColorPath
 
setAllFrom(FTPConnector) - Method in class com.antelmann.net.FTPConnector
 
setAllFrom(Email) - Method in class com.antelmann.net.mail.Email
 
setAllFrom(POP3Account.Config) - Method in class com.antelmann.net.mail.POP3Account.Config
 
setAllFrom(POP3Account) - Method in class com.antelmann.net.mail.POP3Account
 
setAllFrom(CellBorder) - Method in class com.antelmann.ooffice.CellBorder
 
setAllFrom(CellBorder.Type) - Method in class com.antelmann.ooffice.CellBorder.Type
 
setAllFrom(ForeignKeyMappingInfo) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setAllFrom(DefaultMappingInfo) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setAllFrom(T) - Method in interface com.antelmann.util.Forgeable
copies the properties of the given object and applies them to this instance, so that its behavior in regards to the given object can be matched to the extend that the implementing class supports that behavior.
setAllFrom(Logger) - Method in class com.antelmann.util.logging.Logger
 
setAllFrom(Contact) - Method in class com.antelmann.webdav.EzvcardHelper
 
setAllowNewGroups(boolean) - Method in class com.antelmann.util.gui.JTagsField
 
setAllowNoSelection(boolean) - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
allows to specify whether the dialog prevents returning with no selected elements (default is true).
setAllowNull(boolean) - Method in class com.antelmann.util.AbstractIterator
allows to set whether null is an allowed value for next() or if marks the end of an iteration.
setAllTopics(Map<?, String>) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setAlwaysCopy(boolean) - Method in class com.antelmann.io.Backup
 
setAlwaysFlush(boolean) - Method in class com.antelmann.util.logging.LogFile
 
setAlwaysFlush(boolean) - Method in class com.antelmann.util.logging.XMLLogWriter
 
setAppend(boolean) - Method in class com.antelmann.AntBuildLicenseFile
if true, the license to be created is appended to the file
setApplyAlwaysEnabled(boolean) - Method in class com.antelmann.util.gui.FormDialog
 
setApplyFilterProcessingRecursively(boolean) - Method in class com.antelmann.db.WrappedDBClassStore
 
setArchiveEnabled(boolean) - Method in class com.antelmann.db.ArchiveDBClassStore
 
setArchiveEnabled(boolean) - Method in interface com.antelmann.db.ArchivedStore
if set to true, each data access call also reaches through to the embedded archived store
setAttachment(String) - Method in class com.antelmann.net.mail.JEmailForm
 
setAttachment(File) - Method in class com.antelmann.net.mail.JEmailForm
 
setAuthentication(boolean) - Method in class com.antelmann.net.mail.POP3Account
 
setAuthorization(String, char[]) - Method in class com.antelmann.net.CGI
 
setAutoCommit(boolean) - Method in class com.antelmann.sql.ConnectionWrapper
 
setAutoCommit(boolean) - Method in class com.antelmann.util.gui.DocumentAdapter
allows to specify whether the filter method should call JFormattedTextField.commitEdit(), so that when DocumentAdapter.documentUpdated(DocumentEvent) is called, the getValue() method will return the latest current value based on the text
setAutomatedTransactions(boolean) - Method in class com.antelmann.db.AbstractDatabase
 
setAutoReset(boolean) - Method in class com.antelmann.net.SocketConnection
 
setBackDoorUser(User) - Method in class com.antelmann.db.AbstractUserLoginStore
 
setBackgroundColor(Color) - Method in class com.antelmann.ooffice.OOWriter
sets the background color for the standard page
setBadInputAction(Runnable) - Method in class com.antelmann.util.gui.DocumentTextFilter
 
setBankAccount(BankAccount) - Method in class com.antelmann.crm.GlobalAddress
 
setBankAccount(BankAccount) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
setBaseDir(File) - Method in class com.antelmann.AntBuildTask
 
setBaseDir(File) - Method in class com.antelmann.util.gui.JFileField
if set to a non-null vaule, the text will show the relative path to this given dir
setBasicAuthentication(String, char[]) - Method in class com.antelmann.net.Spider
 
setBasicAuthorization(String, char[]) - Method in class com.antelmann.net.Downloader
if the user is non-null, the InputStream will be obtained via basic authorization
setBasicAuthorization(String, String) - Method in class com.antelmann.net.JDownloader
 
setBasicAuthorization(String, char[]) - Method in class com.antelmann.net.JDownloader
 
setBasicAuthorization(URLConnection, String, char[]) - Static method in class com.antelmann.net.Spider
enables basic authorization mechanism on the given URLConnection
setBCC(String) - Method in class com.antelmann.net.mail.Email
 
setBeginTime(Date) - Method in class com.antelmann.calendar.CalendarEntry
setting the begin also alters the end, as the duration remains
setBeginTime(int) - Method in class com.antelmann.calendar.JDayGrid
time in millisec from the begin of the day
setBeginTime(Date) - Method in class com.antelmann.crm.AddressInfoImpl
 
setBeginTime(Date) - Method in class com.antelmann.crm.ContactImpl
 
setBeginTime(Date) - Method in class com.antelmann.db.BaseDocument
 
setBeginTime(Date) - Method in class com.antelmann.db.DefaultEntryRelationship
 
setBirthday(Date) - Method in class com.antelmann.crm.PersonImpl
 
setBirthday(Date) - Method in class com.antelmann.genealogy.GPerson
 
setBirthdayExact(boolean) - Method in class com.antelmann.genealogy.GPerson
 
setBirthLocation(String) - Method in class com.antelmann.genealogy.GPerson
 
setBlack(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setBookmarkText(String, String) - Method in class com.antelmann.ooffice.OOWriter
sets the text of for a defined bookmark within the given document
setBooleanColumns(String[]) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setBorder(Object, CellBorder) - Method in class com.antelmann.ooffice.OOWriter
 
setBoundMacAddress(String) - Method in class com.antelmann.License
bounds this license to the given macAddress (no bound if null is given)
setBufferSize(int) - Method in class com.antelmann.net.Downloader
 
setBuilderFactory(Class<?>) - Static method in class com.antelmann.util.XmlHelper
 
setCache(Map<URL, URLCache>) - Method in class com.antelmann.net.JURLCachePane
the cache must map URL objects to URLCache objects
setCacheSize(int) - Method in class com.antelmann.util.logging.LoggerCache
 
setCalendar(Calendar) - Method in class com.antelmann.calendar.CalendarHelper
by default, the standard GregorianCalendar is used
setCalendar(Calendar) - Method in class com.antelmann.calendar.CalendarTableModel
also calls fireTableDataChanged()
setCalendar(Calendar) - Method in class com.antelmann.calendar.NTPServer
Deprecated.  
setCalendar(Calendar) - Method in class com.antelmann.calendar.TimeProtocolServer
Deprecated.  
setCalendarModel(CalendarModel) - Method in class com.antelmann.calendar.CalendarTableModel
 
setCanceled(boolean) - Method in class com.antelmann.calendar.CalendarEntry
 
setCapsLock(boolean) - Static method in class com.antelmann.util.gui.Menus
 
setCaseInsensitive(boolean) - Method in class com.antelmann.db.PropertyEntryImpl
 
setCaseSensitive(boolean) - Method in class com.antelmann.util.UniversalComparator
if set to true, the String comparison (if it applies) is case sensitive.
setCatalog(String) - Method in class com.antelmann.sql.ConnectionWrapper
 
setCategoryName(String) - Method in class com.antelmann.db.Category.Adapter
 
setCategoryName(String) - Method in class com.antelmann.db.Category.Entry
 
setCC(String) - Method in class com.antelmann.net.mail.Email
 
setCDInfo(CDID, CDInfo) - Method in interface com.antelmann.cddb.CDCollection
associates the given info with the given cd in this collection; if the given cd is not yet in the collection, it is added.
setCDInfo(CDID, CDInfo) - Method in class com.antelmann.cddb.SimpleCDCollection
 
setCDInfo(CDID, String) - Method in class com.antelmann.cddb.SimpleCDCollection
 
setCellAligment(XCell, ParagraphAlignment) - Method in class com.antelmann.ooffice.OOCalc
 
setCellBackground(XCell, Color) - Method in class com.antelmann.ooffice.OOCalc
 
setCellBackground(XCell, Color) - Method in class com.antelmann.ooffice.OOTableWriter
 
setCellBackground(XCell, String) - Method in class com.antelmann.ooffice.OOTableWriter
 
setCellBorder(XCellRange, CellBorder) - Method in class com.antelmann.ooffice.OOCalc
 
setCellBorder(XCell, CellBorder) - Method in class com.antelmann.ooffice.OOCalc
 
setCellBorder(XCell, CellBorder) - Method in class com.antelmann.ooffice.OOTableWriter
 
setCellDate(XCell, Date) - Method in class com.antelmann.ooffice.OOCalc
 
setCellDateTime(XCell, Date) - Method in class com.antelmann.ooffice.OOCalc
 
setCellEditValueHandler(Handler<JDataMatrixView.Cell, ?>) - Method in class com.antelmann.math.JDataMatrixView
 
setCellFormat(XCell, Cell.Format) - Method in class com.antelmann.ooffice.OOCalc
 
setCellFormat(XCellRange, Cell.Format) - Method in class com.antelmann.ooffice.OOCalc
 
setCellFormat(XCell, Underline) - Method in class com.antelmann.ooffice.OOCalc
 
setCellFormat(XCell, CharacterFormat) - Method in class com.antelmann.ooffice.OOCalc
 
setCellFormula(XCell, String) - Method in class com.antelmann.ooffice.OOCalc
 
setCellProperty(XCell, String, Object) - Method in class com.antelmann.ooffice.OOCalc
 
setCellProperty(XCellRange, String, Object) - Method in class com.antelmann.ooffice.OOCalc
 
setCellText(XCell, String) - Method in class com.antelmann.ooffice.OOCalc
 
setCellText(String, String, String) - Method in class com.antelmann.ooffice.OOTableWriter
returns the text component of the target cell for further handling
setCellText(String, int, int, String) - Method in class com.antelmann.ooffice.OOTableWriter
returns the text component of the target cell for further handling
setCellText(XCell, String) - Method in class com.antelmann.ooffice.OOTableWriter
returns the text component of the target cell for further handling
setCellTextColor(XCell, Color) - Method in class com.antelmann.ooffice.OOCalc
 
setCellTime(XCell, long) - Method in class com.antelmann.ooffice.OOCalc
 
setCellTime(XCell, TimeInDay) - Method in class com.antelmann.ooffice.OOCalc
 
setCellTime(XCell, Date) - Method in class com.antelmann.ooffice.OOCalc
 
setCellValue(XCell, double) - Method in class com.antelmann.ooffice.OOCalc
 
setCellValue(XCell, Object) - Method in class com.antelmann.ooffice.OOCalc
makes a best effort to set the cell's value using an appropriate format
setCellValue(XCell, Number, String) - Method in class com.antelmann.ooffice.OOCalc
cell, value and format must not be null
setCellValue(XCell, String, Cell.Format) - Method in class com.antelmann.ooffice.OOCalc
cell, value and format must not be null
setCentralContent(Component, boolean) - Method in class com.antelmann.util.gui.JMainFrame
 
setChangeListenerSupport(boolean) - Method in class com.antelmann.db.PropertyEntryImpl
allows to enable/disable listener support on this object (disabled by default).
setChannel(RSSChannel) - Method in class com.antelmann.net.web.RSSMenu
 
setCharset(String) - Method in class com.antelmann.io.MyFile
 
setCharset(String) - Method in class com.antelmann.net.CGI
allows to change the character set used for encoding
setCharset(String) - Method in class com.antelmann.webdav.WebdavClient
 
setChildren(Collection<Category<T>>) - Method in class com.antelmann.db.Category.Adapter
 
setChildren(Collection<Category<T>>) - Method in class com.antelmann.db.MutableCategory.Adapter
 
setChoosableColumns(String[]) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setCipher(CipherKey) - Method in class com.antelmann.util.gui.JCipher
 
setCipherKey(CipherKey) - Method in class com.antelmann.sql.Connector
 
setCity(String) - Method in class com.antelmann.crm.ImmutableSnailMailAddress
 
setCity(String) - Method in class com.antelmann.crm.SnailMailAddress
 
setClassLoader(ClassLoader) - Static method in class com.antelmann.Settings
sets the ClassLoader to be used in getResource(String); by default, the ClassLoader of this Settings class is used
setClassStore(DBClassStore<?>) - Method in class com.antelmann.util.gui.JPropertyEditor
if set to a a non-null value, the given store is queried for mapping information allowing to pre-initialize possible key/value selections
setClearUserOnChange(boolean) - Method in class com.antelmann.db.JUserLoginPanel
 
setClickCountToStart(int) - Method in class com.antelmann.util.table.AbstractSpecialCellEditor
allows to set how many mouse clicks are needed to switch to edit mode
setClientInfo(String, String) - Method in class com.antelmann.sql.ConnectionWrapper
 
setClientInfo(Properties) - Method in class com.antelmann.sql.ConnectionWrapper
 
setCloseOnClick(boolean) - Method in class com.antelmann.util.gui.SplashScreen
already true by default
setCloseOnCompletion(boolean) - Method in class com.antelmann.net.Downloader
 
setCode(int) - Method in class com.antelmann.net.ServerLogEntry
 
setCollator(Collator) - Method in class com.antelmann.util.UniversalComparator
allows to change the default collator in use; if set to null, the String comparison is used directly without a Collator.
setColor(Color) - Method in class com.antelmann.util.TextPrinter
 
setColorMap(Map<? extends Number, Color>) - Method in class com.antelmann.image.ColorPath
 
setColumnClass(String, Class<?>) - Method in class com.antelmann.util.table.TableModelWrapper
 
setColumnClass(int, Class<T>) - Method in class com.antelmann.util.table.TableModelWrapper
 
setColumnClassBasedOnRow(int) - Method in class com.antelmann.util.table.TableModelWrapper
 
setColumnEditable(int, boolean) - Method in class com.antelmann.db.PropertyEntryTableModel
 
setColumnName(int, String) - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
setColumnName(int, String) - Method in class com.antelmann.util.table.PatternTableModel
 
setColumnName(int, String) - Method in class com.antelmann.util.table.TableModelView
 
setColumnNames(String[]) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setColumnNames(String[]) - Method in class com.antelmann.sql.JDBCTableModel
the values must correspond to actual column names of the underlying table; setting null means to simply use all existing column names (the default).
setColumnNames(String...) - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
setColumnNames(String...) - Method in class com.antelmann.util.table.PatternTableModel
 
setColumnNames(String...) - Method in class com.antelmann.util.table.TableModelView
 
setColumns(String[]) - Method in class com.antelmann.sql.RowItem
allows to set the available columns in the table belonging to this row.
setColumnsForTopic(Object, String...) - Method in class com.antelmann.sql.BaseRowMapper
 
setColumnsForTopic(Object, String...) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setColumnsForTopic(Object, String...) - Method in class com.antelmann.sql.WrappedDBClassStoreMapping
 
setColumnSize(String, int) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setColumnType(int, Class<?>) - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
setColumnTypes(Class<?>...) - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
setColumnVisible(int, int, boolean) - Method in class com.antelmann.ooffice.OOCalc
 
setColumnVisible(String, boolean) - Method in class com.antelmann.util.table.TableModelView
sets a single column to visible/non-visible; the order of columns will be reset.
setColumnVisible(int, boolean) - Method in class com.antelmann.util.table.TableModelView
sets a single column to visible/non-visible; the order of columns will be reset and every column only appears once hereafter.
setColumnWidth(int, int, int) - Method in class com.antelmann.ooffice.OOCalc
 
setCombineWithAnd(boolean) - Method in class com.antelmann.sql.SQLMapFilter
 
setCombineWithAnd(boolean) - Method in class com.antelmann.sql.SQLStubFilter
 
setCombineWithAnd(boolean) - Method in class com.antelmann.sql.TopicMapFilter
 
setComment(String) - Method in class com.antelmann.cddb.Contribution
 
setComment(String) - Method in class com.antelmann.db.DefaultEntryRelationship
 
setCommentIndicator(char...) - Method in class com.antelmann.io.IniFile
returns this
setComparatorForColumn(int, Comparator<?>) - Method in class com.antelmann.util.table.SortableTableModel
sets the Comparator for the specified column (may be null, in which case the default comparator is used)
setComponent(Component) - Method in class com.antelmann.util.gui.JKeyButton
 
setComponentFactory(CalendarEntryComponentFactory) - Method in class com.antelmann.calendar.JDayGrid
used to create the component when calling placeEntry(CalendarEntry)
setComponentVisible(boolean) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
sets the component within the frame visible/invisible
setComposition(Composition) - Method in class com.antelmann.cddb.JComposition
 
setCompress(boolean) - Method in class com.antelmann.sql.Mysqldump
 
setConfirmed(boolean) - Method in class com.antelmann.calendar.CalendarEntry
 
setConnectorSettings(ConnectorSettings) - Method in class com.antelmann.sql.SQLValueRetriever
 
setConnectTimeout(int) - Method in class com.antelmann.net.CGI
 
setConnectTimeout(int) - Method in class com.antelmann.net.Spider
 
setContactName(String) - Method in class com.antelmann.crm.ContactImpl
 
setContactNotes(String) - Method in class com.antelmann.crm.ContactImpl
 
setContent(InputStream) - Method in class com.antelmann.db.BaseDocument
 
setContent(URL) - Method in class com.antelmann.db.BaseDocument
 
setContent(Object) - Method in exception com.antelmann.util.InconsistentContentException
 
setContentID(String) - Method in class com.antelmann.net.mail.Email.Attachment
surrounds the given cid with '<>' when adding it as header information; note that an attachment with a content ID is considered to be displayed inline in regards to the the Content-Disposition.
setContentRetriever(ValueRetriever<InputStream>) - Method in class com.antelmann.db.BaseDocument
 
setContext(XComponentContext) - Static method in class com.antelmann.ooffice.OfficeConnector
allows to manually set the context; calls OfficeConnector.terminate() before the new context is set
setContextClassLoader() - Static method in class com.antelmann.Settings
 
setContextFactory(Factory<XComponentContext>) - Static method in class com.antelmann.ooffice.OfficeConnector
allows to provide a custom way to initialize the context used in OfficeConnector.getContext()
setContinuousSnapping(boolean) - Method in class com.antelmann.util.gui.MouseBoundsListener
 
setConverter(String, Format) - Method in class com.antelmann.util.table.TableModelWrapper
 
setConverter(int, Format) - Method in class com.antelmann.util.table.TableModelWrapper
 
setConverter(String, PatternExtractor<Object, T>, Class<T>) - Method in class com.antelmann.util.table.TableModelWrapper
 
setConverter(int, PatternExtractor<Object, T>, Class<T>) - Method in class com.antelmann.util.table.TableModelWrapper
 
setCount(String, Date, int) - Method in class com.antelmann.sql.SQLNumberGenerator
 
setCount(String, Date, DateFormat, int) - Method in class com.antelmann.sql.SQLNumberGenerator
 
setCount(String, String, int) - Method in class com.antelmann.sql.SQLNumberGenerator
 
setCountry(String) - Method in class com.antelmann.crm.ImmutableSnailMailAddress
 
setCountry(String) - Method in class com.antelmann.crm.SnailMailAddress
uses the ISO 3166 2-letter code
setCountryLanguageBundleName(String) - Static method in class com.antelmann.util.I18n
 
setCrawler(CrawlerSetting) - Method in class com.antelmann.net.URLTree
on calling this method, the entire tree will be recalculated based on the settings of the new crawler
setCrawlerMenu(JMenu) - Method in class com.antelmann.net.JSpider
This method places a given menu between the 'Options' and 'Window' menu of the GUI; the menu is intended to provide special controls for the given CrawlerSetting in use with this JSpider.
setCroppingEnabled(boolean) - Method in class com.antelmann.image.JImagePanel
 
setCurrentDirectory(File) - Static method in class com.antelmann.Settings
allows to alter the current working directory used in Settings.getCurrentDirectory()
setCurrentDirectory(File) - Method in class com.antelmann.sound.JJukeBox
 
setCurrentUser(User) - Method in class com.antelmann.db.AbstractDatabase
 
setCurrentUser(User) - Method in interface com.antelmann.db.Database
sets the user credentials for accessing resources
setCurrentValue(T) - Method in class com.antelmann.util.ReferenceHolder
allows to manually set the value independent of the embedded retriever.
setCustomizer(Processor<Component, RuntimeException>) - Method in class com.antelmann.util.table.WrappedTableCellRenderer
 
setData(DBClassStore<T>) - Method in class com.antelmann.db.EntryAnalyzer
 
setData(DBClassStore<T>, Filter<? super T>) - Method in class com.antelmann.db.EntryAnalyzer
 
setData(byte[]) - Method in class com.antelmann.io.BinaryData
 
setData(Collection<T>) - Method in class com.antelmann.math.ObjectAnalyzer
 
setData(Iterable<T>) - Method in class com.antelmann.math.ObjectAnalyzer
 
setData(ValueRetriever<Enumeration<T>>) - Method in class com.antelmann.math.ObjectAnalyzer
 
setData(ListRetriever<T>) - Method in class com.antelmann.math.ObjectAnalyzer
convenience method; calls ObjectAnalyzer.setData(ValueRetriever) eventually
setDatabase(String) - Method in class com.antelmann.sql.JConnectionLogin
 
setDatabase(String...) - Method in class com.antelmann.sql.Mysqldump
 
setDatabaseValue(SQLValueRetriever) - Method in class com.antelmann.io.BinaryData
on serialization, only the given parameter is serialized
setDataLimit(int) - Method in class com.antelmann.sql.MySQLLog
 
setDate(Date) - Method in class com.antelmann.calendar.JDayGrid
also performs a call to removeAll
setDateExtractor(PatternExtractor<? super T, Date>) - Method in class com.antelmann.math.ObjectAnalyzer
 
setDateFormat(DateFormat) - Method in class com.antelmann.sql.ConnectionHelper
 
setDateFormat(DateFormat) - Method in class com.antelmann.sql.SQLNumberGenerator
 
setDateFormat(DateFormat) - Method in class com.antelmann.util.gui.JWatchLabel
 
setDateFormatPattern(String) - Method in class com.antelmann.util.gui.JDateRangeChooser
 
setDateFormatPattern(String) - Method in class com.antelmann.util.gui.JTimeChooser
 
setDateInterval(TimeInterval) - Method in class com.antelmann.math.ObjectAnalyzer
 
setDateRangeColumns(String[]) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setDaysBeforeToday(int) - Method in class com.antelmann.util.gui.JDateRangeChooser
sets an individual interval starting at today minus the given days and ending now
setDBMS(String) - Method in class com.antelmann.sql.JConnectionLogin
 
setDbname(String) - Method in class com.antelmann.sql.ConnectorSettings
 
setDBType(Connector.DBType) - Method in class com.antelmann.sql.ConnectorSettings
 
setDebug(boolean) - Method in class com.antelmann.net.mail.POP3Account
 
setDeceasedDate(Date) - Method in class com.antelmann.genealogy.GPerson
 
setDeceasedDateExact(boolean) - Method in class com.antelmann.genealogy.GPerson
 
setDeceasedLocation(String) - Method in class com.antelmann.genealogy.GPerson
 
setDefaultComparator(Comparator<Object>) - Method in class com.antelmann.util.table.SortableTableModel
allows to specify a general Comparator for columns that have no specific Comparator set
setDefaultDirectory() - Method in class com.antelmann.sound.JPlayer
sets the directory for the file selection to the default according to the Properties that are in effect (property key: user.dir.media)
setDefaultRelationType(Object) - Method in class com.antelmann.sql.RelationshipStore.Mapper
 
setDefaultRelationType(Object) - Method in class com.antelmann.sql.RelationshipStore
must be set if the topic RelationshipManager.Column.TYPE is not set
setDefaultServer(String) - Static method in class com.antelmann.calendar.NTPClient
 
setDefaultServerList(String...) - Static method in class com.antelmann.calendar.NTPClient
 
setDefaultToolTipRenderer() - Method in class com.antelmann.util.gui.JSearchList
a convenience method that will set a Renderer on the JList that will display the toString()-value upon mouse over
setDeleteAtTarget(boolean) - Method in class com.antelmann.io.Backup
 
setDeleteEntriesIndividually(boolean) - Method in class com.antelmann.db.WrappedDBClassStore
 
setDeleteMessages(boolean) - Method in class com.antelmann.net.mail.AccountReader
 
setDeliverToSelf(boolean) - Method in class com.antelmann.db.remote.ChangeNotificationServer
only if set to true, database changes are also delivered to the connection the message came from (the default is false)
setDelta(long) - Method in class com.antelmann.calendar.AbstractTimeSystem
manually sets the value used to adjust system time
setDelta(int) - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated. manually sets the value used to adjust system time
setDerbySystemHome(String) - Method in class com.antelmann.sql.Connector
sets the system home directory to be used for the Apache Derby (JavaDB) database access
setDescription(String) - Method in class com.antelmann.calendar.CalendarEntry
 
setDescription(String) - Method in class com.antelmann.cddb.Composition
 
setDescription(String) - Method in class com.antelmann.cddb.Resource
 
setDescription(String) - Method in class com.antelmann.cddb.Track
 
setDescription(String) - Method in class com.antelmann.crm.AddressInfoImpl
 
setDescription(String) - Method in class com.antelmann.db.BaseDocument
 
setDescription(String) - Method in class com.antelmann.image.ImageURLEntry
 
setDestinationDir(File) - Method in class com.antelmann.io.Backup
 
setDialogRenderer(ListCellRenderer) - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
setDialogTitle(String) - Method in class com.antelmann.util.gui.JCategoryField
 
setDialogTitle(String) - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
setDimension(Dimension) - Method in class com.antelmann.util.gui.Plot2DFunction
sets its dimension; can be retrieved by getPreferredSize()
setDirty(boolean) - Method in class com.antelmann.sql.RowItem
 
setDisjunctAccessFilter(Object...) - Method in class com.antelmann.util.gui.MyAbstractAction
sets a special user access filter
setDisplayColumn(String) - Method in class com.antelmann.sql.BaseRowMapper
 
setDisplayColumn(String) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setDisplayImage(Image) - Method in class com.antelmann.crm.ContactImpl
 
setDisplayImage(ValueRetriever<Image>) - Method in class com.antelmann.crm.ContactImpl
 
setDisplayImage(URL) - Method in class com.antelmann.crm.ContactImpl
 
setDisplayImage(BinaryData) - Method in class com.antelmann.crm.ContactImpl
 
setDisplayImage(URL) - Method in class com.antelmann.db.BaseDocument
 
setDisplayImage(Image) - Method in class com.antelmann.db.BaseDocument
 
setDisplayNameForColumn(String, String) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setDisplayProperty(String) - Method in class com.antelmann.db.EntryHeader
allows to provide a displayProperty that is used when calling EntryHeader.toString()
setDisplayProperty(String) - Method in class com.antelmann.sql.GenericPropertyEntryMapper
allows to specify the display property for EntryHeader instances.
setDisplayValue(Object) - Method in class com.antelmann.db.Stub
 
setDocumentReference(DBReference) - Method in class com.antelmann.db.ProtocolNoteEntry
 
setDoNotAllowNullFilter(String) - Method in class com.antelmann.util.table.FormattedCellEditor
sets a special filter that does NOT allow NULL as a value
setDoNotEscapeNames() - Method in class com.antelmann.sql.ConnectionHelper
 
setDpi(int) - Method in class com.antelmann.image.Barcode4j
 
setDriverClass(String) - Method in class com.antelmann.sql.JConnectionLogin
 
setDuration(long) - Method in class com.antelmann.calendar.CalendarEntry
 
setEditable(boolean) - Method in class com.antelmann.cddb.JComposition
 
setEditable(boolean) - Method in class com.antelmann.image.JImagePanel
 
setEditable(boolean) - Method in class com.antelmann.math.JDataMatrixView
 
setEditable(boolean) - Method in class com.antelmann.net.mail.JEmailForm
 
setEditable(boolean) - Method in class com.antelmann.sql.JDBCTableModel
 
setEditable(boolean) - Method in class com.antelmann.sql.RowItemTableModel
 
setEditable(boolean) - Method in interface com.antelmann.util.gui.EditableComponent
 
setEditable(boolean, Component...) - Method in class com.antelmann.util.gui.FormHelper
 
setEditable(Component, boolean) - Method in class com.antelmann.util.gui.FormHelper
 
setEditable(boolean) - Method in class com.antelmann.util.gui.JCategoryField
 
setEditable(boolean) - Method in class com.antelmann.util.gui.JDateTimeChooser
 
setEditable(boolean) - Method in class com.antelmann.util.gui.JEnumField
 
setEditable(boolean) - Method in class com.antelmann.util.gui.JFileField
 
setEditable(boolean) - Method in class com.antelmann.util.gui.JHourSpinner
 
setEditable(boolean) - Method in class com.antelmann.util.gui.JMethodTableModelComponent
 
setEditable(boolean) - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
setEditable(boolean) - Method in class com.antelmann.util.gui.JPropertyEditor
 
setEditable(boolean) - Method in class com.antelmann.util.gui.JPropertyEntryComponent
 
setEditable(boolean) - Method in class com.antelmann.util.gui.JTagsField
 
setEditable(boolean) - Method in class com.antelmann.util.gui.JTimeChooser
 
setEditable(boolean) - Method in class com.antelmann.util.gui.JURLField
 
setEditable(boolean) - Method in class com.antelmann.util.gui.JYouTubeField
 
setEditable(boolean) - Method in class com.antelmann.util.table.TableModelWrapper
 
setEditor(TableCellEditor) - Method in class com.antelmann.math.JDataMatrixView
note that the given editor should be able to deal with JDataMatrixView.Cell objects
setEditor(String, TableCellEditor) - Method in class com.antelmann.util.table.TableModelWrapper
 
setEditor(int, TableCellEditor) - Method in class com.antelmann.util.table.TableModelWrapper
 
setElements(Collection<?>) - Method in class com.antelmann.util.gui.JSearchList
 
setElements(Collection<T>, Comparator<? super T>) - Method in class com.antelmann.util.gui.JSearchList
 
setElements(Object[]) - Method in class com.antelmann.util.gui.JSearchList
 
setElements(Object[], Comparator<Object>) - Method in class com.antelmann.util.gui.JSearchList
if the comparator is null, the given newElements are not sorted
setEmail(String) - Method in class com.antelmann.crm.GlobalAddress
allows to specify an email address for this instance
setEmail(String) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
setEmail(String) - Method in interface com.antelmann.db.User
 
setEmail(String) - Method in class com.antelmann.db.UserImpl
 
setEmail(Email) - Method in class com.antelmann.net.mail.JEmailViewer
 
setEmailProcessor(Processor<Email, RuntimeException>) - Method in class com.antelmann.util.logging.EmailWriter
 
setEnableArchiveEdit(boolean) - Method in class com.antelmann.db.ArchiveDBClassStore
 
setEnableArchiveEdit(boolean) - Method in interface com.antelmann.db.ArchivedStore
if set to true, delete and update operations are propagated to the archive (insertions will always only affect the 'normal' store).
setEnableComponent(boolean) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
enables/disables the component (the top frame remains untouched)
setEnabled(boolean) - Method in class com.antelmann.calendar.Alert
 
setEnabled(boolean) - Method in class com.antelmann.crm.AddressInfoImpl
 
setEnabled(boolean) - Method in class com.antelmann.crm.ContactImpl
 
setEnabled(boolean) - Method in class com.antelmann.db.UserImpl
 
setEnabled(boolean) - Method in class com.antelmann.net.JNetProperties
 
setEnabled(boolean) - Method in class com.antelmann.net.MessageDelegator
 
setEnabled(boolean) - Method in class com.antelmann.net.NetConnectionServer
 
setEnabled(boolean) - Static method in class com.antelmann.sql.MySqlQueryToViewMapper
allows to globally disable the use/creation of views
setEnabled(boolean) - Method in interface com.antelmann.util.Enabled
allows to enable/disable this instance
setEnabled(boolean) - Method in class com.antelmann.util.gui.JDateRangeChooser
 
setEnabled(boolean) - Method in class com.antelmann.util.gui.JFileField
 
setEnabled(boolean) - Method in class com.antelmann.util.gui.JFontControl
 
setEnabled(boolean) - Method in class com.antelmann.util.gui.JMethodTableModelComponent
 
setEnabled(boolean) - Method in class com.antelmann.util.gui.JPropertyEntryComponent
 
setEnabled(boolean) - Method in class com.antelmann.util.gui.JTagsField
 
setEnabled(boolean) - Method in class com.antelmann.util.gui.JTouchNumPad
 
setEnabled(boolean) - Method in class com.antelmann.util.logging.Logger
 
setEnabled(boolean) - Method in class com.antelmann.util.logging.LogNetReceiver
 
setEnabled(boolean) - Method in class com.antelmann.util.Monitor
 
setEnableDataMap(boolean) - Method in class com.antelmann.sql.MySQLLog
 
setEnableFrame(boolean) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
enables/disables the frame
setEnableMotionLogging(boolean) - Method in class com.antelmann.image.MJPEGHandler
 
setEncryptionKey(SynchronousKey) - Method in class com.antelmann.net.JChat
sets the encryption key to be used if encryption is enabled
setEncryptionKey(SynchronousKey) - Method in class com.antelmann.net.JMessenger
sets the encryption key to be used if encryption is enabled
setEndTime(int) - Method in class com.antelmann.calendar.JDayGrid
time in millisec from the begin of the day
setEndTime(Date) - Method in class com.antelmann.crm.AddressInfoImpl
 
setEndTime(Date) - Method in class com.antelmann.crm.ContactImpl
 
setEndTime(Date) - Method in class com.antelmann.db.BaseDocument
 
setEndTime(Date) - Method in class com.antelmann.db.DefaultEntryRelationship
 
setEndTime(Date) - Method in class com.antelmann.genealogy.GEventImpl
 
setEnsureAccessibility(boolean) - Method in class com.antelmann.util.table.MethodTableModel
 
setEnsureTransactions(boolean) - Method in class com.antelmann.db.AbstractDatabase
 
setEnsureTransactionsOnFetch(boolean) - Method in class com.antelmann.db.WrappedDBClassStore
 
setEntry(T) - Method in class com.antelmann.util.gui.JMethodTableModelComponent
 
setEntry(PropertyEntry) - Method in class com.antelmann.util.gui.JPropertyEntryComponent
 
setEntry(PropertyEntry) - Method in class com.antelmann.util.gui.JPropertyEntryForm
 
setEntry(Taggable<G>) - Method in class com.antelmann.util.gui.JTagsField
 
setEntryClass(Class<T>) - Method in class com.antelmann.sql.BaseRowMapper
this must never be null if the idFactory is non-null (or if a TopicMapFilter is used and the store overrides the MappingInfo)
setEntryClassMapper(EntryClassMapper) - Method in class com.antelmann.sql.BaseRowMapper
 
setEntryClassMapper(EntryClassMapper) - Method in class com.antelmann.sql.RelationshipStore.Mapper
 
setEntryClassMapper(EntryClassMapper) - Method in class com.antelmann.sql.RelationshipStore
use this method to set the EntryClassMapper of the embedded mapper to something other than EntryClassMapper.STRING_MAPPER
setEscapeChars(char, char) - Method in class com.antelmann.sql.ConnectionHelper
allows to explicitly set the escape chars used in ConnectionHelper.escape(String) , so that the default mechanism does not need to determine the chars by accessing the meta data of the connection
setException(String) - Method in class com.antelmann.util.IteratorQueue
throws an exception to the caller of IteratorQueue.hasNext()
setException(Throwable) - Method in class com.antelmann.util.IteratorQueue
throws an exception to the caller of IteratorQueue.hasNext()
setExceptionHandler(LogExceptionHandler) - Method in class com.antelmann.util.logging.Logger
 
setExcludeFiles(File[]) - Method in class com.antelmann.io.Backup
replaces any previous filter; the path matching is case-insensitive
setExecutor(ThreadWorker) - Method in class com.antelmann.db.remote.RemoteDBChangeNotifier
 
setExpirationDate(String) - Method in class com.antelmann.AntBuildLicenseFile
the given date is parsed as mm/dd/yyyy
setExpirationDays(int) - Method in class com.antelmann.AntBuildLicenseFile
 
setExposesInterfaces(boolean) - Method in class com.antelmann.db.WrappedDBClassStore
controls whether AbstractDatabase.queryStoreForInterface(Class, Class) should expose the interfaces of the internally embedded store
setFamilyName(String) - Method in class com.antelmann.crm.PersonImpl
 
setFastDelete(boolean) - Method in class com.antelmann.sql.JDBCRowStore
allows to set a flag that enables this implementation to directly delete on the JDBC level - if applicable.
setFax(String) - Method in class com.antelmann.crm.GlobalAddress
 
setFax(PhoneNumber) - Method in class com.antelmann.crm.GlobalAddress
 
setFax(PhoneNumber) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
setFetchProcessor(Processor<T, ? extends DatabaseException>) - Method in class com.antelmann.db.WrappedDBClassStore
 
setFetchSize(int) - Method in class com.antelmann.sql.ConnectionHelper
Note that for MySQL you want to use Integer.MIN_VALUE if you do not want to load the entire ResultSet into memory
setFetchSize(int) - Method in class com.antelmann.sql.JDBCInfoPane
 
setFieldSeparator(String) - Method in class com.antelmann.io.IniFile
returns this
setFieldSeparator(String) - Method in class com.antelmann.util.logging.DBLineLogFormatter
 
setFieldText(String, String) - Method in class com.antelmann.ooffice.OOWriter
the fully quantified field name is to be supplied
setFile(File) - Method in class com.antelmann.AntBuildLicenseFile
sets the file location for the license file to be created; required
setFile(File) - Method in class com.antelmann.util.gui.JFileField
returns true only if the file was accepted by the filter and hence the file was actually set; null is always accepted
setFileFilter(FileFilter) - Method in class com.antelmann.util.gui.JFileField
 
setFileName(String) - Method in class com.antelmann.sql.DBDocument
allows to set an optional file name that ought to be used for storing the content locally
setFileSelectionMode(int) - Method in class com.antelmann.util.gui.JFileField
 
setFilter(Filter<? super DBUpdateEvent>) - Method in class com.antelmann.db.DatabaseChangeMonitor
 
setFilter(Filter<? super DBUpdateEvent>) - Method in class com.antelmann.db.remote.RemoteDBChangeNotifier
allows to set a filter, so that not every event may be propagated to the server
setFilter(FileFilter) - Method in class com.antelmann.io.Backup
 
setFilter(Filter<? super T>) - Method in class com.antelmann.math.DataMatrix
 
setFilter(Filter<? super T>) - Method in class com.antelmann.math.ObjectAnalyzer
 
setFilter(Filter<? super T>) - Method in class com.antelmann.math.TimeDataGrid
 
setFilter(Filter<? super E>) - Method in class com.antelmann.util.AbstractIterator
if a non-null filter is set, only those elements that pass the filter will be returned by next().
setFilter(Filter<? super Category<?>>) - Method in class com.antelmann.util.gui.JCategoryField
 
setFilter(Filter<? super LogEntry>) - Method in class com.antelmann.util.logging.Logger
 
setFilter(Filter<? super LogEntry>) - Method in class com.antelmann.util.logging.LoggerCache
 
setFilter(Filter<? super TableRow>) - Method in class com.antelmann.util.table.FilteredTableModel
this method must also be called whenever the filter itself changes its behaviour; the filter itself may be null
setFilter(SimpleTableRowFilter) - Method in class com.antelmann.util.table.JTableFilterTextField
allows to customize the filter
setFilter1(Filter<? super T>) - Method in class com.antelmann.util.ComboFilter
 
setFilter2(Filter<? super T>) - Method in class com.antelmann.util.ComboFilter
 
setFilterString(String) - Method in class com.antelmann.db.PropertyEntryFilter
 
setFilterString(String) - Method in class com.antelmann.math.NumberStringFilter
 
setFilterString(String) - Method in class com.antelmann.math.ObjectAnalyzer
 
setFirstName(String) - Method in class com.antelmann.crm.PersonImpl
 
setFont(Font) - Method in class com.antelmann.util.gui.JTouchNumPad
 
setFont(Font) - Method in class com.antelmann.util.TextPrinter
 
setForeignKey(String, Class<? extends DBEntry>) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setForeinKeyFilter(String, Filter<? super Stub<?>>) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setFormattedContent(Object) - Method in exception com.antelmann.util.FormatException
 
setFormatter(Format) - Method in class com.antelmann.util.table.FormattedCellRenderer
 
setFormula(String) - Method in class com.antelmann.ooffice.Cell
 
setFramesTimePeriod(long) - Method in class com.antelmann.image.MJPEGHandler
 
setFrameVisible(boolean) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
sets the entire window visible/invisible
setFrom(String) - Method in class com.antelmann.net.mail.Email
 
setFrom(String) - Method in class com.antelmann.net.mail.POP3Account
 
setFromClass(Class<? extends DBEntry>) - Method in class com.antelmann.sql.RelationshipStore.Mapper
 
setFromClass(Class<? extends DBEntry>) - Method in class com.antelmann.sql.RelationshipStore
must be set if the topic RelationshipManager.Column.FROM_CLASS is not set
setFullAddress(String, Locale) - Method in class com.antelmann.crm.ImmutableSnailMailAddress
 
setFullAddress(String) - Method in class com.antelmann.crm.ImmutableSnailMailAddress
 
setFullAddress(String) - Method in class com.antelmann.crm.SnailMailAddress
sets the address for the current Locale
setFullAddress(String, Locale) - Method in class com.antelmann.crm.SnailMailAddress
a non-null parameter is used to override how the address is constructed
setFullAddressMap(Map<Locale, String>) - Method in class com.antelmann.crm.SnailMailAddress
 
setGender(Artist.Gender) - Method in class com.antelmann.cddb.Artist
can be either MALE, FEMALE or UNKNOWN
setGender(Person.Gender) - Method in class com.antelmann.crm.PersonImpl
 
setGenerator(BarcodeGenerator) - Method in class com.antelmann.image.Barcode4j
 
setGenre(Genre) - Method in class com.antelmann.cddb.Composition
 
setGeoPoint(GeoPoint) - Method in class com.antelmann.crm.GlobalAddress
 
setGeoPoint(GeoPoint) - Method in class com.antelmann.genealogy.GEventImpl
 
setGeoPoint(GeoPoint) - Method in class com.antelmann.genealogy.GPersonalBlogEntry
 
setGeoPoint(GeoPoint) - Method in class com.antelmann.image.ImageURLEntry
 
setGrid(TimeDataGrid<?>) - Method in class com.antelmann.math.TimeDataGraphics
 
setGridPixel(int) - Method in class com.antelmann.calendar.JDayGrid
 
setGrouping(PatternExtractor<? super T, ?>) - Method in class com.antelmann.math.ObjectAnalyzer
 
setGroupingMethod(String) - Method in class com.antelmann.math.ObjectAnalyzer
 
setGroupType(Class<? extends Keyword>) - Method in class com.antelmann.util.gui.JTagEditor
if set to a non-null value, JTagEditor.createNewGroup() will return a Keyword subclass instead of a plain String
setHandler(Handler<byte[], ? extends IOException>) - Method in class com.antelmann.image.MJPEGReader
 
setHandler(Processor<Connection, SQLException>) - Method in class com.antelmann.sql.Connector
 
setHandler(Handler<Logger, ?>) - Method in class com.antelmann.util.logging.LoggerManager
 
setHeader(String, String) - Method in class com.antelmann.net.CGI
 
setHeaders(Message, Email.Header[]) - Static method in class com.antelmann.net.mail.POP3Account
all headers keys and values must be String objects
setHelpText(String) - Method in class com.antelmann.util.gui.MyAbstractAction
 
setHighestEducation(String) - Method in class com.antelmann.genealogy.GPerson
 
setHoldability(int) - Method in class com.antelmann.sql.ConnectionWrapper
 
setHome(URL) - Method in class com.antelmann.net.JWebBrowser
 
setHorizonalAligment(int) - Method in class com.antelmann.util.table.FormattedCellEditor
shortcut
setHost(String) - Method in class com.antelmann.net.ServerLogEntry
 
setHost(String) - Method in class com.antelmann.sql.ConnectorSettings
 
setHostnameFilter(Filter<String>) - Method in class com.antelmann.net.SSLHelper
 
setHtmlMessage(String) - Method in class com.antelmann.net.mail.Email
 
setIconFormat(PatternExtractor<Object, Icon>) - Method in class com.antelmann.util.table.FormattedCellRenderer
 
setIDColumn(String) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setIdColumn(String) - Method in class com.antelmann.sql.RowItem
 
setIdColumn(String) - Method in class com.antelmann.sql.SQLValueRetriever
 
setIdFactory(IDFactory) - Method in class com.antelmann.db.CollectionClassStore
 
setIDFactory(IDFactory, Class<T>) - Method in class com.antelmann.sql.BaseRowMapper
 
setIDFactory(IDFactory, Class<T>) - Method in class com.antelmann.sql.MappedEntryMapper
 
setIdField(String) - Method in class com.antelmann.sql.ResultSetTableModel
 
setIdleTime(int) - Method in class com.antelmann.image.MJPEGHandler
allows to specify the time perid the image handling thread is pausing between images
setIdValue(String) - Method in class com.antelmann.sql.SQLValueRetriever
 
setIgnoreCase(boolean) - Method in class com.antelmann.util.table.SimpleTableRowFilter
 
setIgnoreInvalidProperties(boolean) - Method in class com.antelmann.sql.JDBCRowStore
 
setIgnoreInvalidTopics(boolean) - Method in class com.antelmann.sql.TopicMapFilter
 
setIM(String) - Method in class com.antelmann.crm.GlobalAddress
 
setIM(String) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
setImage(Image) - Method in class com.antelmann.image.ImageHolder
 
setImage(BinaryData) - Method in class com.antelmann.image.ImageHolder
 
setImage(URL) - Method in class com.antelmann.image.ImageHolder
if this method is used, serialization will only serialize the URL
setImage(Image) - Method in class com.antelmann.image.JImagePanel
fires a property change event with key 'image'.
setImageFile(File) - Method in class com.antelmann.image.JImagePanel
simply calls the JImagePanel.setImageURL(URL) method
setImageFileSaveFormat(String) - Method in class com.antelmann.image.JImagePanel
 
setImageImportFilter(Filter<Image>) - Method in class com.antelmann.image.JImagePanel
allows to set a filter that is applied when importing an image through either drag and drop or pasting
setImageProcessor(Processor<Image, ? extends RuntimeException>) - Method in class com.antelmann.image.JImagePanel
allows to alter the image before it's set by JImagePanel.setImage(Image) (for instance by scaling it)
setImageProcessor(Processor<BufferedImage, IOException>) - Method in class com.antelmann.image.MJPEGHandler
 
setImageReference(Image) - Method in class com.antelmann.image.ImageURLEntry
this method merely sets the soft reference to the given image.
setImageRetriever(ValueRetriever<Image>) - Method in class com.antelmann.db.BaseDocument
 
setImageRetriever(ValueRetriever<Image>) - Method in class com.antelmann.image.ImageHolder
 
setImageURL(URL) - Method in class com.antelmann.image.JImagePanel
calls JImagePanel.setImage(Image) on the InputStream read
setImmediateSearch(boolean) - Method in class com.antelmann.util.gui.JSearchList
 
setImmediateUpdate(boolean) - Method in class com.antelmann.util.table.JFilteredTableComponent
shortcut to the corresponding method in the embedded JTableFilterTextField
setImmediateUpdate(boolean) - Method in class com.antelmann.util.table.JTableFilterTextField
 
setImportance(int) - Method in class com.antelmann.cddb.Contribution
the higher the number, the higher the importance
setIncludeStack(boolean) - Method in class com.antelmann.util.logging.Logger
 
setIncludeSubPackages(boolean) - Method in class com.antelmann.AntBuildLicenseFile
 
setInitDriverClass(boolean) - Method in class com.antelmann.sql.JConnectionLogin
 
setInitialDirectory(String) - Method in class com.antelmann.sound.JPlayer
presets the directory for the file selection
setInnerFilter(Filter<? super T>) - Method in class com.antelmann.db.DBClassStoreCache.PrefetchedFilter
 
setInnerFilter(Filter<? super T>) - Method in class com.antelmann.db.PropertyEntryFilter
 
setInnerFilter(Filter<? super T>) - Method in class com.antelmann.sql.FullTextSearchFilter
 
setInnerFilter(Filter<? super T>) - Method in class com.antelmann.sql.PreparedStatementEntryFilter
 
setInnerFilter(Filter<? super T>) - Method in class com.antelmann.sql.SQLComboFilter
 
setInnerFilter(Filter<? super T>) - Method in class com.antelmann.sql.SQLDirectQueryEntryFilter
 
setInnerFilter(Filter<? super T>) - Method in class com.antelmann.sql.SQLMapFilter
 
setInnerFilter(Filter<? super Stub<?>>) - Method in class com.antelmann.sql.SQLStubFilter
 
setInnerFilter(Filter<? super T>) - Method in class com.antelmann.sql.TopicMapFilter
 
setInnerFilter(Filter<? super T>) - Method in interface com.antelmann.util.CascadingFilter
 
setInnerFilter(Filter<? super T>) - Method in class com.antelmann.util.OffsetFilter
 
setInnerFilter(Filter<Object>) - Method in class com.antelmann.util.RandomFilter
 
setInsertMode(boolean) - Method in class com.antelmann.sql.JDBCTableModel
 
setInsertMode(boolean) - Method in class com.antelmann.sql.ResultSetTableModel
 
setInsets(Insets) - Method in class com.antelmann.util.gui.MouseBoundsListener
 
setInterval(JDateRangeChooser) - Method in class com.antelmann.util.gui.JDateRangeChooser
 
setInterval(Range<Date>) - Method in class com.antelmann.util.gui.JDateRangeChooser
 
setInterval(Date, Date) - Method in class com.antelmann.util.gui.JDateRangeChooser
 
setInterval(Date, JDateRangeChooser.Interval) - Method in class com.antelmann.util.gui.JDateRangeChooser
the begin time will be set to the begin of the day of the given date while the end will be set after begin according to the given interval.
setIntervalFromSettings(String) - Method in class com.antelmann.util.gui.JDateRangeChooser
 
setIntervalFromSettings(String, Map<?, ?>) - Method in class com.antelmann.util.gui.JDateRangeChooser
 
setIntervalFromSettings(String, Map<?, ?>, DateFormat) - Method in class com.antelmann.util.gui.JDateRangeChooser
supports [prefix]beginDate and either [prefix]interval or [prefix]endDate
setIntervalMillis(long) - Method in class com.antelmann.util.gui.JMemoryGauge
 
setIntervalPixel(int) - Method in class com.antelmann.calendar.JDayGrid
 
setIpFilter(Filter<String>) - Method in class com.antelmann.servlet.UserAuthenticationFilter
 
setIssuedFor(String) - Method in class com.antelmann.AntBuildLicenseFile
 
setItemHandler(RSSMenu.ItemHandler) - Method in class com.antelmann.net.web.RSSMenu
 
setJProgressBar(JProgressBar) - Method in class com.antelmann.util.MonitorDelegate
 
setKeepTogether(String, boolean) - Method in class com.antelmann.ooffice.OOTableWriter
 
setKey(SynchronousKey) - Method in class com.antelmann.net.SecureConnection
 
setKey(K) - Method in class com.antelmann.util.SimpleEntry.Editable
 
setKey(K) - Method in class com.antelmann.util.SimpleEntry.Immutable
 
setKey(K) - Method in class com.antelmann.util.SimpleEntry
 
setKeyManagerFactory(KeyManagerFactory) - Method in class com.antelmann.net.SSLHelper
resets the sslContext as a side-effect
setKeystore(File, char[]) - Method in class com.antelmann.net.SSLHelper
 
setKeystore(InputStream, char[]) - Method in class com.antelmann.net.SSLHelper
 
setKeystoreFilePath(String) - Static method in class com.antelmann.net.SSLHelper
 
setKeystorePassword(String) - Static method in class com.antelmann.net.SSLHelper
 
setKnownServerList(String[]) - Static method in class com.antelmann.calendar.TimeProtocolClient
Deprecated.  
setLabelFor(Class<?>, String) - Method in class com.antelmann.db.EntryClassMapper.Adapter
 
setLabelFor(Class<?>, String) - Method in interface com.antelmann.db.EntryClassMapper
allows to customize the label that is to be displayed for the given class
setLabelHandler(Handler<JLabel, RuntimeException>) - Method in class com.antelmann.util.table.WrappedTableCellRenderer
 
setLabelText(String) - Method in class com.antelmann.util.table.JTableFilterTextField
 
setLanguage(Locale) - Static method in class com.antelmann.util.gui.Menus
 
setLastRoundTripDelay(long) - Method in class com.antelmann.calendar.AbstractTimeSystem
 
setLayoutOption(LayoutOption) - Method in class com.antelmann.math.JDataMatrixView
 
setLevel(Level) - Method in class com.antelmann.util.logging.LogEntry
 
setLicense(License) - Method in exception com.antelmann.LicensingException
 
setLicensee(String) - Method in class com.antelmann.AntBuildLicenseFile
 
setLicensee(Object) - Method in exception com.antelmann.LicensingException
 
setLicenseHandler(LicenseHandler) - Static method in class com.antelmann.Settings
allows to react on failed license-checks by establishing a proper handler
setLicenseKey(LicenseKey) - Method in class com.antelmann.License
allows to set an individual license key for a license; must be set before signing.
setLightWeight(boolean) - Static method in class com.antelmann.util.gui.Menus
for reference; this is true by default (but also can be set for each JComponent separately)
setLimit(int) - Method in class com.antelmann.util.logging.JTextAreaLog
set limit to 0 or less for no limit
setLimit(int) - Method in class com.antelmann.util.logging.JTextComponentLog
set limit to 0 or less for no limit
setLineBreak(String) - Method in class com.antelmann.util.logging.StringLineFormatter
 
setLineSeparator(String) - Method in class com.antelmann.util.logging.DBLineLogFormatter
 
setLocale(Locale, Object) - Method in class com.antelmann.calendar.CalendarTableModel
 
setLocale(Locale, Object) - Method in class com.antelmann.calendar.Holiday
 
setLocale(Locale, Object) - Method in enum com.antelmann.calendar.TimeInterval
 
setLocale(Locale, Object) - Method in class com.antelmann.crm.GlobalAddress
 
setLocale(Locale) - Method in class com.antelmann.crm.GlobalAddress
 
setLocale(Locale, Object) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
setLocale(Locale, Object) - Method in class com.antelmann.crm.SnailMailAddress
 
setLocale(Locale) - Method in class com.antelmann.crm.SnailMailAddress
 
setLocale(Locale, Object) - Method in class com.antelmann.db.BaseDocument
 
setLocale(Locale, Object) - Method in class com.antelmann.image.ImageURLEntry
 
setLocale(Locale, Object) - Method in class com.antelmann.math.DefaultUnit
 
setLocale(Locale, Object) - Method in enum com.antelmann.math.SIBaseUnit
 
setLocale(Locale, Object) - Method in class com.antelmann.util.Country
 
setLocale(Locale) - Method in class com.antelmann.util.Country
 
setLocale(Locale, Object) - Method in class com.antelmann.util.Localizable.Adapter
 
setLocale(Locale, Object) - Method in interface com.antelmann.util.Localizable
sets the Locale for this object so that all subsequent return values of method calls to this instance can be localized accordingly until a different Locale is set.
setLocalPassiveMode(boolean) - Method in class com.antelmann.net.FTPConnector
 
setLocation(String) - Method in class com.antelmann.calendar.CalendarEntry
 
setLocation(String) - Method in exception com.antelmann.cddb.XmcdFormatException
 
setLocation(String) - Method in class com.antelmann.genealogy.GEventImpl
 
setLocation(String) - Method in class com.antelmann.genealogy.GPersonalBlogEntry
 
setLocation(int, int) - Method in class com.antelmann.image.SimpleRegionTag
 
setLogAtClose(boolean) - Method in class com.antelmann.util.logging.LogFile
 
setLogFilter(Filter<? super LogEntry>) - Method in class com.antelmann.util.logging.AbstractLogWriter
 
setLogFormatter(LogEntryFormatter<T>) - Method in class com.antelmann.util.logging.AbstractLogWriter
formatter must not be null
setLogFormatter(LogEntryFormatter<String>) - Method in class com.antelmann.util.logging.LogFile
 
setLogger(Logger) - Method in class com.antelmann.calendar.NTPServer
Deprecated.  
setLogger(Logger) - Method in class com.antelmann.calendar.TimeProtocolServer
Deprecated.  
setLogger(Logger) - Method in class com.antelmann.db.LoggerLoginListener
 
setLogger(Logger) - Method in class com.antelmann.io.Backup
the logger may not be set while the backup is running
setLogger(Logger) - Method in class com.antelmann.net.mail.JPopMessageTable
 
setLogger(Logger) - Method in class com.antelmann.net.MessageDelegator
 
setLogger(Logger) - Method in class com.antelmann.net.SocketConnection
 
setLogger(Object, Logger) - Method in class com.antelmann.util.logging.LoggerManager
 
setLogger(Logger) - Method in class com.antelmann.util.MonitorDelegate
 
setLogLevel(Level) - Method in class com.antelmann.util.MonitorDelegate
 
setLookAndFeel(String) - Static method in class com.antelmann.util.gui.Menus
 
setMaidenName(String) - Method in class com.antelmann.genealogy.GPerson
 
setManualPageBreak(XCell, boolean) - Method in class com.antelmann.ooffice.OOCalc
#see OOCalc.isManualPageBreak(XCell)
setMappedValue(Object, Map<String, Object>, Object) - Method in class com.antelmann.sql.BaseRowMapper
convenience method: sets the given value corresponding to the topic on the map only if the topic is mapped and the column is not read-only.
setMappingForTopic(Object, String) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setMapProperties(boolean) - Method in class com.antelmann.sql.UserImplMapper
 
setMapRemainingColumnsAsProperties(boolean) - Method in class com.antelmann.sql.PropertyMapper
if set to true (and T implements PropertyEntry), all remaining columns will be mapped to properties
setMatrix(DataMatrix<?>) - Method in class com.antelmann.math.DataMatrixGraphics
 
setMax(int) - Method in class com.antelmann.util.Monitor
 
setMax(int) - Method in class com.antelmann.util.MonitorDelegate
 
setMaxFound(int) - Method in class com.antelmann.net.Spider.SMonitor
Deprecated.  
setMaximumItemAge(long) - Method in class com.antelmann.image.JSimpleTimeGraph
 
setMaximumItemCount(int) - Method in class com.antelmann.image.JSimpleTimeGraph
 
setMaxParams(int) - Method in class com.antelmann.util.logging.StringLineFormatter
 
setMessage(String) - Method in class com.antelmann.util.logging.LogEntry
 
setMessage(String) - Method in class com.antelmann.util.Monitor
 
setMessage(String) - Method in class com.antelmann.util.MonitorDelegate
 
setMessageExtractor(PatternExtractor<? super T, String>) - Method in class com.antelmann.util.VerboseFilter.Adapter
 
setMessageFilter(Filter<Message>) - Method in class com.antelmann.net.mail.IMAPBackup
 
setMessageHandler(Handler<Message, ? extends Exception>) - Method in class com.antelmann.net.mail.IMAPBackup
 
setMetaData(Map<String, Class<?>>) - Method in class com.antelmann.sql.RowItem
allows to optionally set meta data information that - if non-null - overrides the columns set for the checkPropertyChange() method.
setMethod(String) - Method in class com.antelmann.net.ServerLogEntry
 
setMicrosecondPosition(long) - Method in class com.antelmann.sound.SoundPlayer
sets the microsecond position of the active sound object; the method call has no effect if no active sound object is present
setMiddleName(String) - Method in class com.antelmann.crm.PersonImpl
 
setMin(int) - Method in class com.antelmann.util.Monitor
 
setMin(int) - Method in class com.antelmann.util.MonitorDelegate
 
setMnemonicKey(int) - Method in class com.antelmann.util.gui.MyAbstractAction
see KeyEvent
setModel(TableModel) - Method in class com.antelmann.net.mail.JEmailAccountTable
throws IllegalArgumentException if model is not a MessageTableModel
setModel(ComboBoxModel) - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
setModelData(Object...) - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
delegates to the model and adjusts the current selection accordingly
setMonitor(Monitor) - Method in class com.antelmann.io.Backup
 
setMonitor(Monitor) - Method in class com.antelmann.net.Downloader
 
setMonitor(Monitor) - Method in class com.antelmann.net.mail.AccountReader
 
setMonitor(Monitor) - Method in class com.antelmann.net.mail.IMAPBackup
 
setMotionDetector(MotionDetector) - Method in class com.antelmann.image.MJPEGHandler
 
setMultiWordSearchOption(boolean) - Method in class com.antelmann.util.gui.JSearchList
 
setMultiWordSearchOption(boolean) - Method in class com.antelmann.util.table.SimpleTableRowFilter
 
setMysqlCommand(String) - Method in class com.antelmann.sql.Mysqldump
 
setMysqldump(String) - Method in class com.antelmann.sql.Mysqldump
 
setName(String) - Method in interface com.antelmann.db.User
 
setName(String) - Method in class com.antelmann.db.UserImpl
name must not be null
setNegated(boolean) - Method in class com.antelmann.sql.SQLComboFilter
allows to negate the entire where-clause of the PreparedStatement when it is generated; the inner filter remains untouched.
setNextIntIdAsFactory(Class<T>) - Method in class com.antelmann.sql.BaseRowMapper
sets a factory that uses BaseRowMapper.getNextIntID() for BaseRowMapper.generateNewID()
setNextToReadOnly(boolean) - Method in class com.antelmann.db.AbstractDBTransaction
 
setNextToReadOnly(boolean) - Method in interface com.antelmann.db.DBTransaction
allows to configure the next transaction to be read-only.
setNickname(String) - Method in class com.antelmann.crm.PersonImpl
 
setNoSubDirsFilter() - Method in class com.antelmann.io.Backup
replaces any previous filter
setNotAllowedHandler(Handler<ServletResponse, ? extends IOException>) - Method in class com.antelmann.servlet.UserAuthenticationFilter
when the handler is called, the request will be given as the callback source
setNotes(String) - Method in class com.antelmann.db.BaseDocument
 
setNotes(String) - Method in class com.antelmann.db.ProtocolNoteEntry
 
setNotes(String) - Method in class com.antelmann.genealogy.GPersonalBlogEntry
 
setNotificationFilter(RemoteDBChangeFilter) - Method in class com.antelmann.db.remote.ChangeNotificationClient
 
setNullValue(String) - Method in class com.antelmann.util.table.FormattedCellRenderer
allows to customize the String returned by FormattedCellRenderer.format(Object) if the value is null (by default, this is an empty String)
setNumber(int) - Method in class com.antelmann.util.Monitor
 
setNumber(int, int) - Method in class com.antelmann.util.Monitor
 
setNumber(int) - Method in class com.antelmann.util.MonitorDelegate
 
setNumberExtractor(PatternExtractor<? super T, ? extends Number>) - Method in class com.antelmann.math.ObjectAnalyzer
 
setNumberFormat(XCellRange, String) - Method in class com.antelmann.ooffice.OOCalc
 
setNumberFormat(XCell, String) - Method in class com.antelmann.ooffice.OOCalc
 
setNumberFormat(NumberFormat) - Method in class com.antelmann.sql.SQLNumberGenerator
 
setNumberRangeColumns(String[]) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setObject(Object) - Method in class com.antelmann.util.Monitor
 
setObject(int, Object) - Method in class com.antelmann.util.Monitor
 
setOccupation(String) - Method in class com.antelmann.genealogy.GPerson
 
setOdds(double) - Method in class com.antelmann.util.RandomFilter
 
setOfficeProgramPath(File) - Static method in class com.antelmann.ooffice.OfficeConnector
sets the program path for OpenOffice and determines whether (in case of a non-null value) the socket connection method is to be used upon creating the context, or the standard pipe mechanism.
setOnlyFullColors(boolean) - Method in class com.antelmann.image.ColorPath
 
setOperator(BooleanOperator) - Method in class com.antelmann.util.ComboFilter
 
setOptimalColumnWidth(int, int) - Method in class com.antelmann.ooffice.OOCalc
 
setOptimalColumnWidth(XSpreadsheet, int) - Method in class com.antelmann.ooffice.OOCalc
 
setOrder(String...) - Method in class com.antelmann.sql.SQLMapFilter
 
setOrder(String...) - Method in class com.antelmann.sql.SQLStubFilter
 
setOrder(Object...) - Method in class com.antelmann.sql.TopicMapFilter
 
setOrderByColumns(String...) - Method in class com.antelmann.sql.SQLComboFilter
 
setOriginalLocation(URL) - Method in class com.antelmann.db.BaseDocument
 
setOriginDir(File) - Method in class com.antelmann.io.Backup
 
setPage(URL) - Method in class com.antelmann.net.JWebBrowser
sets the current page for the browser's main window; the call may be ignored if the browser is currently busy loading another page (preventing multiple loads)
setPageOrientation(PageOrientation) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
setParameter(String) - Method in class com.antelmann.AntBuildTask
understands createProperties, updateFiles, createLicenses
setParameterKeys(String, String) - Method in class com.antelmann.servlet.UserAuthenticationFilter
defaults to 'user' and 'password'
setParameters(Object[]) - Method in class com.antelmann.util.logging.LogEntry
 
setParams(Object...) - Method in class com.antelmann.sql.SQLDirectQueryEntryFilter
 
setParamSize(int) - Method in class com.antelmann.util.logging.DBLineLogFormatter
 
setParent(Composition) - Method in class com.antelmann.cddb.Composition
sets the parent Composition object from which this composition then inherits further contributions
setParent(Container) - Method in class com.antelmann.util.gui.MouseBoundsListener
 
setParent(Component) - Method in class com.antelmann.util.gui.MyAbstractAction
 
setParentCategory(Category<T>) - Method in class com.antelmann.db.Category.Adapter
 
setParentCategory(Category<Database<?>>) - Method in class com.antelmann.db.Category.Entry
 
setParentCategory(MutableCategory<T>) - Method in class com.antelmann.db.MutableCategory.Adapter
 
setParentCategory(MutableCategory<Database<?>>) - Method in class com.antelmann.db.MutableCategory.Entry
 
setParentCategory(MutableCategory<T>) - Method in interface com.antelmann.db.MutableCategory
 
setParentComponent(Component) - Method in class com.antelmann.sql.JDBCTableModel
 
setParentRetriever(ValueRetriever<? extends Component>) - Method in class com.antelmann.util.gui.MyAbstractAction
 
setParser(TimeDataParser<? super T>) - Method in class com.antelmann.math.TimeDataGrid
 
setPassword(String) - Method in class com.antelmann.db.JUserLoginPanel
 
setPassword(char[]) - Method in interface com.antelmann.db.User
sets the password for this user (the password itself is not stored, but a hashed version of it)
setPassword(char[]) - Method in class com.antelmann.db.UserImpl
 
setPassword(char[]) - Method in class com.antelmann.net.mail.POP3Account
 
setPassword(String) - Method in class com.antelmann.net.mail.POP3Account
sets both, the pop3 password and the smtp password; if the smtp password is different, it must be set herafter.
setPassword(char[]) - Method in class com.antelmann.sql.ConnectorSettings
 
setPassword(char[]) - Method in class com.antelmann.sql.JConnectionLogin
 
setPassword(String) - Method in class com.antelmann.sql.Mysqldump
 
setPassword(char[]) - Method in class com.antelmann.util.CipherKey
only supported with PBEWithMD5AndDES algorithm
setPassword(char[], byte[], int) - Method in class com.antelmann.util.CipherKey
only supported with PBEWithMD5AndDES algorithm
setPassword(String) - Method in class com.antelmann.webdav.WebdavClient
 
setPasswordHash(String) - Method in interface com.antelmann.db.User
directly sets the hashed version of the password (so that the password can be changed to that of another user without knowing it)
setPasswordHash(String) - Method in class com.antelmann.db.UserImpl
 
setPattern(String) - Method in class com.antelmann.util.table.SimpleTableRowFilter
 
setPatternExtractor(PatternExtractor<Object, String>) - Method in class com.antelmann.util.table.SimpleTableRowFilter
allows to customize the way a String is extracted from a value in a model when searching for a pattern
setPerformActionOnSelect(boolean) - Method in class com.antelmann.util.gui.JComboButton
Note, that if this is set to true and you programatically select an item, the corresponding action is performed!
setPermanentConnection(boolean) - Method in class com.antelmann.sql.SQLFactoryDatabase
if set to true, this instance behaves pretty much as if it were its superclass.
setPerson(Stub<GPerson>) - Method in class com.antelmann.genealogy.GPersonalBlogEntry
 
setPersonTitle(String) - Method in class com.antelmann.crm.PersonImpl
 
setPlatformLookAndFeel() - Static method in class com.antelmann.util.gui.Menus
 
setPoint(Point) - Method in class com.antelmann.image.SimpleRegionTag
 
setPop3Server(String) - Method in class com.antelmann.net.mail.POP3Account
 
setPort(int) - Method in class com.antelmann.calendar.NTPClient
 
setPort(int) - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated.  
setPort(int) - Method in class com.antelmann.net.JMessenger
sets the port to listen for incoming connections (if other than default)
setPort(int) - Method in class com.antelmann.net.ServerLogEntry
 
setPort(Integer) - Method in class com.antelmann.sql.ConnectorSettings
 
setPreloadContentStream(boolean) - Method in class com.antelmann.sql.DBDocument
 
setPreStoreFilter(Filter<? super T>) - Method in class com.antelmann.sql.BaseRowMapper
allows to specify a filter that is used before each update/insert
setPreStoreHandler(Handler<T, ? extends DatabaseException>) - Method in class com.antelmann.db.WrappedDBClassStore
 
setPreventSameRelation(boolean) - Method in class com.antelmann.sql.RelationshipStore.Mapper
 
setPreventSameRelation(boolean) - Method in class com.antelmann.sql.RelationshipStore
 
setPrimary1(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setPrimary2(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setPrimary3(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setPrinter(PrintUtilities.Printer) - Static method in class com.antelmann.util.PrintUtilities
sets the printer to be used
setPrintText(boolean) - Method in class com.antelmann.calendar.JDayGrid
 
setProcessBeforeFiltering(boolean) - Method in interface com.antelmann.db.ProcessedFilterOption
If set to false, filtering during fetch operations operate on entries that have not yet run through the processor - if one is set.
setProcessBeforeFiltering(boolean) - Method in class com.antelmann.db.WrappedDBClassStore
This setting only applies if the embedded store doesn't support ProcessorHook, which is preferred over using this method, because several hassles can be avoided that way (see below).
setProcessBeforeFiltering(boolean, boolean) - Method in class com.antelmann.db.WrappedDBClassStore
 
setProgressMonitor(ProgressMonitor) - Method in class com.antelmann.util.MonitorDelegate
 
setPropagateException(boolean) - Method in class com.antelmann.util.AbstractIterator
allows to have Exceptions thrown during getNextElement() propagated as IterationExceptions back to the caller
setProperties(Properties) - Method in class com.antelmann.net.JNetProperties
 
setProperties(Properties) - Method in class com.antelmann.util.gui.CustomTheme
 
setProperties(Map<?, ?>) - Method in class com.antelmann.util.gui.JPropertyEditor
given props remain untouched; they are copied into the embedded model
setProperties(Map<?, ?>) - Method in class com.antelmann.util.table.StringMapTableModel
the given map is copied into the properties of this instance (the given map itself remains untouched if edited here).
setPropertiesPrefix(String) - Method in class com.antelmann.sql.Connector
 
setProperty(Object, Object) - Method in class com.antelmann.calendar.CalendarEntry
 
setProperty(String, Object) - Method in interface com.antelmann.db.PropertyEntry
edit/set a given property value based on the given key.
setProperty(String, Object) - Method in class com.antelmann.db.PropertyEntryImpl
 
setProperty(String, String) - Static method in class com.antelmann.Settings
sets a property within these settings
setProperty(String, String) - Method in class com.antelmann.util.table.StringMapTableModel
 
setPropertyValue(Object, String, Object) - Static method in class com.antelmann.ooffice.AbstractOfficeDocument
 
setProtection(XSpreadsheet, String, boolean) - Method in class com.antelmann.ooffice.OOCalc
alters the protection of the given sheet
setProtocol(String) - Method in class com.antelmann.net.ServerLogEntry
 
setQuery(String) - Method in class com.antelmann.sql.JDBCInfoPane
 
setQuery(String, boolean) - Method in class com.antelmann.sql.JDBCInfoPane
 
setRadix(int) - Method in class com.antelmann.db.SessionIdGenerator
allows to adjust the radix for generating the number string to compress the length of a generated ID.
setRandom(SecureRandom) - Method in class com.antelmann.net.SSLHelper
resets the sslContext as a side-effect
setRangeX(double) - Method in class com.antelmann.util.gui.Plot2DFunction
sets scaleX so that the given range of numbers are visible on the x-axis - based on the dimension; default is 6 (if no other parameters were changed)
setRangeY(double) - Method in class com.antelmann.util.gui.Plot2DFunction
sets scaleY so that the given range of numbers are visible on the y-axis - based on the dimension; default is 4 (if no other parameters were changed)
setRawData(List<Object>, DataPoint) - Method in class com.antelmann.math.DataMatrix
allows to directly set a DataPoint with a pre-defined data vector; additional matrixes are not effected
setReadOnly(boolean) - Method in class com.antelmann.net.mail.JEmailAccountTable
 
setReadOnly(boolean) - Method in class com.antelmann.sql.ConnectionWrapper
 
setReadOnly(boolean) - Method in class com.antelmann.util.table.MethodTableModel
 
setReadOnly(boolean) - Method in class com.antelmann.util.table.TableModelWrapper
 
setReadOnlyColumns(String...) - Method in class com.antelmann.sql.BaseRowMapper
allows to set the read-only columns in a potentially more convenient way
setReadOnlyColumns(String...) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setReadOnlyColumns(int...) - Method in class com.antelmann.util.table.MethodTableModel
 
setReadOnlyColumns(String...) - Method in class com.antelmann.util.table.MethodTableModel
 
setReadTimeout(int) - Method in class com.antelmann.net.CGI
 
setRealm(String) - Method in class com.antelmann.servlet.UserAuthenticationFilter
 
setRecordingDate(Date) - Method in class com.antelmann.cddb.Composition
 
setRecordingType(String) - Method in class com.antelmann.cddb.Track
examples are DDD, AAD, and the alike.
setRecordingYear(int) - Method in class com.antelmann.cddb.Composition
convenience method that will set the recording date to January 1st of the given year according to the Gregorian calendar
setRecurrence(Recurrence) - Method in class com.antelmann.calendar.CalendarEntry
 
setReferenceString(String) - Method in class com.antelmann.db.DefaultDBReference
 
setReferer(String) - Method in class com.antelmann.net.ServerLogEntry
 
setRefreshOnSQLException(boolean) - Method in class com.antelmann.sql.JDBCTableModel
if set to true, JDBCTableModel.getValueAt(int, int) tries to recover by calling JDBCTableModel.refresh().
setRegion(Rectangle) - Method in class com.antelmann.image.SimpleRegionTag
 
setRelationOption(Object) - Method in class com.antelmann.db.DefaultEntryRelationship
 
setRelationshipManager(RelationshipManager) - Method in class com.antelmann.sql.BaseDocumentMapper
 
setRelationshipManager(RelationshipManager) - Method in class com.antelmann.sql.DBDocumentStore
 
setRelevantValue(Image) - Method in class com.antelmann.image.ImageHolder
 
setRelevantValue(Image) - Method in class com.antelmann.image.JImagePanel
 
setRelevantValue(ValueRetriever<InputStream>) - Method in class com.antelmann.io.BinaryData
 
setRelevantValue(Category<?>) - Method in class com.antelmann.util.gui.JCategoryField
 
setRelevantValue(T) - Method in class com.antelmann.util.gui.JEnumField
 
setRelevantValue(File) - Method in class com.antelmann.util.gui.JFileField
 
setRelevantValue(URL) - Method in class com.antelmann.util.gui.JURLField
 
setRelevantValue(YouTubeVideo) - Method in class com.antelmann.util.gui.JYouTubeField
 
setRelevantValue(T) - Method in class com.antelmann.util.Placeholder
calls Placeholder.setValue(Object) after checking any VetoableChangeListener
setRelevantValue(Color) - Method in class com.antelmann.util.table.ColorDialogCellEditor
 
setRelevantValue(Date) - Method in class com.antelmann.util.table.DateDialogCellEditor
 
setRelevantValue(T) - Method in class com.antelmann.util.table.FormDialogCellEditor
 
setRelevantValue(String) - Method in class com.antelmann.util.table.TextDialogCellEditor
 
setRelevantValue(T) - Method in interface com.antelmann.util.ValueSetter
sets the relevant value for this instance with the given value
setReligion(String) - Method in class com.antelmann.genealogy.GPerson
 
setRemoteFilter(NetConnection, RemoteDBChangeFilter) - Method in class com.antelmann.db.remote.RemoteDatabaseChangeHandler
allows to set a remote filter on the given connection, so that not every change is delivered by the server to this connection
setRenderer(TableCellRenderer) - Method in class com.antelmann.math.JDataMatrixView
 
setRenderer(TreeCellRenderer) - Method in class com.antelmann.util.gui.JCategoryField
 
setRenderer(ListCellRenderer) - Method in class com.antelmann.util.gui.JSearchList
shortcut
setRenderer(PatternExtractor<Object, String>) - Method in class com.antelmann.util.gui.JSearchList
shortcut for using a FormattedCellRenderer
setRenderer(String, TableCellRenderer) - Method in class com.antelmann.util.table.TableModelWrapper
 
setRenderer(int, TableCellRenderer) - Method in class com.antelmann.util.table.TableModelWrapper
 
setRepeatHeaderline(String, boolean) - Method in class com.antelmann.ooffice.OOTableWriter
 
setRequiredColumns(String[]) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setRequiredLicensee(Object) - Method in class com.antelmann.net.NetConnectionServer
 
setRequiresLicense(boolean) - Method in class com.antelmann.net.NetConnectionServer
 
setRequiresLicense(boolean) - Method in class com.antelmann.util.gui.MyAbstractAction
 
setRequiresPassword(boolean) - Method in class com.antelmann.util.gui.MyAbstractAction
allows to enforce that the user currently logged in needs to re-enter his/her password to be able to continue.
setRequireStartTLS(boolean) - Method in class com.antelmann.net.mail.POP3Account
used to support GoogleMail, for example
setResizable(boolean) - Method in class com.antelmann.util.table.AbstractDialogCellEditor
 
setResolveOriginIfMissing(boolean) - Method in class com.antelmann.util.logging.Logger
 
setRestrictedMappedColumns(String...) - Method in class com.antelmann.sql.BaseRowMapper
restricts the columns that are actually retrieved when instantiating the RowItem; the other columns can still be queried upon, but they will not be available upon creating the instance.
setRestrictedMappedColumns(String...) - Method in class com.antelmann.sql.GenericPropertyEntryStore
 
setRestrictToColumns(String...) - Method in class com.antelmann.sql.SQLComboFilter
allows to override the restricted columns to be mapped; the override only applies if a non-null, non-empty array is given.
setRetriever(ValueRetriever<InputStream>) - Method in class com.antelmann.io.BinaryData
 
setRetriever(ValueRetriever<T>) - Method in class com.antelmann.util.ReferenceHolder
 
setRightsEnumClass(Class<? extends Enum<?>>) - Method in class com.antelmann.sql.UserImplMapper
 
setRoleBase(T) - Method in interface com.antelmann.crm.Role
allows to reassign the role to a different (non-null) base
setRoot(URL) - Method in class com.antelmann.net.URLTree
 
setRoot(TreeNode) - Method in class com.antelmann.net.URLTree
overwritten to ensure proper immediate calculation of the entire new tree based on the new settings.
setRoot(File) - Method in class com.antelmann.util.gui.JDiskUsage
 
setRootTitle(String) - Method in class com.antelmann.util.gui.JCategoryField
 
setRowHeight(int, int, int) - Method in class com.antelmann.ooffice.OOCalc
 
setRowSelection(int, boolean) - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
setRowValues(Iterable<? extends T>) - Method in class com.antelmann.db.StoreUpdateTableModel
 
setRowValues(Iterable<? extends RowItem>) - Method in class com.antelmann.sql.ResultSetTableModel
 
setRowValues(Iterable<? extends T>) - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
setRowValues(Iterable<? extends T>) - Method in class com.antelmann.util.table.ConvertedObjectTableModel
 
setRowValues(Iterable<? extends T>) - Method in interface com.antelmann.util.table.ObjectTableModel
allows to change the underlying table data based on the given collection.
setRowValues(Iterable<? extends T>) - Method in class com.antelmann.util.table.ObjectTableModelView
 
setRowValues(Iterable<? extends T>) - Method in class com.antelmann.util.table.ObjectTableModelWrapper
 
setRowValues(Iterable<? extends T>) - Method in class com.antelmann.util.table.SelectableObjectsTableModel
maintains those items as selected that were previously selected
setRowVisible(int, int, boolean) - Method in class com.antelmann.ooffice.OOCalc
 
Sets - Class in com.antelmann.util
utility class for calculations on sets, lists and other collections.
setSalutation(String) - Method in class com.antelmann.crm.GlobalAddress
 
setSalutation(String) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
setSampleText(String) - Method in class com.antelmann.util.gui.JFontChooser
 
setSampleText(String) - Method in class com.antelmann.util.gui.JFontFileChooser
 
setSavepoint() - Method in class com.antelmann.sql.ConnectionWrapper
 
setSavepoint(String) - Method in class com.antelmann.sql.ConnectionWrapper
 
setScaleUpToFit(boolean) - Method in class com.antelmann.image.JImagePanel
allows to specify whether the image is to be scaled if it is smaller than the panel
setSearchText(String) - Method in class com.antelmann.util.gui.JSearchList
 
setSearchText(String) - Method in class com.antelmann.util.table.JTableFilterTextField
 
setSecondary1(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setSecondary2(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setSecondary3(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setSelectAllOnEdit(boolean) - Method in class com.antelmann.util.gui.JPropertyEditor
 
setSelectAllOnFocus(boolean) - Method in class com.antelmann.util.table.FormattedCellEditor
 
setSelectedFont(Font) - Method in class com.antelmann.util.gui.JFontChooser
 
setSelectedFont(Font) - Method in class com.antelmann.util.gui.JFontControl
 
setSelectedFont(Font) - Method in class com.antelmann.util.gui.JFontFileChooser
 
setSelectedGroups(Collection<G>) - Method in class com.antelmann.util.gui.JTagsField
 
setSelectedItem(Object) - Method in class com.antelmann.util.gui.JComboButton
overridden so that adding an item won't trigger the custom ActionListener
setSelectedItem(Object) - Method in class com.antelmann.util.gui.JSearchList
convenience method
setSelectedItem(T) - Method in class com.antelmann.util.gui.JSearchTable
convenience method
setSelectedItems(Object...) - Method in class com.antelmann.util.gui.JSearchList
convenience method
setSelectedItems(Collection<T>) - Method in class com.antelmann.util.gui.JSearchTable
 
setSelectedNode(Object) - Method in class com.antelmann.util.gui.JSearchTree
 
setSelectedObjects(Object...) - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
setSelectedObjects(Collection<? extends T>) - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
setSelectedObjects(T...) - Method in class com.antelmann.util.table.SelectableObjectsTableModel
objects that are not selectable in this model are ignored
setSelectedPrinter(String) - Method in class com.antelmann.util.gui.JPrinterSelect
 
setSelectedRange(String) - Method in class com.antelmann.ooffice.OOCalc
 
setSelectedTextSearchColumns(String[]) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setSelection(TreePath) - Method in class com.antelmann.util.gui.JSearchTree
 
setSendContentLength(boolean) - Method in class com.antelmann.net.CGI
 
setSendProcessor(Processor<Message, ? extends Exception>) - Method in class com.antelmann.net.mail.POP3Account
allows to set a processor that will handle messages before they get sent
setSentDate(Date) - Method in class com.antelmann.net.mail.Email
 
setSeriesColorPath(int, ColorPath) - Method in class com.antelmann.image.ColorPathBarRenderer
 
setServer(String) - Method in class com.antelmann.calendar.NTPClient
 
setServer(String) - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated.  
setServer(CDDBServer) - Method in class com.antelmann.cddb.FreeDB
changes the site location used to access the service; the protocol for the server must be http
setServer(String) - Method in class com.antelmann.sql.JConnectionLogin
 
setServer(String) - Method in class com.antelmann.sql.Mysqldump
 
setSession(Session) - Method in class com.antelmann.net.mail.EmailConverter
 
setSessionDataManually(String, int, boolean) - Method in class com.antelmann.db.SessionIdGenerator
allows to manually override the session prefix - use with caution - if at all
setSessionFilter(Filter<SSLSession>) - Method in class com.antelmann.net.SSLHelper
 
setSessionVariable(String, String) - Method in class com.antelmann.sql.MySQLHelper
 
setShowDialogOnError(boolean) - Method in class com.antelmann.util.gui.DocumentTextFilter
 
setShowEndDialog(boolean) - Method in class com.antelmann.net.JDownloader
 
setShowOrigin(boolean) - Method in class com.antelmann.util.logging.StringLineFormatter
 
setSignature(byte[]) - Method in class com.antelmann.License
the method that signs the license and thus makes it usable.
setSinglePath(boolean) - Method in class com.antelmann.net.URLTree
if set to true, the URLTree allows every URL to only occur once in the tree; calling this function forces the entire tree to be revalidated from the root
setSites(String...) - Method in class com.antelmann.net.DyndnsTool
each site is the full hostname as in 'antelmann.dyndns.org'
setSize(int) - Method in class com.antelmann.net.mail.Email
 
setSkipOpt(boolean) - Method in class com.antelmann.sql.Mysqldump
 
setSMS(String) - Method in class com.antelmann.crm.GlobalAddress
 
setSMS(PhoneNumber) - Method in class com.antelmann.crm.GlobalAddress
 
setSMS(PhoneNumber) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
setSmtpOverSSL(boolean) - Method in class com.antelmann.net.mail.POP3Account
 
setSmtpPassword(String) - Method in class com.antelmann.net.mail.POP3Account
must only be set explicitly if different from the POP3 password
setSmtpPort(int) - Method in class com.antelmann.net.mail.POP3Account
default is 25; for SSL: 465; alternatively: 587
setSmtpServer(String) - Method in class com.antelmann.net.mail.POP3Account
 
setSmtpUser(String) - Method in class com.antelmann.net.mail.POP3Account
must only be set explicitly if different from the POP3 user
setSnailMail(SnailMailAddress) - Method in class com.antelmann.crm.GlobalAddress
 
setSnailMail(SnailMailAddress) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
setSnapper(MouseBoundsListener.Snapper) - Method in class com.antelmann.util.gui.MouseBoundsListener
defines the snapping behavior while dragging this component
setSocketContext(File) - Static method in class com.antelmann.ooffice.OfficeConnector
creates a socket context on the given path and directly sets the same to be available upon subsequent calls to OfficeConnector.getContext()
setSortingTitle(String) - Method in class com.antelmann.genealogy.GPerson
 
setSortName(String) - Method in class com.antelmann.cddb.Artist
the sortName can be used to provide an ordering different from the name of the artist.
setSoTimeout(int) - Method in class com.antelmann.net.SimpleHandshake
 
setSoTimeout(int) - Method in class com.antelmann.net.SocketConnection
propagates to the embedded socket
setSourceClassName(String) - Method in class com.antelmann.util.logging.LogEntry
 
setSourceString(String) - Method in class com.antelmann.util.logging.LogEntry
 
setSpecialExceptionAction(Action) - Static method in class com.antelmann.util.gui.Menus
allows to register a special action that is provided as a button when displaying an Exception
setSQLServerDriver(String) - Method in class com.antelmann.sql.Connector
sets the name of the driver class to be used by getSQLServerConnection().
setSQLTypeForColumn(String, int) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setSSL(boolean) - Method in class com.antelmann.sql.ConnectorSettings
 
setSslHelper(SSLHelper) - Method in class com.antelmann.net.CGI
 
setSSLHelper(SSLHelper) - Method in class com.antelmann.net.Spider
 
setStackTrace(StackTraceElement[]) - Method in class com.antelmann.util.logging.LogEntry
 
setStandard(boolean) - Method in class com.antelmann.sql.JConnectionLogin
if true, the first 'standard' tab is selected; otherwise, the 'advanced' tab is selected
setStandardLookAndFeel() - Static method in class com.antelmann.util.gui.Menus
 
setState(String) - Method in class com.antelmann.crm.ImmutableSnailMailAddress
 
setState(String) - Method in class com.antelmann.crm.SnailMailAddress
 
setStatusText(String) - Method in class com.antelmann.util.gui.JMainFrame
 
setStoreHandler(Handler<T, ? extends DatabaseException>) - Method in class com.antelmann.db.WrappedDBClassStore
 
setStream(InputStream) - Method in class com.antelmann.image.MJPEGReader
 
setStream(BufferedInputStream) - Method in class com.antelmann.image.MJPEGReader
 
setStreamResults(boolean) - Method in class com.antelmann.sql.MySQLHelper
setting this flag to true will set the fetch size to Integer.MIN_VALUE.
setStreet(String) - Method in class com.antelmann.crm.ImmutableSnailMailAddress
 
setStreet(String) - Method in class com.antelmann.crm.SnailMailAddress
may contain multiple lines
setStreetNumber(String) - Method in class com.antelmann.crm.ImmutableSnailMailAddress
 
setStreetNumber(String) - Method in class com.antelmann.crm.SnailMailAddress
 
setStringFilter(Filter<? super String>) - Method in class com.antelmann.util.table.FormattedCellEditor
VerboseFilter are honored
setStubProcessor(Processor<Stub<T>, ? extends DatabaseException>) - Method in class com.antelmann.db.WrappedDBClassStore
 
setStubQuery(String) - Method in class com.antelmann.sql.BaseRowMapper
allows to specify a special query for retrieving stubs.
setSubject(String) - Method in class com.antelmann.net.mail.Email
 
setSuggestedKeys(String...) - Method in class com.antelmann.util.gui.JPropertyEditor
 
setSuggestedKeysOnly(boolean) - Method in class com.antelmann.util.gui.JPropertyEditor
 
setSuggestedValues(Map<String, String[]>) - Method in class com.antelmann.util.gui.JPropertyEditor
 
setSuggestedValuesOnly(boolean) - Method in class com.antelmann.util.gui.JPropertyEditor
 
setSystemClassLoader() - Static method in class com.antelmann.Settings
sets the class loader to be used to the system class loader
setSystemErr(File, boolean) - Static method in class com.antelmann.Debug
 
setSystemOut(File, boolean) - Static method in class com.antelmann.Debug
 
setTable(String...) - Method in class com.antelmann.sql.Mysqldump
 
setTable(String) - Method in class com.antelmann.sql.SQLValueRetriever
 
setTableHandler(Handler<JTable, ? extends RuntimeException>) - Method in class com.antelmann.math.JDataMatrixView
 
setTableName(String) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setTableName(String) - Method in class com.antelmann.sql.RowItem
 
setTableProperty(String, String, Object) - Method in class com.antelmann.ooffice.OOTableWriter
 
setTableQuery(String) - Method in class com.antelmann.sql.BaseRowMapper
allows to set a query for mapping the data instead of just using the table name.
setTableQuery(String, String) - Method in class com.antelmann.sql.BaseRowMapper
in addition to setting a table query, this also allows to change the id column (often required to ensure the uniqueness of the id column in a query that may contain the column multiple times).
setTableQuery(String) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setTableQuery(String) - Method in class com.antelmann.sql.GenericPropertyEntryMapper
 
setTableQuery(String, String) - Method in class com.antelmann.sql.GenericPropertyEntryMapper
 
setTableQuery(String) - Method in class com.antelmann.sql.GenericPropertyEntryStore
 
setTableQuery(String, String) - Method in class com.antelmann.sql.GenericPropertyEntryStore
 
setTableQuery(String) - Method in class com.antelmann.sql.MySqlQueryToViewMapper
 
setTableQuery(String) - Method in class com.antelmann.sql.RelationshipStore
 
setTag(Keyword) - Method in class com.antelmann.image.SimpleRegionTag
 
setTag(String) - Method in class com.antelmann.image.SimpleRegionTag
 
setTagText(String, String) - Method in class com.antelmann.util.XmlHelper
 
setTask(Runnable) - Method in class com.antelmann.util.Monitor
 
setTcp(boolean) - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated.  
setter - Variable in class com.antelmann.util.gui.JPropertyEntryForm
 
setTerminateEditOnFocusLost(JTable, boolean) - Static method in class com.antelmann.util.table.TableUtils
setting this to true fixes an annoying problem of editor values not being committed when the table looses focus.
setTesting(boolean) - Static method in class com.antelmann.Debug
 
setTestMode(boolean) - Method in class com.antelmann.cddb.FreeDB
determines whether submissions will be treated as a test or a real submission
setTextColor(Color) - Static method in class com.antelmann.util.PrintUtilities
 
setTextFont(Font) - Static method in class com.antelmann.util.PrintUtilities
sets a special font to be used when printing text; may be null
setTextMessage(String) - Method in class com.antelmann.net.mail.Email
 
setTextSearchColumns(String[]) - Method in class com.antelmann.sql.DefaultMappingInfo
 
setTheme(CustomTheme) - Method in class com.antelmann.util.gui.JCustomThemeEditor
 
setTheme(CustomTheme) - Method in class com.antelmann.util.table.CustomThemeTableModel
 
setThisMonthOnly(Date) - Method in class com.antelmann.calendar.DefaultCalendarModel
if set to a non-null value, the getValueFor(Date) method will only return null in case a given date is not in the same month as this given parameter
setThreadFactory(ThreadFactory) - Method in class com.antelmann.net.NetConnectionServer
allows to customize Thread creation for a client connection
setThreadName(String) - Method in class com.antelmann.util.logging.LogEntry
 
setThreshold(int) - Method in class com.antelmann.ai.Perceptron
 
setThreshold(double) - Method in class com.antelmann.image.MotionDetectorImpl
 
setThrown(Throwable) - Method in class com.antelmann.util.logging.LogEntry
 
setThumbnail(Image) - Method in class com.antelmann.image.ImageURLEntry
 
setTime(Date) - Method in class com.antelmann.calendar.TimeInDay
 
setTime(long) - Method in class com.antelmann.calendar.TimeInDay
takes time in milliseconds from 12:00 am (must be less than 24h)
setTime(long) - Method in class com.antelmann.db.ProtocolNoteEntry
 
setTime(long) - Method in class com.antelmann.genealogy.GPersonalBlogEntry
 
setTime(long) - Method in class com.antelmann.image.ImageURLEntry
 
setTime(Date) - Method in class com.antelmann.image.ImageURLEntry
 
setTime(long) - Method in class com.antelmann.net.ServerLogEntry
 
setTime(Date) - Method in class com.antelmann.util.gui.JDateTimeChooser
 
setTime(long) - Method in class com.antelmann.util.gui.JHourSpinner
 
setTime(Date) - Method in class com.antelmann.util.gui.JTimeChooser
 
setTime(long) - Method in class com.antelmann.util.logging.LogEntry
 
setTimeFormat(DateFormat) - Method in class com.antelmann.util.logging.DBLineLogFormatter
 
setTimeInterval(int) - Method in class com.antelmann.calendar.JDayGrid
 
setTimeout(int) - Method in class com.antelmann.calendar.NTPClient
 
setTimeout(int) - Method in class com.antelmann.calendar.TimeProtocolClient
Deprecated.  
setTimeSnapInterval(int) - Method in class com.antelmann.calendar.JDayGrid
 
setTimeSystem(TimeSystem) - Method in class com.antelmann.calendar.NTPServer
Deprecated. allows to use another time system instead of the system time to provide the correct time.
setTimeSystem(TimeSystem) - Method in class com.antelmann.calendar.Stopwatch
allows to use a customized measurement for time
setTimeSystem(TimeSystem) - Method in class com.antelmann.calendar.TimeProtocolServer
Deprecated. allows to use another time system instead of the system time to provide the correct time.
setTimeSystem(TimeSystem) - Method in class com.antelmann.db.LockManager
 
setTimeZone(TimeZone) - Method in class com.antelmann.crm.GlobalAddress
 
Settings - Class in com.antelmann
Settings provides access to several properties and resources that are used throughout the classes of this Antelmann.com framework.
setTitle(String) - Method in class com.antelmann.calendar.CalendarEntry
 
setTitle(String) - Method in class com.antelmann.cddb.Track
 
setTitle(String) - Method in class com.antelmann.crm.GlobalAddress
shortcut to the SnailMailAddress
setTitle(String) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
setTitle(String) - Method in class com.antelmann.crm.ImmutableSnailMailAddress
 
setTitle(String) - Method in class com.antelmann.crm.SnailMailAddress
may contain multiple lines
setTitle(String) - Method in class com.antelmann.db.BaseDocument
 
setTitle(String) - Method in class com.antelmann.genealogy.GEventImpl
 
setTitle(String) - Method in class com.antelmann.image.ImageURLEntry
 
setTitleSize(int) - Method in class com.antelmann.util.gui.JYouTubeField
 
setTo(String) - Method in class com.antelmann.net.mail.Email
 
setToClass(Class<? extends DBEntry>) - Method in class com.antelmann.sql.RelationshipStore.Mapper
 
setToClass(Class<? extends DBEntry>) - Method in class com.antelmann.sql.RelationshipStore
must be set if the topic RelationshipManager.Column.TO_CLASS is not set
setToolTipForHeader(JTable, String, String) - Static method in class com.antelmann.util.table.TableUtils
for more specific header rendering options, see LabelRenderer
setToolTipForHeader(JTable, int, String) - Static method in class com.antelmann.util.table.TableUtils
for more specific header rendering options, see LabelRenderer
setTooltipFormat(DateFormat) - Method in class com.antelmann.util.gui.JTimeChooser
 
setToolTipFormatter(Format) - Method in class com.antelmann.util.table.FormattedCellRenderer
 
setToolTipText(Color) - Method in class com.antelmann.util.table.ColorRenderer
 
setTopic(Object, String) - Method in class com.antelmann.sql.BaseRowMapper
allows to define information for BaseRowMapper.getMappingForTopic(Object)
setTransactionIsolation(int) - Method in class com.antelmann.sql.ConnectionWrapper
 
setTranslate(boolean) - Method in class com.antelmann.sql.BaseRowMapper
allows to set the flag that determines whether a filter map is 'translated' before use.
setTrustStore(String) - Static method in class com.antelmann.net.SSLHelper
 
setTrustStorePassword(String) - Static method in class com.antelmann.net.SSLHelper
 
setType(Barcode4j.Type) - Method in class com.antelmann.image.Barcode4j
 
setTypeMap(Map<String, Class<?>>) - Method in class com.antelmann.sql.ConnectionWrapper
 
setUndoSupported(boolean) - Method in class com.antelmann.db.PropertyEntryImpl
if one wanted to customize the UndoManager upon creation, this would be the method to override
setUpdateIntervalMillis(long) - Method in class com.antelmann.calendar.AtomicTime
Deprecated. must be called while the instance is deactivated.
setUpdateIntervalMillis(long) - Method in class com.antelmann.calendar.NTPTime
must be called while the instance is deactivated.
setURL(URL) - Method in class com.antelmann.crm.GlobalAddress
 
setURL(URL) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
setUrl(URL) - Method in class com.antelmann.genealogy.GAnnotation
 
setURL(URL) - Method in class com.antelmann.image.ImageURLEntry
 
setURL(URL) - Method in class com.antelmann.io.BinaryData
on serialization, only the URL is serialized
setUrl(String) - Method in class com.antelmann.net.ServerLogEntry
 
setURL(URL) - Method in class com.antelmann.net.Spider
sets the embedded URL
setURL(String) - Method in class com.antelmann.sql.JConnectionLogin
 
setUrl(URL) - Method in class com.antelmann.webdav.WebdavClient
 
setUrlImportFilter(Filter<URL>) - Method in class com.antelmann.image.JImagePanel
 
setURLTree(URLTree) - Method in class com.antelmann.net.JSpider
replaces the current URLTree with the given one; the crawlerMenu (if present) will be set to null and will need to be re-initialized if appropriate
setUsageLimit(int) - Method in class com.antelmann.AntBuildLicenseFile
limit is parsed as integer and limits the license(s) to the given number of uses
setUseBundle(boolean) - Static method in class com.antelmann.util.I18n
if true, a custom resource bundle is used to determine country names
setUseHahsedPassword(boolean) - Method in class com.antelmann.servlet.UserAuthenticationFilter
 
setUseHeader(boolean) - Method in class com.antelmann.servlet.UserAuthenticationFilter
 
setUseJComboBoxForValues(boolean) - Method in class com.antelmann.util.gui.JPropertyEditor
 
setUseParams(boolean) - Method in class com.antelmann.servlet.UserAuthenticationFilter
 
setUseQuotes(boolean) - Method in class com.antelmann.util.logging.DBLineLogFormatter
 
setUser(Stub<GUser>) - Method in class com.antelmann.genealogy.GAnnotation
 
setUser(String) - Method in class com.antelmann.net.mail.POP3Account
sets both, the pop3 user and the smtp user; if the smtp user is different, it must be set herafter.
setUser(String) - Method in class com.antelmann.net.ServerLogEntry
 
setUser(String) - Method in class com.antelmann.sql.ConnectorSettings
 
setUser(String) - Method in class com.antelmann.sql.JConnectionLogin
 
setUser(String) - Method in class com.antelmann.sql.Mysqldump
 
setUserAccessFilter(Filter<? super User>) - Method in class com.antelmann.util.gui.MyAbstractAction
allows to specify a filter for users that is checked when MyAbstractAction.checkAccess(User) is called if set to a non-null value
setUserDescription(String) - Method in interface com.antelmann.db.User
 
setUserDescription(String) - Method in class com.antelmann.db.UserImpl
 
setUserEmail(String) - Method in class com.antelmann.cddb.FreeDB
used when submitting a CDInfo object to the server using writeCDInfo().
setUserFieldContent(Map<?, ?>) - Method in class com.antelmann.ooffice.OOWriter
sets the field content of the field variables contained in the map.
setUserFieldText(String, String) - Method in class com.antelmann.ooffice.OOWriter
 
setUserFilter(Filter<? super User>) - Method in class com.antelmann.servlet.UserAuthenticationFilter
 
setUserName(String) - Method in class com.antelmann.db.JUserLoginPanel
 
setUsername(String) - Method in class com.antelmann.webdav.WebdavClient
 
setUserOnly(boolean) - Method in class com.antelmann.genealogy.GAnnotation
 
setUserRequestAttribute(String) - Method in class com.antelmann.servlet.UserAuthenticationFilter
if set to a non-null value, the user will be put into each request
setUserRetriever(ValueRetriever<? extends User>) - Method in class com.antelmann.util.gui.MyAbstractAction
 
setUserSessionAttribute(String) - Method in class com.antelmann.servlet.UserAuthenticationFilter
if set to a non-null value, the user will be put into the session
setUserTextFont(FontUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setUseSSL(boolean) - Method in class com.antelmann.sql.Connector
 
setValidateOnChange(boolean) - Method in class com.antelmann.util.gui.FormDialog
 
setValue(InputStream) - Method in class com.antelmann.io.BinaryData
requires that the entire stream fits into memory
setValue(double) - Method in class com.antelmann.ooffice.Cell
 
setValue(Object) - Method in class com.antelmann.util.gui.JHourSpinner.HourModel
 
setValue(Object) - Method in class com.antelmann.util.gui.JTimeChooser
 
setValue(Object, String, Object) - Static method in class com.antelmann.util.Misc
 
setValue(T) - Method in class com.antelmann.util.Placeholder
sets the value directly (VetoableChangeListeners are bypassed) and fires a PropertyChangeEvent to the listeners.
setValue(V) - Method in class com.antelmann.util.SimpleEntry.Immutable
 
setValue(V) - Method in class com.antelmann.util.SimpleEntry
 
setValue(Object) - Method in class com.antelmann.util.table.FormattedCellRenderer
relies on FormattedCellRenderer.format(Object) to convert the value to a String
setValue(Object) - Method in class com.antelmann.util.table.MoneyRenderer
ensures the right currency to be set and provides the embedded BigDecimal to the super class
setValue(Object) - Method in class com.antelmann.util.table.MultiLineTextRenderer
 
setValue(Object) - Method in class com.antelmann.util.table.TimeCellRenderer
 
setValueAt(Object, int, int) - Method in class com.antelmann.db.PropertyEntryTableModel
sets the property for the given value
setValueAt(Object, int, int) - Method in class com.antelmann.db.StoreUpdateTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.sql.JDBCRowModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.sql.JDBCTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.sql.ResultSetTableModel
the display after update doesn't work well for e.g.
setValueAt(Object, int, int) - Method in class com.antelmann.sql.RowItemTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.ConvertedTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.CustomThemeTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.FilteredTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.MethodTableModel
attempts to use a setter method to set the value
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.MovableTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.PatternTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.RowNumberTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.SelectableObjectsTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.SortableTableModel
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.StringMapTableModel
setting values is an unsave operation depending on the types of the properties map
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.TableModelCopy
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.TableModelView
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.TableModelWrapper
 
setValueAt(Object, int, int) - Method in class com.antelmann.util.table.TransposedTableModel
 
setValueColumn(String) - Method in class com.antelmann.sql.SQLValueRetriever
 
setValueFor(GlobalAddress.Transport, Object) - Method in class com.antelmann.crm.GlobalAddress
 
setValueFor(GlobalAddress.Transport, Object) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
setValueFor(Object, JComponent) - Method in class com.antelmann.util.gui.FormHelper
applies the given value to the given component.
setValueSetter(String, String) - Method in class com.antelmann.util.table.PatternTableModel
 
setValueType(DataPoint.ValueType) - Method in class com.antelmann.math.ObjectAnalyzer
 
setVerifyRelationsOnStore(boolean) - Method in class com.antelmann.sql.RelationshipStore.Mapper
 
setVerifyRelationsOnStore(boolean) - Method in class com.antelmann.sql.RelationshipStore
 
setVersioningEnabled(Class<E>, boolean) - Method in class com.antelmann.db.AbstractDatabase
 
setVersioningEnabled(Class<E>, boolean) - Method in interface com.antelmann.db.Database
Enabling versioning on a class store results on additional overhead for insert, update and delete operations, as for each update and delete operation the store first retrieves the existing instance from the database before storing the new version.
setVetoableChangeSupport(boolean) - Method in class com.antelmann.db.PropertyEntryImpl
allows to enable/disable vetoable change support on this object (disabled by default).
setViewCursor(XTextRange) - Method in class com.antelmann.ooffice.OOWriter
 
setVisible(boolean) - Method in class com.antelmann.util.gui.JMemoryGauge
 
setVisibleColumns(int...) - Method in class com.antelmann.util.table.TableModelView
allows to directly set all the visible columns - including their given order.
setVisiblePath(List<?>) - Method in class com.antelmann.math.JDataMatrixView
 
setVoice(String) - Method in class com.antelmann.crm.GlobalAddress
 
setVoice(PhoneNumber) - Method in class com.antelmann.crm.GlobalAddress
 
setVoice(PhoneNumber) - Method in class com.antelmann.crm.ImmutableGlobalAddress
 
setWaitTimeout(int) - Method in class com.antelmann.sql.MySQLHelper
 
setWarnOnClose(boolean) - Method in interface com.antelmann.util.gui.Form
if set to true, a warning is displayed when the form is closed w/o saving if it is marked changed
setWarnOnClose(boolean) - Method in class com.antelmann.util.gui.FormDialog
 
setWarnOnClose(boolean) - Method in class com.antelmann.util.gui.FormFrame
 
setWarnOnClose(boolean) - Method in class com.antelmann.util.gui.FormInternalFrame
 
setWarnOnClose(boolean) - Method in class com.antelmann.util.gui.FormPanel
 
setWatermark(File) - Method in class com.antelmann.ooffice.OOWriter
sets the watermark in the middle of the page for the 'Standard' page style
setWatermark(File, String) - Method in class com.antelmann.ooffice.OOWriter
 
setWatermark(URL, String) - Method in class com.antelmann.ooffice.OOWriter
 
setWatermark(Image) - Method in class com.antelmann.ooffice.OOWriter
 
setWatermark(Image, String) - Method in class com.antelmann.ooffice.OOWriter
 
setWebServer(String) - Method in class com.antelmann.net.ServerLogEntry
 
setWhite(ColorUIResource) - Method in class com.antelmann.util.gui.CustomTheme
 
setWindowFont(Font) - Method in class com.antelmann.net.JMessenger
 
setWired(boolean) - Method in class com.antelmann.util.ReferenceHolder
allows to 'hold' the value in memory, so that it won't be garbage-collected and not re-retrieved until unwired.
setWithWeekNumber(boolean) - Method in class com.antelmann.calendar.CalendarTableModel
 
setWriteLockTask(Task<Exception>) - Method in class com.antelmann.db.LockManager
 
setXPropertyValue(Object, String, Object) - Static method in class com.antelmann.ooffice.OfficeUtils
 
setZip(String) - Method in class com.antelmann.crm.ImmutableSnailMailAddress
 
setZip(String) - Method in class com.antelmann.crm.SnailMailAddress
 
SEVERE - Static variable in class com.antelmann.util.logging.Level
 
shortString() - Method in enum com.antelmann.calendar.Month
 
show(Object) - Static method in class com.antelmann.Debug
displays a debug message in a modal dialog
show(Component, Object) - Static method in class com.antelmann.Debug
displays a debug message in a modal dialog
showAboutBox(Component) - Static method in class com.antelmann.util.gui.Menus
shows a small antelmann.com about dialog
showAboutDialog(Component) - Static method in class com.antelmann.util.gui.Menus
shows the standard antelmann.com about dialog with license, version and upgrade button
showConfirmDialog(Component, String, Object, boolean, int) - Static method in class com.antelmann.util.gui.Menus
 
showDialog(Component, User) - Static method in class com.antelmann.db.JPasswordChangeForm
displays a dialog and returns either CHANGED or UNCHANGED, indicating whether the password on the user was actually changed.
showDialog(Component, User, PasswordPolicy) - Static method in class com.antelmann.db.JPasswordChangeForm
displays a dialog and returns true only if the password on the user was actually changed.
showDialog(String, Component, UserLoginStore) - Static method in class com.antelmann.db.JUserLoginPanel
uses the default location
showDialog(String, Component, UserLoginStore, String) - Static method in class com.antelmann.db.JUserLoginPanel
 
showDialog(String, Component, UserLoginStore, Image, JUserLoginPanel.ImageLocation) - Static method in class com.antelmann.db.JUserLoginPanel
 
showDialog(String, Component, UserLoginStore, String, Image, JUserLoginPanel.ImageLocation) - Static method in class com.antelmann.db.JUserLoginPanel
 
showDialog(String, Component, UserLoginStore, String, Image, JUserLoginPanel.ImageLocation, String, String) - Static method in class com.antelmann.db.JUserLoginPanel
Upon successful login, the associated user is logged into the UserLoginStore.
showDialog(String, Component) - Static method in class com.antelmann.sql.JConnectionLogin
returns null if the dialog was canceled
showDialog(String, Component, Connector.DBType, String, String, String, char[]) - Static method in class com.antelmann.sql.JConnectionLogin
 
showDialog(String, Component, String, char[], String, boolean, String) - Static method in class com.antelmann.sql.JConnectionLogin
 
showDialog(String, Component, Connector.DBType, String, String, String, char[], String, boolean, String) - Static method in class com.antelmann.sql.JConnectionLogin
returns null if the dialog was canceled
showDialog(Component, String) - Static method in class com.antelmann.util.gui.JDateRangeChooser
convenience method to quickly select a date range
showDialog(Component, Font) - Static method in class com.antelmann.util.gui.JFontChooser
pops up a font chooser dialog and returns the selected font or null.
showDialog(File, Component) - Static method in class com.antelmann.util.gui.JFontFileChooser
pops up a font chooser dialog and returns the selected font or null
showDialog() - Method in class com.antelmann.util.gui.JMultipleSelectionComboBox
 
showDialog(Component) - Static method in class com.antelmann.util.gui.JPrinterSelect
 
showDialog(String, Component) - Static method in class com.antelmann.util.gui.JPrinterSelect
 
showDialog(Component, String) - Static method in class com.antelmann.util.gui.JPrinterSelect
 
showDialog(Component, boolean) - Static method in class com.antelmann.util.gui.JPrinterSelect
 
showDialog(Component, String, boolean) - Static method in class com.antelmann.util.gui.JPrinterSelect
 
showDialog(String, Component, String, boolean) - Static method in class com.antelmann.util.gui.JPrinterSelect
 
showDialog(Component, String, Object, boolean, int, int) - Static method in class com.antelmann.util.gui.Menus
 
showDialog(Component, String, Date) - Static method in class com.antelmann.util.gui.MyJCalendar
 
showDialog(Component) - Static method in class com.antelmann.util.gui.WaitMessageDialog
 
showDialog(Component, String) - Static method in class com.antelmann.util.gui.WaitMessageDialog
rather ineffective if called directly from the event queue
showDialog(JComponent) - Method in class com.antelmann.util.table.AbstractDialogCellEditor
shows the dialog and returns the value from the method JOptionPane.showConfirmDialog(Component, Object)
showDialog(JComponent) - Method in class com.antelmann.util.table.FormDialogCellEditor
returns FormDialog.OK if the dialog was confirmed with ok
showDialog(String, Component, String, int, int) - Method in class com.antelmann.util.table.MultiLineCellTextEditor
called when the doubleClickForDialog option takes effect
showEntry(DBEntry, HttpServletRequest, HttpServletResponse) - Method in class com.antelmann.servlet.DBEntryServlet
supports HtmlSupported, Imageable, DetailedString and Object.toString().
showExceptionDialog(Throwable) - Static method in class com.antelmann.util.gui.Menus
 
showExceptionDialog(Component, Throwable) - Static method in class com.antelmann.util.gui.Menus
 
showExceptionDialog(Component, Throwable, Thread) - Static method in class com.antelmann.util.gui.Menus
if the given Throwable is an instance of WarningOnly, Menus.showWarning(Component, Throwable) is called
showInputDialog(Component, String) - Static method in class com.antelmann.util.gui.JTouchNumPad
 
showInputDialog(Component, String, Number, NumberFormat, Font) - Static method in class com.antelmann.util.gui.JTouchNumPad
all parameters may be null
showInputDialog(Component, String, Number, NumberFormat, Font, Dimension) - Static method in class com.antelmann.util.gui.JTouchNumPad
 
showInSeparateFrame() - Method in class com.antelmann.image.JImagePanel
called from the popup menu when the image is to be shown in a separate frame
showLicenseDialog(Component) - Static method in class com.antelmann.util.gui.Menus
 
ShowLicensesAction - Class in com.antelmann
shows a dialog with access to the installed licenses
ShowLicensesAction(String, String, ImageIcon) - Constructor for class com.antelmann.ShowLicensesAction
 
ShowLicensesAction(String, String, ImageIcon, Component) - Constructor for class com.antelmann.ShowLicensesAction
 
showMemoryGauge() - Static method in class com.antelmann.Debug
pops up a JMemoryGauge in a simple JMainFrame
showMessageDialog(Component, String, Object, boolean, int) - Static method in class com.antelmann.util.gui.Menus
 
showMultipleSelectDialog(Component, String, Object[], Object...) - Static method in class com.antelmann.util.gui.JSearchList
 
showMultipleSelectDialog(Component, String, Object[], ListCellRenderer, Object...) - Static method in class com.antelmann.util.gui.JSearchList
 
showMultipleSelectDialog(Component, String, Object[], boolean, ListCellRenderer, Object...) - Static method in class com.antelmann.util.gui.JSearchList
 
showMultipleSelectDialog(Component, String, ObjectTableModel<T>) - Static method in class com.antelmann.util.gui.JSearchTable
 
showPropertiesDialog(String, Map<?, ?>, Component, boolean) - Static method in class com.antelmann.util.gui.Menus
Deprecated. use makePropertiesTable with JOptionPane instead
showSelectDialog(Component, String, Component, ValueRetriever<T>, boolean) - Static method in class com.antelmann.util.gui.FormHelper
shows a dialog that lets you select a value with the given selectionComp and then retrieves the selected value via the given retriever.
showSelectDialog(Collection<?>, String, Component, Object...) - Static method in class com.antelmann.util.gui.JListSelection
 
showSelectDialog(Component, String, Component, ValueRetriever<T>, PatternExtractor<? super T, ? extends Component>, boolean) - Static method in class com.antelmann.util.gui.JPreviewPane
 
showSelectDialog(Component, String, Collection<T>) - Static method in class com.antelmann.util.gui.JSearchList
 
showSelectDialog(Component, String, Collection<T>, Object) - Static method in class com.antelmann.util.gui.JSearchList
 
showSelectDialog(Component, String, Object[]) - Static method in class com.antelmann.util.gui.JSearchList
shows a JDialog to choose from the given objects.
showSelectDialog(Component, String, Object[], Object) - Static method in class com.antelmann.util.gui.JSearchList
 
showSelectDialog(Component, String, boolean, boolean, Object[], Object) - Static method in class com.antelmann.util.gui.JSearchList
 
showSelectDialog(Component, String, boolean, boolean, Object[], Object, ListCellRenderer) - Static method in class com.antelmann.util.gui.JSearchList
 
showSelectDialog(Component, String, boolean, boolean, Object[], Object, ListCellRenderer, Dimension) - Static method in class com.antelmann.util.gui.JSearchList
 
showSelectDialog(Component, String, boolean, boolean, Object[], Object, boolean, ListCellRenderer, Dimension) - Static method in class com.antelmann.util.gui.JSearchList
 
showSelectDialog(Component, String, ObjectTableModel<T>) - Static method in class com.antelmann.util.gui.JSearchTable
shows a JDialog to choose from the given objects.
showSelectDialog(Component, String, ObjectTableModel<T>, T) - Static method in class com.antelmann.util.gui.JSearchTable
 
showSelectDialog(Component, String, ObjectTableModel<T>, T, boolean) - Static method in class com.antelmann.util.gui.JSearchTable
 
showSelectionDialog(Component, String) - Method in class com.antelmann.util.gui.JDateRangeChooser
convenience method to quickly select a date range based on this customized instance
showUIDialog(DocFlavor) - Static method in class com.antelmann.util.gui.JPrinterSelect
 
showVersionDialog(Component) - Static method in class com.antelmann.util.gui.Menus
 
showWarning(Component, Throwable) - Static method in class com.antelmann.util.gui.Menus
 
shuffle() - Method in class com.antelmann.sound.JukeBox
shuffles the list
shutdown() - Method in class com.antelmann.calendar.NTPServer
Deprecated.  
shutdown() - Method in class com.antelmann.calendar.TimeProtocolServer
Deprecated.  
shutdown() - Method in class com.antelmann.net.ChatServer
 
shutdown() - Method in class com.antelmann.net.NetConnectionServer
shutdown() does not close the connections that have already been established
shutDownDerby(String) - Method in class com.antelmann.sql.Connector
 
shutDownDerby(String, String, String) - Method in class com.antelmann.sql.Connector
shuts down the Apache Derby (JavaDB) database if the given dbName is null, all databases are shut down
SIBaseUnit - Enum in com.antelmann.math
represents a standard SI base unit.
SIBaseUnitType - Enum in com.antelmann.math
represents the quantity types for SI base units (from the international system of units)
SIBLINGS - Static variable in class com.antelmann.ooffice.OfficeUtils
search flag option
sigmoid(double) - Static method in class com.antelmann.math.MyMath
produces a double between 0 and 1 with (sigmoid(0) == 0.5) being true
sigmoid(double, double) - Static method in class com.antelmann.math.MyMath
sigmoid(double x) is the same as sigmoid(double x, 1), large flatteningFactor flattens the curve
sign(Number) - Static method in class com.antelmann.math.MyMath
returns -1, 0, 1 for a negative, zero, positive number
signLicense(License) - Method in class com.antelmann.LicenseCreator
only works in a proper development environment
signLicense(License) - Method in class com.antelmann.LicenseManager
requires a certain developer class as well as a developer private key to be present - not shipped with the distribution.
signum() - Method in class com.antelmann.math.Money
 
SimpleCDCollection - Class in com.antelmann.cddb
Just a very simple reference implementation for a CDCollection based on a bunch of files stored in a directory.
SimpleCDCollection(File) - Constructor for class com.antelmann.cddb.SimpleCDCollection
initializes the collection based on the content found in the given directory
SimpleEntry<K,V> - Class in com.antelmann.util
a simple convenient Map.Entry implementation
SimpleEntry(K, V) - Constructor for class com.antelmann.util.SimpleEntry
 
SimpleEntry.Editable<K,V> - Class in com.antelmann.util
makes SimpleEntry.Editable.setKey(Object) public
SimpleEntry.Editable(K, V) - Constructor for class com.antelmann.util.SimpleEntry.Editable
 
SimpleEntry.Immutable<K,V> - Class in com.antelmann.util
 
SimpleEntry.Immutable(K, V) - Constructor for class com.antelmann.util.SimpleEntry.Immutable
 
SimpleHandshake - Class in com.antelmann.net
 
SimpleHandshake(String) - Constructor for class com.antelmann.net.SimpleHandshake
uses an infinite soTimeout (0)
SimpleHandshake(char[]) - Constructor for class com.antelmann.net.SimpleHandshake
uses an infinite soTimeout (0)
SimpleHandshake(String, int) - Constructor for class com.antelmann.net.SimpleHandshake
 
SimpleHandshake(char[], int) - Constructor for class com.antelmann.net.SimpleHandshake
 
SimpleKey - Class in com.antelmann.util
A very simple encryption algorithm for demonstration purposes only.
SimpleKey() - Constructor for class com.antelmann.util.SimpleKey
 
SimpleKey(int) - Constructor for class com.antelmann.util.SimpleKey
 
SimpleRegionTag - Class in com.antelmann.image
implements an image tag associated with a rectangular region
SimpleRegionTag(String) - Constructor for class com.antelmann.image.SimpleRegionTag
 
SimpleRegionTag(String, int, int) - Constructor for class com.antelmann.image.SimpleRegionTag
 
SimpleRegionTag(String, Point) - Constructor for class com.antelmann.image.SimpleRegionTag
 
SimpleRegionTag(String, Rectangle) - Constructor for class com.antelmann.image.SimpleRegionTag
 
SimpleRegionTag(Keyword, Rectangle) - Constructor for class com.antelmann.image.SimpleRegionTag
 
SimpleTableRowFilter - Class in com.antelmann.util.table
implements a simple filter based on a search string searchPattern.
SimpleTableRowFilter(Integer...) - Constructor for class com.antelmann.util.table.SimpleTableRowFilter
 
SimpleTableRowFilter(String, Integer...) - Constructor for class com.antelmann.util.table.SimpleTableRowFilter
checks for the searchPattern in the given columns (if no column is specified, all columns are checked)
SimpleTableRowFilter(boolean) - Constructor for class com.antelmann.util.table.SimpleTableRowFilter
 
SimpleTableRowFilter(String, boolean, Integer...) - Constructor for class com.antelmann.util.table.SimpleTableRowFilter
 
SINK - Static variable in class com.antelmann.io.Data
implements an outputstream that writes nowhere
size(Filter<? super T>) - Method in class com.antelmann.db.AbstractDBClassStore
 
size(Filter<? super T>) - Method in class com.antelmann.db.ArchiveDBClassStore
 
size(Filter<? super T>) - Method in class com.antelmann.db.CollectionClassStore
 
size(Filter<? super T>) - Method in interface com.antelmann.db.DBClassStore
returns the total number of T elements in this store based on the given filter (which may be null)
size() - Method in class com.antelmann.db.DBSet
 
size(Filter<? super T>) - Method in class com.antelmann.db.ReadOnlyCacheStore
 
size() - Method in class com.antelmann.db.Taggable.Adapter
 
size(Filter<? super T>) - Method in class com.antelmann.db.WrappedDBClassStore
 
size(Filter<? super T>) - Method in class com.antelmann.io.FileClassStore
 
size() - Method in class com.antelmann.math.CounterMap
 
size() - Method in class com.antelmann.math.DataMap
 
size() - Method in class com.antelmann.sound.JukeBox
returns the size of the playlist
size(Filter<? super T>) - Method in class com.antelmann.sql.JDBCRowStore
supports special performance optimization for SQLMapFilter and some other.
size(Filter<? super Country>) - Method in class com.antelmann.util.Country.Store
 
size() - Method in class com.antelmann.util.ProcessorList
 
sizeToScreen(Component, double, double) - Static method in class com.antelmann.util.gui.Menus
sets the size of the given component relative to the screen size
skip(long) - Method in class com.antelmann.io.InterceptInputStream
skips bytes only from the source input stream - ignoring inserted bytes
skip(long) - Method in class com.antelmann.io.MonitorInputStream
Overrides FilterInputStream.skip to update the monitor after the skip.
skipBytes(int) - Method in class com.antelmann.ooffice.OOInputStream
 
slider - Variable in class com.antelmann.sound.JPlayer
 
smtpOverSSL - Variable in class com.antelmann.net.mail.POP3Account.Config
 
smtpPassword - Variable in class com.antelmann.net.mail.POP3Account.Config
 
smtpPort - Variable in class com.antelmann.net.mail.POP3Account.Config
 
smtpServer - Variable in class com.antelmann.net.mail.POP3Account.Config
 
smtpUser - Variable in class com.antelmann.net.mail.POP3Account.Config
 
SNAILMAIL_CONVERTER - Static variable in class com.antelmann.webdav.EzvcardHelper
 
SnailMailAddress - Class in com.antelmann.crm
represents a structured local address
SnailMailAddress() - Constructor for class com.antelmann.crm.SnailMailAddress
 
SnailMailAddress(String) - Constructor for class com.antelmann.crm.SnailMailAddress
the given String is used as the overriding fullAddress for the default locale
SnailMailAddress(SnailMailAddress) - Constructor for class com.antelmann.crm.SnailMailAddress
 
SnailMailAddressBeanInfo - Class in com.antelmann.crm
allows to properly persist a SnailMailAddress through XMLEncoder
SnailMailAddressBeanInfo() - Constructor for class com.antelmann.crm.SnailMailAddressBeanInfo
 
snapTo(MouseBoundsListener, Rectangle, boolean) - Method in interface com.antelmann.util.gui.MouseBoundsListener.Snapper
returns the bounds to where the given bounds should snap to.
socket - Variable in class com.antelmann.net.SocketConnection
 
SocketConnection - Class in com.antelmann.net
A SocketConnection provides simplified access to a remote process through a Socket connection.
SocketConnection(Socket, Handshake) - Constructor for class com.antelmann.net.SocketConnection
 
SocketLogListener - Class in com.antelmann.util.logging
used to listen to LogEntry objects send through a NetConnection.
SocketLogListener(int, Logger) - Constructor for class com.antelmann.util.logging.SocketLogListener
 
SocketLogListener(int, Logger, boolean) - Constructor for class com.antelmann.util.logging.SocketLogListener
 
SocketWriter - Class in com.antelmann.util.logging
simply used to write serialized LogEntry objects via network
SocketWriter(String, int) - Constructor for class com.antelmann.util.logging.SocketWriter
 
SoftHolder<T> - Class in com.antelmann.util
useful to cache a large value 'softly' through a ValueRetriever using a SoftReference and very easy to use.
SoftHolder(ValueRetriever<T>) - Constructor for class com.antelmann.util.SoftHolder
 
softmax(int, double...) - Static method in class com.antelmann.math.MyMath
produces a double between 0 and 1 based on the given array x and the index that must be between (0 and x.length) For further information see also: http://www-ccs.ucsd.edu/matlab/toolbox/nnet/softmax.html
SOLIST - Static variable in class com.antelmann.cddb.Role
 
sort(URL[]) - Static method in class com.antelmann.net.URLSorter
 
SORT_NAME - Static variable in class com.antelmann.opengeodb.GeoTypeName
TEXT value
SortableTableModel - Class in com.antelmann.util.table
a wrapper around a TableModel allowing to sort the model.
SortableTableModel(TableModel, Comparator<?>...) - Constructor for class com.antelmann.util.table.SortableTableModel
constructs a SortableTableModel with an embedded model and Comparator objects for each column.
SortableTableModel(TableModel, List<Comparator<?>>) - Constructor for class com.antelmann.util.table.SortableTableModel
constructs a SortableTableModel with an embedded model and Comparator objects for each column.
sortByColumn(int, boolean) - Method in class com.antelmann.net.mail.EmailAccountTableModel
 
sortByColumn(int) - Method in class com.antelmann.util.table.SortableTableModel
calls sortByColumn(column, true)
sortByColumn(int, boolean) - Method in class com.antelmann.util.table.SortableTableModel
if column is SortableTableModel.NO_COLUMN, the table will be reset to be in an unsorted state and the second parameter is ignored
sortByRenderer() - Method in class com.antelmann.util.gui.JSearchList
useful after setting a custom renderer on the JList
sortByValues(Map<K, V>) - Static method in class com.antelmann.util.Sets
returns a sorted map that is initialized with the given map and sorted by the values
sortByValues(Map<K, V>, boolean) - Static method in class com.antelmann.util.Sets
returns a sorted map that is initialized with the given map and sorted by the values
sortByValues(Map<K, V>, Comparator<? super V>) - Static method in class com.antelmann.util.Sets
returns a sorted map that is initialized with the given map and sorted by the values
SortedGroupable<T extends Tag> - Interface in com.antelmann.db
same as a Groupable, except this one also supports a stable order of groups, meaning the groups are prioritized.
SortedGroupable.Adapter<T extends Tag> - Class in com.antelmann.db
 
SortedGroupable.Adapter() - Constructor for class com.antelmann.db.SortedGroupable.Adapter
 
SortedGroupableSQLStore<T extends DBEntry & SortedGroupable<G>,G extends Keyword> - Class in com.antelmann.sql
a special store that supports SortedGroupable DBEntry instances
SortedGroupableSQLStore(DBClassStore<T>, String, String, String, String, Class<G>) - Constructor for class com.antelmann.sql.SortedGroupableSQLStore
 
sortEnumeration(Enumeration<? extends F>) - Static method in class com.antelmann.util.AbstractIterator
sorts the given Enumeration by the natural order of its elements; requires to fully load the given Enumeration into memory
sortEnumeration(Enumeration<F>, Comparator<F>) - Static method in class com.antelmann.util.AbstractIterator
sorts the given Enumeration by the order imposed by the given comparator; requires to fully load the given Enumeration into memory
SoundException - Exception in com.antelmann.sound
SoundException is thrown by classes in this package wrapping other exceptions that may be thrown to ease usage.
SoundException() - Constructor for exception com.antelmann.sound.SoundException
 
SoundException(String) - Constructor for exception com.antelmann.sound.SoundException
 
SoundException(String, Throwable) - Constructor for exception com.antelmann.sound.SoundException
used if SoundException embedds another exception
SoundException(String, Object, Throwable) - Constructor for exception com.antelmann.sound.SoundException
allows to pass the object along that caused the execption
SoundPlayer - Class in com.antelmann.sound
SoundPlayer provides a convenient and simple way for playing back sampled audio and midi files, URLs, streams and midi sequences.
SoundPlayer() - Constructor for class com.antelmann.sound.SoundPlayer
Initializes the SoundPlayer without loading any specific sound.
SoundPlayer(File) - Constructor for class com.antelmann.sound.SoundPlayer
 
SoundPlayer(URL) - Constructor for class com.antelmann.sound.SoundPlayer
 
SoundPlayer(InputStream) - Constructor for class com.antelmann.sound.SoundPlayer
accepts both midi and sampled audio streams
SoundPlayer(Sequence) - Constructor for class com.antelmann.sound.SoundPlayer
 
SoundPlayer.Listener - Interface in com.antelmann.sound
This interface allows implementing classes to be notified when certain supported events by the SoundPlayer are triggered.
SOUNDTRACK - Static variable in class com.antelmann.cddb.Genre
 
SpecialRelationship<F extends DBEntry,T extends DBEntry,R> - Interface in com.antelmann.db
a relationship definition specifying the classes that may be connected as well as the type of relation
spell(String) - Method in class com.antelmann.net.GoogleWrapper
returns a spelling suggestion for the given text from Google
Spider - Class in com.antelmann.net
Spider provides several useful methods for accessing web content and parsing HTML most based on a simple URL.
Spider() - Constructor for class com.antelmann.net.Spider
convenience constructor, that initializes the Spider with a null value as URL
Spider(String) - Constructor for class com.antelmann.net.Spider
 
Spider(URL) - Constructor for class com.antelmann.net.Spider
constructs a Spider object based on the given URL
Spider(URL, String, char[]) - Constructor for class com.antelmann.net.Spider
 
Spider.SMonitor - Class in com.antelmann.net
Deprecated.  
Spider.SMonitor(Logger, int) - Constructor for class com.antelmann.net.Spider.SMonitor
Deprecated.  
Spider.URLWrapper - Class in com.antelmann.net
wrappes a java.net.URL and keeps a reference to its referer
Spider.URLWrapper(URL, URL) - Constructor for class com.antelmann.net.Spider.URLWrapper
 
splash() - Static method in class com.antelmann.util.gui.SplashScreen
 
splash(String) - Static method in class com.antelmann.util.gui.SplashScreen
may return null on a malformed url
splash(URL) - Static method in class com.antelmann.util.gui.SplashScreen
 
splash(Window) - Static method in class com.antelmann.util.gui.SplashScreen
 
splash(Image) - Static method in class com.antelmann.util.gui.SplashScreen
 
splash(Window, Image) - Static method in class com.antelmann.util.gui.SplashScreen
 
SplashScreen - Class in com.antelmann.util.gui
for use as a splash screen.
SplashScreen() - Constructor for class com.antelmann.util.gui.SplashScreen
 
SplashScreen(Window) - Constructor for class com.antelmann.util.gui.SplashScreen
 
SplashScreen(URL) - Constructor for class com.antelmann.util.gui.SplashScreen
 
SplashScreen(Image) - Constructor for class com.antelmann.util.gui.SplashScreen
 
SplashScreen(Window, Image) - Constructor for class com.antelmann.util.gui.SplashScreen
 
SplashScreen(Window, Image, boolean) - Constructor for class com.antelmann.util.gui.SplashScreen
 
splitIntoPages(File, Monitor) - Static method in class com.antelmann.util.PDFUtils
splits the given document into separate files, where each page becomes a file named after the given file plus the page number
sql - Variable in class com.antelmann.sql.PreparedStatementEntryFilter
 
SQLCalendarDB - Class in com.antelmann.calendar
a JDBC implementation of a calendar database.
SQLCalendarDB(Connection, Properties) - Constructor for class com.antelmann.calendar.SQLCalendarDB
 
SQLCalendarEntryIterator - Class in com.antelmann.calendar
 
SQLCalendarEntryIterator(SQLCalendarDB, Filter<CalendarEntry>) - Constructor for class com.antelmann.calendar.SQLCalendarEntryIterator
 
SQLCalendarEntryIterator(SQLCalendarDB, ResultSet, Filter<CalendarEntry>, boolean) - Constructor for class com.antelmann.calendar.SQLCalendarEntryIterator
the ResultSet as well as the creating Statement are both closed only if closeOnEnd is true
SQLCDDB - Class in com.antelmann.cddb
A very simple CDDB implementation that uses a SQL database for CDs and tracks.
SQLCDDB(Connection) - Constructor for class com.antelmann.cddb.SQLCDDB
 
SQLColumnInfo - Interface in com.antelmann.sql
provides some useful information about certain columns in a table.
SQLColumnInfo.UpdateFilter - Class in com.antelmann.sql
 
SQLColumnInfo.UpdateFilter(String, Object, Object, boolean) - Constructor for class com.antelmann.sql.SQLColumnInfo.UpdateFilter
 
SQLColumnInfoStore<T extends DBEntry> - Class in com.antelmann.sql
an special store providing an implementation for SQLColumnInfo based on a store that provides MappingInfo
SQLColumnInfoStore(DBClassStore<T>) - Constructor for class com.antelmann.sql.SQLColumnInfoStore
 
SQLComboFilter<T> - Class in com.antelmann.sql
allows to flexibly combine multiple different filter that all can be effectively applied to a BaseRowMapper.
SQLComboFilter(SQLComboFilterSupported<? super T>) - Constructor for class com.antelmann.sql.SQLComboFilter
 
SQLComboFilterSupported<T> - Interface in com.antelmann.sql
denotes filters that are supported by SQLComboFilter
SQLConstraint - Interface in com.antelmann.sql
a tagging interface that marks classes in this package that are supported objects to be used with a ConnectionHelper
SQLDatabase - Class in com.antelmann.sql
implements a database using a SQLTransaction instance based on a JDBC connection.
SQLDatabase(Connection) - Constructor for class com.antelmann.sql.SQLDatabase
 
SQLDatabase(Connection, User, LogWriter) - Constructor for class com.antelmann.sql.SQLDatabase
the logWriter remains unchecked regarding access during a non-active transaction
SQLDirectQueryEntryFilter<T> - Class in com.antelmann.sql
a special filter that directly works off a SQL query String; only suitable for pre-filtering from the database, unless an internalFilter is set in addition.
SQLDirectQueryEntryFilter(String) - Constructor for class com.antelmann.sql.SQLDirectQueryEntryFilter
 
SQLDirectQueryEntryFilter(String, Filter<? super T>) - Constructor for class com.antelmann.sql.SQLDirectQueryEntryFilter
 
SQLEmailCustomizer - Class in com.antelmann.net.mail
uses a JDBC connection to customize emails.
SQLEmailCustomizer(Connection, String, String) - Constructor for class com.antelmann.net.mail.SQLEmailCustomizer
 
SQLEntryClassMapper - Class in com.antelmann.sql
allows to automatically map entry class objects to their respective table names in a database Note: only use this as a DBConfigListener if the mapper is associated to a single database, since the complete mapping will be replaced when store changes occur.
SQLEntryClassMapper(Database<?>...) - Constructor for class com.antelmann.sql.SQLEntryClassMapper
 
SQLFactoryDatabase - Class in com.antelmann.sql
provides a specialized sql database which only opens the connection upon transaction begin and then closes it on each commit/abort (and therefore uses a factory).
SQLFactoryDatabase(Factory<Connection>) - Constructor for class com.antelmann.sql.SQLFactoryDatabase
calls this(factory, false), reconnect is enabled and the connection is only available within a transaction
SQLFactoryDatabase(Factory<Connection>, boolean) - Constructor for class com.antelmann.sql.SQLFactoryDatabase
Note that the connection opened by this instance remains open (so that an inheriting class can still use that first connection that is instantiated).
SQLFetchSizeFilter<T> - Class in com.antelmann.sql
allows to specify the intended fetch size to be used for the query when executing a fetch on a store
SQLFetchSizeFilter(Filter<T>, int) - Constructor for class com.antelmann.sql.SQLFetchSizeFilter
 
SQLFunction - Enum in com.antelmann.sql
 
SQLMapFilter<T> - Class in com.antelmann.sql
a special filter that can be used to easily pre-filter Resources via restrictions used in a ConnectionHelper (to fetch them from a DBClassStore).
SQLMapFilter() - Constructor for class com.antelmann.sql.SQLMapFilter
 
SQLMapFilter(String, Object) - Constructor for class com.antelmann.sql.SQLMapFilter
 
SQLMapFilter(String, Object, String...) - Constructor for class com.antelmann.sql.SQLMapFilter
 
SQLMapFilter(Map<String, Object>, String...) - Constructor for class com.antelmann.sql.SQLMapFilter
if a column is to be sorted descending, put a minus sign before the column name
SQLMapFilter(Map<String, Object>, Filter<? super T>, String...) - Constructor for class com.antelmann.sql.SQLMapFilter
the given map is directly used as the embedded map
SQLNumberGenerator - Class in com.antelmann.sql
this class is a helper class that provides new IDs or document/product numbers as counters based on flexible intervals.
SQLNumberGenerator(Connection) - Constructor for class com.antelmann.sql.SQLNumberGenerator
uses default values for the protected data members
SQLNumberGenerator(Connection, String, String, String, String, String, DateFormat) - Constructor for class com.antelmann.sql.SQLNumberGenerator
 
SQLNumberGenerator(Connection, String, String, String, String, String, DateFormat, NumberFormat) - Constructor for class com.antelmann.sql.SQLNumberGenerator
constructs a generator by initializing all configuration data.
SQLQueryClause - Class in com.antelmann.sql
a special constraint that is taken literally, meaning the string given in the constructor is the exact string used in the final SQL.
SQLQueryClause(String, Object...) - Constructor for class com.antelmann.sql.SQLQueryClause
 
SQLServerHelper - Class in com.antelmann.sql
provides added functionality for Microsoft SQL Server databases
SQLServerHelper(Connection) - Constructor for class com.antelmann.sql.SQLServerHelper
 
SQLStubFilter - Class in com.antelmann.sql
a special filter that can be used to easily pre-filter Stubs via restrictions used in a ConnectionHelper (to fetch them from a DBClassStore).
SQLStubFilter(SQLMapFilter<?>) - Constructor for class com.antelmann.sql.SQLStubFilter
Note that the filter constructed this way may only used for stubs of the original type - which remains unchecked here
SQLStubFilter() - Constructor for class com.antelmann.sql.SQLStubFilter
 
SQLStubFilter(String, Object, String...) - Constructor for class com.antelmann.sql.SQLStubFilter
 
SQLStubFilter(Map<String, Object>, String...) - Constructor for class com.antelmann.sql.SQLStubFilter
 
SQLStubFilter(Map<String, Object>, Filter<Stub<?>>, String...) - Constructor for class com.antelmann.sql.SQLStubFilter
 
sqlToJava(Object, Class<X>) - Method in class com.antelmann.sql.BaseRowMapper
implementation based on ConnectionHelper.sqlToJava(Object, Class); used in MappedEntryMapper
sqlToJava(Object, Class<T>) - Method in class com.antelmann.sql.ConnectionHelper
supports a few standard types to ease translations between sql and java types
SQLTransaction - Class in com.antelmann.sql
implements a DBTransaction based on JDBC access.
SQLTransaction(Database<Connection>) - Constructor for class com.antelmann.sql.SQLTransaction
the transaction within must support transactions and auto-commit must be set to false
SQLValueRetriever - Class in com.antelmann.sql
allows to specify a serializable retriever for obtaining a value from a database.
SQLValueRetriever(ConnectorSettings, String, String, String, String) - Constructor for class com.antelmann.sql.SQLValueRetriever
 
SSLHelper - Class in com.antelmann.net
simplifies dealing with untrusted certificates
SSLHelper() - Constructor for class com.antelmann.net.SSLHelper
 
SSLHelper(Filter<String>) - Constructor for class com.antelmann.net.SSLHelper
 
SSLHelper(Filter<String>, Filter<SSLSession>) - Constructor for class com.antelmann.net.SSLHelper
 
SSLSocketConnection - Class in com.antelmann.net
An SSLSocketConnection provides simplified access to a remote process through an SSLSocket connection.
SSLSocketConnection(SSLSocket, Handshake) - Constructor for class com.antelmann.net.SSLSocketConnection
 
ST - Static variable in class com.antelmann.math.Weight
Stone
stackTraceAsString(Throwable) - Static method in class com.antelmann.Debug
 
stackTraceAsString(Throwable, Thread) - Static method in class com.antelmann.Debug
 
StackTraceFileWriter - Class in com.antelmann.util.logging
writes full stack trace of entries that log an exception to a given file.
StackTraceFileWriter(File) - Constructor for class com.antelmann.util.logging.StackTraceFileWriter
 
stamp(OutputStream, InputStream, Image, int) - Static method in class com.antelmann.util.PDFUtils
see PDFUtils.place(OutputStream, InputStream, Image, boolean, int, Point)
standardComparator - Static variable in class com.antelmann.calendar.CalendarEntry
compares first on time and then on title
standardDeviation(double...) - Static method in class com.antelmann.math.MyMath
returns the standard deviation of the given population based on variance()
standardFont - Static variable in class com.antelmann.util.TextPrinter
the standard font used when no specific font was specified for a TextPrinter
start() - Method in class com.antelmann.calendar.Stopwatch
start() maintains the beginning time and sets the elapsed time to zero (through halted time); time will be running.
start() - Method in class com.antelmann.util.logging.SocketLogListener
 
start(URL) - Static method in class com.antelmann.util.Misc
Deprecated. as of JDK 1.6, java.awt.Desktop can be used instead.
start(String...) - Static method in class com.antelmann.util.Misc
 
start(File, String...) - Static method in class com.antelmann.util.Misc
starts a given file and other parameters with the platform specific application.startCommand in the settings.
startGUIServer(String) - Static method in class com.antelmann.db.remote.ChangeNotificationServer
 
startGUIServer(String, int) - Static method in class com.antelmann.db.remote.ChangeNotificationServer
starts a demo change notification server that utilizes a JTextComponentLog
startOfficeProcess(File) - Static method in class com.antelmann.ooffice.OfficeConnector
 
startOfficeProcess(File, String) - Static method in class com.antelmann.ooffice.OfficeConnector
uses the standard options; see OfficeConnector.getStandardProcessOptions()
startOfficeProcess(File, String, String[]) - Static method in class com.antelmann.ooffice.OfficeConnector
 
startPrint() - Method in class com.antelmann.util.TextPrinter
prints this TextPrinter directly to the default printer
startPrint(PrinterJob, boolean) - Method in class com.antelmann.util.TextPrinter
 
startServerWithGUI(Logger) - Static method in class com.antelmann.net.ChatServer
uses the com.antelmann.net.chat.port property from Settings
startsWithOperator(String) - Static method in enum com.antelmann.math.RelationalOperator
 
stateChange(JukeBox, int) - Method in class com.antelmann.sound.JJukeBox
 
stateChange(JukeBox, int) - Method in interface com.antelmann.sound.JukeBox.Listener
called the state of the given JukeBox changes.
status - Variable in class com.antelmann.util.revision.DefaultRevisable
 
Status - Interface in com.antelmann.util.revision
Status represents a specific state of a given object; the state itself is immutable.
statusBar - Variable in class com.antelmann.util.gui.JMainFrame
 
statusLabel - Variable in class com.antelmann.util.gui.JMainFrame
represents the status text if constructed with a status bar
StatusString - Class in com.antelmann.util.revision
a status based on a simple String object
StatusString(String) - Constructor for class com.antelmann.util.revision.StatusString
 
stdDev(double...) - Static method in class com.antelmann.math.MyMath
returns the standard deviation of the given sample based on var()
STEEL - Static variable in class com.antelmann.util.gui.CustomTheme
 
stop() - Method in class com.antelmann.calendar.Stopwatch
stop() returns the elapsed time and also performs a reset().
stop() - Method in class com.antelmann.cddb.CDDrive
 
stop() - Method in class com.antelmann.cddb.CDDriveSample
 
stop() - Method in class com.antelmann.cddb.CDDriveWin
method not implemented (throws UnsupportedOperationException)
stop() - Method in class com.antelmann.sound.JukeBox
stops the music; resume with resume()
stop() - Method in class com.antelmann.sound.MP3Player
 
stop() - Method in class com.antelmann.sound.SoundPlayer
use play() to resume playing after stop() was called
stop() - Method in class com.antelmann.util.logging.SocketLogListener
 
stopAll() - Method in class com.antelmann.util.NotificationService
calls stopNotifier() on all monitored objects
stopCellEditing() - Method in class com.antelmann.util.table.FormattedCellEditor
 
stopCellEditing(JTable) - Static method in class com.antelmann.util.table.TableUtils
useful to ensure that all cells stop editing before another action relies on the entered values
stopCurrentRefresh() - Method in class com.antelmann.net.URLCache
interrupts any currently ongoing refresh process (if any) and then returns; previously cached data and subsequent calls are uneffected
stopInactiveNotifiers() - Method in class com.antelmann.util.NotificationService
calls stopNotifier() on all monitored objects where their respective Notifier instances have no listeners
stopIteration() - Method in class com.antelmann.util.AbstractIterator
allows to stop an iteration gracefully even when it allows null and propagates Exceptions.
stopListening() - Method in class com.antelmann.db.DBClassStoreCache
removes itself as a TransactionListener from the database.
stopListening() - Method in class com.antelmann.net.MessageDelegator
disables the listener and causes run() to exit after either the next message is read or an IOException is thrown; it does not close the connection.
stopLoading() - Method in class com.antelmann.net.JWebBrowser
implements the action for the browser's stop button
stopNotifier(Object) - Method in class com.antelmann.util.NotificationService
the Notifier for the given object will be stopped (all listeners will be informed) and removed from this service.
Stopwatch - Class in com.antelmann.calendar
Stopwatch is a convenient implementation to bench just about anything.
Stopwatch() - Constructor for class com.antelmann.calendar.Stopwatch
initializes a running Stopwatch starting now
Stopwatch(long) - Constructor for class com.antelmann.calendar.Stopwatch
This constructor starts a Stopwatch starting at the current time minus the milliseconds given.
Stopwatch(long, TimeSystem) - Constructor for class com.antelmann.calendar.Stopwatch
 
Stopwatch(Date) - Constructor for class com.antelmann.calendar.Stopwatch
This constructor starts a Stopwatch starting at the given point in time.
Stopwatch(Stopwatch) - Constructor for class com.antelmann.calendar.Stopwatch
This constructor generates a new Stopwatch synchronized with the given timer
Stopwatch(boolean) - Constructor for class com.antelmann.calendar.Stopwatch
If the boolean parameter is true, this call is equivalent to the default constructor; if the parameter is false, the StopWach will be initialized but is halted with no elapsed time so far.
Stopwatch(long, boolean) - Constructor for class com.antelmann.calendar.Stopwatch
 
stopwatch - Static variable in class com.antelmann.Debug
initialized as non-running
store(T...) - Method in class com.antelmann.db.AbstractDatabase
inserts/updates the given entries in the database depending on whether it already exists
store(Database<?>, DBEntry...) - Static method in class com.antelmann.db.DBUtils
 
store(Database<?>, Iterator<? extends DBEntry>) - Static method in class com.antelmann.db.DBUtils
 
store(DBClassStore<T>, T) - Static method in class com.antelmann.db.DBUtils
inserts/updates the given entry into the database depending on whether it already exists
store(DBClassStore<T>, Collection<T>) - Static method in class com.antelmann.db.DBUtils
inserts/updates the given entries in the database depending on whether it already exists
store(DBClassStore<T>, Iterator<T>) - Static method in class com.antelmann.db.DBUtils
inserts/updates the given entries in the database depending on whether it already exists
store - Variable in class com.antelmann.db.WrappedDBClassStore
access to the embedded original store; only the constructor should change this value
store(Properties, String) - Method in class com.antelmann.io.IniFile
 
store(OutputStream) - Method in class com.antelmann.LicenseManager
every license contained within is written as a serialized byte array
store - Variable in class com.antelmann.util.gui.JPropertyEntryForm
 
storeAsEML(Message, File) - Static method in class com.antelmann.net.mail.EmailConverter
 
storeComponent(XComponent) - Static method in class com.antelmann.ooffice.OfficeUtils
 
storeComponent(XComponent, OutputStream, Map<?, ?>) - Static method in class com.antelmann.ooffice.OfficeUtils
 
storeComponent(XComponent, URL, Map<?, ?>, boolean) - Static method in class com.antelmann.ooffice.OfficeUtils
 
storeContentTo(File) - Method in class com.antelmann.db.BaseDocument
 
storeContentTo(File) - Method in class com.antelmann.sql.DBDocument
 
storeFuzzyMatch(CDID, CDDBRecord[]) - Method in class com.antelmann.cddb.FileCDDB
stores the given fuzzy matches in the embedded FuzzyLookup instance.
storeGroups(T) - Method in class com.antelmann.sql.SortedGroupableSQLStore
 
storeGroups(T) - Method in class com.antelmann.sql.TaggableSQLStore
 
storeProperties(Properties, String) - Method in class com.antelmann.io.MyFile
 
storeThumbnail(Image) - Method in class com.antelmann.image.ImageURLEntryMapper
simply uses a jpg serialized ByteArrayInputStream
storeTo(File) - Method in class com.antelmann.io.BinaryData
 
storeTo(File, boolean) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
saves the embedded document to the given file - using the default extension, if not already given (and overwriting the file, if it exists)
storeTo(OutputStream, Map<?, ?>) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
 
storeTo(File, String, boolean) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
saves the given document to the given file (overwriting it, if it exists) in the given format
storeTo(URL, boolean) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
saves the given document to the given url (overwriting the url if it exists)
storeTo(URL, String, boolean) - Method in class com.antelmann.ooffice.AbstractOfficeDocument
allows to specify a filterName that defines the output format (null is allowed).
storeTo(URL, String, boolean) - Method in interface com.antelmann.ooffice.OfficeDocument
 
storeTo(OutputStream, Map<?, ?>) - Method in interface com.antelmann.ooffice.OfficeDocument
 
storeTo(File, Monitor, boolean) - Method in class com.antelmann.sql.Mysqldump
 
storeTo(OutputStream) - Method in class com.antelmann.util.XmlHelper
stores the xml as reformatted xml in utf8 (including flushing/closing)
StoreUpdateTableModel<T extends DBEntry> - Class in com.antelmann.db
a special TableModel wrapper that supports store updates upon StoreUpdateTableModel.setValueAt(Object, int, int)
StoreUpdateTableModel(ObjectTableModel<T>, DBClassStore<T>) - Constructor for class com.antelmann.db.StoreUpdateTableModel
 
streamColumn - Variable in class com.antelmann.sql.DBDocumentStore.Mapper
 
streamTo(OutputStream) - Method in class com.antelmann.ooffice.OOInputStream
 
STRING_EXTRACTOR - Static variable in interface com.antelmann.util.PatternExtractor
 
STRING_EXTRACTOR - Static variable in class com.antelmann.util.Strings
 
STRING_MAPPER - Static variable in interface com.antelmann.db.EntryClassMapper
a convenient implementation that maps to the String representing the class name; custom labels are not supported
StringLineFormatter - Class in com.antelmann.util.logging
formats a LogEntry into a simple one-line String terminated by a line break.
StringLineFormatter() - Constructor for class com.antelmann.util.logging.StringLineFormatter
uses the platform line-break; see Strings.lb
StringLineFormatter(String, String) - Constructor for class com.antelmann.util.logging.StringLineFormatter
 
StringLineFormatter(DateFormat) - Constructor for class com.antelmann.util.logging.StringLineFormatter
 
StringLineFormatter(DateFormat, String) - Constructor for class com.antelmann.util.logging.StringLineFormatter
 
StringMapTableModel - Class in com.antelmann.util.table
a table model that allows to edit the values of a given Map based on String objects
StringMapTableModel() - Constructor for class com.antelmann.util.table.StringMapTableModel
 
StringMapTableModel(String, String) - Constructor for class com.antelmann.util.table.StringMapTableModel
 
StringMapTableModel(Map<?, ?>) - Constructor for class com.antelmann.util.table.StringMapTableModel
the given map is copied into this model
StringMapTableModel(Map<?, ?>, String, String) - Constructor for class com.antelmann.util.table.StringMapTableModel
the given map is copied into this model
Strings - Class in com.antelmann.util
A utility class with several useful functions to manipulate String objects.
Strings.Symbol - Enum in com.antelmann.util
generally useful symbols to ease their use in non-UTF8 source code Convenient example tables are found e.g. here: http://www.csbruce.com/software/utf-8.html
stripText() - Method in class com.antelmann.net.Spider
a line break is put after each separate text occurrence
stripText(String) - Method in class com.antelmann.net.Spider
returns a String containing the text of all HTML tag types from the embedded URL
stripText(Reader, String) - Method in class com.antelmann.net.Spider
allows to read the content from another location but the url itself
stripText() - Method in class com.antelmann.net.URLCache
calls the other stripText() method with a line break as delimiter
stripText(String) - Method in class com.antelmann.net.URLCache
returns a String containing the text of all HTML tag types, separated by the given delimiter
stripToWindowsFilename(String) - Static method in class com.antelmann.io.MyFile
 
Stub<T extends DBEntry> - Class in com.antelmann.db
a Stub is a small object that can serve as a proxy for larger objects, so that you can maintain a lot of these in memory and only access the full object if needed.
Stub(Object, Object, Class<T>) - Constructor for class com.antelmann.db.Stub
 
StyledCellRenderer - Class in com.antelmann.util.table
allows to easily customize an already given renderer by applying any given style
StyledCellRenderer(StyledCellRenderer.Styler) - Constructor for class com.antelmann.util.table.StyledCellRenderer
uses the superclass for its component generation
StyledCellRenderer(StyledCellRenderer.Styler, TableCellRenderer) - Constructor for class com.antelmann.util.table.StyledCellRenderer
uses the given renderer to obtain the component and the given customizer to apply the format
StyledCellRenderer.Styler - Interface in com.antelmann.util.table
 
submit(String, String) - Method in class com.antelmann.net.CGI
posts the encoded string directly to the URL per HTTP: POST, GET or HEADER.
submit(String, InputStream) - Method in class com.antelmann.net.CGI
streams the content to the URL per HTTP: POST, GET or HEADER.
submit(String, Handler<HttpURLConnection, IOException>) - Method in class com.antelmann.net.CGI
allows to provide a custom way to handle the streaming to the output by callback.
SubSelectCondition - Class in com.antelmann.sql
allows to specify a sub-query with optional parameters and an operator as a condition for a larger SQL-query-statement.
SubSelectCondition(SubSelectCondition.Operator, String, Object...) - Constructor for class com.antelmann.sql.SubSelectCondition
 
SubSelectCondition.Operator - Enum in com.antelmann.sql
 
subtract(Money) - Method in class com.antelmann.math.Money
 
subtract(Number) - Method in class com.antelmann.math.Money
 
subtract(double) - Method in class com.antelmann.math.Money
 
SubTreeModel - Class in com.antelmann.util.gui
represents a specific branch of a given wrapped tree model.
SubTreeModel(TreeModel, TreePath) - Constructor for class com.antelmann.util.gui.SubTreeModel
 
SUCCESS - Static variable in class com.antelmann.util.logging.Level
 
sum(double...) - Static method in class com.antelmann.math.MyMath
returns the sum of the given population
SUM_COMPARATOR - Static variable in class com.antelmann.math.DataPoint
allows to sort DataPoints by their sum (ascending)
sumOfDigits(long) - Static method in class com.antelmann.math.MyMath
returns the sum of all individual digits.
superscript(int) - Static method in enum com.antelmann.util.Strings.Symbol
takes a number between 0 and 9
supportsTransport(GlobalAddress.Transport) - Method in class com.antelmann.crm.GlobalAddress
determines if the given transport type is supported; returns true by default
swap(int, int) - Method in class com.antelmann.util.table.AbstractObjectTableModel
 
symbol - Variable in class com.antelmann.math.DefaultUnit
 
synchronize(Stopwatch) - Method in class com.antelmann.calendar.Stopwatch
synchronize() will make this Stopwatch equivalent to the passed timer
synchronizeAccess(I, Class<I>, Object) - Static method in class com.antelmann.util.Misc
allows to synchronize all access to the given instance based on the given semaphore object.
synchronizeDir(File) - Method in class com.antelmann.io.MyFile
Assuming the current MyFile is a directory, this method synchronizes it with the destination directory by writing all files into the destination directory that exist in the origin directory.
synchronizeDir(File, FileFilter) - Method in class com.antelmann.io.MyFile
synchronizes only those files that are accepted by the filter
synchronizeDir(File, Logger) - Method in class com.antelmann.io.MyFile
This method allows for intermediate feedback through the logger; otherwise it's the same as the other synchronizeDir() method.
synchronizeDir(File, Logger, Monitor) - Method in class com.antelmann.io.MyFile
This method allows for intermediate feedback and interactive stopping; otherwise it's the same as the other synchronizeDir() method.
synchronizeDir(File, FileFilter, Logger, Monitor) - Method in class com.antelmann.io.MyFile
This method allows for intermediate feedback and interactive stopping; otherwise it's the same as the other synchronizeDir() method.
synchronizeDirectory(File, String, boolean) - Method in class com.antelmann.net.FTPConnector
synchronizes the sourceDir with the remoteTargetDir on the FTP host recursively.
synchronizeDirectory(File, String, boolean, Logger) - Method in class com.antelmann.net.FTPConnector
This method allows for intermediate feedback through the logger; otherwise it's the same as the other synchronizeDirectory() method.
synchronizeDirectory(File, String, boolean, Logger, Monitor) - Method in class com.antelmann.net.FTPConnector
This method allows for intermediate feedback and interactive stopping; otherwise it's the same as the other synchronizeDirectory() method.
SynchronousKey - Interface in com.antelmann.util
An interface to support very simple synchronous key encryption.
SYSTEM_TIME - Static variable in interface com.antelmann.calendar.TimeSystem
provides a TimeSystem implementation based on the system time.

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