Package com.jidesoft.swing
Interface StringConverter
-
public interface StringConverter
An interface to convert a string to anther one.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
convert(java.lang.String str)
Convert a string to another string, for example, to make it shorter.
-