Package at.tuwien.ifs.somtoolbox.util

Provides various helper classes.

See:
          Description

Interface Summary
ProgressListener An interface defining a listener for progress messages.
 

Class Summary
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 actualy rendering of the multi-line tooltip.
NumberUtils  
PCA Principal Component Analysis
Point3d A representation of a 3-dimensional point, similar to Point, but using double (or float (Float) precision.
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.
TogglablePanel A Panel that can toggle the visibility of its components.
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 Summary
ImageUtils.Origin  
 

Package at.tuwien.ifs.somtoolbox.util Description

Provides various helper classes.