Package net.sf.jeters.util

contains classes that make component creation easier by providing premade functionality

See:
          Description

Class Summary
AssistedComponent superclass offering the combined benefits of AssistedConfigurable and AssistedTranslatable
AssistedConfigurable this class offers its subclasses a convenient way to handle configurations that makes dealing with Configurations and ConfigEntries unnecessary.
AssistedTranslatable superclass easing internationalization for its subclasses.
StringDiffHelper tool that provides functionality usually required for diff views, such as removing unchanged parts and highlighting differences
StringProtector tool that will "protect" parts of a String identified by regular expressions by replacing them with an ID (positive integer) and some strings specified in the constructor.
 

Package net.sf.jeters.util Description

contains classes that make component creation easier by providing premade functionality