| Interface | Description |
|---|---|
| Caseinsensitive |
Implement this interface if you want your object to be a case insensitive.
|
| DataConsumer<D> |
This interface must be implemented by the class which consumes data from
DataProvider. |
| DataProvider<D> |
This interface must be implemented by the class which communicates with
DataConsumer. |
| DataSetRowSorter |
Defines common interface for data set sorting.
|
| FallBack |
The extension of the Runnable interface.
|
| HelpProvider |
Class which has online help resource must implement this interface.
|
| IndexList<E> |
This interface extends basic List by adding selected index and selected value.
|
| ListProvider |
This interface must be implemented by the classes which feed KeyValue combo boxes with data.
|
| LocationProvider |
Basic interface for the classes which can have a location.
|
| Mutable |
An interface that represents and controls the state of the mutable object.
|
| NotComparable |
Implement this interface if you donn't want object to be compared with other object using
Object.equals(Object) method. |
| ObjectStorage |
An object that maps keys to the values.
|
| SortableModel |
SortableModel common interface for sortable table models
|
| TextFormatter |
This interface must be implemented by the class which formats text.
|
| UpdateList<E> |
A List which extends Mutable interface and provides the lists of the deleted and inserted elements.
|
| Class | Description |
|---|---|
| AnyMessage<M> |
The message.
|
| AvgNumber |
This is an extension of the CalcNumber which calculates average.
|
| Base64 | |
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor, and encode/decode
to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly. |
| Base64UrlSafe | |
| BooleanComparator |
Compares two objects which expected to be booleans but can be something else.
|
| ByteArrayOutputStream |
This class implements an output stream in which the data is
written into a byte array.
|
| CalcNumber |
This is a abstract class which is base for calculated numbers, such as average, etc.
|
| CalendarUtil |
Useful Calendar utilities.
|
| CaseInsensitiveListTreeMap<V> |
The case insensitive TreeMap where keys are strings and all values additionally stored in the List.
|
| Charsets |
Charsets required of every implementation of the Java platform.
|
| ClassUtils |
The collection of the static methods for loading classes from the various
external resources, add classes to the classpath, etc.
|
| ClosedInputStream |
Closed input stream.
|
| CollectionUtils |
The general collection manipulation utilities.
|
| DateComparator |
Compares two objects which expected to be dates but can be something else.
|
| DateUtil |
Useful Date utilities.
|
| EscapeChars |
Convenience methods for escaping special characters related to HTML, XML,
and regular expressions.
|
| ExceptionUtils |
Provides utilities for manipulating and examining
Throwable objects. |
| FilenameUtils |
General filename and filepath manipulation utilities.
|
| FileUtils |
The collection of the static methods for the file operations such as copy,
delete, etc.
|
| FileWatcher |
Extend instance of this class to watch changes in the single file.
|
| IndexArrayList<E> |
The ArrayList implementation of the IndexList interface
|
| IOCase |
Enumeration of IO case sensitivity.
|
| IOUtils |
General IO stream manipulation utilities.
|
| JsKeystrokeUtils |
The collection of static methods for mapping between JavaScipt keyboard events and Java KeyStroke.
|
| KeyValue |
KeyValue is the key-value class where the key and the value are objects. |
| LimitedMap<K,V> |
This class is a LinkedHashMap with a limited number of entries.
|
| LinkedCaseInsensitiveMap<V> |
LinkedHashMap variant that stores String keys in a case-insensitive
manner, for example for key-based access in a results table. |
| ListHashMap<K,V> |
The HashMap where all values additionally stored in the List.
|
| Null |
A class which implements a Null Object Pattern.
|
| NumberComparator |
Compares two objects which expected to be numbers but can be something else.
|
| OAuth2Utils |
The utility class to parse the oauth2 parameters
|
| ObjectStorageMap |
The HashMap which implements an ObjectStorage interface.
|
| PositionalXmlReader |
Reads XMl from the input stream and creates a DOM document with a line numbers for each node.
|
| PropsMap |
The ConcurrentHashMap implementation which accepts null as a value.
|
| Repeater |
This class calls callable until there is no exception or max number of
retries is reached.
|
| Rewriter |
A rewriter does a global substitution in the strings passed to its 'rewrite'
method.
|
| Script |
This is a wrapper for the Java scripting engine.
|
| ScriptResult |
The instance of this class is used to return values from Python scripts
|
| StringBuilderWriter |
Writer implementation that outputs to a StringBuilder. |
| TBeanUtils |
Wrapper for org.apache.commons.beanutils.BeanUtils which correctly copies Boolean isXXX properties.
|
| TreeNode |
An abstract class to store tree-like structure where there is a root node and each node might have
a list of children.
|
| TypedKeyValue<K,V> |
Generic key-value class.
|
| UnicodeBomInputStream |
The
UnicodeBomInputStream class wraps any
InputStream and detects the presence of any Unicode BOM
(Byte Order Mark) at its beginning, as defined by
RFC 3629 - UTF-8, a transformation format of ISO 10646 |
| UnicodeBomInputStream.BOM |
Type safe enumeration class that describes the different types of Unicode
BOMs.
|
| UniqueNumber | |
| UpdateArrayList<E> |
ArrayList implementation of the UpdateList interface.
|
| UrlUtils |
The general URL manipulation utilities.
|
| Utils |
The collection of static methods usable from the Toolsverse Foundation
Framework.
|
| XmlUtils |
XmlUtil - A wrapper to simplify basic XML functions.
|
| Enum | Description |
|---|---|
| UrlUtils.URL_PARTS | |
| XmlUtils.NodeType |
The DOM NodeType.
|
| Annotation Type | Description |
|---|---|
| Nullable |
A common Spring annotation to declare that annotated elements can be
null under
some circumstance. |
Copyright © 2010-2020 Toolsverse. All Rights Reserved.