Package com.marringtons.string

Strings are as varied as the human language they represent - and require additional support for translation to/from the computer domain.

See:
          Description

Interface Summary
Properties.Change Give this interface to the rare class that needs to be informed of when a property or properties change.
 

Class Summary
Convert Convert to and from a String Object from various internal forms, including integers and boolean primatives.
Format This class provides a simple string formatting interface with more power than the C printf() and is much easier to use than the java.text.MessageFormat class. java.text.MessageFormat will rebuild the pattern if the static format() methods are called.
Messages Use this class when developing a GUI it is necessary to communicate information messages, problems and errors to the client.
Properties This class extends and simplified the application propertie file interface provided by java.util.Properties.
Strings This is a class of String static helper methods providing String testing and manipulation methods.
StringStack This class implement a stack with String keys and values.
 

Exception Summary
Convert.Exception Thrown by any conversion utility on error.
 

Package com.marringtons.string Description

Strings are as varied as the human language they represent - and require additional support for translation to/from the computer domain.



Copyright © 2005 Paul Marrington http://library.marringtons.com