Interface | Description |
---|---|
Base64Support |
Base64 decoding methods.
|
DescriptionProvider |
Declares method of an object able to generate description.
|
FileMapConsumer |
Interface of an object consuming results of string search in files.
|
FileSearchListener |
Listener interface allowing to consume events of the find/replace in files
operations.
|
GenericListener<T> |
Interface of a class which takes advantage of the
GenericListenerSupport
listener infrastructure. |
GesturePlanner.GesturePlannerListener |
Gesture event consumer.
|
JSONParser |
JSON parser interface.
|
ListenerMap<K,V> |
Interface of a map able to fire a property event whenever its data gets modified.
|
Measurable |
Declares method of an object able to report progress of a task or activity.
|
Stoppable |
Declares method of an object able to stop a task or activity.
|
Timer |
Methods of a timer.
|
Class | Description |
---|---|
Base64SupportFactory |
Factory providing transparent access to Base64 encoding and decoding on Java
1.6 and higher.
|
BOMInputStream |
An input stream which transparently skips the leading BOM character.
|
ButtonClickAction |
An action and a runnable performing a click onto the argument button.
|
CaseTolerantHashMap<K,V> |
Case tolerant hash map.
|
CaseTolerantLinkedHashMap<K,V> |
Case tolerant linked hash map.
|
ChangeListenerSupport |
Infrastructure for management of a pool of
ChangeListener listeners. |
CustomEventQueue |
Custom event queue allowing to consume key events by a single exclusive key
listener.
|
DefaultLicenseListener |
A simple class implementing the
LicenseListener interface which
prints out details of how the licensed connections are being used. |
DocumentUtils |
Static utility methods related to styled documents.
|
ErrorLog |
Dual file and console log stream used in place of
System.err and
System.out to print out errors both to the console (terminal) as well
as to a log file in the OS specific temporary directory. |
FileLockFactory |
Factory allowing to create named file locks.
|
FileSearchRunnable |
Runnable performing search for a string in one or more files and/or file
paths.
|
FileUtils |
File utilities - move, copy and delete one or more files and/or directories.
|
FuzzyStringComparator |
Utility methods dealing with fuzzy string matching.
|
GenericListenerSupport<T> |
Generic listener support.
|
GesturePlanner |
Helper class to plan points along the touch screen gesture trajectory.
|
InputStreamDrain |
Simple input stream drain used for executed system processes.
|
JSONParserFactory |
JSON parser factory.
|
LAFUtils |
Look And Feel (LAF) utilities.
|
LazyClassLoader |
Robot class loader.
|
ListenerArrayList<E> |
Array list extended to fire a property event whenever its data gets modified.
|
ListenerHashMapImpl<K,V> |
Hash map extended to fire a property event whenever its data gets modified.
|
OSProcessThread |
A thread running an OS process.
|
PropertyChangeListenerSupport |
Infrastructure for management of a pool of
PropertyChangeListener
listeners. |
RectangleComparator |
Sort rectangles either along the horizontal axis (by the X coordinate) or
along the vertical one (by Y) or in the reading order.
|
ReplaceRunnable |
Runnable performing string replacement in the specified list of files and
locations.
|
SafeBox |
Safe box (vault) to store sensitive data in encrypted form.
|
ScreenUtils |
Screen and screen image methods.
|
SimpleTimer |
A simple thread based timer intended to replace javax.swing.Timer usages.
|
SwingTimer |
The javax.swing.Timer class subclassed to implement the
Timer interface. |
TextSearchResult |
Helper class representing a single match resulting from a text search for a substring (pattern).
|
Utils |
Static application-wide utility methods.
|