Package org.sm.smtools.util


package org.sm.smtools.util
Provides various classes for converting strings, numbers, dates, times, ...

This package allows various string alignment operations and representations of dates and times. It also supports parsing and writing of simple text files, as well as measuring time and playing sounds.

  • Class
    Description
    The Chrono class contains functionality for a simple chronometer.
    The DateStamp class acts as a container for date stamps.
    The JFileFilter class provides selection filter for the JFileChooser class.
    The MP3Player class is a helper class for the JLayer framework.
    Useful constants to specify whether or not the application's execution is blocked while playing a sound.
    The StringTools class is mainly intended for string alignment operations.
    The TextFileParser class allows easy parsing of text files.
    The TextFileWriter class allows easy writing to text files.
    The TimeStamp class acts as a container for time stamps.