Interface | Description |
---|---|
Abortable.Impl | |
Abortable.ImplFactory | |
Delegate<R,P> |
Delegate is a function wrapped in an Object.
|
Functional.Fn0<R> | |
Functional.Fn1<R,T0> | |
Functional.Fn2<R,T0,T1> | |
Functional.Fn3<R,T0,T1,T2> | |
Functional.Fn4<R,T0,T1,T2,T3> | |
Functional.Fn5<R,T0,T1,T2,T3,T4> | |
Functional.Pr0 | |
Functional.Pr1<T0> | |
Functional.Pr2<T0,T1> | |
ListenerList.EachDelegate<T> | |
ListenerList.ListenerFilter<T> | |
MultiNetAuthenticator.SingleAuthenticator | |
ParallelListenerList.EachDelegate<T> | |
ParallelListenerList.ListenerFilter<T> | |
XMLParamAware |
Used to tag classes that are specifically designed to work well with XMLParamProcessor.
|
Class | Description |
---|---|
Abortable | |
AbortableProgressDialog | |
AdvancedHashtable | |
Base64 |
Encodes and decodes to and from Base64 notation.
|
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.
|
BeanShellXMLParam | |
ByteBuffer | |
CalendarDuration | |
ClipboardBox |
This class provides methods to modify and retrieve information from the system
clipboard.
|
CMDParamParser | |
CSVParser | |
CSVParser.Row | |
CSVParser.Table | |
DataURL | |
Delegate.Void | |
DHParamGenerator |
Use this class to generate modulus and base that can be used with DHParameterSpec in
Diffie-Hellman key exchange.
|
DnDBox | |
EasyHash<K,V> |
EasyHash is an extended HashMap with one added constructor and one
initialization method.
|
EasyReplaceExpression | |
EasyVector | |
FileTypes |
This class provides mappings between commonly used file suffixes and
content types.
|
Functional | |
GripCollections |
This class provides some methods that make it easier to create and convert
between collections, arrays and maps.
|
HTMLEntitiesCoder |
This class has mappings from html entities to characters and vica versa
as specified in http://www.w3.org/TR/REC-html40/sgml/entities.html .
|
HttpAuthorizer | |
HTTPServer |
For the ssl to work you need to create a certificate in command prompt with the
keytool utility (should be in jdk bin directory).
|
ImageBox | |
IObox | |
IteratedMap<K,V> |
A Map implementation that always iterates over the entire set to find requested
items.
|
JarClassLoader | |
JpegHeaderParser | |
JsonMapper |
Transform java objects to JSON and vice versa.
|
KeyedHashMap<K,V> |
A hash map where the key specified in the put and get methods is not really used as
the key but instead another object is derived from it which is then used as the key.
|
KeyedHashSet<E> | |
ListenerList<T> |
Provides a list of objects, primarily intended for listeners, and a way to
invoke a method in all the registered listeners, that is fire an event.
|
ManualFileCopy | |
MapEntry<K,V> |
A simple class that implements java.util.Map.Entry.
|
MimeTypes |
This class contains mappings from common file extensions to their mime types.
|
MSOfficeBox |
Class to extract the text from MS office documents.
|
MultiHashMap<K,V> |
09.05.2014 AK: Commented method boolean remove(K key, V value)
20.08.2011 AK: Commented method Collection
|
MultiNetAuthenticator | |
NativeFileCopy |
Uses a system-specific copy command provided in wandora's config with the name "copycommand"
|
OpenOfficeBox |
Simple collection of methods used to access and extract Open Office
documents.
|
Option<T> |
Use Option<T> instead of T as a function return or argument type to
signal that it might be null.
|
Options |
Options is a LinkedHashMap wrapper class.
|
OrderedMap |
A map that keeps the order of entries in entrySet.
|
ParallelListenerList<T> |
This is like ListenerList but several events can be firing simultaneously
in several threads.
|
PDFbox | |
PriorityObject | |
ReaderWriterLock |
ReaderWriterLock is a locking mechanism that allows several readers to access a resource simultaneously
but only single writer.
|
RegexFileChooser | |
ScreenShotServer |
For the ssl to work you need to create a certificate in command prompt with the
keytool utility (should be in jdk bin directory).
|
ScriptManager | |
ScriptManager.ArrayBuilder |
This helper class is meant for creation of arrays in javascript.
|
Semaphore | |
SeparatorSplittingReader |
SeparatorSplittingReader splits files into multiple files according to
separator strings.The class extends PushbackReader.
|
SimpleNamespaceContext | |
SimpleNetAuthenticator | |
StateMachine | |
StateTransition | |
Textbox |
Textbox is an utility class providing useful text manipulation and processing
services as static methods.
|
Tuples |
A Tuple library to make it easy to return two or more values from a method.
|
Tuples.T2<E1,E2> | |
Tuples.T3<E1,E2,E3> | |
Tuples.T4<E1,E2,E3,E4> | |
Tuples.T5<E1,E2,E3,E4,E5> | |
Tuples.T6<E1,E2,E3,E4,E5,E6> | |
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.
|
Wrapper<K> | |
XMLbox | |
XMLParamIf |
This class allows you to make conditional statements in xml option files parsed
with XMLParamProcessor.
|
XMLParamProcessor |
Utility to create Java Objects from xml.
|
Enum | Description |
---|---|
Abortable.Status |
Exception | Description |
---|---|
Option.EmptyOptionException |
A checked exception that is thrown if the value getter
is used on an empty Option.
|
Copyright 2004-2015 Wandora Team