|
2.8.0: 2008-09-08 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
DynamicFilter | This interface is used together with the BioAssaySetFilterUtil
class to help a plugin filter the data of a bioassay set. |
IntensityCalculator | This interface is used together with the IntensityCalculatorUtil
class to help a plugin calculate intensities from raw data spots. |
Class Summary | |
---|---|
ArrayIterator<E> | This class implements the Iterator interface
for an array of objects. |
AutoDetectFileFormat | This class has methods for autodetecting file formats. |
BioAssaySetFilterUtil | This is a utility class for plugins that filters bioassay set data. |
BioAssaySetUtil | This is a utility class for BioAssaySet . |
ChainedProgressReporter | An implementation of the ProgressReporter interface that chains to another progress reporter while recalculating the percentage values. |
ClassLocal<E> | This class is a similar to the JDK ThreadLocal class,
but stores one object per class instead of one object per thread. |
ClassUtil | Utility class for Class objects. |
ColorGenerator | This class is used to generate colors for numerical values. |
ConsoleProgressReporter | An implementation of the ProgressReporter interface that writes all messages to the standard console. |
ContextUtil | A class with utility methods for plug-ins. |
ContextUtil.ContextResult | Class for holding the result of a call to the
InteractivePlugin.isInContext(GuiContext, Object)
method. |
Coordinate | Util class for coordinate transformations in base. |
Diff3 | This class is helpful when a client application needs to implement long-running transactions and still be able to update items with as few clashes as possible. |
Enumeration<K,V> | |
Enumeration.Entry<K,V> | |
FileExportOutputStream | An extension to the ExportOutputStream class which
directs the output to a File in BASE. |
FileUtil | This class collects some useful methods for file and stream handling. |
IncludeExcludeFilter | |
InputStreamSplitter | This class can be used to split an input stream into one or more additional output streams. |
InputStreamTracker | This class is used to keep track of the number of bytes read from the underlying input stream. |
IntensityCalculatorUtil | This is a utility class for plugins that calculate intensities from raw spot data. |
IntensityCalculatorUtil.JepIntensityCalculatorImpl | An implementation of the IntensityCalculator interface using
JEP expressions. |
JarClassLoader | A class loader implementation that loads classes from JAR files. |
JarClassLoader.JarInfo | |
MD5 | This class calculates the MD5 hash of a string and returns it represented as a hexadecimal string. |
NameableComparator<T extends Nameable> | An implementation of the Comparator interface which uses
the name of Nameable items to compare the objects. |
NestedIterator<E> | This class implements the Iterator interface
for iterating multiple collections as if it was one big collection. |
NumberFormatUtil | Utility class for working with NumberFormat object. |
OwnableUtil | |
PluginConfigInfo | This class should be used to keep information about a plugin configuration that is loaded from an XML-file. |
PluginInfo | A PluginInfo object is used to keep information about
external plugin located in a jar file. |
QueryParameters | Utiltity class for parsing string values in the form of
HTTP request query parameters:
key1=value1&key2=value2... |
RegexpFileFilter | An implementation of the FileFilter interface
that filter files and directories based on regular expressions. |
RemovableUtil | |
ShareableUtil | |
SocketUtil | This class contains some useful methods when working with sockets. |
ToStringComparator<T> | An implementation of the Comparator interface which uses
the result of the toString method to compare the objects. |
Tree<E> | |
Tree.Entry<E> | Represents an entry for a node in the tree. |
Values | This class contains a set of static methods that may be useful for handling strings, ints and other values. |
XMLUtil | This class contains some useful methods for handling XML documents. |
XMLUtil.Validator | This class is used to handle callbacks from the XML parser. |
This package contains some useful utility classes and methods. They are used by the core but can also be used by other client programs, since they do not depend on the core.
|
2.8.0: 2008-09-08 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |