Package com.jidesoft.swing
Interface StringConverter
public interface StringConverter
An interface to convert a string to anther one.
-
Method Summary
-
Method Details
-
convert
Convert a string to another string, for example, to make it shorter.- Parameters:
str
- string to be converted- Returns:
- string after conversion
-