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

L

LabelRenderer - Class in com.antelmann.util.table
displays a a label header suitable for custom table column headings
LabelRenderer(String) - Constructor for class com.antelmann.util.table.LabelRenderer
the label looks like the standard one used in JTableHeader.getDefaultRenderer()
LabelRenderer(String, boolean) - Constructor for class com.antelmann.util.table.LabelRenderer
 
Language - Class in com.antelmann.util.gui
English language resources for the com.antelmann.util.gui package
Language() - Constructor for class com.antelmann.util.gui.Language
 
language() - Static method in class com.antelmann.util.gui.Menus
provides access to the Locale specific language used in this package
Language_de - Class in com.antelmann.util.gui
Deutsche Uebersetzung fuer die com.antelmann.util.gui Package
Language_de() - Constructor for class com.antelmann.util.gui.Language_de
 
Language_en - Class in com.antelmann.util.gui
English language resources for the com.antelmann.util.gui package
Language_en() - Constructor for class com.antelmann.util.gui.Language_en
 
Language_lv - Class in com.antelmann.util.gui
resources for Latvia
Language_lv() - Constructor for class com.antelmann.util.gui.Language_lv
 
Language_ru - Class in com.antelmann.util.gui
resources for Russia
Language_ru() - Constructor for class com.antelmann.util.gui.Language_ru
 
last - Variable in class com.antelmann.util.revision.DefaultRevisable
 
lastRefreshed() - Method in class com.antelmann.net.URLCache
returns the time when the last refresh() attempt was performed - whether or not successful.
lastRowSorted() - Method in class com.antelmann.util.table.SortableTableModel
 
lastSortAscending() - Method in class com.antelmann.util.table.SortableTableModel
 
lastUpdated() - Method in class com.antelmann.calendar.CalendarEntry
 
lastUpdated() - Method in class com.antelmann.net.URLCache
returns the time when this object was last refreshed successfully; 0 is returned if no refresh has been performed, yet
latitudeColumn - Variable in class com.antelmann.image.ImageURLEntryMapper
number field
LAYER - Static variable in class com.antelmann.opengeodb.GeoTypeName
TEXT value
LayoutOption - Enum in com.antelmann.util.gui
specifies the way a component should be laid out to best fit into an enclosing container
layoutTable(JTable) - Method in class com.antelmann.math.JDataMatrixView
 
LB - Static variable in class com.antelmann.math.Weight
Pound
lb - Static variable in class com.antelmann.util.Strings
convenient access to the platform dependent line separator
leaf - Variable in class com.antelmann.util.table.AbstractDialogCellEditor
cached from the last call to the method that provides the component, so that it's available for the VaueSetter
learn(boolean[], boolean) - Method in class com.antelmann.ai.Perceptron
learns a specified output given the input vector by adjusting the synapses (weights) if the result to be learned does not match the actual current output
left - Variable in class com.antelmann.ooffice.CellBorder
 
left(String, int) - Static method in class com.antelmann.util.Strings
 
LENGTH_NOT_OBTAINED_YET - Static variable in class com.antelmann.net.Downloader
 
LengthUnit - Class in com.antelmann.math
length unit with conversion capabilities
LengthUnit(String, String, Number) - Constructor for class com.antelmann.math.LengthUnit
 
Level - Class in com.antelmann.util.logging
Level classifies the logging of LogEntry objects.
Level(String, int) - Constructor for class com.antelmann.util.logging.Level
 
LEVEL_EXECUTE - Static variable in class com.antelmann.sql.MySQLLog
 
LEVEL_FETCH - Static variable in class com.antelmann.sql.MySQLLog
 
LEVEL_OBJECT_CREATION - Static variable in class com.antelmann.sql.MySQLLog
 
LEVEL_PREPARE - Static variable in class com.antelmann.sql.MySQLLog
 
LEVEL_QUERY - Static variable in class com.antelmann.sql.MySQLLog
 
LEVEL_SLOW_QUERY - Static variable in class com.antelmann.sql.MySQLLog
 
LEVEL_WARN - Static variable in class com.antelmann.sql.MySQLLog
 
LevelFilter - Class in com.antelmann.util.logging
filters LogEntry objects by their level using the natural order of Level objects
LevelFilter(Level) - Constructor for class com.antelmann.util.logging.LevelFilter
 
LevelFilter(int) - Constructor for class com.antelmann.util.logging.LevelFilter
 
License - Class in com.antelmann
a License provides and limits access to certain functionality based on individual classes or packages.
License(Package, String, Date, int) - Constructor for class com.antelmann.License
only usable if properly signed
License(Package, String, Date, int, boolean) - Constructor for class com.antelmann.License
only usable if properly signed
License(Class<?>, String, Date, int) - Constructor for class com.antelmann.License
only usable if properly signed
License(String, String, Date, int, boolean) - Constructor for class com.antelmann.License
only usable if properly signed
LicenseCreator - Class in com.antelmann
 
LicenseCreator() - Constructor for class com.antelmann.LicenseCreator
 
Licensed - Annotation Type in com.antelmann
tags classes, methods and constructors that require a valid license
LicenseHandler - Interface in com.antelmann
can be used to obtain a license from some source if a call to Settings.checkLicense(Object) initially fails.
LicenseKey - Class in com.antelmann
provides individual license keys for a license.
LicenseKey() - Constructor for class com.antelmann.LicenseKey
 
LicenseKeyException - Exception in com.antelmann
indicates a problem with a license key
LicenseKeyException(LicenseKey) - Constructor for exception com.antelmann.LicenseKeyException
 
LicenseKeyException(LicenseKey, Exception) - Constructor for exception com.antelmann.LicenseKeyException
 
LicenseKeyException(String, LicenseKey, License) - Constructor for exception com.antelmann.LicenseKeyException
 
LicenseLoader - Class in com.antelmann
can be used to acquire licenses from a known location on demand.
LicenseLoader(URL...) - Constructor for class com.antelmann.LicenseLoader
 
LicenseLoader(Collection<URL>) - Constructor for class com.antelmann.LicenseLoader
 
LicenseManager - Class in com.antelmann
LicenseManager provides the ability to use limited licenses based on classes and package names.
LicenseTableModel - Class in com.antelmann
used to view licenses in a JTable
LicenseTableModel() - Constructor for class com.antelmann.LicenseTableModel
initializes this table with the licenses from the LicenseManager
LicenseTableModel(Collection<License>) - Constructor for class com.antelmann.LicenseTableModel
 
LicensingException - Exception in com.antelmann
thrown to indicate that no valid license for a requested Object could be obtained.
LicensingException() - Constructor for exception com.antelmann.LicensingException
 
LicensingException(Class<?>) - Constructor for exception com.antelmann.LicensingException
 
LicensingException(Exception) - Constructor for exception com.antelmann.LicensingException
 
LicensingException(String) - Constructor for exception com.antelmann.LicensingException
 
LicensingException(License) - Constructor for exception com.antelmann.LicensingException
 
LicensingException(String, Object, License) - Constructor for exception com.antelmann.LicensingException
the most explicit constructor
LifeCycleObject - Interface in com.antelmann.util
specifies an object that has a begin and end in time.
LIGHTYEAR - Static variable in class com.antelmann.math.LengthUnit
 
LikeCondition - Class in com.antelmann.sql
represents a 'like' condition as can be present in a restriction map in methods of a ConnectionHelper for a text column in a database.
LikeCondition(String...) - Constructor for class com.antelmann.sql.LikeCondition
there must be at least one String present
limitSize(int) - Method in class com.antelmann.math.DataMap
uses no comparator
limitSize(int, Comparator<DataPoint>) - Method in class com.antelmann.math.DataMap
uses the given limit as both: upper and lower limit
limitSize(int, int, Comparator<DataPoint>) - Method in class com.antelmann.math.DataMap
allows to limit this data map to a given number of keys.
limitSize(JTextComponent, int) - Static method in class com.antelmann.util.gui.FormHelper
limits the number of characters that can be entered into the given text component.
limitSize(JTextComponent, DBClassStore<?>, String) - Static method in class com.antelmann.util.gui.FormHelper
 
limitSize(JTextComponent, MappingInfo, String) - Static method in class com.antelmann.util.gui.FormHelper
 
LineColorRenderer - Class in com.antelmann.util.table
a TableCellRenderer that colors every 2nd line differently for better visualization
LineColorRenderer() - Constructor for class com.antelmann.util.table.LineColorRenderer
uses white and lightGray and an interval of two
LineColorRenderer(Color, Color) - Constructor for class com.antelmann.util.table.LineColorRenderer
 
LineColorRenderer(TableCellRenderer) - Constructor for class com.antelmann.util.table.LineColorRenderer
uses the given renderer and just sets the background accordingly
LineColorRenderer(Color, Color, TableCellRenderer) - Constructor for class com.antelmann.util.table.LineColorRenderer
allows to use another renderer instead of itself for background coloring
LineColorRenderer(Color, Color, int, TableCellRenderer) - Constructor for class com.antelmann.util.table.LineColorRenderer
 
LineColorRenderer(Color, Color, int) - Constructor for class com.antelmann.util.table.LineColorRenderer
this constructor allows to specify what interval will be used for coloring of color one.
lineDistance - Variable in class com.antelmann.ooffice.CellBorder.Type
contains the distance between the inner and outer parts of a double line (in 1/100 mm).
list(String) - Method in class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
list(Iterator<E>, int) - Static method in class com.antelmann.util.AbstractIterator
if maxElements is negative, the entire iteration is returned
list(Iterable<F>) - Static method in class com.antelmann.util.AbstractIterator
 
list(Iterator<F>) - Static method in class com.antelmann.util.AbstractIterator
 
list(Enumeration<F>) - Static method in class com.antelmann.util.AbstractIterator
 
listAll(Collection<? extends Category<T>>, T) - Static method in class com.antelmann.db.Category.Adapter
 
listAllFolders(Store) - Static method in class com.antelmann.net.mail.IMAPAccount
requires a connected store
listAllRelations(DBReference, Object) - Method in interface com.antelmann.sql.RelationshipManager
contains passive and active relationships for the given reference - restricted to the given type if non-null
listAllRelations(DBReference, Object) - Method in class com.antelmann.sql.RelationshipStore
 
listCards() - Method in class com.antelmann.webdav.CarddavClient
maps href (the UID for the card) to etag
listCardXml() - Method in class com.antelmann.webdav.CarddavClient
 
listCells(XCellRange) - Method in class com.antelmann.ooffice.OOCalc
 
listeners - Variable in class com.antelmann.util.revision.DefaultRevisable
 
listEntries(Class<T>, Filter<? super T>, int) - Method in class com.antelmann.db.AbstractDatabase
 
listEntries(Class<T>, Filter<? super T>) - Method in class com.antelmann.db.AbstractDatabase
This method will begin and abort a transaction if none is active at the time.
listEntries(DBClassStore<T>, Filter<? super T>) - Static method in class com.antelmann.db.DBUtils
 
listEntries(DBClassStore<T>, Filter<? super T>, int) - Static method in class com.antelmann.db.DBUtils
 
listenWhileVisible(JComponent, Database<?>, DatabaseChangeListener) - Static method in class com.antelmann.db.DBUtils
uses an AncestorListener on the given component to enable the listener only while it is displayed
listFilesInTree() - Method in class com.antelmann.io.MyFile
returns all files including those in subdirectories recursively
listFilesInTree(Filter<? super MyFile>) - Method in class com.antelmann.io.MyFile
 
listFilesInTree(FileFilter) - Method in class com.antelmann.io.MyFile
 
listFilesInTree(FilenameFilter) - Method in class com.antelmann.io.MyFile
 
ListFocusTraversalPolicy - Class in com.antelmann.util.gui
allows to customize the focus traversal based on a list
ListFocusTraversalPolicy(Component...) - Constructor for class com.antelmann.util.gui.ListFocusTraversalPolicy
 
ListFocusTraversalPolicy(Collection<? extends Component>) - Constructor for class com.antelmann.util.gui.ListFocusTraversalPolicy
 
listInfo() - Method in class com.antelmann.webdav.CarddavClient
 
listMedia(PrintService, Filter<Media>) - Static method in class com.antelmann.util.PrintUtilities
 
listOpenConnections() - Method in class com.antelmann.sql.SQLServerHelper
 
listRelations(Map<RelationshipManager.Column, Object>) - Method in interface com.antelmann.sql.RelationshipManager
the mapped values for the class columns RelationshipManager.Column.TO_CLASS and RelationshipManager.Column.FROM_CLASS may be represented as ClasslistRelations(Map<RelationshipManager.Column, Object>) - Method in class com.antelmann.sql.RelationshipStore
 
ListRetriever<T> - Interface in com.antelmann.util
to be implemented by classes that are to provide a special list of objects that are flexibly generated at runtime.
listSites() - Method in class com.antelmann.cddb.FreeDB
returns sites that can be used as a mirror for this service.
listSources() - Method in class com.antelmann.image.TwainAdapter
 
listStubs(Class<T>, Filter<? super Stub<?>>) - Method in class com.antelmann.db.AbstractDatabase
This method will begin and abort a transaction if none is active at the time.
listStubs(DBClassStore<T>, Filter<? super Stub<?>>) - Static method in class com.antelmann.db.DBUtils
 
listStubs(DBClassStore<T>, Filter<? super Stub<?>>, int) - Static method in class com.antelmann.db.DBUtils
 
listSubDirs() - Method in class com.antelmann.io.MyFile
assuming the current MyFile is a directory, all sub-directories are returned.
listUsers(Filter<? super User>) - Method in class com.antelmann.db.AbstractUserLoginStore
 
listUsers(UserLoginStore, Filter<? super User>) - Static method in class com.antelmann.db.AbstractUserLoginStore
it may be more efficient to achieve this via an embedded DBClassStore if applicable
listValues(GeoTypeName) - Method in class com.antelmann.opengeodb.OpenGeoDB
 
load(File) - Method in class com.antelmann.net.mail.POP3Account
 
load(InputStream) - Method in class com.antelmann.net.mail.POP3Account
 
load(URL, Map<?, ?>) - Method in class com.antelmann.ooffice.OfficeComponent
 
load(String, Map<?, ?>) - Method in class com.antelmann.ooffice.OfficeComponent
 
load(InputStream) - Method in class com.antelmann.ooffice.OfficeComponent
 
load(InputStream, Map<?, ?>) - Method in class com.antelmann.ooffice.OfficeComponent
 
load(File, boolean) - Static method in class com.antelmann.ooffice.OODraw
 
load(URL, boolean) - Static method in class com.antelmann.ooffice.OODraw
 
load(File) - Static method in class com.antelmann.Settings
first, this method tries to initialize with the default properties, but even if that fails, the properties are loaded from the given location.
load(URL) - Static method in class com.antelmann.Settings
first, this method tries to initialize with the default properties, but even if that fails, the properties are loaded from the given location.
load(Properties) - Static method in class com.antelmann.Settings
first, this method tries to initialize with the default properties, but even if that fails, the given properties are loaded into the current ones.
load(URL) - Method in class com.antelmann.sound.JPlayer
allows to preload a sound
load(File) - Method in class com.antelmann.sound.JPlayer
allows to preload a sound
load(Object) - Method in class com.antelmann.sound.MP3Player
 
load(Sequence) - Method in class com.antelmann.sound.SoundPlayer
closes the existing data and then tries to load the given sound object
load(URL) - Method in class com.antelmann.sound.SoundPlayer
closes the existing data and then tries to load the given sound object
load(File) - Method in class com.antelmann.sound.SoundPlayer
closes the existing data and then tries to load the given sound object
load(SampleSounds) - Method in class com.antelmann.sound.SoundPlayer
 
load(Object) - Method in class com.antelmann.sound.SoundPlayer
handles File and URL objects
loadAddressesFromFile(File) - Static method in class com.antelmann.net.mail.POP3Account
calls loadAddressesFromText(String)
loadAddressesFromText(String) - Static method in class com.antelmann.net.mail.POP3Account
each address is assumed to be in an individual line.
loadAsMap(String, String, String, Map<String, ?>) - Method in class com.antelmann.sql.ConnectionHelper
 
loadCardContent(String) - Method in class com.antelmann.webdav.CarddavClient
 
loadCardData() - Method in class com.antelmann.webdav.CarddavClient
 
loadCardData(Collection<String>) - Method in class com.antelmann.webdav.CarddavClient
 
loadCardDataForCategory(String) - Method in class com.antelmann.webdav.CarddavClient
http://stackoverflow.com/questions/14137894/how-to-do-advanced-filters-in-carddav-webdav-report-request
loadCascadingBasedOnFileNameProperty(File, String) - Static method in class com.antelmann.Settings
the returned Properties are not automatically loaded into the properties of Settings
loadClasses(File...) - Static method in class com.antelmann.util.Misc
preloads all classes found in the given directories and/or Jar files
loadClasses(Monitor, File...) - Static method in class com.antelmann.util.Misc
preloads all classes found in the given directories and/or Jar files
loadContent() - Method in class com.antelmann.net.web.YouTubeVideo
 
loadContentFrom(InputSource) - Method in class com.antelmann.net.web.YouTubeVideo
 
loadData() - Method in class com.antelmann.sql.TableListResourceBundle
refreshes the resources w/ the database content
loadDocument(Class<T>, File, Map<?, ?>, OfficeUtils.TargetFrame, int) - Static method in class com.antelmann.ooffice.OfficeUtils
 
loadDocument(Class<T>, URL, Map<?, ?>, OfficeUtils.TargetFrame, int) - Static method in class com.antelmann.ooffice.OfficeUtils
 
loadDocument(Class<T>, InputStream, Map<?, ?>, OfficeUtils.TargetFrame, int) - Static method in class com.antelmann.ooffice.OfficeUtils
 
loadDocument(Class<T>, String, Map<?, ?>, OfficeUtils.TargetFrame, int) - Static method in class com.antelmann.ooffice.OfficeUtils
 
loadDriverClass(String, boolean, URL...) - Method in class com.antelmann.sql.Connector
loads the given class and wraps occurring exceptions into an SQLException
loadEML(InputStream) - Method in class com.antelmann.net.mail.EmailConverter
 
loadEntry(File) - Method in class com.antelmann.io.FileClassStore
 
loadFile(File) - Method in class com.antelmann.ooffice.OfficeComponent
 
loadFileAsTemplate(File) - Method in class com.antelmann.ooffice.OfficeComponent
 
loadFileReadOnly(File) - Method in class com.antelmann.ooffice.OfficeComponent
 
loadFrom(File) - Method in class com.antelmann.LicenseManager
a convenience method that installs serialized licenses from a file
loadFrom(URL) - Method in class com.antelmann.LicenseManager
a convenience method that installs serialized licenses from a URL
loadFrom(InputStream) - Method in class com.antelmann.LicenseManager
a convenience method that installs serialized licenses from a stream.
loadFrom(File, Monitor, boolean) - Method in class com.antelmann.sql.Mysqldump
 
loadFromClassPath(String) - Static method in class com.antelmann.util.Misc
preloads all classes found in the given path
loadFromClassPath(Monitor, String) - Static method in class com.antelmann.util.Misc
preloads all classes found in the given path
loadFromProperties(Map<?, ?>, String) - Method in class com.antelmann.net.mail.POP3Account.Config
 
loadGrid(TimeDataGrid<T>, Monitor) - Method in class com.antelmann.db.EntryAnalyzer
 
loadGrid(TimeDataGrid<T>, Monitor) - Method in class com.antelmann.math.ObjectAnalyzer
 
loadLicense(File) - Static method in class com.antelmann.License
loads a single serialized license from a file; license is not validated
loadLicense(URL) - Static method in class com.antelmann.License
loads a single serialized license from a URL; license is not validated
loadLicense(InputStream) - Static method in class com.antelmann.License
loads a single serialized license from a stream; license is not validated
loadLicense(byte[]) - Static method in class com.antelmann.License
deserializes a license object from a byte pattern; license is not validated
loadMatrix(DataMatrix<T>, DBClassStore<? extends T>, Filter<? super T>, Monitor) - Static method in class com.antelmann.math.DataMatrix
min, max of the given logger must be set explicitly
loadNewDocument(OODocType) - Method in class com.antelmann.ooffice.OfficeComponent
 
loadNewDocument(OODocType, Map<?, ?>) - Method in class com.antelmann.ooffice.OfficeComponent
 
loadObject() - Method in class com.antelmann.io.MyFile
calls loadObject(false)
loadObject(boolean) - Method in class com.antelmann.io.MyFile
loads a single object from the file into memory and returns it.
loadProperties() - Method in class com.antelmann.io.MyFile
 
loadStreams() - Method in class com.antelmann.sql.RowItem
converts occurring InputStream to byte[] and Reader to StringBuffer, so that this instance can be properly serialized after it has been received from a ResultSet.
loadStreams(Map<String, Object>) - Static method in class com.antelmann.sql.RowItem
converts occurring InputStream to byte[] and Reader to StringBuffer, so that this instance can be properly serialized after it has been received from a ResultSet.
loadStub(Database<?>, DBReference) - Static method in class com.antelmann.db.DBUtils
reloads a reference as a stub, so that the display value is properly initialized.
loadStub(File) - Method in class com.antelmann.io.FileClassStore
 
loadTable(String) - Method in class com.antelmann.sql.ConnectionHelper
 
loadTable(ResultSet, boolean) - Method in class com.antelmann.sql.ConnectionHelper
allows to load a table for ResultSets that only support ResultSet.TYPE_FORWARD_ONLY
loadURLAsTemplate(URL) - Method in class com.antelmann.ooffice.OfficeComponent
 
loadVCard(CarddavClient, String) - Static method in class com.antelmann.webdav.EzvcardHelper
 
loadVCards(CarddavClient) - Static method in class com.antelmann.webdav.EzvcardHelper
 
loadVCards(CarddavClient, Collection<String>) - Static method in class com.antelmann.webdav.EzvcardHelper
 
localeFor(String) - Static method in class com.antelmann.util.I18n
retrieves the Locale based on the toString() method of a supported Locale, or null if none is available.
localeForCountry(String) - Static method in class com.antelmann.util.I18n
retrieves an existing predefined Locale based on a given uppercase ISO 3166 2-letter code or null if none is available (note that not all supported countries have an associated Locale).
localeForCountryName(String) - Static method in class com.antelmann.util.I18n
 
localeForCountryName(String, Locale) - Static method in class com.antelmann.util.I18n
 
LOCALHOST - Static variable in class com.antelmann.db.remote.RemoteDBUpdateEvent
 
Localizable - Interface in com.antelmann.util
instances of Localizable are objects that support localized return values for their methods based on a Locale that can be set on the instance prior to calling a method.
Localizable.Adapter - Class in com.antelmann.util
 
Localizable.Adapter() - Constructor for class com.antelmann.util.Localizable.Adapter
 
localize(Localizable, Locale, Object, String, Object...) - Static method in class com.antelmann.util.Localizable.Adapter
 
Localized - Annotation Type in com.antelmann.util
marks a method that is affected by changing the locale of a Localized instance.
LocalSerializedFolderWrapper - Class in com.antelmann.net.mail
provides a way to serialize some folder info to be serialized without the context of the store.
LocalSerializedFolderWrapper(String) - Constructor for class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
LocalSerializedFolderWrapper(String, String, String, char, Class<? extends Folder>) - Constructor for class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
LocalSerializedFolderWrapper(Folder) - Constructor for class com.antelmann.net.mail.LocalSerializedFolderWrapper
 
LocalWeb - Class in com.antelmann.net
LocalWeb represents a website based on the local file system.
LocalWeb(File, File) - Constructor for class com.antelmann.net.LocalWeb
the webRoot must exist and be within the webDir
LOCATION - Static variable in class com.antelmann.cddb.Role
 
locationColumn - Variable in class com.antelmann.sql.BaseDocumentMapper
 
locationField - Variable in class com.antelmann.calendar.SQLCalendarDB
 
lock(DBReference, String, String, String) - Method in class com.antelmann.db.LockManager
 
LockEntry - Class in com.antelmann.db
 
LockEntry(Object, DBReference, String, String, long, String, String) - Constructor for class com.antelmann.db.LockEntry
 
LockInfo - Class in com.antelmann.db
 
LockInfo() - Constructor for class com.antelmann.db.LockInfo
 
LockManager - Class in com.antelmann.db
provides methods for persistent locks on DBEntry objects.
LockManager(DBClassStore<LockEntry>) - Constructor for class com.antelmann.db.LockManager
 
lockTable() - Method in class com.antelmann.sql.BaseRowMapper
locks the table in a database specific way so that certain methods are prevented from running into deadlocks.
lockTable(boolean, String...) - Method in class com.antelmann.sql.ConnectionHelper
useful for early requiring locks to avoid deadlocks
lockTable(boolean, String...) - Method in class com.antelmann.sql.MySQLHelper
 
lockTable(boolean, String...) - Method in class com.antelmann.sql.SQLServerHelper
 
log(String, Object...) - Method in class com.antelmann.util.logging.Logger
 
log(Level, String, Object...) - Method in class com.antelmann.util.logging.Logger
 
log(Throwable) - Method in class com.antelmann.util.logging.Logger
 
log(Throwable, String, Object...) - Method in class com.antelmann.util.logging.Logger
 
log(Object, String, Object...) - Method in class com.antelmann.util.logging.Logger
 
log(Object, Level, String, Object...) - Method in class com.antelmann.util.logging.Logger
 
log(Object, Throwable) - Method in class com.antelmann.util.logging.Logger
 
log(Object, Level, Throwable, String, Object...) - Method in class com.antelmann.util.logging.Logger
 
log(Level, String, long, String, String, Throwable, String, StackTraceElement[], Object[]) - Method in class com.antelmann.util.logging.Logger
 
log(LogEntry) - Method in class com.antelmann.util.logging.Logger
logs the entry by writing to the writers after checking whether the logger is enabled and the filter (if available) accepts the entry.
log() - Method in class com.antelmann.util.logging.MemoryLogger
logs memory settings into the log, using free and total as parameters (in bytes)
LogEntry - Class in com.antelmann.util.logging
LogEntry represents a single record of a log logged by a Logger object and handled by a LogWriter object.
LogEntry() - Constructor for class com.antelmann.util.logging.LogEntry
 
LogEntry(Level, String, long, String, String, Throwable, String, StackTraceElement[], Object...) - Constructor for class com.antelmann.util.logging.LogEntry
 
LogEntryFormatter<T> - Interface in com.antelmann.util.logging
allows for several LogWriters to share the same formatting
LogException - Exception in com.antelmann.util.logging
LogException is thrown when a problem is encountered while writing to a LogWriter
LogException() - Constructor for exception com.antelmann.util.logging.LogException
 
LogException(String) - Constructor for exception com.antelmann.util.logging.LogException
 
LogException(Throwable) - Constructor for exception com.antelmann.util.logging.LogException
 
LogException(String, Throwable) - Constructor for exception com.antelmann.util.logging.LogException
 
LogExceptionHandler - Interface in com.antelmann.util.logging
A LogExceptionHandler is used to control the behavior of a Logger in regards to occuring LogException events.
LogFile - Class in com.antelmann.util.logging
LogFile provides great convenience for logging information from a program into a file.
LogFile(String) - Constructor for class com.antelmann.util.logging.LogFile
This constructor simply calls LogFile(new File(fileName))
LogFile(File) - Constructor for class com.antelmann.util.logging.LogFile
uses the simple format
LogFile(File, boolean) - Constructor for class com.antelmann.util.logging.LogFile
 
LogFile(File, LogEntryFormatter<String>) - Constructor for class com.antelmann.util.logging.LogFile
 
LogFile(File, LogEntryFormatter<String>, boolean, boolean) - Constructor for class com.antelmann.util.logging.LogFile
constructs a LogFile based on the given file and formatter.
logger - Static variable in class com.antelmann.Debug
the logger is initialized as a plain empty logger ignoring occurring exceptions in writers
logger - Variable in class com.antelmann.net.SocketConnection
 
logger - Variable in class com.antelmann.servlet.UserAuthenticationFilter
 
logger - Variable in class com.antelmann.util.gui.JMainFrame
Deprecated. 
Logger - Class in com.antelmann.util.logging
Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4).
Logger() - Constructor for class com.antelmann.util.logging.Logger
creates an empty Logger that does not write to any log yet
Logger(LogWriter...) - Constructor for class com.antelmann.util.logging.Logger
 
Logger(Logger) - Constructor for class com.antelmann.util.logging.Logger
uses the configuration from the given logger (including writers and filter)
LoggerCache - Class in com.antelmann.util.logging
provides a simple mechanism to cache LogEntries from a Logger
LoggerCache() - Constructor for class com.antelmann.util.logging.LoggerCache
uses a size of 10
LoggerCache(int) - Constructor for class com.antelmann.util.logging.LoggerCache
 
LoggerDBListener - Class in com.antelmann.db
provides convenient logging capabilities for Database objects
LoggerDBListener(Logger) - Constructor for class com.antelmann.db.LoggerDBListener
 
LoggerHandler - Class in com.antelmann.util.logging
provides a bridge to the java.util.logging facility
LoggerHandler() - Constructor for class com.antelmann.util.logging.LoggerHandler
 
LoggerHandler(LogWriter) - Constructor for class com.antelmann.util.logging.LoggerHandler
 
LoggerHandler(Logger) - Constructor for class com.antelmann.util.logging.LoggerHandler
instantiates a handler that publishes LogRecords to the given logger
LoggerLoginListener - Class in com.antelmann.db
a simple LoginListener that writes all events into the given Logger.
LoggerLoginListener(Logger) - Constructor for class com.antelmann.db.LoggerLoginListener
 
LoggerManager - Class in com.antelmann.util.logging
a central point to manager different Logger instances
LoggerProvider - Interface in com.antelmann.util.logging
denotes a class that provides a suitable Logger for itself that allows to log data within the context of the implementing class.
LoggerTransactionListener - Class in com.antelmann.db
 
LoggerTransactionListener(Logger, Level) - Constructor for class com.antelmann.db.LoggerTransactionListener
 
LoggerWriter - Class in com.antelmann.util.logging
provides a writer that propagates the LogEntries to another logger
LoggerWriter(Logger) - Constructor for class com.antelmann.util.logging.LoggerWriter
 
LOGIN_KEY - Static variable in class com.antelmann.db.JUserLoginPanel
 
loginCanceled(String) - Method in class com.antelmann.db.AbstractUserLoginStore
 
loginCanceled(String) - Method in interface com.antelmann.db.UserLoginStore
allows to notify the listeners of a canceled login
loginCanceled(String) - Method in class com.antelmann.sql.UserImplStore
 
LoginListener - Interface in com.antelmann.db
listens to events associated with a UserLoginStore
LoginListener.Adapter - Class in com.antelmann.db
 
LoginListener.Adapter() - Constructor for class com.antelmann.db.LoginListener.Adapter
 
loginPerformed(UserLoginStore, User, String) - Method in class com.antelmann.db.AbstractDatabase
 
loginPerformed(UserLoginStore, User, String) - Method in class com.antelmann.db.LoggerLoginListener
 
loginPerformed(UserLoginStore, User, String) - Method in class com.antelmann.db.LoginListener.Adapter
 
loginPerformed(UserLoginStore, User, String) - Method in interface com.antelmann.db.LoginListener
called when a user logged into the store
logInternal(int, Object, Throwable) - Method in class com.antelmann.sql.MySQLLog
 
logInternalStandard(int, Object, Throwable) - Method in class com.antelmann.sql.MySQLLog
allows access to the super implementation of MySQLLog.logInternal(int, Object, Throwable) in subclasses
loginUser(User, String) - Method in class com.antelmann.db.AbstractUserLoginStore
 
loginUser(String, char[], String) - Method in class com.antelmann.db.AbstractUserLoginStore
 
loginUser(String, char[], String) - Method in interface com.antelmann.db.UserLoginStore
returns the User that corresponds to the credentials provided; listeners are notified
loginUser(User, String) - Method in interface com.antelmann.db.UserLoginStore
allows to login a user via API directly
loginUser(String, char[], String) - Method in class com.antelmann.sql.UserImplStore
 
loginUser(User, String) - Method in class com.antelmann.sql.UserImplStore
 
LogNetPropagator - Class in com.antelmann.util.logging
can be registered to listen logging events and then propagates them as serialized byte arrays over its NetConnectionServer.
LogNetPropagator(int) - Constructor for class com.antelmann.util.logging.LogNetPropagator
 
LogNetPropagator(int, Logger) - Constructor for class com.antelmann.util.logging.LogNetPropagator
the server is not started through the constructor
LogNetReceiver - Class in com.antelmann.util.logging
can be used to easily listen to a LogNetPropagator; most easily used in conjunction with a MessageDispatcher.
LogNetReceiver(String, int, Logger) - Constructor for class com.antelmann.util.logging.LogNetReceiver
 
logoutAll(UserLoginStore) - Static method in class com.antelmann.db.AbstractUserLoginStore
 
logoutPerformed(UserLoginStore, User) - Method in class com.antelmann.db.AbstractDatabase
 
logoutPerformed(UserLoginStore, User) - Method in class com.antelmann.db.LoggerLoginListener
 
logoutPerformed(UserLoginStore, User) - Method in class com.antelmann.db.LoginListener.Adapter
 
logoutPerformed(UserLoginStore, User) - Method in interface com.antelmann.db.LoginListener
called when a user logged out
logoutUser(User) - Method in class com.antelmann.db.AbstractUserLoginStore
listeners are only informed if the user was actually logged in prior to this call
logoutUser(User) - Method in interface com.antelmann.db.UserLoginStore
logs the given user out of this store and notifies the listeners
logoutUser(User) - Method in class com.antelmann.sql.UserImplStore
 
logStackTraceOnQuery(Connection, File, Filter<ProfilerEvent>) - Static method in class com.antelmann.sql.MySQLLog
 
LogWriter - Interface in com.antelmann.util.logging
The LogWriter interface defines objects that can be used as a handler for the Logger class.
longitudeColumn - Variable in class com.antelmann.image.ImageURLEntryMapper
number field
longValue() - Method in class com.antelmann.math.Money
 
longValue() - Method in class com.antelmann.math.RomanNumber
 
lookup(String) - Method in class com.antelmann.net.Whois
 
loopTest() - Method in class com.antelmann.net.mail.POP3Account
calls loopTest(20, 2*60).
loopTest(int, int) - Method in class com.antelmann.net.mail.POP3Account
this method tests this email account fully regarding its send/receive functionality.
loopTest(POP3Account) - Method in class com.antelmann.net.mail.POP3Account
calls loopTest(account, 30, 5*60).
loopTest(POP3Account, int, int) - Method in class com.antelmann.net.mail.POP3Account
this method tests this email account externally against the given account for its sending/receiving capabilities.
lostOwnership(Clipboard, Transferable) - Method in class com.antelmann.image.ImageSelection
 
lostOwnership(Clipboard, Transferable) - Method in class com.antelmann.util.DefaultTransferable
 

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