| Interface | Description |
|---|---|
| IMiscPasswordReader |
An object implementing this interface reads passwords
from a user interface.
|
| IPasswordReader |
An object implementing this interface reads passwords for proxy authentication
from a user interface.
|
| IPasswordUser | |
| IProgressCallback | |
| IProgressCapsule | |
| IResourceInstantiator |
This interface is only needed in the context of the ResourceLoader.
|
| IResourceLoaderHelper |
A class implementing this interface helps the ResourceLoder to actually load some resources, i.e. in an OS or otherwise specific way.
|
| IReturnRunnable |
Implement this interface if you want your runnable object to return some kind of value.
|
| IXMLEncodable |
Objects of this type can be transformed into xml.
|
| Util.Comparable |
| Class | Description |
|---|---|
| AbstractISOCodeMapper |
Objects of this class store an ISO two-letter code and can translate it into a localised name.
|
| AbstractMemorizingPasswordReader |
This password reader memorizes previously given passwords and first tries to use them before asking the user for a new password.
|
| AbstractMessage |
This is a generic message implementation.
|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| BooleanVariable | |
| BusyFlag | |
| ByteArrayUtil | |
| ClassUtil |
This class performs some basic operations related to Class objects.
|
| ClassUtil.Package |
Represents a package name.
|
| CondVar | |
| CountryMapper |
Objects of this class store a country code and can translate it into
the localised name of the corresponding country.
|
| ExceptionVariable | |
| IntegerVariable | |
| JAPMessages |
Use this class to display GUI texts in the user's language.
|
| JobQueue |
The job queue is meant for threads that are executed very often and do the same things, e.g.
|
| JobQueue.Job |
A job that may be added to the job queue.
|
| LanguageMapper |
Objects of this class store a language code and can translate it into
the localised name of the corresponding language.
|
| MyStringBuilder | |
| ObjectQueue |
This is a generic FIFO object queue.
|
| RecursiveFileTool | |
| ResourceLoader |
This class loads resources from the file system.
|
| SingleStringPasswordReader | |
| SocketGuard |
Wraps a
Socket object and can close it after a given number of
milliseconds. |
| StoredPasswordReader | |
| StringVariable | |
| ThreadPool | |
| TimedOutputStream |
This class implements an OutputStream, where a timeout for the write() and flush () operations can be set.
|
| Updater |
Updates the local database.
|
| Updater.ObservableInfo | |
| Updater.ObservableInfoContainer | |
| URLCoder | |
| Util | |
| Util.IntegerSortAsc | |
| Util.IntegerSortDesc | |
| Util.LongSortAsc | |
| Util.LongSortDesc | |
| Util.StringSortAsc | |
| XMLDuration |
Immutable representation of a time span as defined in
the W3C XML Schema 1.0 specification.
|
| XMLUtil |
This class provides an easy interface to XML methods.
|
| ZipArchiver | |
| ZLibTools |
This class provides some utility methods for ZLib compression.
|
| Exception | Description |
|---|---|
| IResourceInstantiator.ResourceInstantiationException |
An Exception that is thrown by a ResourceInstantiator if too much instantiations have failed.
|
| XMLParseException |
This exception is thrown if an error occurs while parsing an XML structure.
|
Copyright © 2023. All rights reserved.