Interface | Description |
---|---|
ProgressListener |
An interface defining a listener for progress messages.
|
Class | Description |
---|---|
AdaptiveStdErrProgressWriter | |
ArrayUtils |
Class gathering utilities related to Arrays.
|
CentredDialog |
This class represents a JDialog that will always be centred on top of the owning JFrame.
|
CollectionUtils |
Utility methods related to collections.
|
Cuboid |
Represents a cuboid with integer coordinates.
|
DateUtils | |
ElementCounter<T extends Comparable<T>> |
FIXME: this is a copy from valhalla, merge back into IFS-commons!
|
FileUtils |
This class bundles file-related utilities.
|
FileUtils.SOMDescriptionFileFilter | |
GridBagConstraintsIFS |
A helper class around
GridBagConstraints , providing convenience methods to set locations, etc.. |
HTMLUtils |
This class bundles utility methods related to HTML content generation.
|
ImageUtils |
This class provides methods to manipulate images.
|
Indices2D | |
InverseComparator<T extends Comparable<T>> | |
JMultiLineRadioButtonMenuItem |
This class implements a radio button menu item that will use
JMultiLineToolTip for displaying multi-line
tooltips. |
JMultiLineToolTip |
This class implements tooltips that can span over multiple lines.
|
LabelPNodeGenerator |
Convenience class for creating new labels.
|
LeastRecentelyUsedImageCache |
A least-recently-used LRU cache, based on
LinkedHashMap . |
LeastRecentlyUsedCache<K,V> |
A least-recently-used LRU cache, based on
LinkedHashMap . |
MultiLineToolTipUI |
This is a helper class for the
JMultiLineToolTip doing the actually rendering of the multi-line tooltip. |
NumberUtils | |
PCA |
Principal Component Analysis
|
Point3d | |
ProgressListenerFactory |
A singleton factory creating
ProgressListeners . |
RandomTools | Deprecated
substitute with commons-math.rand*
|
StdErrProgressWriter |
A progress listener that writes the progress messages to the standard error stream (
System.err ). |
StringIntegerComparator |
Comparator for two Strings, with special Integer comparison if these Strings are actually Integer values.
|
StringUtils |
This class provides utility methods for String manipulation.
|
SubClassFinder |
Utility class to find subclasses of a class/interface.
|
SwingWorker | |
SwingWorker.ThreadVar |
Class to maintain reference to current worker thread under separate synchronization control.
|
UiUtils |
This class provides utility methods for User-Interfaces.
|
VectorTools |
This class provides several utility methods to operate on Vectors.
|
VisualisationUtils |
This class gathers utility methods for SOM visualisations, such as drawing a unit grid or borders around already
created visualisations.
|
Enum | Description |
---|---|
ImageUtils.Origin |