jAER project on SourceForge

Package net.sf.jaer.util

Various useful utility classes.

See:
          Description

Interface Summary
ExceptionListener The interface for an ExceptionListener
RemoteControlled A RemoteContolled object implements this interface to process commands.
StateInterface  
WindowSaver.DontResize This marker interface can be implemented to avoid resizing the window
 

Class Summary
ByteSwapper Utility class for doing byte swapping (i.e.
ClassChooserDialog A modal dialog that shows a list of source classes (found from the classpath) and a list of String names of classes and lets the user shuffle them from one side to the other and reorder the chosen class names.
ClassChooserPanel A panel that finds subclasses of a class, displays them in a left list, displays another list given as a parameter in the right panel, and accepts a list of default class names.
DATFileFilter filter for DAT ae event data files.
EngineeringFormat Formats and parses engineering fmt, e.g.
ExceptionDialog Shows an Exception in a dialog.
HexFileParser Opens and parses Intel HEX format files for device download.
HexString Provides static methods for converting from integer types to Hex string representations.
IndexFileFilter filter for INDEX ae event data file set - this file just contains full paths to a set of related AEInputStream data files.
JAERConsoleHandler Redirects logging to System.out
JAERConsoleLoggingFormatter Defines logging format for console messages in jAER.
JAERWindowUtilities Use static methods for window handling.
ListClasses Provides a static method that returns a List of all classes on java.class.path starting with root of package name, e.g.
LoggingThreadGroup A thread group that implements uncaughtException to log uncaught exceptions
LoggingWindow A frame with text area to show logging results in.
LoggingWindowHandler A singleton handler for uncaught exceptions.
Matrix // Matrix.java // solve, invert, etc.
PNGFileFilter filter for PNF image files.
RecentFiles Keeps track of recent files used (e.g.
RemoteControl Remote control via a datagram connection.
RemoteControlCommand A single command decrription.
RollingLinearRegression Does a moving or rolling linear regression (a linear fit) on updated data.
SpikeSound Plays a spike sound on the speaker.
StateMachineStates Class that keeps track of state of state machine, allowing access to previous state, time since state changed, defining an initial state.
SubclassFinder Finds subclasses of a given class name in classes on the loaded classpath.
TobiLogger Eases writing log files for any purpose.
TriangleSquareWindowsCornerIcon Makes a triangle grab resize handle for use in corner of a window to mimic Windows resize behavior.
VectorHistogram used for histogramming results of a vector computation like orientation or direction selectivity.
WarningDialogWithDontShowPreference A warning dialog with a check box to let users choose to not show the warning in the future.
WindowSaver adapted from O'Reilly book Swing Hacks by Marinacci and Adamson ISBN 0-596-00907-0.
XMLFileFilter filter for XML (preferences) files.
 

Package net.sf.jaer.util Description

Various useful utility classes.


jAER project on SourceForge