| Interface | Description |
|---|---|
| DecryptionCipher | |
| EncryptionCipher | |
| Identifiable |
Used to abstract the generality of JMap entities managed in JMapAdmin which
in general have an id and a name
|
| KSchedulerClient |
KScheduler clients must implement this interface to register with a scheduler.
|
| LicensedProduct | |
| MatcherPredicate | |
| Observable | |
| Observer | |
| Shareable | |
| SimplePredicate | |
| URLOpener |
| Class | Description |
|---|---|
| ArgumentParser |
Utility class that extracts parameter values from an argument array received
in a main(String[]) method.
|
| ArrayUtil | |
| Base64Coder | |
| CacheConstants | |
| CollectionUtils | |
| ColorConverter |
This class permits to convert color expressed in hexadecimal to decimal (int) and vice vesa
|
| CompressionUtils | |
| CSSParser | |
| CSVExporter |
This class contains methods to create CSV formatted strings.
|
| DateUtil | |
| DockerUtil | |
| ExcelExporter | |
| ExceptionUtil | |
| FastVector |
This class is a simpler implementation of a growable array than the Vector class
|
| HttpMultiPartParser | |
| HttpMultiPartParserFileInfo | |
| HttpResponse | |
| HttpUtil |
A usefull class to send request to a HTTP server.
|
| IdentifiableAdapter |
Default implementation of Identifiable interface
|
| ImageMetadataTag | |
| ImageUtil | |
| IntHashtable |
A Hashtable that uses ints as the keys.
|
| IntHashtable.IntHashtablePersistenceDelegate | |
| IntVector | |
| IOUtil | |
| JTextFieldFilter | |
| KAbstractDataCache |
An abstract class that defines member variables used to monitor
a cache.
|
| KChecksumUtil |
Utility abstract class used to easily calculate the checksum of any serializable
object.
|
| KDataCacheMonitoringInfo |
The KDataCacheMonitoringInfo class is used to store monitoring info
for a KAbstractDataCache instance.
|
| KDiskDataCache |
A class used to store and retrieve data stored on disk.
|
| KFileUtil |
KFileUtil contains usefull methods for files manipulation.
|
| KImageConverter |
This converts an image file into an formated string and vice versa.
|
| KImageLoader |
A utility helper class used to load images from an URL or from a resource
file.
|
| KImageTexture | |
| KMailService |
This class enables email sending
|
| KMemoryDataCache |
A class used to store and retrieve data stored on memory.
|
| KObjectCache |
A class used to store and retrieve data stored on memory.
|
| KObjectPool<T> |
This abstract class encapsulates a pool of objects.
|
| KScheduler |
A KScheduler executes scheduled jobs (notifications).
|
| KScheduler2 |
A KScheduler executes scheduled jobs (notifications).
|
| KSchedulerJob |
Class representing a job to be executed by the scheduler.
|
| KSocketConnectionPool |
This class encapsulates a pool of socket connections
|
| KStringUtil | |
| LicensedProductTerms | |
| LockManager | |
| Logger |
A Logger object use log4j to write messages to a file stream and
optionally to the default output stream or to a database .
|
| LoggerForJavaLogHandler |
Java util logging (JUL) handler that publish records to Log4j's in-house wrapper.
|
| LongVector | |
| MailService | |
| MapStreamDataSource | |
| MemoryMonitoringInfo | |
| NaturalOrderComparator | |
| NumberFormater |
This class is used to format number.
|
| ObjectCloner | |
| OverridingSerializedClassNotFoundObjectInputStream | |
| OverridingSerializedClassVersionInputStream |
https://stackoverflow.com/questions/795470/how-to-deserialize-an-object-persisted-in-a-db-now-when-the-object-has-different?rq=1
|
| Pair<T1,T2> | |
| PaperFormat |
A class which defines a paper format.
|
| PasswordReader | |
| PoolMonitoringInfo | |
| Res | |
| Res_fr | |
| Res_pt | |
| Res_vi | |
| ResLoader | |
| RsaCipher | |
| RsaClientCipher | |
| SQLQueryUtil | |
| SQLReservedWords | |
| TableSorter |
TableSorter is a decorator for TableModels; adding sorting functionality to a
supplied TableModel.
|
| TimeoutCommand<T> |
A command that returns a typed result and may throw an exception.
|
| TransparentFilter | |
| TypesUtil | |
| XMLUtil |
| Enum | Description |
|---|---|
| ImageUtil.ImageTag |
| Exception | Description |
|---|---|
| SerializableException |