Class | Description |
---|---|
Codec |
Utility class to encode arbitrary Strings to fit in a single text line.
|
DebugWriter |
Writer debug information to a log file.
|
DoubleMapping |
Maintains a bidirectional mapping from a set of integers to the same range of
integers.
|
EventListenerList2<T extends java.util.EventListener> |
A list of event listeners.
|
FilenameUtils |
Utility class for manipulating filenames.
|
Formatter |
Utility class for formatting values into strings.
|
HashedEventListenerList<T extends java.util.EventListener> | |
HexCodec |
Utility class for en-/decoding hexadecimal strings.
|
Images |
Utility class for manipulating images.
|
IndexedEventListenerList<T extends java.util.EventListener> | |
Mapping |
Maintains a mapping from a set of integers to the same range of integers.
|
MathUtils |
Utility class for mathematical functions.
|
NumberParser |
Utility class for parsing strings into numbers.
|
Patterns |
Utility class containing useful
Patterns . |
Resolution |
Information about JXClient's screen/window resolution.
|
ResourceUtils |
Utility class for loading information from resources.
|
StringSplitter |
Utility class for splitting strings.
|
StringUtils |
Utility class for string manipulation.
|
SwingUtilities2 |
Utility class for Swing related functions.
|
Exception | Description |
---|---|
UnterminatedTokenException |
Exception thrown for unterminated quoted tokens.
|