Package com.algosome.common.util

Interface Summary
Callback Simple interface to allow for callback events.
Compare Interface used to perform comparisons in sorting.
PerformEvaluator Basic interface that defines if something can be performed.
ProgressListener  
Recorder Defines a recorder.
ThreadListener Can be used to monitor Thread progress
 

Class Summary
ActionDelegate Delegates actions to the appropriate listeners.
FalsePerformEvaluator Basic implementation of PerformEvaluator that always returns false
FontManager Singleton class to manage Fonts.
ListSelection<T> Wraps a List with a selected value.
Node<T> Defines a Node in a Tree data structure
NotificationThread Runnable implementation which allows Listeners to be added to the class and listen for events within the run method (started, finished, etc...)
RecordedAction  
Sort A class which sorts any object that implements the Compare interface.
StringAnalyzer Class used to Strings.
ThreadListenerAdapter Empty implementation of the ThreadListener interface to make implementation easier.
TruePerformEvaluator Implementation of PerformEvaluator that always returns true.
UIUtils This is the Globals class for GeneCoder.
UserWarner Warns the user of a particular notice.
Util Utility class
 

Enum Summary
OSType Defines different operating system types.