Interface | Description |
---|---|
IDescriptableException |
All specialized exceptions that can offer more information about
their cause should implement this interface to add the type that identifies it.
|
IPersistence |
Any object that needs store its data to restore it after, should implement
IPersistence . |
IPersistenceObject |
Add Object before call setXMLEntity.
|
SymbolSet |
Conjunto de símbolos
|
Class | Description |
---|---|
BrowserControl |
A simple, static class to display a URL in the system browser.
|
CompareLists |
This class has methods to compare lists of objects
|
DateTime |
This class contains static methods to manage Dates.
|
DefaultCharSet |
DOCUMENT ME!
|
DefaultListModel |
Esta es la misma clase que javax.swing.DefaultListModel
pero tiene un constructor que toma como parámetro una
collection.
|
DoubleUtilities |
This class has some methods to manage "Doubles"
|
ExceptionDescription |
Most exceptions produced in a layer, has common information (layer name, driver name, error description, error code).
|
ExtentsHistory |
Clase que representa un array circular de rectángulos
|
FileUtils |
Utility class that contains some useful function related
to file management
|
GenericFileFilter |
Filtro de fichero genérico para los JFileChooser
|
ImageFilter | |
JEPUtilities |
DOCUMENT ME!
|
MathExtension |
Some more mathematical functions that 'java.lang.Math' doesn't have:
- Logarithm operations: log2, log2Integer, logX, logXInteger
|
NumberComparator |
Comparador de numeros en orden habitual
|
NumberUtilities | |
PostProcessSupport | |
Queue |
A simple FIFO queue class which causes the calling thread to wait if the
queue is empty and notifies threads that are waiting when it is not
empty.
|
SimpleFileFilter |
A simple file filter implementation that allow to specify one or more file
extensions
|
StringComparator |
Compares two chain of characters alphabetically
|
StringUtilities |
Clase de utilidad para Strings
|
Utils | |
XMLEntity |
Adaptador de las llamadas a sus métodos sobre los generados por castor para
generar después los XML.
|
Exception | Description |
---|---|
NotExistInXMLEntity | |
XMLException |