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